mirror of
https://github.com/rehlds/testdemos.git
synced 2025-01-13 15:18:16 +03:00
Fix tests deps (#18)
* add old cstrike `mp.dll` for pass tests * fix `server.cfg` place for rehlds deps
This commit is contained in:
parent
210f379e40
commit
703995141f
BIN
testdemos_files/deps/regamedll/cstrike/dlls/mp.dll
Normal file
BIN
testdemos_files/deps/regamedll/cstrike/dlls/mp.dll
Normal file
Binary file not shown.
62
testdemos_files/deps/rehlds/cstrike/server.cfg → testdemos_files/deps/rehlds/valve/server.cfg
Executable file → Normal file
62
testdemos_files/deps/rehlds/cstrike/server.cfg → testdemos_files/deps/rehlds/valve/server.cfg
Executable file → Normal file
@ -1,31 +1,31 @@
|
|||||||
// Use this file to configure your DEDICATED server.
|
// Use this file to configure your DEDICATED server.
|
||||||
// This config file is executed on server start.
|
// This config file is executed on server start.
|
||||||
|
|
||||||
// disable autoaim
|
// disable autoaim
|
||||||
sv_aim 0
|
sv_aim 0
|
||||||
|
|
||||||
// disable clients' ability to pause the server
|
// disable clients' ability to pause the server
|
||||||
pausable 0
|
pausable 0
|
||||||
|
|
||||||
// default server name. Change to "Bob's Server", etc.
|
// default server name. Change to "Bob's Server", etc.
|
||||||
hostname "CS Test Server [Steam]"
|
hostname "CS Test Server [Steam]"
|
||||||
|
|
||||||
rcon_password "vH9.ChfusK"
|
rcon_password "vH9.ChfusK"
|
||||||
sv_minupdaterate 30
|
sv_minupdaterate 30
|
||||||
sv_maxupdaterate 101
|
sv_maxupdaterate 101
|
||||||
|
|
||||||
sv_minrate 10000
|
sv_minrate 10000
|
||||||
sv_maxupdaterate 50000
|
sv_maxupdaterate 50000
|
||||||
|
|
||||||
// maximum client movement speed
|
// maximum client movement speed
|
||||||
sv_maxspeed 320
|
sv_maxspeed 320
|
||||||
|
|
||||||
// 20 minute timelimit
|
// 20 minute timelimit
|
||||||
mp_timelimit 20
|
mp_timelimit 20
|
||||||
|
|
||||||
sv_cheats 0
|
sv_cheats 0
|
||||||
|
|
||||||
// load ban files
|
// load ban files
|
||||||
exec listip.cfg
|
exec listip.cfg
|
||||||
exec banned.cfg
|
exec banned.cfg
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user