Project Zomboid

Project Zomboid

316 个评价
Driving Skill [B42]
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
141.786 KB
1 月 14 日 下午 8:51
1 月 17 日 下午 2:20
3 项改动说明 ( 查看 )

订阅以下载
Driving Skill [B42]

描述
Driving Skill
Adds a new Passive Skill called Driving. As you drive, you will just get better at driving! Includes books for all Driving levels.

LANGUAGES SUPPORTED
  • English
  • More Soon

Level
0
1
2
3
4
5
6
7
8
9
10
XP Needed
0
75
150
300
750
1500
3000
4500
6000
7500
9000
Brake Power
+0%
+04%
+8%
+12%
+16%
+20%
+24%
+28%
+32%
+36%
+40%
Engine Noise
-0%
-3%
-6%
-9%
-12%
-15%
-18%
-21%
-24%
-27%
-30%
Max Speed
+0%
+3%
+6%
+9%
+12%
+15%
+18%
+21%
+24%
+27%
+30%
Crash Damage Reduction
0%
5%
10%
15%
20%
25%
30%
35%
40%
45%
50%

EVERYTHING IS CONFIGURABLE IN THE SANDBOX SETTINGS

COMING SOON
"They Knew" expanded universe mod. With at least 20 new zombies to search for, to gather lore drops and special items that you can trade to different factions of faceless npc's through my new "Dead Drop" trading system where you can gain reputation with the different factions and order special items. Special items like the medications from this mod will only be obtainable by trading lore items to "Them". I plan on adding a ton of special fun items to the mod, so stay tuned.

FEEL LIKE SUPPORTING THE AUTHOR?
I had to step away from modding for a while. My partner became quite ill and I had to scramble to try and make more money to support my household. I'm doing a lot better now, but I would love to focus more on making mods. Feel like tossing a dollar or two at me to keep me modding? Hit me up on Kofi[ko-fi.com].

Ask for permission This mod can only be added to and extended with the express permission from the original creator. Having received permission, credit must be given to the original creator, both within the files of the mod and wherever the mod roams online.


Workshop ID: 3407791878
Mod ID: DrivingSkill
热门讨论 查看全部(5)
4
9 月 30 日 上午 4:07
Translations
Art Tippet
1
4 月 29 日 下午 10:35
Console error greater than max=100
LumberingTroll
0
2 月 3 日 上午 11:59
Ukrainian Translation
Ben👾
59 条留言
SIMBAproduz 9 月 24 日 上午 11:37 
Instead of creating a separate mod, I uploaded the PTBR translations in the discussions so they can be officially integrated into the mod
jacek.machajewski 9 月 13 日 上午 10:59 
Thanks so much mate! For those who are doing this themselves, i found the code line at columb 103!
hlasy3 8 月 31 日 上午 2:29 
after some testing it also seems that simply lowering the 'XP gain chance' sandbox setting works just as fine
hlasy3 8 月 30 日 上午 11:06 
here's a quick and easy fix to adjust the rate of getting driving xp:

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.
Rossell 8 月 7 日 上午 6:34 
Yeah I played about 40 hours and drove from Muldraugh to Raven Creek back and forth about 6 times and I have 12 driving experience in total. This is not functioning properly. Not sure how/why I'm to dumb to figure that out but its definitely not giving xp at a reasonable rate.
austiinos 6 月 16 日 下午 8:47 
I got errors crashing my car and taking health damage
🔰 5 月 21 日 下午 1:26 
edit: nevermind, i see that this mod is a requirement for immersive professions mod (uatto) and disabling driving skill also disabled that one and it makes more sense for it to be the issue.
🔰 5 月 21 日 下午 1:17 
for some reason, with default mod sorting, since b42.8 this mod breaks foraging on the whole map for me when it worked before. its either due to the update or the update introduced a new mod incompatibility of this with another mod. interestingly, putting it at the end of my load order seems to make it work again.

anyway, if someone else has this issue, put this mod at the end of the mod list to make it work.
ZwartGeest 4 月 29 日 上午 5:42 
or atleast, the speed of it does. as it has a max speed of 75 MPH (using the cruise control) and at lvl 2 driving I was able to get 80 MPH using it.
ZwartGeest 4 月 29 日 上午 5:41 
@brendanmcasey I can confirm it works with the '86 Oshkosh P19A. So it probably works with the other KI5 vehicles.