View Single Post
roxxon
Junior Member
Join Date: Dec 2015
Old 12-20-2015 , 11:51   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1024

so i have a weird problem with maps:

i tested a few maps an they work(surf_mesa, surf_fruits) and they all download fine from the fast dl i set up. But a few maps will not download, and sometimes i will get suckt at Loading.. with the following console output. EDIT: Ok ive just seen that the mapgroup part is always shown, even if it works.
Code:
ApplyGameSettings: Map surf_elites_v2 not part of Mapgroup 
ApplyGameSettings: MapGroup  not part of type classic mode casual
Executing server command:
nextlevel surf_elites_v2
map surf_elites_v2 reserved

---
Can't change replicated ConVar nextlevel from console of client, only server operator can change its value
CModelLoader::Map_IsValid:  No such map 'maps\surf_elites_v2.bsp'
map load failed: surf_elites_v2 not found or invalid
]
These maps are all in the same mapgroup, thats why im wondering why i does work for some maps, but for some it doesn't. Im probably really stupid and not seeing the problem, but i dont really know what to do.


Code:
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

"GameModes_Server.txt"
























{

	"gameTypes"
	{

		"classic"
		{

			"gameModes"
			{

				"casual"
				{

					"mapgroupsMP"
					{
						"mg_active"	""
					}
				}
			}
		}
	}

	"mapgroups"
	{

		"mg_active"
		{
			"name"	"mg_active"

			"maps"
			{
				"de_dust2"	""
				"surf_3"	""
				"surf_81st_network_njv"	""
				"surf_amplitude_encore_nsf_v4"	""
				"surf_amplitude_light"	""
				"surf_annoyance_njv"	""
				"surf_atlas_1"	""
				"surf_b_r_o_x_x_x"	""
				"surf_classics2"	""
				"surf_colors_beta1"	""
				"surf_colours"	""
				"surf_coralis_ksf-"	""
				"surf_crzyfrog_reloaded"	""
				"surf_eclipse"	""
				"surf_elites_v2"	""
				"surf_faint_fix"	""
				"surf_fruits"	""
				"surf_furios-"	""
				"surf_glass7"	""
				"surf_glass9"	""
				"surf_globalchaos"	""
				"surf_graphia"	""
				"surf_grassland"	""
				"surf_happyhands_test"	""
				"surf_hurrr"	""
				"surf_ing_njv"	""
				"surf_inspire"	""
				"surf_island"	""
				"surf_mesa"	""
				"surf_syria_"	""
				"surf_tensile_njv"	""
				"surf_vegetables"	""
				"surf_waterworks"	""
				"surf_year3000"	""
			}
		}
	}
}
thanks in advance,
roxxon

Last edited by roxxon; 12-20-2015 at 11:57.
roxxon is offline