Initial commit

This commit is contained in:
Jose Jimenez
2025-01-16 23:01:08 +01:00
committed by GitHub
commit 6a23db18b9
23 changed files with 1081 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
; Maps configuration file
; File location: $moddir/addons/amxmodx/configs/maps.ini
; To use with Maps Menu plugin
; Add in your mod's maps here
; Delete this file to use mapcycle.txt
crossfire
bounce
datacore
frenzy
gasworks
lambda_bunker
rapidcore
snark_pit
stalkyard
subtransit
undertow
boot_camp

12
valve/config/server.cfg Normal file
View File

@@ -0,0 +1,12 @@
echo "########################################################################"
echo "# ### DOCKER INFO ###"
echo "# To override the default server.cfg"
echo "# mount a volume to /opt/steam/hlds/valve/config"
echo "# and create a server.cfg inside that folder."
echo "# For more information visit:"
echo "# https://github.com/artkirienko/hlds-docker-dproto"
echo "#"
echo "# Example:"
echo "# docker run -it --rm -d -p27015:27015 -p27015:27015/udp \"
echo "# -v $(pwd)/valve/config:/opt/steam/hlds/valve/config artkirienko/hlds"
echo "########################################################################"

47
valve/default.cfg Normal file
View File

@@ -0,0 +1,47 @@
// This sets the config file which is loaded at each map change.
mapchangecfgfile server.cfg
motdfile motd.txt
hostname "HLDS Docker dproto(47/48)"
maxplayers 12
mp_autocrosshair "0"
mp_falldamage "0"
mp_flashlight "1"
mp_logdetail "0"
mp_logfile "0"
mp_timelimit "15"
pausable "0"
secure "1"
sv_aim "0"
sv_allowupload "0"
sv_contact "https://github.com/artkirienko/hlds-docker-dproto"
sv_proxies "0"
sv_region "3"
sv_skyname "dusk"
sv_minrate "5000"
sv_maxrate "100000"
sv_minupaterate "60"
sv_maxupaterate "101"
sys_ticrate "200"
//voice
sv_alltalk "1"
sv_voicecodec voice_speex
sv_voiceenable "1"
sv_voicequality "3"
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
// maximum client movement speed
sv_maxspeed 270
// set FastDL servers (important, if you want to use custom maps)
// alternative:
// sv_downloadurl "http://files.anitalink.com/gamecache/hl/valve/"
sv_downloadurl "http://files2.hldm.org/hl/"
// load ban files
exec listip.cfg
exec banned.cfg

12
valve/mapcycle.txt Normal file
View File

@@ -0,0 +1,12 @@
crossfire
bounce
datacore
frenzy
gasworks
lambda_bunker
rapidcore
snark_pit
stalkyard
subtransit
undertow
boot_camp

12
valve/motd.txt Normal file
View File

@@ -0,0 +1,12 @@
Welcome to HLDS Docker dproto(47/48)
This server uses Docker.
For more information visit
https://github.com/artkirienko/hlds-docker-dproto
Love old-school gaming and Half-Life?
Join us on Discord: https://discord.com/invite/halflife

5
valve/server.cfg Normal file
View File

@@ -0,0 +1,5 @@
// Add server configurations to default.cfg
exec default.cfg
// The custom config needs to be executed last.
exec config/server.cfg

39
valve/steamcomm.lst Normal file
View File

@@ -0,0 +1,39 @@
// Server Lists
//
Auth
{
207.173.177.10:7002
// half-life.east.won.net:7002
// half-life.west.won.net:7002
// half-life.central.won.net:7002
}
Master
{
207.173.177.10:27010 // steam official
188.40.40.201:27010
46.165.194.16:27010
46.4.71.67:27010
46.165.194.14:27010
194.87.101.97:27010
ms.gs4u.net:27010
85.204.49.230:27010 // not
ms.qck.ro:27010 // not
88.198.47.43:27010 // not
138.201.120.30:27010 // not
ms.tsarvar.com:27010 // not
ms.tsar.im:27010 // not
zvdk.nl:27010 // not
hl1master.steampowered.com:27010 // not
// half-life.east.won.net:27010
// half-life.west.won.net:27010
// half-life.central.won.net:27010
}
Secure
{
half-life.speakeasy-nyc.hlauth.net:27012
half-life.speakeasy-sea.hlauth.net:27012
half-life.speakeasy-chi.hlauth.net:27012
}