VehiclesParam.tsc - widberg/fmtk GitHub Wiki

The VehicleParams shared folder has some files that may help in reverse engineering VehiclesParam.tsc.

  • VehiclesParam.xlsm - An Excel spreadsheet for tracking values, progress, and notes. The "Group related" note means that the parameters were used near each other. The "Unused?" note means that I wasn't able to get a breakpoint to hit for the parameter but can't categorically rule it out.
  • FUEL.exe.c - My IDA Pro project exported as a C file. You can CTRL-f for "vp631" to find references to VehiclePP 631 for example. This can be useful for seeing how the parameter is used and which parameters are used near it.
  • FUEL.exe.idb - My IDA Pro 7.5 SP3 database

The modder-facing documentation can be found in the FMTK Read the Docs Vehicle Parameters entry.