Last active
January 18, 2025 20:46
-
-
Save timoschinkel/9d07c6ff4676c7ad1d1f9175a9e56f8b to your computer and use it in GitHub Desktop.
Installing Unreal Tournament GOTY on MacOS Catalina and up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installing Unreal Tournament GOTY on MacOS Catalina and up | |
- Buy game on GoG via https://www.gog.com/game/unreal_tournament_goty | |
- Download archive set up - Not the download the GoG installer, but download the Unreal Tournament installer (302MB). | |
- Unpack with `innoextract` (`brew install innoextract`) - Move installer to folder first for scoping. | |
- Install [UnrealTournamentPatches](https://github.com/OldUnreal/UnrealTournamentPatches/releases) - don't forget to drag the executable to Applications | |
- In Finder, go to Applications, right click `UnrealTournament` and click `Show package contents` | |
- Inside the package contents navigate to `Contents` > `MacOS` | |
- Copy the folders `Maps`, `Music`, `Sounds` and `Textures` from the unpacked Unreal Tournament installer and paste them in the `Contents` > `MacOS` folder. | |
- Profit! | |
Addendum | |
On MacOS versions newer then Catalina going through these steps can lead to a notification from MacOS that the binary is damaged. I suspect this is caused by changing the contents of the app folder. This is stored in a file attribute. You can clear this by running `attr -cr {path to unreal.app}` | |
Newer MacOS versions might not work with the description above. | |
## Links | |
- https://www.youtube.com/watch?v=wEC1M6EdDnA |
Hi, thanks for the additions.
You're an angel, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey, thanks for writing this down. I'd just like to point out some things that were off for me:
show package contents
rar x [path to Unreal.Tournament.GOTY.GOG.rar]
(brew install rar)xattr
, notattr
.Love having UT99 running natively on my M3 Pro 💯