mirror of
https://github.com/rehlds/testdemos.git
synced 2025-02-21 19:11:19 +03:00
* fix cstrike gamedll for rehlds test * rename test script * Dockerfile: copy chmod too & fix chmod for files * remove unused test.sh --------- Co-authored-by: s1lentq <s1lentsk@yandex.ru>
29 lines
575 B
INI
29 lines
575 B
INI
// Use this file to configure your DEDICATED server.
|
|
// This config file is executed on server startup.
|
|
|
|
// disable autoaim
|
|
sv_aim 0
|
|
|
|
// player bounding boxes (collisions, not clipping)
|
|
sv_clienttrace 3.5
|
|
|
|
// disable clients' ability to pause the server
|
|
pausable 0
|
|
|
|
// default server name. Change to "Bob's Server", etc.
|
|
hostname "Half-Life Test Server [Steam]"
|
|
|
|
rcon_password "vH9.ChfusK"
|
|
sv_minupdaterate 30
|
|
sv_maxupdaterate 101
|
|
|
|
sv_minrate 10000
|
|
sv_maxupdaterate 50000
|
|
|
|
// maximum client movement speed
|
|
sv_maxspeed 270
|
|
|
|
// load ban files
|
|
exec listip.cfg
|
|
exec banned.cfg
|