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 6f8130828f
chore: Name workspace members explicitly
This makes switching between branches that introduce new crates easier.
During switching, Git sometimes leaves directories in the tree, e.g.
submodules, and those then produce issues when trying to compile in a
branch that doesn't use that workspace member.
2023-03-14 20:27:36 +01:00
crates feat(dtmt): Implement watch command 2023-03-09 21:29:18 +01:00
docs/screenshots docs: Add split READMEs 2023-03-01 22:14:31 +01:00
lib chore: Update crates 2023-03-10 11:36:45 +01:00
.fdignore feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
.gitignore feat: Implement bundle writing and file injecting 2022-11-16 09:36:46 +01:00
.gitmodules feat(dtmm): Locate Steam installation 2023-03-06 16:07:15 +01:00
Cargo.lock chore: Update crates 2023-03-10 11:36:45 +01:00
Cargo.toml chore: Name workspace members explicitly 2023-03-14 20:27:36 +01:00
CHANGELOG.adoc feat(dtmm): Check mod order 2023-03-09 11:57:08 +01: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.