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
1) go to: 'Steam\steamapps\workshop\content\108600\3407791878\mods\DrivingSkill [B42]\42\media\lua\client' and open 'DrivingSkillMain.lua' with any text editor;
2) locate following line: return ZombRand(SandboxVars.DrivingSkill.XPgainChance * GameTime:getInstance():getInvMultiplier()) == 0;
3) change it to: return ZombRand(SandboxVars.DrivingSkill.XPgainChance * 0.333 * GameTime:getInstance():getInvMultiplier()) == 0;
value of 0.333 is the one that I'm using, you can use a different one that feels better for you, just remember to use a value lower than 1.0 in order to increase the rate of getting xp. also keep in mind that the formula used here makes the chance of getting xp tick random, so you won't be getting the xp on a fully consistent basis.
anyway, if someone else has this issue, put this mod at the end of the mod list to make it work.