
Heads up: Quake remaster works great on Asahi
I recently bought Quake remaster for pennies on Steam to check out the latest free DLCs and discovered many people (on different platforms) are unable to play the game due to graphics issues. I tried using different workarounds, but nothing helped on Asahi.
In the end, I used ironwail, which supports the latest DLCs as well:
https://github.com/andrei-drexler/ironwail
Compiled it from source and it works amazingly well - the performance is phenomenal, no bugs.
Quick how to:
- Download the source code and unpack it:
https://github.com/andrei-drexler/ironwail/releases/tag/v0.8.2
- Download the dependencies. Here's what I needed:
sudo dnf install libvorbis-devel libcurl-devel mpg123-devel
- In the Quake directory, write:
make
or
make -j$(nproc)
(not sure if this is needed for it to use more cores when compiling these days)
- Run the game:
./ironwail
In my case it detected my Steam installation of Quake without me needing to do anything.
Adjust the settings if needed, select a DLC in the mods section if you want, enjoy the game.