Skip to content

LegacyData

Ferdinand Calo edited this page Jan 25, 2021 · 3 revisions
# Feature Overview
Kind: Legacy Data
Extendable: no
JSON based: no
JSON config: yes

LegacyData is a class/compound holding data needed for vehicles to work
in the so called "LegacySystem"!

A lot of the values are similar or exact to how they would be in
FlansMod, so if you ever did a pack there or are converting...
That's better for you, I guess.

Here an overview of all fields:

  • MaxPositiveThrottle - the maximum positive throttle modifier
  • MaxNegativeThrottle - the maximum negative throttle modifier
  • TurnLeftModifier - the turning modifier - for left
  • TurnRightModifier - the turning modifier - for right
  • WheelStepHeight - optional
  • CameraDistance - optional, currently not implemented
  • Tank, Tracks, Tracked, Catenary - optional, if this is a
    catenary vehicle or no (set to true if yes), use only one of them!
  • WheelSpringStrength - optional
  • Bouyancy - optional, for ships/boats (water vehicles)
  • LookUpModifier - optional, for air vehicles
  • LookDownModifier - optional, for air vehicles
  • RollLeftModifier - optional, for air vehicles
  • RollRightModifier - optional, for air vehicles
  • Drag - optional, for air vehicles
  • TrailerAdjustmentAxe - optional, for trailers, default 1
Clone this wiki locally