Enemy Territory - Wolfenstein dedicated server container.
Removed installation files. | 3b49264, 10 Apr 2021 |
---|---|
Dockerfile | |
etwolf.sh | |
README.md |
This is Wolf:ET dedicated server container.
Features
- ET 2.60b with latest patches (wwwdl, ucmd)
- ETTV 2.60b (also patched)
- ETPro 3.2.6
- PunkBuster
- Server-side demos
Usage
The basepath of the server is located inside the container including the base files. Mount the homepath to /var/etwolf
.
docker run -t --rm -i -p <port>:27960/udp -v <homepath>:/var/etwolf adawolfa/etwolf:latest +set fs_game etpro +map radar
There are some extra options apart from the standard +
arguments:
Option | Description |
---|---|
--tv |
Use ETTV binary |
--server-demos |
Use server-side demos extension |
You cannot use both the options as the server demos extension isn't compatible with ETTV.