DayZ
评价数不足
Trolley Kart Speed Override
   
奖励
收藏
已收藏
取消收藏
Type: Mod
文件大小
发表于
更新日期
1.594 KB
2023 年 8 月 22 日 上午 10:29
2023 年 8 月 22 日 上午 10:36
2 项改动说明 ( 查看 )

订阅以下载
Trolley Kart Speed Override

描述
A simple mod to slow down the karts.

A quick rough explanation of the parameters incase anyone wants to make their own from this.
class SimulationModule { class Engine { torqueCurve[] = { // torqueCurve Explanation 850,0, // RPM1,TorqueAtRPM1, 1260,56, // RPM2,TorqueAtRPM2, 2000,70, // RPM3,TorqueAtRPM3, 3800,71, // RPM4,TorqueAtRPM4, 5250,19, // RPM5,TorqueAtRPM5, 6250,0 // RPM6,TorqueAtRPM6 }; }; class Gearbox { ratios[] = {2.5}; //Originally 1.25 };


Yes you can repack, unpack and edit this override if you want to edit the speed or power ect.

Discord link to talk about the mod and report any bugs https://discord.gg/WMUkTsKn5Q

Support Me
This mod is free to use, but if you want to support me you can by donating, click this image below.
[ko-fi.com]
4 条留言
Pouchtre 2024 年 10 月 20 日 下午 3:17 
Is it a servermod only ? Or clientside too ?
Bobsta 2024 年 2 月 19 日 上午 6:06 
thanks ill swap over i didnt even know there was a new version till today as ive used the other for years now thanks
Wilma Fingerdoo  [作者] 2024 年 2 月 19 日 上午 5:37 
with the updated kart in theory yes but it would become unstable as it will wheelspin even more than it does originally.

with the original kart no as it is running on the old simulation and therefore uses a default dayz setup that you cant override with new simulation, hence the updated release of the mod.

if you swap to the updated version all the server setup stays the same as it uses all the same classnames etc so its a straight swap.

if there is a reason/problem as to why you haven't swapped to the updated version let me know what that is and i might be able to do something to sort that aswel.
Bobsta 2024 年 2 月 19 日 上午 12:14 
new to this stuff could we also make it go faster with this setup im still using the oridganal kart tho