- 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.
- Download script;
- Place it in the resources folder;
- Add 'ensure dk_speed_gain_fix' (without quotes) to server.cfg.
- 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>
- Changed the method for selecting flags, now each flag has an identifier;
- Added a blacklist to include vehicles that will not be affected by the flags, even if they have 'CCarHandlingData' present in their handling;
- Changed the logic of applying flags.
- Added presets option. Now you can create presets with specific flags and vehicles.