Installing mods - Darktide-Mod-Framework/Darktide-Mod-Framework GitHub Wiki

Installing Mods

  1. Download the Darktide Mod Loader (DML) from NexusMods: https://www.nexusmods.com/warhammer40kdarktide/mods/19 (GitHub Mirror)
  2. Open Darktide-Mod-Loader-xx-x-x-x.zip and extract all the files into your game folder. e.g. Steam\steamapps\common\Warhammer 40,000 DARKTIDE
  3. Go into your game folder and run the file toggle_darktide_mods.bat, which will patch the game to load mods
    • There is no confirmation, other than a command prompt window that quickly opens and closes
    • If it fails and you have already made sure that it's installed in the correct location, the alternative patcher can be used by going to the tools folder then running the dtkit-patch.exe executable file
  4. Download the Darktide Mod Framework (DMF) from NexusMods: https://www.nexusmods.com/warhammer40kdarktide/mods/8
  5. Open the Darktide Mod Framework-x-xx-x-xx.zip file and extract all the files into it the mods folder in your game folder
  6. Now you need to install the mods. It's not quite as automatic as the other steps.
  7. For example, download the PreviewCosmetics mod on NexusMods: https://www.nexusmods.com/warhammer40kdarktide/mods/12
    1. Open PreviewCosmetics-xx-x-x-x.zip and move the PreviewCosmetics folder into the same mods folder as you put dmf
    2. Make sure that the folder structure looks like the image below, with no subfolders between the scripts folder and the <Mod Name>.mod file (where <Mod Name> is the folder name, see the blue boxes in the mentioned image) modFolderStructure
      • Though this image uses the Scoreboard mod as a reference, the structure is the same as in the PreviewCosmetics mod as well as the vast majority of mods
      • Your operating system may misidentify the <Mod Name>.mod file as a Movie Clip or something. It doesn't matter what, as long as the .mod extension is present. If it's not, ensure that you have enabled viewing file extensions in your file explorer.
    3. In order for the mod to load, you must type the folder name (in this case PreviewCosmetics) into the mod_load_order.txt file located inside the mods folder
    4. Remember to save the file
    5. Before you panic, check out the GIF below. Fortunately, it's not that difficult.
  8. So every time you download a mod, drop it into the mods folder, and then type the folder name, exactly as it is, into the mod_load_order.txt file.
  9. Here's another GIF, with a few other mods:
  10. Done! Check the new "Mod Options" inside Darktide, in the [ESC] menu.

Additional notes

  • If the steps above fail, check that your anti-virus does not have the files quarantined or blocked
  • Microsoft Store players might find the game files in a folder similar to one of the following:
    • image
    • C:\XboxGames\Warhammer 40,000 - Darktide\content
  • A guide for Gamepass can be found in this Reddit post
  • Linux users can follow the guide as is, except for step 3. There are a few alternative methods for this, one of which is using the manshanko's precompiled Linux binary. Run this binary by executing ./tools/dtkit-patch --patch bundle through the terminal while the Darktide game folder is the current working directory.
⚠️ **GitHub.com Fallback** ⚠️