View Single Post
easono
Senior Member
Join Date: Nov 2013
Old 03-17-2016 , 17:15   Re: Map Changing ignores votes/randomcycle
Reply With Quote #7

Quote:
Originally Posted by Hydrozilla View Post
you mentioned RTV...check your RTV.cfg which is @ /cstrike/cfg/sourcemod
It seems I managed to get the RTV working however map chooser end of vote still works its way down the list instead of changing to the chosen map.

cstrike/cfg/cssdm.cfg
Code:
cssdm_force_mapchanges "1"
cssdm_mapchange_file "mapcycle.txt"
cstrike/cfg/sourcemod/mapchooser.cfg
Code:
sm_extendmap_fragstep "10"
sm_extendmap_roundstep "1"
sm_extendmap_timestep "20"
sm_mapvote_dontchange "1"
sm_mapvote_endvote "1"
sm_mapvote_exclude "2"
sm_mapvote_extend "5"
sm_mapvote_include "6"
sm_mapvote_novote "1"
sm_mapvote_runoff "0"
sm_mapvote_runoffpercent "50"
sm_mapvote_start "3"
sm_mapvote_startfrags "5.0"
sm_mapvote_startround "0"
sm_mapvote_voteduration "20"
cstrike/addons/sourcemod/configs/maplists.cfg
Code:
"MapLists"
{
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}
	
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
	
	/* For the "nominations" plugin */
	"nominations"
	{
		"file"			"addons/sourcemod/configs/adminmenu_maplist.ini"
	}
}

Last edited by easono; 03-17-2016 at 17:18.
easono is offline