MantisBT - Zandronum
View Issue Details
0002161Zandronum[All Projects] Suggestionpublic2015-04-03 18:292015-04-03 21:17
AlexMax 
 
normalfeatureN/A
newopen 
 
 
0002161: Allow configutable post-match length
At the moment, the amount of time that you are stuck at the post-match screen where everybody is frozen seems to be fixed. It would be nice to introduce a serverside cvar that allows you to reduce the amount of time you are at this screen before switching to the scoreboard, or increase it if a mod does potentially useful stuff with it (like showing a custom scoreboard).
No tags attached.
Issue History
2015-04-03 18:29AlexMaxNew Issue
2015-04-03 18:49DuskNote Added: 0012008
2015-04-03 18:50DuskNote Edited: 0012008bug_revision_view_page.php?bugnote_id=12008#r6901
2015-04-03 21:17AlexMaxNote Added: 0012012

Notes
(0012008)
Dusk   
2015-04-03 18:49   
(edited on: 2015-04-03 18:50)
Quote
or increase it if a mod does potentially useful stuff with it (like showing a custom scoreboard).

In that case a CVar is not enough (modders would just use ConsoleCommand to set it to the required value and we'd have yet another mess on our hands). We'll need a MAPINFO setting or an ACS function to go with it.

(0012012)
AlexMax   
2015-04-03 21:17   
I'm not so sure that is necessary.

- Many mods already suggest specific flags anyway without forcing them via console command (Freelook, Jumping, ST aircontrol).
- What if the server admin has a different opinion on how long the post-match stats should show? Or if he thinks it should be ignored altogether?

I think a CVAR would be enough.