A cross platform mod manager for DOOM Eternal, making it easier to set-up and install mods in both Windows and Linux.
The app is currently available in the AUR. You can use your favorite AUR helper to install it, or download and build manually as described in the Arch wiki.
Make sure you have the .NET 6 Runtime installed, then download and extract the latest .zip from the latest release to your DOOM Eternal directory.
First, make sure you have the latest version of the .NET 6 SDK installed. Then clone the repo, and run the following commands:
dotnet build -c Release
The compiled application will be located in the EternalModManager/bin/Release/net6.0
folder.
Optionally, you can run the app with the following command:
dotnet run -c Release