SPEED GAIN FIX [STANDALONE]
DESCRIPTION
System for removing unrealistic speed gains from vehicles.
CHANGES
- Removes speed gains when going over bumps, potholes, and the like.
- Removes speed gain when using double clutching.
- Remove tire related bugs, such as the off-road tire increasing grip and preventing the vehicle from being lowered by shooting the wheels/suspension.
HOW TO USE
To work, you need to modify the handlings that you want the script to take effect on.
Modifications
- Remove the 'fDownforceModifier' line if it exists; (It's not necessary, but I recommend it)
- Add CCarHandlingData in the SubHandlingData section, like this:
<SubHandlingData>
<Item type="CCarHandlingData">
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
CONFIG
- You can choose which effects will be applied through the configuration file.