mirror of
https://github.com/rehlds/testdemos.git
synced 2025-01-14 07:38:14 +03:00
670c0e714f
* init * add gitignore * Use `debian:stable` tag * Make compability with `s1lentq/testdemos:latest` image * Clear APT cache * Use `wine32` only and remove `wineboot` command * remove any `*64.dll` and add ability to remove all `*.bsp` * add CI * Add `CODEOWNERS`
32 lines
579 B
INI
Executable File
32 lines
579 B
INI
Executable File
// Use this file to configure your DEDICATED server.
|
|
// This config file is executed on server start.
|
|
|
|
// disable autoaim
|
|
sv_aim 0
|
|
|
|
// disable clients' ability to pause the server
|
|
pausable 0
|
|
|
|
// default server name. Change to "Bob's Server", etc.
|
|
hostname "CS 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 320
|
|
|
|
// 20 minute timelimit
|
|
mp_timelimit 20
|
|
|
|
sv_cheats 0
|
|
|
|
// load ban files
|
|
exec listip.cfg
|
|
exec banned.cfg
|
|
|