stevefan1999-personal / gamesvr-svencoop

Sven Co-Op Server in Docker

Home Page:https://hub.docker.com/r/lacledeslan/gamesvr-svencoop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sven Co-op Dedicated Server in Docker

Sven Co-op (abbreviated as SC) is a co-op variation of the 1998 first-person shooter Half-Life. The game, initially released as a mod in January 1999, enables players to play together on online servers to complete levels, many which are based on the Half-Life universe but include other genres. The standalone release, available free of charge, representing version 5.0 of the mod, was released in January 2016.

Sven Co-op Screenshot

This repository is maintained by Laclede's LAN. Its contents are intended to be bare-bones and used as a stock server. For examples of building a customized server from this Docker image browse its related child-project gamesvr-svencoop-freeplay. If any documentation is unclear or it has any issues please see CONTRIBUTING.md.

Linux

linux/amd64

Download

docker pull lacledeslan/gamesvr-svencoop;

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-svencoop ./ll-tests/gamesvr-svencoop.sh;

Run Interactive Server

docker run -it --rm --net=host lacledeslan/gamesvr-svencoop ./svends_run -num_edicts 3072 +sv_lan 1;

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.

About

Sven Co-Op Server in Docker

https://hub.docker.com/r/lacledeslan/gamesvr-svencoop/

License:The Unlicense


Languages

Language:Dockerfile 100.0%