Project Zomboid

Project Zomboid

324 人が評価
Driving Skill [B42]
2
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
141.786 KB
1月14日 20時51分
1月17日 14時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
2
10月19日 10時54分
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日 20時47分 
I got errors crashing my car and taking health damage
🔰 5月21日 13時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日 13時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.