Skip to content

Installing Mods

Mods Are Pretty New

The DttR modding SDK and ecosystem is still very news and will likely have a limited number of stable mods available. This should improve with time!

DttR mods require the "Modding" build. The "Vanilla" build is intended for speedruns and does not load third-party mods.

Modding (v3.0.0-rc.0)

Installing a Mod

  1. Download and extract the "Modding" build of DttR.
  2. Create a mods folder next to dttr.exe if it does not already exist.
  3. Copy the mod .dll files into mods.
  4. Run DttR.

A typical folder should look like this:

dttr.exe
mods/
  some-mod.dll

Disabling a Mod

To disable a mod without deleting it, open dttr-config.exe, go to the Modding tab, uncheck the mod, then save.

You can also remove the mod DLL from the mods folder.

If DttR crashes only with a specific mod installed, report it to the mod's developer. Mod-specific crashes belong with the mod project, not the main DttR repository.