Threshold
Jungle Girl
- Joined
- Sep 24, 2017
- Messages
- 233
- Reputation score
- 248
I've been working on a mod loader to automate the process of adding user-made content to the game, but in doing so, I've found a bug: "Addition" files for a location add their events/monsters twice.
The problem can be fixed by replacing this code (from line 669 onwards in LoadDatabase.rpy):
EDIT: Something else I've noticed is that when you fail to get free of a stance, some monsters have a "stanceStruggleComment", but the game is looking for "stanceStruggleFailComment".
Oh thank you for pointing these out, I'll fix these for the next update.
ModLoader v1.0 for Monster Girl Dreams v15.1
As promised, here's the mod loader I've been working on, along with a mod that adds a high-level succubus, Fiore, to the Mountain.
ModLoader doesn't tamper with Monster Girl Dreams, and is designed to have as light a footprint as possible - it doesn't interfere with any other mods that you install by hand - but due to the bug I outlined above, the zip does contain a replacement LoadDatabase.rpy file.
To install ModLoader, just extract it into the Monster Girl Dreams directory.
To install mods, extract them into the "ModLoader/mods" folder and run ModLoader.
EDIT: The ModLoader folder now contains ModLoader.py and ModLoader.exe. Both have the same functionality, but the EXE doesn't need Python to be installed.
Wait you made a what?! Well, I'll definitely have to check this out.
As well as the mod you made.
Looks like there's a bug, I'm getting a crash when trying to open the event list for mountain. Here's the traceback
When adding mods to an old save you need to manually update your save in options or you get that crash.
Least i'm pretty sure that's the issue here.