Sign inSign up

lacledeslan/gamesvr-ut99-freeplay

Sponsored OSS

By lacledeslan

Updated 1 day ago

LL Unreal Tournament Dedicated Freeplay Server in Docker

Image
0

10K+

lacledeslan/gamesvr-ut99-freeplay repository overview

Laclede's LAN Unreal Tournament 99 Dedicated Freeplay Server

Laclede's LAN Unreal Tournament 99 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 building your own using gamesvr-ut99 as the base image for your customized server.

Linux Container

linux/amd64

Download
docker pull lacledeslan/gamesvr-ut99-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-ut99-freeplay ./ll-tests/gamesvr-ut99-freeplay.sh;
Run simple interactive server
docker run -it --rm --net=host lacledeslan/gamesvr-ut99-freeplay /app/ucc server DM-Hood.unr?game=Botpack.DeathMatchPlus -nohomedir -lanplay

Custom Content

Maps
NameAuthorNotes
1on1-Joust (CTF)Patrick 'KillRoy' Buijs2-4 players, Bots supported
AbleeDavid 'DavidM' Münnich
BabylonRich 'Akuma' Eastwood
BrickyardKen ''DrunKenobi'' Lynch
Bond 007 Goldeneye ArchivesSi "Kain" Cass
Bond 007 Goldeneye BasementSi "Kain" Cass
Bond 007 Goldeneye CavesGoldabar
Bond 007 Goldeneye ComplexGoldabar
Bond 007 Goldeneye EgyptianGoldabar
Bond 007 Goldeneye FacilityGoldabar
Bond 007 Goldeneye StackSi "Kain" Cass
Bond 007 Goldeneye TempleSi "Kain" Cass
Bond 007 Goldeneye StackSi "Kain" Cass
CoagulateKen ''DrunKenobi'' Lynch
Cold-Steel-PressureRich 'Akuma' Eastwood
CoreKen ''DrunKenobi'' Lynch
DamnationEric "Ebolt" Boltjes
DepotEric "Ebolt" Boltjes
DustCliff "CliffyB" Bleszinski
ExtortionDavid 'DavidM' Münnich
FluxGlowing Angel
GearboxCliff "CliffyB" Bleszinski
GirderCliff "CliffyB" Bleszinski
GoogleCliff "CliffyB" Bleszinski
Halberd CastleWarren Marshall
HoodKen ''DrunKenobi'' Lynch
IndustrialWarren Marshall
InfernalEric "Ebolt" Boltjes
InstinctEric "Ebolt" Boltjes
LoathingKen ''DrunKenobi'' Lynch
MelnoriDavid 'DavidM' Münnich
NebulaWarren Marshall
Neo-TokyoRich 'Akuma' Eastwood
OutskirtsWarren Marshall
PaladinCliff "CliffyB" Bleszinski
PantheonWarren Marshall
PS2_BrickyardKen ''DrunKenobi'' Lynch
PS2_CoagulateKen ''DrunKenobi'' Lynch
PS2_CoagulateKen ''DrunKenobi'' Lynch
PS2_CoreKen ''DrunKenobi'' Lynch
PS2_HoodKen ''DrunKenobi'' Lynch
PS2_LoathingKen ''DrunKenobi'' Lynch
PS2_SorayamaKen ''DrunKenobi'' Lynch
Q2DM1 (The Edge)Converted by "VT|CreepingDeath"
Sector-9Rich 'Akuma' Eastwood
SorayamaKen ''DrunKenobi'' Lynch
UnderlordRich 'Akuma' Eastwood
Mutators
NameAuthorNotes
FatboyjbPDeath is slimming...
Map-Vote 3.0.4'remote administrators to'aka BDBMapVote304
Unlimited AmmoUnknown
Zoom InstaGib Arena Mutator (v1.0)Mark Matzke & Matt Dunphy

Adding Content

When adding content to this freeplay server image:

  • .unr (Map files) go in the dist/content/Maps directory.
  • .utx (Texture and materials) go in the dist/content/Textures directory.
  • .uax (Sound files) go in the dist/content/Sounds directory.
  • .umx (Music files) go in the dist/content/Music directory.
  • .int, .u, .ini go in the dist/content/System directory.
    • .ini files are configuration files.
    • .int files are package loaders.
    • .u files are compiled UnrealScript classes, often containing other resources like sounds or textures.

Other content types:

.uc - UnrealScript source code. .umod files - These are self-installing packages that can be used to install mods and content. .uz / .uz2 - These are compressed versions of package files for faster downloads, and go on the 'HTTP fast downloads' server.

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.

Tag summary

Content type

Image

Digest

sha256:930752800

Size

423.7 MB

Last updated

1 day ago

docker pull lacledeslan/gamesvr-ut99-freeplay

This week's pulls

Pulls:

38

Last week