User Tools

Site Tools


unreal_tournament_2004_linux_server

This is an old revision of the document!


Copy files to server:

  • BR-Basketball.tar.bz2
  • CTF-ThornsV4.ut2.tar.bz2
  • DedicatedServer3339-BonusPack.zip
  • InfiniteWallDodges.zip
  • ONS-Dinora.tar.bz2
  • VCTF-ArcticStronghold.zip
  • VCTF-BloodGulch7.zip
  • VCTF-ConcreteCanyon.zip
  • VCTF-dogfight.zip
  • XxxXESRv2i.rar
  • ctf-circuitcity.zip
  • ut2004-lnxpatch3339.tar.bz2
  • ut2004-lnxpatch3355.tar.bz2
  • ut2004-lnxpatch3369-2.tar.bz2
  • vendetta_v4.zip
apt install libstdc++5
useradd -m ut2004
su - ut2004
mkdir ut2004
cd ut2004
unzip DedicatedServer3339-BonusPack.zip
tar xvjf ut2004-lnxpatch3355.tar.bz2
tar xvjf ut2004-lnxpatch3369-2.tar.bz2
rsync -av UT2004-Patch/ .
rm -rf UT2004-Patch
chmod -R o-w .
chmod +x System/ucc*
rsync -av /path/to/Default.ini System
# check that it runs:
./System/ucc-bin-linux-amd64
cd System
unzip InfiniteWallDodges.zip
cd ..
unzip vendetta_v4.zip

For HTTP downloads:

apt install apache2

Apache2 configuration:

        Alias "/ut2004/" "/home/ut2004/ut2004/custom/"
        <Directory /home/ut2004/ut2004/custom>
                Require all granted
        </Directory>

And copy in all custom maps, static meshes, textures, etc… to /home/ut2004/ut2004/custom

unreal_tournament_2004_linux_server.1560123263.txt.gz · Last modified: by josh