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
For Turkish translation:
B41 Encodig format: ANSI (Windows-1254)
B42 Encodig format: UTF-08
I know you're probably busy with B42, but when you have time, please post Bheltregus' translation.
For Italian translation:
B41 Encodig format: CP 1252
B42 Encodig format: UTF-8
Thanks to your work with the mod you created!
I assume so, but I cannot test this in b41 at the moment. I'm working on updating it to B42. You would just have to test. Make sure not to do that on a current save.
if i configure said settings in the ini file, the moment i load the server it gets overwritten.
how can i fix that?
https://sp.zhabite.com/sharedfiles/filedetails/?id=2459400130
https://sp.zhabite.com/sharedfiles/filedetails/?id=2815723409
https://sp.zhabite.com/sharedfiles/filedetails/?id=2721945297
https://sp.zhabite.com/sharedfiles/filedetails/?id=3022168602
https://sp.zhabite.com/sharedfiles/filedetails/?id=2844760343
function UpdateTheCar (vehicle, brakeForce, brakeForceMult, engineQuality, engineQualityMult, engineLoudness, engineLoudnessMult, enginePower, enginePowerMult, maxSpeed, maxSpeedMult)
vehicle:setBrakingForce(brakeForce * brakeForceMult);
vehicle:setEngineFeature(engineQuality * engineQualityMult, engineLoudness * engineLoudnessMult, enginePower * enginePowerMult);
vehicle:setMaxSpeed(maxSpeed * maxSpeedMult);
vehicle:update();
end
Also - regarding exp gain chance in sandbox, is it higher the number, higher the chance?