Absurd Minds

More than 100 years without a motto.
It is currently 28 Mar 2024 07:48

All times are UTC-04:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 03 Apr 2015 23:17 
Offline
User avatar

Joined: 25 Mar 2010 19:07
Posts: 8392
For whatever reason, Valve's gamemodes_server.txt.example file is really complicated and has some random errors in it. It makes it very difficult for people to run custom maps on their servers. Here is a much simplyer gamemodes_server.txt file for anybody having issues.
Code:
"GameModes_Server.txt"
{
        "gameTypes"
        {
                "classic"
                {
                        "gameModes"
                        {
                                "casual"
                                {
                                        "maxplayers"                    "20"
                                        "exec"
                                        {
                                        "exec" "server.cfg"
                                        }

                                        "mapgroupsMP"
                                        {
                                                "mg_absurd"     ""
                                        }

                                }
                        }
                }
        }

        "mapgroups"
        {
                //
                // Map cycle groups
                //

                "mg_absurd"
                {
                        "name"                  "mg_absurd"
                        "maps"
                        {
                        "cs_thunder"    ""
                        "de_mirage"     ""
                        }
                }
        }
}

_________________
Server list
Donate


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC-04:00


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited