wheel

Defines properties for a wheel object.

Main Elements

element wheel
element default
element physics

Defines the physics properties of the wheel.

Attributes:
  • frictionScale – Decimal value to multiply base friction by for the wheel.
  • mass – The mass of the wheel.
  • maxLatStiffness – Maximum possible wheel stiffness on lateral axis.
  • maxLatStiffnessLoad

    Todo

    Needs adding

  • maxLongStiff – Maximum possible wheel stiffness on longitudinal axis.
  • radius – The wheel radius
  • tireType – The type of tire that the wheel has. The standard tire types in the game are: mud, street, offRoad,and crawler.
  • width – The width of the wheel.
element tire

Configuration options for the tire. See tire for details

element outerRim

Configuration for the outer rim of the wheel. See outerRim for details

element innerRim

Configuration for the inner rim of the wheel. See innerRim for details.

element configuration

Define additional possible configurations for the wheel

element configuration
Attributes:id – Name/Identifier for the configuration.
element tire

Configuration options for the tire. See tire for details

element outerRim

Configuration for the outer rim of the wheel. See outerRim for details

element innerRim

Configuration for the inner rim of the wheel. See innerRim for details.

element additional

Defines additional parts of the wheel. Commonly used to add wheel weights.

Attributes:
  • filename – Path to i3d file for additional parts.
  • mass – Mass of additional parts.
  • nodeLeft – i3d node for left mounting
  • nodeRight – i3d node for right mounting
  • offset – Offset value for the model.
  • scale – Scale for the model. Three values (x y z) seperated by spaces.

Elements Used Multiple Times in File

element tire
Attributes:
  • filename – Path to the tire i3d file.
  • isCareWheel

    Todo

    Needs adding

  • maxDeformation – Maximum deformation the tire can have.
  • nodeLeft – i3d node for mounting the wheel on the left.
  • nodeRight – i3d node for mouting wheel on the right.
  • tireTrackAtlasIndex

    Todo

    Needs adding

element outerRim
Attributes:
  • filename – Path to the outer rim i3d file
  • node – i3d node to use for alignment.
  • scale – Scale factor to apply to the model
  • widthAndDiam – Width and diameter of the outer rim. Seperated by spaces.
element innerRim
Attributes:
  • filename – Path to the inner rim i3d file
  • nodeLeft – Left side i3d node to use for alignment.
  • nodeRight – Right side node to use for alignment
  • offset – offset to apply to the model
  • scale – Scale factor to apply to the model
  • widthAndDiam – Width and diameter of the outer rim. Seperated by spaces.