TF2/Setup timer
From Valve Developer Community
(Redirected from Setup timer)
This article is a stub. You can help by adding to it (http://developer.valvesoftware.com/w/index.php?title=TF2/Setup_timer&action=edit).
[edit]
Setup Timer
To create a setup timer, all you need is a team_round_timer entity.
- To start off, create the team_round_timer entity (you can place it anywhere), naming it is optional.
- Open up the Properties.
- In Timer length, put in how long your map should run for (in seconds). I like to put 2400 but any is good.
- In Max timer length, put how many seconds the maps maximum time can go up, using SetTime or Addtime.
- Start Paused: Unless you plan to trigger the timer to start or something else, then set it to no.
- Setup Timer length: You can put anything in here, although under 2 minutes is recommended.
- Reset on round restart: Yes
- Use countdowns sounds: Best if set to yes.
- Show time in HUD: Preferably yes (Note: You can only show one timer in the HUD at a time).
[edit]
See Also
