Connecting vehicles - Outerra/anteworld GitHub Wiki
Joints
Bones starting with joint_
are interpreted as joints and used to connect multiple vehicles.
The joint name has the following format:
joint_[joint_type_name_|][physical_type][_joint_gender]
joint_type_name
is an arbitrary string differentiating types of connectors, two objects can connect only if they are of the same joint type.
Where physical_type
can currently be:
- ball_socket
The joint_gender
can have the following values:
- male
- female
- universal - fits any other universal joint
Example
joint_train_ball_socket_universal
- a universal joint of type "train"