How change speed vehicles?

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

DevilDog (Teufelhund)

FNG / Fresh Meat
Feb 25, 2006
156
0
0
USA
Just to make sure I understand. You want to change the speed of vehicles to make them go faster? If so see below.

Go into the base vehicle class. I'm using TigerTank.uc for this example and look in the deafult properties. Find the below set of properties.

GearRatios(0)=-0.200000
GearRatios(1)=0.200000
GearRatios(2)=0.350000
GearRatios(3)=0.550000
GearRatios(4)=0.720000
TransRatio=0.09;

The two properties work together. Basically, to make a vehicle go faster you can increase the TransRatio. You can also change the GearRatios to increase acceleration. I think you can also impact the top end speed by adjusting GearRatios(4) in this example.

Don't quote on this, but I'm pretty sure GearRatios(0) is the reverse gear and the 1-4 are the forward gears. You can compare values between some of the faster and slower vehicles to give you an idea of how to change the values.
 

TT33

FNG / Fresh Meat
Mar 2, 2007
571
159
0
In the Sdk click on Actor class browser go to file under actor class browser export all scripts that should make a few folders with .uc files under the RO directory on your computer after this find whatever you are modifying such as ROPanthertank.uc( under RO vehicles) rename to txt to open (there are other better ways but this is easiest for me) edit the gears save then you'll have to make your own class folder. The classs folder has the name of ur little mod on the first folder then a folder called classes under this put your modified files then you'll need to compile it I use UMake.exe which I got from the wikiunreal website.
 

TT33

FNG / Fresh Meat
Mar 2, 2007
571
159
0
Cool m8 Im glad my post helped out.-:)
Good luck on your project.
Great sig btw!