A set of modding tools for the newest generation of the Bitsquid game engine that powers the game Warhammer 40.000: Darktide.
Find a file
Lucas Schwiderski 690098d7c7
feat(dtmm): Improve debug logging
This re-enables stdout/stderr logging for release binaries for DTMM.
As a GUI application, it usually won't be started from a CLI, and there
should be no negative impact from that.
But since stdout logging is synchronous and much faster than the async
action that writes to the log file, it might get to log more when the
application panics.
2023-04-09 14:33:55 +02:00
.ci feat(ci): Add Dockerfiles to build locally 2023-04-05 20:22:29 +02:00
crates feat(dtmm): Improve debug logging 2023-04-09 14:33:55 +02:00
docs/screenshots docs: Add split READMEs 2023-03-01 22:14:31 +01:00
lib feat(dtmm): Improve debug logging 2023-04-09 14:33:55 +02:00
.dockerignore feat(ci): Add Dockerfiles to build locally 2023-04-05 20:22:29 +02:00
.fdignore feat: Add Docker images for CI compilation 2023-03-23 13:42:03 +01:00
.gitignore feat: Add Docker images for CI compilation 2023-03-23 13:42:03 +01:00
.gitmodules chore(dtmm): Vendor icons 2023-03-28 21:34:16 +02:00
Cargo.lock feat(dtmm): Enable colors for regular log lines 2023-04-05 14:48:23 +02:00
Cargo.toml feat(dtmm): Improve error dialog visuals 2023-03-28 14:45:21 +02:00
CHANGELOG.adoc feat(dtmm): Implement resetting dtkit-patch installations 2023-03-28 20:54:20 +02:00
Justfile feat: Run build commands as user 2023-04-09 14:32:21 +02:00
LICENSE chore: Initialize project 2022-11-01 12:10:05 +01:00
README.adoc docs: Add split READMEs 2023-03-01 22:14:31 +01:00
rust-toolchain.toml chore: Initialize project 2022-11-01 12:10:05 +01:00
rustfmt.toml feat: Implement bundle decompression 2022-11-01 17:35:47 +01:00

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.

dtmm main view

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.