These are exec in the gamemodes.txt file by default so you should create and use these file names. The other default files will get overwritten with updates.

gamemode_armsrace_server.cfg
gamemode_casual_server.cfg
gamemode_competitive_server.cfg
gamemode_demolition_server.cfg

Create in cfg folder.

--
Brandon M.

Sent from my Desktop

On 8/30/2012 10:01 PM, Winnie the Pooh wrote:
Hey Devin,
Per the latest release notes, those cvars should be defined in the appropriate gamemode cfg under /cfg/

 /cfg/gamemode_armsrace.cfg
 /cfg/gamemode_casual.cfg
 /cfg/gamemode_competitive.cfg
 /cfg/gamemode_demolition.cfg
 /cfg/gamemode_training.cfg

Alternatively, you can define a custom .cfg file in gamemodes_server.txt like

"competitive"
{

"maxplayers""8"// 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"
{
"exec""my_server_override_competitive.cfg"
}

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

-Winnie
TimetoKill.net

On Thu, Aug 30, 2012 at 7:57 PM, Devin O'Malley <[email protected] <mailto:[email protected]>> wrote:

    So, I had most of my cvars set in there because it worked, like
    sv_downloadurl, sv_allowdownload, mapcyclefile, sv_pure, but ever
    since the update it won't read these parameters from the file anymore.

    Regards,
    Devin O'Malley

    _______________________________________________
    Csgo_servers mailing list
    [email protected]
    <mailto:[email protected]>
    https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers




_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Reply via email to