-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add old cstrike `mp.dll` for pass tests * fix `server.cfg` place for rehlds deps
- Loading branch information
1 parent
210f379
commit 7039951
Showing
2 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
Binary file not shown.
62 changes: 31 additions & 31 deletions
62
...emos_files/deps/rehlds/cstrike/server.cfg → testdemos_files/deps/rehlds/valve/server.cfg
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
// 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 | ||
// 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 | ||