Collection of bash scripts for different aspects of Doom Eternal modding. Further instructions can be found in the readme file of each one.
Join the DOOM 2016+ Modding Discord and the DOOM Eternal Modding Hub to find more mods and tools. You can also find modding on the wiki.
Auto Heckin' Texture Converter
Automatically converts any texture file(s) to the TGA format required by the game, eliminating the need of using Nvidia's tool to convert to BC1a and then DivinityMachine manually.
DOOMSaveManagerLinux
A program to make importing and exporting DOOM saves easier, modified to work for Linux using Mono.
EternalAudioExtractorLinux
Tool to extract audio files from DOOM Eternal's .snd files, modified for Linux.
EternalBins
Collection of compiled native binaries of modding tools.
EternalExtractor
Script for automating the process of running QuickBMS to extract all of DOOM Eternal's *.resources archives.
EternalModInjectorShell
Script that automatically installs mods using the rest of the tools.
EternalModLoaderCpp
Tool to load mods into Doom Eternal's .resources files, rewritten on C++ for Linux.
EternalModManager
Mod manager GUI for DOOM Eternal, written in Rust using GTK4 & libadwaita.
EternalPatchManifestGo
Tool that patches the build-manifest.bin file for modding purposes, rewritten in Go.
EternalPatcherGo
Tool that patches the DOOM Eternal executable for modding purposes, rewritten in Go.
EternalResourceExtractor
Small C utility to extract files from a DOOM Eternal .resources file.
ModLoader_to_MeatHook
Meath00k is a dll that allows the user to override "*.entities" files with your own decompressed and modified files. You don't need to restart the game after editing the file. Loading a checkpoint should be enough. This script converts mods made for the ModLoader to an "overrides" to use with meath00k, and then moves it to the Doom Eternal folder.
idCryptRust
Tool that decrypts/encrypts DOOM Eternal's .blang files, rewritten in Rust.
idFileDeCompressorGo
Tool to decompress and recompress .entities files, allowing level editing.
idRehashGo
Tool to hash the resource offsets and store them in meta.resources to allow loading of custom .resources, rewritten in Go.
meath00k
Readme explaining how to use chrispy's meath00k and Scorp's EntityHero on Linux.
ooz
Open source Oodle format decompressor.