Spawn Zones & Recovery Points
Spawn Zones¶
For the player to be able to spawn on your custom map, you must set up a special spawn zone:
-
In Outliner, right-click the scene_art section and select Create:
-
Find start_truck_spawn_zone and click it:
-
In Viewport, move and rotate the instance of the start_truck_spawn_zone prefab. It should be placed slightly lower than the terrain:
Recovery points¶
Recovery points are special locations where players get teleported to when using the Recovery function in the game. There are two main prefabs that are used for creating recovery points:
- recovery_locator — the standard recovery locator, this recovery point will be available to the player using any truck.
- recovery_locator_private — the recovery locator used for the Spawn Truck action. If the option Truck Recovery Locked is enabled, this will be the only recovery point available to the player when they ride the truck specified in the Spawn Truck action settings. Otherwise, this locator just marks the location where the truck will be spawned.
The main settings of the recovery locator prefabs:
- Target Name — the name of the recovery point in the UI.
- Radius — how far from the recovery point the player can be to be able to recover in that point.