I have 105 maps on my Climb server (CS:S) and most of them are not played.
I would like to eradicate this problem.
the bottom line is that the sm_extendmap_timestep "100" command in the mapchooser plugin does not exclude recently played maps, no matter how I try to fix it.
And the command sm_mapvote_endvote "0" doesn't work either. Players write RTV anyway, and a menu appears prompting them to choose one of two maps.
Is there some kind of voting plugin that would just run the next map from the Mapcycle if the player writes an RTV?
mapchooser.cfg
PHP Code:
// Specifies how much many more minutes each extension makes
// -
// Default: "15"
// Minimum: "5.000000"
sm_extendmap_timestep "15"
PHP Code:
// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"