mapgroup help

Post Reply
Inputnamehere
A regular
A regular
Posts: 33
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jul 30, 2016 7:14 pm

mapgroup help

Post by Inputnamehere »

Recently I added more maps and then added an rtv extended plugin option, but the voting menu is showing maps from the maps in my maps folder dust2 etc.. I run a jailbreak server, so is this mapgroup file correct? Do I need the casual part?

maplist.txt has all the jb maps I have and so does the mapgroup here.

Code: Select all

"Gamemodes_Server.txt"
"casual"
    {



		"maxplayers"		"30"

		"exec"
		{
			"exec"					"server_last.cfg"
		}

		"mapgroupsMP"						// List of mapgroups valid for this game mode ( casual )
		{
			"mg_bomb_se"		""
		}

    }

{
	"mapgroups"
	{
		"customjb"
		{
			"name" "customjb"
			"maps"
			{
				"map" "0"
				"map" "1"
				"map" "2"
			}
		}
	}
}
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: mapgroup help

Post by Vanderburg »

You'd also need a Classic object which contains the Casual object, if you're using Classic Casual. I have created a tool that can create this for you, here: http://www.configcreator.com/create/csg ... server.txt
Post Reply