Jump to content

excluded maps


Dookie

Recommended Posts

this is what ive got in my default cfg, and those two maps, fragmaze and purefrag are still on voting list even after server reaches 17+ people. any ideas? thx

 

[players 17-32]
set g_excludedMaps ":purefrag:fragmaze_fixed:" 
[players 0-*]
set g_excludedMaps ":goldrush:battery:oasis:" 
[/players]
Link to comment
Share on other sites

Try this:

[players 0-16]
set g_excludedMaps ":goldrush:battery:oasis:" 
[players 17-*]
set g_excludedMaps ":purefrag:fragmaze_fixed:" 
[/players]

but i want goldrush battery and oasis excluded all the time.

Link to comment
Share on other sites

  • Management
[players 17-32]
set g_excludedMaps ":goldrush:battery:oasis:purefrag:fragmaze_fixed:" 
[players 0-16]
set g_excludedMaps ":goldrush:battery:oasis:" 
[/players]

The g_excludedMaps in the block 0-* overrides the setting in the 17-32 block.So you must always put every map you want to exclude for the player amount of the block.

Link to comment
Share on other sites

So the example in the wiki should actually have :adlernest: added to the first block as well? Or did I understand that incorrectly? Otherwise I thought the first block would be overriden by the second

[players 0-15]
set g_excludedMaps ":adlernest:mlb_temple:"
[players 16-*]
set g_excludedMaps ":adlernest:"
[/players]
Edited by Arcane
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...