View Single Post
Author Message
soreloser
Junior Member
Join Date: Jun 2006
Old 08-26-2012 , 18:35   CS:GO Hibernation and map rotation problems
Reply With Quote #1

Hello,
I am driving myself crazy configuring CS:GO. This is my problem;
If I allow the server to hibernate and use the sv_hibernate_when_empty 0 and sv_hibernate_postgame_delay 3600 cvars i can connect to the server and play, the maps will change and everything is groovy, but once I disconnect and attempt to connect again it says ‘disconnected, please try again later’.
If I remove the settings the server will hibernate I can connect and disconnect play and everything but the maps will never rotate. I am kinda losing my mind with this, here is my startup and my gamemodes_server.txt shown below. Thank you in advance.
start C:\CSGO\srcds -game csgo -console -usercon +mapgroup fullrotation +map de_dust2 +ip 0.0.0.0 -port 27015 +maxplayers 20 –autoupdate

"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"convars"
{
"mp_friendlyfire" "0"
"mp_maxrounds" "4"
"mp_timelimit" "20"
"mp_roundtime" "20"
//"bot_quota_mode" "fill"
//"bot_quota" "12"
//"bot_defer_to_human_items" "1"
//"bot_defer_to_human_goals" "0"
//"bot_difficulty" "1"
//"bot_dont_shoot" "0"
//"bot_chatter" "off"
"cl_playerspraydisable" "0"
"mp_friendlyfire" "0"
"sv_deadtalk" "1"
"sv_alltalk" "1"
"sv_voiceenable" "1"
"sv_allow_votes" "1"
"mp_join_grace_time" "25"
"mp_autoteambalance" "1"
"mp_autokick" "0"
//gameme code
"log" "1"
"logaddress_delall" ""
"logaddress_add" "logs18.gameme.com3202"
//to keep from hibernating, if this does not work use the one in server.cfg
//sv_hibernate_when_empty 0
//sv_hibernate_postgame_delay 3600
}

"mapgroupsMP"
{
"fullrotation" ""
}
}
}
}
}

"mapgroups"
{
"fullrotation"
{
"name" "fullrotation"
"maps"
{
"de_dust2" ""
"de_inferno" ""
"de_dust" ""
"de_aztec" ""
"de_nuke" ""
"cs_office" ""
"de_dust_se" ""
"de_dust2" ""
"de_nuke" ""
"de_train" ""
"de_inferno" ""
"ar_baggage" ""
"de_stmarc" ""
"de_lake" ""
"ar_shoots" ""
}
}
}
}
soreloser is offline