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

Releases: Gilbert142/gomori

v2.2.0

22 Jan 23:50
Compare
Choose a tag to compare

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)

v2.1.0

16 Jan 23:45
Compare
Choose a tag to compare

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

  • 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

15 Jan 19:41
Compare
Choose a tag to compare

Gilbert's Mod Loader

This is a super 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 www folder in the zip file is extracted directly into the game folder!
  5. When asked to overwrite files, select YES.
  6. 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

12 Jan 22:57
Compare
Choose a tag to compare

Gilbert's Mod Loader

This is a super 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 www folder in the zip file is extracted directly into the game folder!
  5. When asked to overwrite files, select YES.
  6. 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

10 Jan 23:28
Compare
Choose a tag to compare

Gilbert's Mod Loader

This is a super 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 www folder in the zip file is extracted directly into the game folder!
  5. When asked to overwrite files, select YES.
  6. 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!