Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The problem with changing names in the parts list--which then needs to be updated in the part thumb pics--is that the names they used are compiled into the car file. So, if you use the wrong name....for a body window let's say....in your body config, the game won't recognize there's suppose to be a body window on the car. This is one example of course and doesn't always happen but, it does happen. For example, I'm working with a GTX and can't for the life of me get the game to put the proper body window in.....cuz I want the tinted one....which they've labeled 'window_body_left_12. Normally it would just be _left2 and the underscore followed by a 12 seems to be throwing it off. I tried renaming it....the way it SHOULD be (imo) _left2 and changed it in parts list as well as part thumbs. This works for me to buy it and put it in myself but, can't get the car to default to it by adding it in the bodyconfig.
Edit: Ok, so got it sorted on my current bodyconfig issue. Under [Tuning] I needed to code it as this;
window_body_left_1=window_body_left_12
window_body_right_1=window_body_right_12
and what I had been coding (because that's how it is in my bodyconfig template) is;
window_body_left =window_body_left_12
window_body_right =window_body_right_12
THIS ^^ is why I wish modders used a standardized way to code these things. Making the base part with an underscore and 1 at end just throws a monkey wrench in the mix. lol