RoRBook/Hooks
From Rigs of Rods Wiki
- Introduction
- Working Environment
- Land-based Vehicles and Basics
- Objects and Texturing
- Aircraft and Winged Vehicles
- Nautical Vehicles and Boats
- Packaging
This is a guide how you can use the different connection methods in RoR.
RoR currently supports:
- ties: these are beams that grab a node and pull them tight
- ropes: like ties, just don't tighten itself
- hooks: nodes that interlock with other nodes or ropables
this guide was written for RoR 0.36.3, so some features may not be available for older versions.
Ropables
The documentation about ropables can be found there: Truck_Description_File#Ropables
so for example to define the node 0 usable by any group and the node 1 usable by group 1:
ropables ; node-id, group, multilock 0 1, 1
Multilock defines whether the node can be locked multiple times. (Default is no)
Ties
The documentation about ties can be found there: Truck_Description_File#Ties Ties (as commands) can only work over an RPM of 800 and might request more power from the engine when being used.
So basically define a tie on the transport truck and a ropable on the load you want to tighten.
So for example this tie would tighten to any ropable group on any truck (=-1) :
ties ;root, max len, rate, short, long, flag, maxforce, group 58, 1.5, 0.5, 0.3, 1.0, n, 5000, -1
and this would only try to ropables that are in group 1
ties ;root, max len, rate, short, long, flag, maxforce, group 58, 1.5, 0.5, 0.3, 1.0, n, 5000, 1
Hooks
Hooks lock against nodes in a search area of 40 centimeters.


Gold
Silver
Bronze