Skip to content

Commit 47ee6ed

Browse files
committed
update OldUnreal patch to RC9
1 parent 124e099 commit 47ee6ed

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN echo "Downloading UT99 Dedicated Server Assets" &&`
99
mkdir --parents /tmp/ &&`
1010
curl -sSL "http://${contentServer}/fastDownloads/_installers/ut99/ut99-server-469e-linux.tar.xz" -o /tmp/ut99-server.tar.xz &&`
1111
echo "Validating download against known hash" &&`
12-
echo "2e407565229b4a2ac7c6d18d828dec75711a39ae4da229307fca1a124772f484 /tmp/ut99-server.tar.xz" | sha256sum -c - &&`
12+
echo "c7a249b4b0b7513abc77f58f3588eb80e3f2ca21900b5637e16dd3d7d1c21106 /tmp/ut99-server.tar.xz" | sha256sum -c - &&`
1313
echo "Extracting UT99 Dedicated Server Assets" &&`
1414
tar -xJvf /tmp/ut99-server.tar.xz -C /output/ &&`
1515
rm -f /tmp/*.xz

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This UT99 server was built from the following content:
1515
3. DE Bonus Pack (a.k.a. Bonus Pack 2): Contains three new mutators (Team Beacon, Volatile Ammo and Volatile Weapon) and two new maps: CTF-HallOfGiants and CTF-Orbital.
1616
4. Inoxx Bonus Pack (a.k.a. Bonus Pack 3): Contains six new maps: CTF-Face][, CTF-High, CTF-Kosov, CTF-Nucleus, DM-Crane and DM-SpaceNoxx.
1717
5. Christmas Bonus Pack (a.k.a. Bonus Pack 4): Includes two new models (Warboss and Xan Mk. II) and 12 new maps: CTF-Beatitude, CTF-EpicBoy, CTF-Face-SE, CTF-Ratchet, DM-Bishop, DM-Closer, DM-Grit-TOURNEY, DM-Viridian-TOURNEY, DOM-Bullet, DOM-CiDom, DOM-Lament][ and DOM-WolfsBay.
18-
6. [OldUnreal Community Patch - version 469e-rc7](https://github.com/OldUnreal/UnrealTournamentPatches)
18+
6. [OldUnreal Community Patch - version 469e-rc9](https://github.com/OldUnreal/UnrealTournamentPatches)
1919

2020
## Linux
2121

@@ -53,13 +53,16 @@ docker run -it --rm --net=host lacledeslan/gamesvr-ut99 /app/ucc server dm-Turbi
5353
5454
### Run interactive server with custom config and web interface
5555
56-
Unreal Tournament 99 includes a admin web interface to make it easy to change maps, game options, playlists, ban players, etc. By default this option is not enabled and can be turned on with adding "-adminconsole" and "-http" to the command line and enable via the [config file](https://github.com/LacledesLAN/gamesvr-ut99/blob/master/dist.linux/System/UnrealTournament.ini).
56+
Unreal Tournament 99 includes a admin web interface to make it easy to change maps, game options, playlists, ban players, etc. By default this option is not enabled and can be turned on with adding "-adminconsole" and "-http" to the command line and enable via the [config file](https://github.com/LacledesLAN/gamesvr-ut99/blob/master/dist.linux/System/UnrealTournament.ini).
57+
58+
On the command line it will look like this.
5759
58-
On the command line it will look like this.
5960
```shell
6061
docker run -it --rm --net=host lacledeslan/gamesvr-ut99 /app/ucc server dm-Turbine?game=Botpack.DeathMatchPlus ini=UnrealTournament-Online.ini log=logfile.log -nohomedir -adminconsole -http
6162
```
63+
6264
In the UnrealTournament.ini file just set bEnabled to true, remember the port number, userid, and password. You will be able to login to the server with a web browser. Just go to http://ipaddress:port on your browser.
65+
6366
```shell
6467
[UTServerAdmin.UTServerAdmin]
6568
AdminUsername=username

0 commit comments

Comments
 (0)