Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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.