OneLoader 1.5 (1.5)
DownloadChangelog
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
Extra file information:
- File size: 0.18 MB
- Downloads: 590
- File name: OneLoader-1.5.zip
- File type: application/zip