ALL PARAMETERS ARE CASE SENSITIVE!

Use cheat 'reloadvehfuncs' to reload all car inis in-game

Format:
VehFuncsV\(modelname).ini
(Axis)(Parameter)=value

example:
[VehicleSetup]
PartsAmount=1
[1]
Name=boot
RotXType=move
RotXSpeed=10
RotXEngineOnOnly=1

All parameters default to 0 if not present unless specified otherwise below

Axis types:
RotX
RotY
RotZ
PosX
PosY
PosZ

Movement types + parameters:
move
	Speed (degrees/sec or meters/sec)
gas
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 0)
	MaxValue (optional, default 1)
	MaxMoveSpeed (optional, default uncapped)
brake
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 0)
	MaxValue (optional, default 1)
	MaxMoveSpeed (optional, default uncapped)
steer
	Min (degrees or meters)
	Max (degrees or meters)
	MaxMoveSpeed (optional, default uncapped)
oscillate
	Min (degrees or meters)
	Max (degrees or meters)
	Speed (multiplier, defaults to 1)
speed
	Min (degrees or meters)
	Max (degrees or meters)
	MinSpeed (meters per second)
	MaxSpeed (meters per second)
	MaxMoveSpeed (optional, default uncapped)
sequential_shifter
	Min (downshift offset, degrees or meters)
	Mid (resting offset, degrees or meters)
	Max (upshift offset, degrees or meters)
handbrake
	Min (degrees or meters)
	Max (degrees or meters)
rpm
	Min (degrees or meters)
	Max (degrees or meters)
	MinRPM (optional, default 0)
	MaxRPM (optional, default 1)
	MaxMoveSpeed (optional, default uncapped)
rpm_move
	Speed (degrees/sec or meters/sec)
door_link
	Min (degrees or meters)
	Max (degrees or meters)
	DoorId (same one natives use)
	ResetOnDetached (1/0)
popup_light
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 0)
	MaxValue (optional, default 1)
	MaxMoveSpeed (optional, default uncapped)
bone_link
	BoneName (to attach to)
toggle
	Min (degrees or meters)
	Max (degrees or meters)
	Speed (multiplier, defaults to 1)
fuel
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 0)
	MaxValue (in most cases needs to be fPetrolTankVolume from handling)
	MaxMoveSpeed (optional, default uncapped)
turbo
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default -0.9)
	MaxValue (optional, default 1)
	MaxMoveSpeed (optional, default uncapped)
engine_temp
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 0)
	MaxValue (optional, default 120)
	MaxMoveSpeed (optional, default uncapped)
engine_health
	Min (degrees or meters)
	Max (degrees or meters)
	MinValue (optional, default 390)
	MaxValue (optional, default 450)
	MaxMoveSpeed (optional, default uncapped)
headlights
	Min (degrees or meters)
	Max (degrees or meters)
	MaxMoveSpeed (optional, default uncapped)

Shared parameters between all movement types:
EngineOnOnly (1/0)
	Only run if engine's on
RainOnly (1/0)
	Only run if it's raining
StockWheelsOnly (1/0)
	Only run if using stock wheels
TuningPartOnly_Category (tuning category ID)
	Only run if this category is a specific value (-1 to disable, 0 spoiler, 1 front bumper, etc.)
	Use TuningPartOnly_PartID to specify the tuning part value
TuningPartOnly_PartID (tuning part ID)
	Only run if the category specified in TuningPartOnly_Category has this part installed
	Use -1 for stock, 0 for the first option, 1 for the second option, etc.
RadioOffOnly (1/0)
	Only run if radio's turned off
RadioOnOnly (1/0)
	Only run if radio's turned on
AtMinSpeedOnly (m/s)
	Only run if above this speed
AtMaxSpeedOnly (m/s)
	Only run if below this speed
AtMinWheelSpeedOnly (m/s)
	Only run if above this speed
	Use AtMinWheelSpeedOnlyID to specify which wheel ID (0-4)
AtMaxWheelSpeedOnly (m/s)
	Only run if below this speed
	Use AtMaxWheelSpeedOnlyID to specify which wheel ID (0-4)
KeybindHeldOnly (keybind type)
	Only run if the keybind is held
KeybindToggleOnly (keybind type)
	Only run if the keybind has been toggled on
KeybindSpecificSeat (-2 off, -1 driver, 0 passenger, 1 rear left, etc.)
	Only accept keybinds if the player is in this seat
UseDefaultState (1/0)
	For min/max movement types only
	Use the below ratio between Min and Max when any above conditions aren't met
DefaultState (ratio between 0 and 1)
	For min/max movement types only
	The state to default to when any above conditions aren't met (only used if UseDefaultState is 1)