Sign inSign up

ich777/urbanterror

By ich777

Updated almost 2 years ago

Image
0

10K+

ich777/urbanterror repository overview

Urban Terror™ in Docker optimized for Unraid

Urban Terror™ is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.

Urban Terror can be described as a Hollywood tactical shooter; somewhat realism based, but the motto is "fun over realism". This results in a very unique, enjoyable and addictive game.

ATTENTION: The first startup can take very long since the container downloads the gamefiles, please wait patiently even if it seems to be stuck (this can take up to 30 minutes).

UPDATE: The container will search for a new version of the game on every start/restart of the container if the variable 'CHECK_FOR_UPDATES' is set to 'true'.

Env params

NameValueExample
DATA_DIRFolder for configfiles and the application/urbanterror
CONFIG_NAMESpecify your configuration name (leave it as is if you don't plan to run multiple servers from one directory)server.cfg
START_PARAMSEnter you extra startup parameters if neededempty
CHECK_FOR_UPDATESSet to 'true' (without quotes) to search for updates on every start/restart otherwise leave emptytrue
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value for new created files0000
DATA_PERMSData permissions for config folder770

Run example

docker run --name Urban-Terror -d \
	-p 27960:27960/udp \
	--env 'CONFIG_NAME=server.cfg' \
	--env 'CHECK_FOR_UPDATES=true' \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=0000' \
	--env 'DATA_PERMS=770' \
	--volume /path/to/urban-terror:/urbanterror \
	--restart=unless-stopped \
	ich777/urbanterror

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/

Tag summary

Content type

Image

Digest

sha256:7f0336f76

Size

60.8 MB

Last updated

almost 2 years ago

docker pull ich777/urbanterror