Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
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?