-
Notifications
You must be signed in to change notification settings - Fork 31
Road Building
Nova edited this page Sep 4, 2024
·
3 revisions
Players can construct and demolish various types of roads across the planet by paying a fee.
The server owner can set a silver fee for building roads and enable or disable road construction in the RoadValues.json
file located in the Core
folder.
- By default, all roads are free to build and enabled.
{
"AllowDirtPath": true,
"AllowDirtRoad": true,
"AllowStoneRoad": true,
"AllowAsphaltPath": true,
"AllowAsphaltHighway": true,
"DirtPathCost": 0,
"DirtRoadCost": 0,
"StoneRoadCost": 0,
"AsphaltPathCost": 0,
"AsphaltHighwayCost": 0
}
- Form a
caravan
on the world map. - Use the
Road Menu
button. - Navigate the menu to build or destroy roads.
All in-game roads are available for construction, including:
- Dirt Path.
- Dirt Road.
- Stone Road.
- Asphalt Path.
- Asphalt Highway.