Skip to content

v1.5 - We eating good tonight

Latest
Compare
Choose a tag to compare
@rphsoftware rphsoftware released this 06 Apr 21:19
83a6014

OneLoader

High performance OMORI mod loader

Installation

  • Extract the zip into your game folder, when prompted, replace files.

What's new in 1.5

  • Added support for better plugin ordering. Use the plugins_ordered top level key in mod.json like this:
{
  "plugins_ordered": {
    "someplugin": {"at": 0}, // loads first
    "otherplugin": {"after":"GTP_OmoriFixes"}, // loads after gtp_omorifixes
    "yetanotherplugin": {"at":-1, "weight": -50000} // will probably load the very last.
  }
}

You still need to declare your plugins in files/plugins, but this should let you do more interesting things with less effort.

  • Improved the loading screen (Thanks to bajamaid for the art and @KodiCraft for help with the animations)
  • Deprecated the legacy plugin delta system, because nobody uses it and causes technical debt. It will be removed in 1.6

auid=1.5