Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

v2.2.0

Latest
Compare
Choose a tag to compare
@Gilbert142 Gilbert142 released this 22 Jan 23:50

Gilbert's Mod Loader

This is a simple mod loader for OMORI.

Installation

Installing the mod loader

  1. Download GOMORI.zip from the releases page.
  2. Right-click OMORI in your steam library, select properties.
  3. Go to Local Files, then hit BROWSE...
  4. Extract GOMORI.zip in this folder. Some ZIP extractors create a new folder when extracting; make sure the destination folder selected is the game folder without any subdirectories.
  5. When asked to overwrite files, select YES.
  6. Start OMORI. You should now see a GOMORI version on your title screen and a mods section in your game options.

Changelog

  • ✨ Implement encryption for png and ogg assets to rpgmvp and rpgmvo files respectively. (d81d6df)
  • ✨ Add support for JSON, YML and JS delta patches. (cf8965d)
  • 🔧 Throw exceptions during mod building phase when protected files are built. (f8a39b1)
  • 🔧 Expose System encryption key to ModLoader pre-loading phase. (d81d6df)