Skip to content

Instantly share code, notes, and snippets.

@cmourouvin
Last active February 26, 2021 12:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmourouvin/7f23232b61adbde325a96712d9356e96 to your computer and use it in GitHub Desktop.
Save cmourouvin/7f23232b61adbde325a96712d9356e96 to your computer and use it in GitHub Desktop.
Install UT99 v436 under Linux
# From here : http://unrealtournament.99.free.fr/forum/viewtopic.php?f=4&t=7
wget http://unrealtournament.99.free.fr/utfiles/UT_Demo/UnrealTournament-V3.exe
# Run with wine
wine ./UnrealTournament-V3.exe
# Fallow instructions :)
# Note : by default only one map (CTF)
# More maps : https://www.utzone.de/forum/downloads.php?do=file&id=2352_Classic-MapPack-Collection-by-UTzone
# Just unrar for skilled user :) in your wine UT99 install folder : ~/.wine/drive_c/UnrealTournament
# Unrar : sudo apt-get install unrar ; unrar e your_file.rar
# And voilà ;) !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment