Closed borzaka closed 6 years ago
The retakes plugin has nothing to do with how your server selects and changes. Sorry - I can't help with general csgo server configuration.
A note in the readme would do to help others:
Disable nextmap
Sourcemod default plugin to prevent server switch to a non-defusal map, which - obviously - breaks Retakes plugin.
If you use CS:GO's built-in map voting and use SourceMod, you must disable SourceMod's
nextmap
plugin by movingaddons/sourcemod/plugins/nextmap.smx
to theaddons/sourcemod/plugins/disabled/
folder. This is because SourceMod will override the server's next map if a plugin tells it to. Which thenextmap
plugin does on startup.
Or edit csgo/maplist.txt
and/or csgo/mapcycle.txt
Expected behavior
Retakes plugin only uses bomb defusal maps (map groups).
Actual behavior
After map ended, game switched to cs_office :) I voted with the default voting system to
de_mirage
, butcs_office
was loaded.L 10/17/2018 - 02:25:19: [retakes.smx] The retakes config file (addons/sourcemod/configs/retakes/cs_office.cfg) does not exist
Steps to reproduce
Probably the default
nextmap
Sourcemod plugin does this. Disabling it (deletenextmap.smx
) not resolves the issue. Edit: well, it was solved by removingnextmap.smx
.So, what steps should we take to only enable defusal maps with this plugin, and vote with default voting system in the map end? Or disable map change at all at the end? Or auto vote for the next map near to the end of the game?