安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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.