Skip to content

LacledesLAN/gamesvr-gesource-freeplay

Repository files navigation

Laclede's LAN GoldenEye: Source Dedicated Freeplay Server

Laclede's LAN GoldenEye: Source Dedicated Freeplay Server

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 build your own using the parent project gamesvr-gesource as the base image for your customized server.

Linux Container

linux/amd64

Download

docker pull lacledeslan/gamesvr-gesource-freeplay

Run Self Tests

The image includes a test script that can be used to verify its contents. No changes or pull-requests will be accepted to this repository if any tests fail.

docker run -it --rm lacledeslan/gamesvr-gesource-freeplay ./ll-tests/gamesvr-gesource-freeplay.sh;

Run Simple, Interactive Server

docker run -it --rm --net=host lacledeslan/gamesvr-gesource-freeplay /bin/bash -c "export MALLOC_CHECK_=0 && ./srcds_run -game gesource +map ge_depot +sv_lan 1 +maxplayers 16"

Getting Started with Game Servers in Docker

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.

Releases

No releases published

Packages

No packages published