MantisBT - Zandronum
View Issue Details
0002133Zandronum[All Projects] Bugpublic2015-03-24 02:022015-05-23 22:56
AlexMax 
 
normalminoralways
newopen 
1.3 
 
0002133: `lobby` does not work in a config file
For some reason, trying to set the lobby from a config file does not actually set the lobby - it is only possible to set when you're in the game itself. Doing +lobby at the command line doesn't work either. Neither does using `set`.
No tags attached.
Issue History
2015-03-24 02:02AlexMaxNew Issue
2015-05-23 22:46Ch0wWNote Added: 0012348
2015-05-23 22:51Ch0wWNote Edited: 0012348bug_revision_view_page.php?bugnote_id=12348#r7130
2015-05-23 22:56Ch0wWNote Edited: 0012348bug_revision_view_page.php?bugnote_id=12348#r7131

Notes
(0012348)
Ch0wW   
2015-05-23 22:46   
(edited on: 2015-05-23 22:56)
it looks like the value is set before applying the PWADs patch(s).

For instance, let's take Duel32f.pk3 .

If you defines a custom_cvar, the game searches for the maplump (start) BEFORE applying the wad patches. So, in other words, your map is not found, and its value hasn't been set.

Only possible solution/workaround, depending of your mood: transform lobby to CCMD (set_lobby), and keep lobby but as a single cvar.

That way, only set_lobby "map00" will be needed to load it after a level ends.