
MO Manager
Allows for configuration of which MurderMOs appear and statistically how often.Details
Piepieonline's MOManager
Allows for configuration of which MurderMOs appear and statistically how often. Needs to be run once before the configuration options will appear, and then each MO can be individually adjusted. Setting an MO to 0 or below will disable it.
Key Points
- Adjust the statistical likelihood of each Preset and MO.
- Disable specific Presets and MOs by setting their value to 0 or below.
- Requires one launch before configuration options appear.
- Doesn't work with BepInExConfigManager, but only causes warnings in the log.
Explaination
The game selects killers in two stages:
-
Preset Selection
- Each preset is added to the selection pool
frequency
times. - The game randomly selects one preset from this weighted pool.
- Each preset is added to the selection pool
-
MO Selection
- All MOs are scored using the
pickRandomScoreRange
(which you can configure in this mod), along with other factors related to the murderer. - The highest-scoring MO is selected.
- Victims are chosen later, also using a scoring system.
- All MOs are scored using the
Manual Installation
- Ensure you have BepInEx BE installed
- Extract the mod to ".\BepInEx\plugins", so you should have ".\BepInEx\plugins\MOManager\MOManager.dll"
Source:
https://github.com/piepieonline/ShadowsOfDoubtMods/tree/master/MOManager