_default.cfg
is the template config, this file is a base of all available default settings. It can not be edited and is updated by LinuxGSM when using ./gameserver update-lgsm
. This config is loaded first.common.cfg
is used for common settings that apply to all game server instances of the same installation. This saves having to apply the same settings multiple times.instance.cfg
is the configuration file used for each individual game server instance. Settings here will only apply to this specific game server instance. This config file takes the same name as the game server instance name ./gameserver
. For example, if ./csgoserver
is used the instance.cfg will be called csgoserver.cfg
. This config is last to be loaded.secrets
prepended to the front of the config name._default.cfg
then common.cfg
and finally instance.cfg
. This means that any setting set in instance.cfg
will override that setting in common.cfg
which in turn will override the setting in _default.cfg
.config-lgsm
directoryls
to list the directory contents and find the name of your instance.cfg.cat
or nano
to see the contents of _default.cfg
.instance.cfg
_default.cfg
into instance.cfg
. If any settings in _default.cfg are updated with a new release of LinuxGSM they may not be picked up if all the settings have been copied.config-lgsm
directoryls
to list the directory contents.cat
or nano
to see the contents of _default.cfg
.common.cfg
._default.cfg
into instance.cfg
. If any settings in _default.cfg are updated with a new release of LinuxGSM they may not be picked up if all the settings have been copied.instance.cfg
.de_nuke
as default map on csgoserver
:cs_office
as default map on csgoserver
:de_dust2
as default map on csgoserver
:de_nuke
as default map on csgoserver
instance and de_inferno
on csgoserver-2
instance:de_nuke
as default map on csgoserver
instance and cs_office
on csgoserver-2
instance: