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]>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]
> 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