MantisBT - Zandronum
View Issue Details
0000982Zandronum[All Projects] Suggestionpublic2012-08-19 01:182014-10-09 16:35
Watermelon 
 
normalfeatureN/A
closedduplicate 
1.0-beta 
 
0000982: Increase end of match (pre-intermission) time [controlled by server variable]
With customized mods, people are starting to put stats on the end of the screen. See Zombie Horde, Who Dun It, Ghouls Vs Humans...etc, which are *very* active mods.

So far we are limited to a 3 second duration of seeing 'round' statistics. Unfortunately the only way we can display statistics is to have them logged to the console and go back to check them (but this tends to look ugly compared to seeing a nice HUD with pictures/formatted text).


Therefore, it would be nice to have a server variable that dictates pre-intermission time. The time would be in seconds, for example:

sv_preintermissiontime 3 // Default value

To prevent abuse, I figure it could be capped at something like 20 seconds? That way no one accidentally sets it to an absurd number; or possibly puke a log to the server/clients if the pre-intermission time is > 10 seconds.
This would be nice for myself in CTF where I could display the users Kills, Deaths, Pickups, Captures, Team points, frag/death ratio...etc
Maybe even compare it with other players into one awesome HUD. So far I just draw it to the console but that is messy and requires a lot of scrolling when theres 4 v 4 CTF, or higher.
No tags attached.
Issue History
2012-08-19 01:18WatermelonNew Issue
2012-08-19 14:20ZzZomboNote Added: 0004401
2012-08-19 14:39WatermelonNote Added: 0004402
2014-06-11 21:47WatermelonNote Added: 0009120
2014-06-11 21:47WatermelonStatusnew => acknowledged
2014-10-09 16:35WatermelonStatusacknowledged => closed
2014-10-09 16:35WatermelonResolutionopen => duplicate

Notes
(0004401)
ZzZombo   
2012-08-19 14:20   
AFAIK stats in Zombie Horde/WDI are scripted HudMessageBold() and lasts for 6 seconds.
(0004402)
Watermelon   
2012-08-19 14:39   
Thats on cooperative I think where you can extend it and then trigger the win sequence, you can't do that in games like CTF.
(0009120)
Watermelon   
2014-06-11 21:47   
Changing the value is messy, I will check this out later