View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-30-2017 , 06:46   Re: [Noob Question] How can I make it so my server only runs Dust 2?
Reply With Quote #5

In default gamemodes.txt there seems two single map group of dust2

so try either mapgroup
"mg_dust247"
"mg_de_dust2"


Code:
		"mg_dust247"
		{
			"imagename"		"map-dust2-overall"
			"nameID"		"#SFUI_Map_de_dust2"
			"tooltipID"		"#SFUI_MapGroup_Tooltip_Desc_Dust247"
			"name"			"mg_dust247"
            		"grouptype"     "reserves"
			"icon_image_path"  		"map_icons/map_icon_de_dust2"
			"maps"
			{
				"de_dust2"		""
			}
		}

		"mg_de_dust2"
		{
			"imagename"		"map-dust2-overall"
			"nameID"		"#SFUI_Map_de_dust2"
			"tooltipID"		"#SFUI_MapGroup_Tooltip_Desc_Dust2"
			"name"			"mg_de_dust2"
			"icontag"		"bomb"
            "grouptype"     "reserves"
			"icon_image_path"  		"map_icons/map_icon_de_dust2"
			"maps"
			{
				"de_dust2"		""
			}
		}
__________________
Do not Private Message @me
Bacardi is offline