Raised This Month: $51 Target: $400
 12% 

Solved Invalid mapgroup name mg_allclassic


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 08-13-2014 , 17:46   Invalid mapgroup name mg_allclassic
Reply With Quote #1

Hi AM community, today after a long update i realized that my CS:GO server ran into some problems

When i am tried to connect to server it tells me that
Code:
Retrying connection to 192.168.1.3, server requires lobby reservation but is unreserved.
Server is hosted but i've tryed to add manually a mapgroup to "gamemodes_server.txt" but seems like nothing works anymore, my gamemodes_server.txt contains
Code:
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

"GameModes_Server.txt"{"gameTypes"{"classic"{"gameModes"{

/////////////////////////////////////////
// COMPETITIVE
/////////////////////////////////////////
"competitive"{

		
		"maxplayers"		"11"			// Note that maxplayers doesn't go in the convar block.
											// Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.
		"exec"
		{
											// Any config files listed here will be executed after the ones in gamemodes.txt.
			
			"exec"					"server_last.cfg" 
		}

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


}

/////////////////////////////////////////
// CASUAL
/////////////////////////////////////////
"casual"
{
	"maxplayers"		"22"
	
	"exec"
	{
		"exec"		"" //				"server_last.cfg"
	}

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

}



//////////////////////////////////////////////////////////////////////////////////////////////
// Map groups
//
// To use a mapgroup, it needs to be defined in a keyvalues
// block such as the example below, as well as listed in the 
// 'mapgroupsMP' block within the game mode that will run it,
// such as the example above.
//
// Then launch the server with '+mapgroup MAPGROUPNAME'
//
// Example:
//
// srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
//
//
// Check the developer wiki for updated community info
// https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////


	"mapgroups"
	{
		"mg_allclassic"
		{
			"name"		"mg_allclassic"
			"maps"
			{
				"de_dust"	""
				"de_dust2"	""
				"de_inferno"	""
				"de_nuke"	""
			}
		}
	}
Console startup:
Code:
---- Host_NewGame ----
Host_NewGame on map de_dust
KeyValues Error: RecursiveLoadFromBuffer:  got EOF instead of keyname in file gamemodes_server.txt
GameModes_Server.txt, gameTypes, classic, gameModes, (*mapgroups*), (*mg_allclassic*), (*maps*), 
KeyValues Error: RecursiveLoadFromBuffer:  got EOF instead of keyname in file gamemodes_server.txt
GameModes_Server.txt, gameTypes, classic, (*gameModes*), (*mapgroups*), (*mg_allclassic*), (*maps*), 
KeyValues Error: RecursiveLoadFromBuffer:  got EOF instead of keyname in file gamemodes_server.txt
GameModes_Server.txt, gameTypes, (*classic*), (*gameModes*), (*mapgroups*), (*mg_allclassic*), (*maps*), 
KeyValues Error: RecursiveLoadFromBuffer:  got EOF instead of keyname in file gamemodes_server.txt
GameModes_Server.txt, (*gameTypes*), (*classic*), (*gameModes*), (*mapgroups*), (*mg_allclassic*), (*maps*), 
GameTypes: missing mapgroupsSP entry for game type/mode (custom/custom).
ConVarRef room_type doesn't point to an existing ConVar
bot_autodifficulty_threshold_high - 2.0
bot_autodifficulty_threshold_low - -6.0
bot_chatter - normal
bot_defer_to_human_goals - 0
bot_defer_to_human_items - 1
bot_difficulty - 1
bot_quota - 10
bot_quota_mode - normal
bot_allow_grenades - 1
bot_allow_pistols - 1
bot_allow_sub_machine_guns - 1
bot_allow_shotguns - 1
bot_allow_rifles - 1
bot_allow_snipers - 1
bot_allow_machine_guns - 1
mp_playercashawards - 1
cash_player_bomb_defused - 300
cash_player_bomb_planted - 300
cash_player_damage_hostage - -30
cash_player_interact_with_hostage - 150
cash_player_killed_enemy_default - 300
cash_player_killed_enemy_factor - 1
cash_player_killed_hostage - -1000
cash_player_killed_teammate - -3300
cash_player_rescued_hostage - 1000
cash_player_respawn_amount - 0
cash_player_get_killed - 0
mp_teamcashawards - 1
cash_team_elimination_bomb_map - 3250
cash_team_elimination_hostage_map_t - 1000
cash_team_elimination_hostage_map_ct - 2000
cash_team_hostage_alive - 0
cash_team_hostage_interaction - 500
cash_team_loser_bonus - 1400
cash_team_loser_bonus_consecutive_rounds - 500
cash_team_planted_bomb_but_defused - 800
cash_team_rescued_hostage - 0
cash_team_terrorist_win_bomb - 3500
cash_team_win_by_defusing_bomb - 3250
cash_team_win_by_hostage_rescue - 3500
cash_team_win_by_time_running_out_bomb - 3250
cash_team_win_by_time_running_out_hostage - 3250
mp_afterroundmoney - 0
mp_buytime - 90
mp_buy_anywhere - 0
mp_buy_during_immunity - 0
mp_startmoney - 800
mp_maxmoney - 16000
mp_death_drop_defuser - 1
mp_death_drop_grenade - 2
mp_death_drop_gun - 1
mp_deathcam_skippable - 1
mp_defuser_allocation - 0
mp_give_player_c4 - 1
mp_free_armor - 0
mp_molotovusedelay - 15.0
mp_weapons_allow_zeus - 1
mp_weapons_allow_map_placed - 0
mp_weapons_glow_on_ground - 0
mp_ct_default_melee - weapon_knife
mp_ct_default_secondary - weapon_hkp2000
mp_ct_default_primary - 
mp_ct_default_grenades - 
mp_t_default_melee - weapon_knife
mp_t_default_secondary - weapon_glock
mp_t_default_primary - 
mp_t_default_grenades - 
mp_buy_allow_grenades - 1
mp_freezetime - 6
mp_force_pick_time - 15
mp_halftime - 0
mp_match_can_clinch - 1
mp_maxrounds - 0
mp_roundtime - 5
mp_roundtime_defuse - 0
mp_roundtime_hostage - 0
mp_timelimit - 5
mp_warmuptime - 30
mp_warmup_pausetimer - 0
mp_halftime_pausetimer - 0
mp_default_team_winner_no_objective - -1
mp_hostagepenalty - 10
mp_solid_teammates - 1
sv_allow_votes - 1
sv_alltalk - 0
sv_deadtalk - 0
sv_ignoregrenaderadio - 0
mp_teammates_are_enemies - 0
mp_damage_scale_ct_body - 1.0
mp_damage_scale_ct_head - 1.0
mp_damage_scale_t_body - 1.0
mp_damage_scale_t_head - 1.0
mp_friendlyfire - 0
ff_damage_reduction_bullets - 0.1
ff_damage_reduction_grenade - 0.25
ff_damage_reduction_grenade_self - 1
ff_damage_reduction_other - 0.25
mp_limitteams - 2
spec_freeze_panel_extended_time - 0.0
spec_freeze_time - 5.0
mp_forcecamera - 1
mp_respawn_immunitytime - 4.0
mp_respawn_on_death_t - 0
mp_respawn_on_death_ct - 0
mp_display_kill_assists - 1
mp_use_respawn_waves - 0
mp_respawnwavetime_ct - 10.0
mp_respawnwavetime_t - 10.0
mp_randomspawn - 0
mp_randomspawn_los - 1
mp_radar_showall - 0
mp_force_assign_teams - 0
sv_gravity - 800
sv_accelerate - 5.6
sv_stopspeed - 75
sv_airaccelerate - 12
sv_wateraccelerate - 10
sv_waterfriction - 1
sv_friction - 4.8
sv_bounce - 0
sv_maxvelocity - 3500
sv_maxspeed - 320
mp_ggprogressive_round_restart_delay - 15.0
mp_ggtr_bomb_defuse_bonus - 1.0
mp_ggtr_bomb_detonation_bonus - 1.0
mp_ggtr_bomb_pts_for_flash - 4
mp_ggtr_bomb_pts_for_he - 3
mp_ggtr_bomb_pts_for_molotov - 5
mp_ggtr_bomb_pts_for_upgrade - 2.0
mp_ggtr_bomb_respawn_delay - 0.0
mp_ggtr_end_round_kill_bonus - 1
mp_ggtr_halftime_delay - 0.0
mp_ggtr_last_weapon_kill_ends_half - 0
sv_arms_race_vote_to_restart_disallowed_after - 0
Executing dedicated server config file
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
exec: couldn't exec gamemode_casual_server.cfg
PrecacheScriptSound 'atv_impact_medium' failed, no such sound script entry
Commentary: Could not find commentary data file 'maps/de_dust_commentary.txt'. 
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Initializing Steam libraries for secure Internet server
Logging into anonymous gameserver account.
Connection to Steam servers successful.
Assigned anonymous gameserver Steam ID [A:1:236227586(4549)].
VAC secure mode is activated.
GC Connection established for server version 128, instance idx 1
-> Reservation cookie 18600001bed1049:  reason ReplyReservationRequest
ApplyGameSettings: Invalid mapgroup name mg_allclassic
Server waking up from hibernation
Game will not start until both teams have players.
Game will not start until both teams have players.
-> Reservation cookie 0:  reason reserved(yes), clients(no), reservationexpires(0.00)
Server is hibernating
ApplyGameSettings: Invalid mapgroup name mg_allclassic
-> Reservation cookie 18600001bed2c93:  reason ReplyReservationRequest
ApplyGameSettings: Invalid mapgroup name mg_allclassic
Server waking up from hibernation
-> Reservation cookie 0:  reason reserved(yes), clients(no), reservationexpires(0.00)
Server is hibernating
ApplyGameSettings: Invalid mapgroup name mg_allclassic
No source mod is yet running, i don't know how to deal with this , tried all things found on google
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 03-23-2017 at 17:13.
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
SanKen
Senior Member
Join Date: Oct 2012
Location: /var/logs
Old 08-13-2014 , 18:40   Re: Invalid mapgroup name mg_allclassic
Reply With Quote #2

Replace all mg_allclassic to mg_active

Do not forget the start command. mg_allclassic no longer exists.
__________________
SanKen is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode