Zombie Panic! Source: ZPS: Difference between revisions
(Added a small tutorial on how to make a survival map) |
|||
Line 15: | Line 15: | ||
:* 24 info_player_commons | :* 24 info_player_commons | ||
:* | :* [[trigger_joinhumanteam]] | ||
:* | :* [[trigger_joinzombieteam]] | ||
:* | :* [[trigger_joinspectatorteam]] | ||
* map name prefix zps_ | * map name prefix zps_ | ||
---- | ---- |
Revision as of 15:45, 16 March 2015
Setting up a map for survival mode (one in which zombies have lives)
Requirements:
- Sealed map (no leaks)
- 24 info_player_human entities
- 24 info_player_zombie entities
- At least 1 info_player_spectator
- 24 info_player_commons
- trigger_joinhumanteam
- trigger_joinzombieteam
- trigger_joinspectatorteam
- map name prefix zps_
To make a survival map place at least 24 each of the info_player_human and info_player_zombie entities throughout the map, these will be the spawn points for the teams. Info_player_spectator is the spawn point for spectators as well as the default camera on the join screen.
The Ready Room is the room outside the main play area where players initially spawn in. It should have 24 info_player_commons as well as a trigger_joinhumanteam, trigger_joinzombieteam, and trigger_joinspectatorteam. The triggers are what the players need to touch in order to join a team.
To tell the game that it is a survival map give it a prefix in the name as either zps_ or zpl_
While not required it is recommend to place weapon and item entities throughout the map. The game will automatically scale the number of weapons and ammo depending on the server population at the start of the round