How can I make the voting show 5 maps to choose. But exclude recently played maps and show only maps that have not been played for a while?
Here is a snippet from my config with my map setup
- Code: Select all
g_maplist_shuffle 1
g_maplist_votable 5
g_maplist_votable_suggestions 2
g_maplist_votable_suggestions_change_gametype 0
set "g_maplist_index" "0"
set "g_maplist" "'chronic''bal3dm5''ame7q3dm3''apocalyptica''dm_warfare''dm_aggressor''dm_bluesky''dm_downer''dm_evilspace''dm_runningman''dm_silvercity''dm_toxic'"
Yet the only maps that ever show up to be voted on are evilspace, silvercity, aggressor, bluesky, runningman, toxic, and downer. Am I doing something wrong?