An open-source, community-run framework that provides enhanced Darktide modding support.
Find a file
2023-11-12 23:18:29 +01:00
assets docs(README): Replace unsupported <style> tag (#18) 2023-03-26 18:48:36 -06:00
docs Add light/dark mode support for wiki docs and better dark mode for README logo (#17) 2023-03-26 10:21:16 -06:00
packages feat: Make buildable with dtmt 2023-05-06 22:54:41 +02:00
scripts/mods/dmf Implement loading non-bundled mods 2023-11-12 23:18:29 +01:00
.dmbrc Rename directories 2023-01-06 03:10:16 -07:00
.editorconfig editor config and add description to mod menu 2023-01-11 00:57:15 +00:00
.gitignore Ignore build directory 2023-07-22 14:33:22 +02:00
.luacheckrc Format luacheckrc 2023-11-12 11:38:49 +01:00
.travis.yml Add new line at end of all files 2019-01-01 06:08:51 +03:00
CONTRIBUTORS.MD Update CONTRIBUTORS.MD 2023-03-26 21:32:13 -06:00
dtmt.cfg Merge remote-tracking branch 'upstream/master' into feat/mod-bundles 2023-07-22 13:48:48 +02:00
LICENSE Add new line at end of all files 2019-01-01 06:08:51 +03:00
README.MD docs(README): Replace unsupported <style> tag (#18) 2023-03-26 18:48:36 -06:00

Darktide Mod Framework

Welcome to the Darktide Mod Framework (DMF) Repository!

The Darktide Mod Framework is an open-source, community-run framework of modules that provides enhanced modding capabilities and support. The framework is designed to be both independent and lightweight; making no changes to gameplay on its own.

Mods created for the project may utilize:

  • Mod options
  • Shared function hooks
  • Chat commands
  • Keybinds
  • Rewritten, lightweight mod functions
  • An on-event call system

The Darktide Mod Framework is a fork of the Vermintide Mod Framework that originally started in Warhammer End Times: Vermintide as an unofficial modding platform. In the time since, the framework has been rewritten and redesigned with contributions from many unique members of the community; culminating in this unified project.

For more information, check out the framework's wiki pages.