Repository to host files for various tools to use.
Make a pull request for your changes, or make an issue.
Increment the version number of the relevant file in your PR, and update this readme with the changelog.
Use tabs to indent.
Describes the handling flags and their effects.
Each field of flags has 32 entries, so don't add or remove anything - just edit the strings.
On file version increment, Real Time Handling Editor updates the local file.
- Initial version, pulled from Aquaphobics' Discord
- Update descriptions for
DONT_FORCE_GRND_CLEARANCE
andDOUBLE_RWHEELS
by GreenAid
- Add official flag names by Wildbrick
- Add more advanced flag research notes by Wildbrick
- Add damage flags by Wildbrick
- Correct
strAdvancedFlags
0x4 info (enablesfMaxDriveBiasTransfer
) by Reactors
- Add
strAdvancedFlags
_AF_CAN_BE_STANCED
from LS Tuners and update_AF_IGNORE_TUNED_WHEELS_CLIP
by Wildbrick142
- Update flags
MF_TANDEM_SEATING
,MF_NO_1STPERSON_LOOKBEHIND
,HF_SMOOTHED_COMPRESSION
,HF_HAS_TRACKS
by alloc8or
- Add
strAdvancedFlags
_AF_HAS_SPECIAL_PERFORMANCE_MODS
from The Contract and add advanced flag research notes to_AF_UNKNOWN_FLAG_1
,_AF_UNKNOWN_FLAG_4
,_AF_UNKNOWN_FLAG_11
by Wildbrick142
- Add all official
strAdvancedFlags
names thanks to the anonymous "100ksource"
- Update
HF_OFFROAD_ABILITIES
and related flag descriptions, add GTACars.net descriptions for some advanced flags.
Describes the handling parameters and their effects.
description
is one string. This describes what the parameter is, and applicable units. May be an empty string, no additional description is shown.
extra
is an array of strings. This describes how the parameter works:
- Top: Formula, if applicable.
- Next: Value range/examples.
- Bottom: Advice for choosing a decent value.
extra
may be omitted, no extra information panel is shown in that case.
- Initial version, with help from Eddlm.