Skip to content

brunoanc/EternalModManager

Repository files navigation

EternalModManager

A cross platform mod manager for DOOM Eternal, making it easier to set-up and install mods in both Windows and Linux.

Installing on Linux

Flatpak (Recommended)

Download on Flathub

Snap

Get it from the Snap Store

AppImage

Download as an AppImage

AUR (Arch 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.

Installing on Windows

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.

Compiling

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