Questions about repsawn times

squ1rrel

L4: Comfortable Member
Apr 11, 2016
167
24
1) Why does the "Respawn in: x seconds" vary. For example, sometimes it says 12 seconds, other times it says 11 or 13 (I have set nothing to change the repsawn time at that point and no cp's have been capped etc)

2) Could someone explain how the 'Red/Blue spawn adjust' works in the 'trigger_capture_area'
 

Crowbar

Spiritual preprocessor
aa
Dec 19, 2015
1,455
1,297
1) TF2's respawn works in so-called "respawn waves". They occur every so often throughout the match with fixed intervals usually at around 10 seconds (can differ between teams at different situations: that's all up to mapper and partially to server host).
So, one respawn wave occurs, 10 or however many seconds pass, another occurs, etc.
Once each does, players that are waiting for a respawn right now (with a condition, later about that) all get respawned together. This helps the gameplay because players don't spawn randomly alone, but respawn in groups.
Now imagine that so far in a match 10 respawn waves occurs, and you die after the 10th wave and the 11th wave. You will wait until 11th wave occurs, and one interval more, so you'll respawn on 12th wave. (So players never respawn at the next wave incoming: they respawn at the second next one). This way, a respawn time will vary between t and 2t, averaging at 1.5t, where t is respawn wave time - the our interval, that a mapper and/or server operator can set.
I hope this is understandable, though the post might be a little longer than it needs to be.
 

squ1rrel

L4: Comfortable Member
Apr 11, 2016
167
24
Yeah that helps clear some confusion up. Was getting angered by reducing spawn times not reducing to the amount of seconds I set it to but the repsawn waves make sense now.
 

theatreTECHIE

Yet another Techie for the net...
aa
Jun 19, 2015
446
457
Also note that before being made to wait one full respawn wave, a player has to wait about 5 seconds for the death cam to pass. Disabling the death cam does not allow a player to bypass this time period either. This means that the smallest respawn time is t+5, the largest respawn time is 2t+5 and the average is 1.5t+5 where t is the respawn wave time.