l4d someoptions here and there

This commit is contained in:
CroneKorkN 2025-10-29 16:26:03 +01:00
parent c2b177db49
commit 7a51040ac0
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,9 @@ motd_enabled 0
rcon_password ${rcon_password} rcon_password ${rcon_password}
sv_steamgroup "38347879" sv_steamgroup "38347879"
mp_autoteambalance 0
sv_forcepreload 1
// server specific // server specific
% for line in config: % for line in config:
${line} ${line}

View file

@ -43,6 +43,7 @@
'sv_maxupdaterate 100', 'sv_maxupdaterate 100',
'sv_mincmdrate 100', 'sv_mincmdrate 100',
'sv_maxcmdrate 100', 'sv_maxcmdrate 100',
'tick_door_speed 1.3',
], ],
}, },
'zonemod': { 'zonemod': {