Handling Editor

Hi, last month I created live handling editor and I just thought I can release it also here. In read.me file there is a step-by-step guide how to use this script, it’s very easy :wink:.

Preview:

Download (GitHub):

You can write what you do think about this script :smiley:

Btw. if you really like the script (or wanna donate me) you can buy it at any price on my Tebex :heart:

31 Likes

What’s the difference between your resource and this one?

Oh well I haven’t seen this script before. But I see he wrote "effective for most fields", my script works for all fields, so that is the difference :stuck_out_tongue:

1 Like

Can you add save system for handling menu? For example, I set a handling in the game, let it save it to json file or something, then I will import it to another tool and use it.

isnt that what the export button is for top right of the UI ?

hi! maybe my question is a little dumb but well… the edits are persistents for when the server restart ? and its for all players ?

Would you be able to save presets?

1 Like

Umm I don’t really understand what do you mean. By clicking on Export (top right in UI) you can copy to the clipboard whole handling (in read.me I described how it works). I can also create a function to export it as json, but I would need a format which this “another tool” uses to import json data.

Actually I am not sure how the handling will behave on another player’s session (I haven’t tested it), but I can answer the first question - script does not interact with server files, so the handling won’t save and therefore the server restart will clear any changes you made via my script. If you want to save the handling you created then Export it and paste into handling.meta (detailed instructions are in read.me)

oh thats good enough !! tysm for this script! will try it today

This one above didn’t work with certain values such as Vehicle mass offset.

IKT’s one is awesome, as you don’t have to restart SP, only respawn the car via the same menu in order to see the effect.

How does your release handle this? Also, does it also feature advanced flags like the one from IKT?

Just giving you feedback, that’s all

1 Like

My script works with every value, I was thinking 'bout flag changer, but didn’t have time to add this to the menu :stuck_out_tongue: Btw my script gives effect immediately after editing value

1 Like

Those flags can do wonders, especially with additional explanation of known information in the menu. Check IKT’s script for an inspiration. It’s extremely convenient to use, even if only in SP instead.

This is going to come in handy. Since I have quite a few cars to work on the handling.

can the script be limited to certain vehicles

wdym?

How do i bind the menu to another keybind? shift is just too annoying xd btw love the script <3

Here, line 278.
image
Change the LSHIFT to any key you want from KEYBOARD - Cfx.re Docs

Where do I put it in my server

Into your resources folder