Thrusters

Thruster generate a force that will push your vehicle forward. They’re defined by a pair of nodes. The first node is the source, and will define the direction of the thrust force, which is applied on the second node.

They are used to represent jet engines and JATOs, and can also be used for testing purposes.

Thrust is calculated by multiplicating the value of the “control” by the factor, up to a maximum limit equal to the thrustLimit. For electrics whose value varies between 0 and 1, the factor will usually be the same as the thrust limit.

Required arguments

string
type
The node on which the thruster force is applied
string
type
The node defining the direction of the force
number
type
1
default
Multiplicator of the control function.
If the electrics used for control only goes up to 1, this value should be equal to the thrust limit.
number
type
FLT_MAX
default
Maximum amount of thrust produced in newtons.
string
type
The electrics that will be used to actuate this thruster

See the electrics page for more information.

If set to “auto”, control will be based on current velocity.

Example

"thrusters": [
    ["id1:", "id2:", "factor", "thrustLimit", "control"],
    ["jt5l", "jt6l", 50000, 50000, "jato"],
    ["jt5r", "jt6r", 50000, 50000, "jato"],
],
Last modified: 22/1/2024 08:56
On this page:

Any further questions?

Join our discord