View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-20-2018 , 20:10   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #5

Make a new file for your mapcycle (e.g. mapcyclelist.txt)

Add to your server.cfg or gamemode_*_server.cfg
sm_cvar mapcyclefile "mapcyclelist.txt"

Verify your maplist.txt, mapcycle.txt, mapcyclefile.txt, and gamemodes_server.txt all contain the correct map listing of maps you plan to use.

// In mapchooser.cfg
sm_mapvote_endvote "0"
sm_mapvote_novote "0"

// In gamemode_*_server.cfg
mp_endmatch_votenextleveltime "15"
mp_endmatch_votenextmap "1"
mp_endmatch_votenextmap_keepcurrent "1"
mp_match_end_restart "0"
mp_match_end_changelevel "1"

Quote:
Originally Posted by Bacardi View Post
I don't think CSGO in-game map vote and SourceMod map vote work together... and SM nextmap plugin will force server change to another map.
What OP is trying to achieve can be done with the default plugins along with Valve's map vote, as I am doing that currently on some of my servers. The above method is how I achieved it.
Maxximou5 is offline