A set of modding tools for the newest generation of the Bitsquid game engine that powers the game Warhammer 40.000: Darktide.
Some checks failed
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
The initial implementation of DML ended up loading mods quite late, which did give it the benefit of all `Manager`s being available. This change therefore moves mod loading until after those are initialized. But contrary to old DML, we still create a separate game state to make sure the game doesn't advance until mods are loaded. This avoids race conditions like the one where LogMeIn needs to come early in the load order. |
||
---|---|---|
.ci | ||
crates | ||
docs/screenshots | ||
lib | ||
.dockerignore | ||
.fdignore | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.adoc | ||
Justfile | ||
LICENSE | ||
README.adoc | ||
rust-toolchain.toml | ||
rustfmt.toml |
Darktide Mod Tools
A set of tools to use and develop mods for the newest generation of the Bitsquid game engine that powers the game Warhammer 40.000: Darktide.
Darktide Mod Manager (DTMM)
DTMM is a GUI application to install and manage mods for the game.

Head to crates/dtmm for more information or check the Wiki.
Darktide Mod Tools (DTMT)
DTMT is a CLI application providing various commands that aid in developing mods for the game.
Head to crates/dtmt for more information or check the Wiki.