gamesvr-hl2dm-freeplay
Laclede's LAN Half-Life 2 Deathmatch Freeplay Server
6.9K

This repository is maintained by Laclede's LAN. Its contents are heavily tailored and tweaked for use at our charity LAN-Parties. For third-parties we recommend using this repo only as a reference example and then building your own using gamesvr-hl2dm as the base image for your customized server.
!sm_adminTo enable on your game client:
Valve published an update in July 2018 that switched the default value of cl_showpluginmessages ConVar to 0. This
setting determines whether instances of a special set of exposed plugin-like networked dialogs (e.g. SourceMod menus,
but not limited to) are allowed to display on the client. So, this change caused all new HL2:DM installs not to allow
these dialogs by default anymore. To enabled !sm_admin menus in your client, set the cvar cl_showpluginmessages to
1.
docker pull lacledeslan/gamesvr-hl2dm-freeplay;
docker run -it --rm --net=host lacledeslan/gamesvr-hl2dm-freeplay ./srcds_run -game hl2mp +map dm_crossfire_final -usercon +sv_lan 1
This project includes a test script that can be used to verify a build gamesvr-hl2dm image. No changes or pull
requests will be accepted to this repository if any tests fail.
./tests/gamesvr-hl2dm-freeplay.sh lacledeslan/gamesvr-hl2dm-freeplay /app/srcds_run -game hl2mp +map dm_fool_day -insecure -norestart +sv_lan 1
Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.
Content type
Image
Digest
sha256:e84b2a10a…
Size
865.1 MB
Last updated
2 days ago
docker pull lacledeslan/gamesvr-hl2dm-freeplayPulls:
476
Last week