Upvote Upvoted 2 Downvote Downvoted
Spawn wave timer
1
#1
1 Frags +

Is there a way to see the spawn wave timer before you die? Is tf2 on an internal timer that show loops or is your spawn time given to you once you die? I was under the assumption that it was continously going, since when people die several seconds apart, they can still spawn on the same wave.

Is there a way to see the spawn wave timer before you die? Is tf2 on an internal timer that show loops or is your spawn time given to you once you die? I was under the assumption that it was continously going, since when people die several seconds apart, they can still spawn on the same wave.
2
#2
2 Frags +

mp_showrespawntimes bound to scoreboard

Here's a little script made my DavidTheWin, put it in a class cfg:

"alias +showscoresandnetgraph "+showscores; net_graph 3; mp_showrespawntimes"
alias -showscoresandnetgraph "-showscores; net_graph 0"
bind TAB +showscoresandnetgraph"

http://youtu.be/-udSlWfAHeM?t=3m50s

mp_showrespawntimes bound to scoreboard

Here's a little script made my DavidTheWin, put it in a class cfg:

"alias +showscoresandnetgraph "+showscores; net_graph 3; mp_showrespawntimes"
alias -showscoresandnetgraph "-showscores; net_graph 0"
bind TAB +showscoresandnetgraph"

http://youtu.be/-udSlWfAHeM?t=3m50s
3
#3
1 Frags +

mp_showrespawntimes posts it in chat just on your screen, bind it to a key and hit it when you die. Note that you are required to go through at least an entire wave before respawning so the wave counter isn't actually when you'll respawn, it's actually at the end of the next wave. Wave times depend on the map and number of CPs owned.

The wiki has a list of timers for stock maps: http://wiki.teamfortress.com/wiki/Respawn_times

mp_showrespawntimes posts it in chat just on your screen, bind it to a key and hit it when you die. Note that you are required to go through at least an entire wave before respawning so the wave counter isn't actually when you'll respawn, it's actually at the end of the next wave. Wave times depend on the map and number of CPs owned.

The wiki has a list of timers for stock maps: http://wiki.teamfortress.com/wiki/Respawn_times
Please sign in through STEAM to post a comment.