How To Make Siege Maps?
randomchaos
Join Date: 2003-04-17 Member: 15599Members
The kind of maps that have a 5 min timer on a door between aliens and marines and then a 15 min door on a siege room I was wondering how to do that? I am building that type of map and don't know how to tell a func_door to open 5 min after a map starts can anyone tell me how?<!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->?
Comments
Inside that multi_manager, have it trigger the doors after a number of seconds.
(5 min = 5x60 seconds = 300 seconds)
Same for the seige door.
Make sure to set the flags of the door so they can't be "used" by players by checking the "Trigger only" flag.
That should work.
To trigger the multi_manager entity at the start of the map, put in a big tigger_once brush entity spread around so it engulfs all of the marine or kharaa player spawn points.
btw, a trigger_random with time values set to zero will fire at round start
Hopefully siege maps in 2.0 dont make sense at all.
Can someone please explain in a bit more detail how to make this door so that it opens in the time I want, and resets when the round starts over. Thanks <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
Also, how can I test it on my own to see if it works and resets when the round starts over?