San-Andreas-Flight-Simulator / HandlingEditor

FiveM live handling editor using ScaleformUI
MIT License
11 stars 6 forks source link

Feature: Handling Parameter Descriptions #1

Closed gegelendvay closed 2 months ago

gegelendvay commented 2 months ago

To enable editing of vehicle handling for less experienced players within a server, descriptions for handling parameters should be added to the menu items. These descriptions should be incorporated into the config.lua file in the following table structure:

{name: "fMass", desc: "Weight of the vehicle in kilograms."}

Parameter descriptions can be found online, for example, from GTA Mods handling.meta.

gegelendvay commented 2 months ago

Fixed by #3