View Single Post
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-11-2020 , 10:04   Re: Help plz(check description)
Reply With Quote #2

Quote:
Originally Posted by TomL. View Post
For CS:GO you basically want to work with these 3 configs.

The autoexec.cfg which will be only executed on server start. It should only contain cvar/commands that have to be set only one time such as sv_downloadurl.

The server.cfg which will be executed after every map change. It should contain basic cvar/commands you want to set which will not be changed by game mode or other configs.

The gamemode_X_server.cfg (X is the gamemode name such as casual) which will be executed every map change after the server.cfg. This file should contain all cvar/commands based on the game mode you want to run like mp_roundtime, mp_maxrounds etc..
TomL. is offline