The config files in this directory are loaded if the maps are loaded on the gameserver. default.cfg is loaded on every map before map specific configs are loaded Example: ======== If you want to disable weapon restrictions only for the map Killhouse (mp_killhouse) just create a file named mp_killhouse.cfg an type in the following: [weaponrestrictions] enabled = 0 To reactivate it for the other maps you have to reactivate the weapon restrictions in default.cfg just type in there: [weaponrestrictions] enabled = 1 Since 0.11: =========== Now this also work with RCON commands. Just create a file named mp_map.rcon and put the RCON-Command in there. One command in each line. There are no comments allowed inside such a file! default.rcon is executed at every map.