PDA

View Full Version : zpo Tutorial?


Dr.Van Gogh
09-04-2008, 03:11 AM
hey everybody:cool: people have been asking me why i dont make a zpo map.
so i wanna learn how to make a zpo map is there any tutorials to make the triggers and stuff ?? :D

The0rthopaedicSurgeon
09-04-2008, 08:36 AM
None of the objectives are ZP specific. All you need to do to make it zpo is give the map the zpo suffix, and the game will recognise the gamemode and set up the spawns as they should be. The only specific things you do need are the entities for controlling which team wins (game_humans/zombies_win, I think they're called).

For the objectives themselves, you can use anything - triggers, func_breakables, keypads, etc, anything the player can interact with and fire an output. There are tutorials for most of those sort of things at interlopers (http://www.interlopers.net/). As long as you understand how the inputs/outputs work, you can do practically anything.

Dr.Van Gogh
09-04-2008, 09:29 AM
thanks mate

Ajax
09-04-2008, 10:52 AM
The ZPS starter tutorial for objectives:

http://www.zombiepanic.org/tutorial/2.php

As well as interlopers, http://www.editlife.net/tutorial.php has good tutorials.

The logic_case is a handy one to learn.