Live FiveM vehicle handling editor based on ScaleformUI. Meant for server's that want to give their players the ability to edit their vehicle handling in real-time, without the need to hand out handling.meta files, or restart the server.
- Real-time vehicle handling edits
- User-friendly interface for easy editing
- Extensive documentation tailored for beginners to vehicle handling
- Download the latest release from the releases page
- Extract the contents of the zip file to your resources folder
- Download and follow the installation instructions for ScaleformUI
- Add
start HandlingEditor
to your server.cfg after ScaleformUI - If you want to restrict access to the handling editor, add
add_ace group.admin command.handling allow
to yourpermissions.cfg
file
- Open the handling editor by using the
/handling
command, or assign a keybind in the settings. - Use the arrow keys to navigate the menu, and press enter to select an option.
- Enter the desired value for the handling parameter and press enter to save. Watch out for the parameter type!
- Press the backspace or the escape key to close the editor.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE.md file for details.