This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Gilbert's Mod Loader
This is a simple mod loader for OMORI.
Installation
Installing the mod loader
- Download GOMORI.zip from the releases page.
- Right-click OMORI in your steam library, select properties.
- Go to Local Files, then hit BROWSE...
- 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.
- When asked to overwrite files, select YES.
- 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
andogg
assets torpgmvp
andrpgmvo
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)