-
Notifications
You must be signed in to change notification settings - Fork 54
Game: Darkest Dungeon
Chris Bessent edited this page Feb 19, 2022
·
5 revisions
This game plugin is designed to work with mods from the Nexus. If you're installing mods from Steam Workshop, there's a little extra effort required to make things work. A Steam Workshop mod typically ends up in DarkestDungeon\mods\123_xyz
where 123_xyz is the workshop ID and mod name. If you install the same file in MO2, it's gonna end up just spewing everything in DarkestDungeon
. If you're lucky, it works. If you're not lucky, you break the game.
Directions!
- Download the mod from the Steam Workshop.
- Install the mod with MO2. The quick install window will probably come up so give it a name and hit install. Note: This mod name will only be seen in MO2 and won't be seen in game.
- Right-click the new mod and
open in explorer
. - In this folder, create a folder named
mods
. - In the
mods
folder, create a folder named the same thing as the zip file (that 123_xyz thing). - Just to be clear, that means you're probably gonna end up with something like
\mods\Mod Name\mods\123_xyz
. - Select all the files from two folders up, Ctrl-X to cut, go back down to this 123_xyz folder, and Ctrl-V to paste.
- Hit F5 in MO2 to refresh.
- Right-click the mod in MO2 and
ignore missing data
. - Enable the mod with the checkmark as usual.
- Go play or whatever. Remember to enable the mod in game!
Changelog:
- MO v2.4.1: Added mod data checker and save game lister/parser
- MO v2.4.0: Added initial plugin