This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Releases: Gilbert142/gomori
Releases · Gilbert142/gomori
v2.2.0
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)
v2.1.0
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
plugin
files that do not exist in the base game are registered as new plugins on game boot. (32ee620)- Fixed various issues related to disabling mods/rolling back original game files. (442f446)
- Added the ability to register folders in
mod.json
. Folder paths must end with/
, and all files in a registered folder are expected to be of the same type. Subfolders in a registered folder must be registered separately. (6798dc7)
v2.0.2
Gilbert's Mod Loader
This is a super 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
www
folder in the zip file is extracted directly into the game folder! - When asked to overwrite files, select YES.
- Start OMORI. You should now see a mods section in your game options.
Contributors
Thanks to FalsePattern#7777 for his help with loading zip files!
Changelog
- Fixed a bug with patching original files
v2.0.1
Gilbert's Mod Loader
This is a super 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
www
folder in the zip file is extracted directly into the game folder! - When asked to overwrite files, select YES.
- Start OMORI. You should now see a mods section in your game options.
Contributors
Thanks to FalsePattern#7777 for his help with loading zip files!
Changelog
- Fixed a bug with asset patching
v2.0.0
Gilbert's Mod Loader
This is a super 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
www
folder in the zip file is extracted directly into the game folder! - When asked to overwrite files, select YES.
- Start OMORI. You should now see a mods section in your game options.
Contributors
Thanks to FalsePattern#7777 for his help with loading zip files!