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

[CS:GO] Server is hibernating


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Jimmyishere
Junior Member
Join Date: Mar 2016
Old 03-14-2016 , 18:02   [CS:GO] Server is hibernating
Reply With Quote #1

I try to open dedicated server in csgo but i got server is hibernating error
http://prnt.sc/af7ld9
How can i fix this help me please
Jimmyishere is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 03-14-2016 , 18:47   Re: [CS:GO] Server is hibernating
Reply With Quote #2

It tells you exactly what you need to do.
Fix your gamemodes_server.txt (hint, it's missing a {)
Maxximou5 is offline
Jimmyishere
Junior Member
Join Date: Mar 2016
Old 03-15-2016 , 10:34   Re: [CS:GO] Server is hibernating
Reply With Quote #3

can u give me your gamemodes_server.txt
My Gamemodes server txt
Quote:
{
"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" ""
}
}
}
}

Last edited by Jimmyishere; 03-15-2016 at 10:49.
Jimmyishere is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 03-15-2016 , 17:50   Re: [CS:GO] Server is hibernating
Reply With Quote #4

Use this:
Code:
"GameModes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "competitive"
                {
                    "mapgroupsSP"
                    {
                        "fullrotation"    ""
                    }
                    "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" ""
            }
        }
    }
}
Secondly, just put those convars in the server.cfg and your gamemode_casual_server.cfg
https://developer.valvesoftware.com/...ual_server.cfg
Thirdly, your "logaddress_add" "logs18.gameme.com3202" needs to be logaddress_add "logs18.gameme.com:3202"

Last edited by Maxximou5; 03-15-2016 at 17:51.
Maxximou5 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 19:26.


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