-
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.
* 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 <[email protected]>
- Loading branch information
Showing
8 changed files
with
46 additions
and
56 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// 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 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
echo " - Testing ReGameDLL -" | ||
rsync -a deps/regamedll/* . | ||
|
||
demo=cstrike-basic-1 desc="CS: Testing jumping, scenarios, shooting etc" ./runTest.sh | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
echo " - Testing rehlds -" | ||
rsync -a deps/rehlds/* . | ||
|
||
demo=cstrike-muliplayer-1 desc="CS: Multiplayer" ./runTest.sh | ||
demo=rehlds-phys-single1 desc="Half-Life: Physics singleplayer" ./runTest.sh | ||
demo=crossfire-1-multiplayer-1 desc="Half-Life: Multiplayer on crossfire map" ./runTest.sh | ||
demo=shooting-hl-1 desc="Half-Life: Shooting with several weapons" ./runTest.sh | ||
|
Empty file.
This file was deleted.
Oops, something went wrong.