You are viewing a potentially older version of this package. View all versions.
Piepieonline-MO_Manager-1.0.0 icon

MO Manager

Allows for configuration of which MurderMOs appear and statistically how often.

Date uploaded a year ago
Version 1.0.0
Download link Piepieonline-MO_Manager-1.0.0.zip
Downloads 814
Dependency string Piepieonline-MO_Manager-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.738 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.738
Venomaus-SODCommon-2.1.1 icon
Venomaus-SODCommon

A common library for SOD mods.

Preferred version: 2.1.1

README

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:

  1. Preset Selection

    • Each preset is added to the selection pool frequency times.
    • The game randomly selects one preset from this weighted pool.
  2. 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.

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

CHANGELOG

1.0.1

  • Updated for game version 41.04
  • Added more detailed instructions to the readme

1.0.0

  • Initial Version