Boats
Boats are water vehicles. They float on the surface and are made to travel across oceans, rivers and lakes.
| Property | Value |
|---|---|
| Movement | WATER |
| Friction | LOW_FRICTION |
| Tilts/banks | Yes |
| Folder | vehicles/boats/ |
Notes
- A boat only drives on water — it can't be driven on land.
- If it ends up underwater it floats back to the surface automatically.
- There are no boat-specific parts: use the normal
skinandseatparts, just like a car (minus the wheels).
typeId: boats
typeStrategies: [ { movementType: water } ]
gearbox: { realistic: false }
trunkSize: 0
For every available setting, see Creating vehicles.