DayZ
Not enough ratings
Trolley Kart Speed Override
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
1.594 KB
22 Aug, 2023 @ 10:29am
22 Aug, 2023 @ 10:36am
2 Change Notes ( view )

Subscribe to download
Trolley Kart Speed Override

Description
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 Comments
Pouchtre 20 Oct, 2024 @ 3:17pm 
Is it a servermod only ? Or clientside too ?
Bobsta 19 Feb, 2024 @ 6:06am 
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  [author] 19 Feb, 2024 @ 5:37am 
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 19 Feb, 2024 @ 12:14am 
new to this stuff could we also make it go faster with this setup im still using the oridganal kart tho