MantisBT - Zandronum
View Issue Details
0004390Zandronum[All Projects] Bugpublic2024-08-19 23:502024-08-27 19:59
unknownna 
Kaminsky 
normalmajoralways
resolvedfixed 
 
3.23.2 
0004390: Spawn telefrags in Coop, (T)DM, (T)Possession, Terminator, Domination, Skulltag and (1-flag)CTF don't ignore sv_respawndelaytime
For some reason if you have this set to a higher value, most modes don't seem to ignore it when players are spawn-telefragged at map starts, meaning that they're forced to wait needlessly upon entering new maps. This is not the ideal behavior.

The (T)LMS, Survival and Invasion modes seem unaffected for some reason, and is also the desired behavior that all other modes should behave like.
1. zandronum -iwad doom2.wad +sv_nomonsters 1 +sv_respawndelaytime 10 +map map01 +addbot betus +addbot +betus +addbot betus +addbot betus +addbot betus +addbot betus +addbot betus +addbot betus +addbot betus +addbot betus
2. Use "nextmap" in the console. Upon entering next map you will get telefragged and be forced to wait for 10 seconds before being able to play.
TeamGame is possibly affected too, but I didn't check.
No tags attached.
Issue History
2024-08-19 23:50unknownnaNew Issue
2024-08-26 12:50KaminskyNote Added: 0023977
2024-08-26 12:50KaminskyAssigned To => Kaminsky
2024-08-26 12:50KaminskyStatusnew => needs review
2024-08-26 12:50KaminskyTarget Version => 3.2
2024-08-27 08:11unknownnaNote Added: 0023981
2024-08-27 11:58KaminskyNote Added: 0023984
2024-08-27 11:58KaminskyStatusneeds review => assigned
2024-08-27 12:56KaminskyNote Added: 0023986
2024-08-27 12:56KaminskyStatusassigned => needs review
2024-08-27 19:59unknownnaNote Added: 0023987
2024-08-27 19:59unknownnaStatusneeds review => resolved
2024-08-27 19:59unknownnaFixed in Version => 3.2
2024-08-27 19:59unknownnaResolutionopen => fixed

Notes
(0023977)
Kaminsky   
2024-08-26 12:50   
This should be fixed with:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/177 [^]'
(0023981)
unknownna   
2024-08-27 08:11   
I guess you meant the other ticket (https://zandronum.com/tracker/view.php?id=4391), as this one concerns sv_respawndelaytime.

The bug with large frag messages appearing at spawn-telefrags is fixed however.
(0023984)
Kaminsky   
2024-08-27 11:58   
Ah, I read the wrong ticket name. Disregard my previous message then. :P

Thanks for commenting and updating the correct one though. This one will be dealt with later.
(0023986)
Kaminsky   
2024-08-27 12:56   
This should now be fixed with:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/180 [^]'
(0023987)
unknownna   
2024-08-27 19:59   
This seems to work now, very nicely done. Thanks!