Skip to content

Dking07/fivem-speed-gain-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 

Repository files navigation

SPEED GAIN FIX [STANDALONE]

DESCRIPTION

Fix Vehicles Speeds Gain.

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.

GET NOW

HOW TO INSTALL

  • Download script;
  • Place it in the resources folder;
  • Add 'ensure dk_speed_gain_fix' (without quotes) to server.cfg.

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.

PREVIEW

Discord

CHANGELOGS

1.1

  • 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.

1.2

  • Added presets option. Now you can create presets with specific flags and vehicles.

COPYRIGHT

BY DKING 2024 ©