Dev Tools
A tool helpful for debugging mods
Last updated
A tool helpful for debugging mods
Last updated
This guide assumes that you are already familiar with OMORI mod development, and that you know where some files need to go. You should also already know , in case you break it.
Furthermore,
To get in OMORI, which can be very helpful in debugging your mod, you need to do a few steps:
Download the SDK edition of the exact same NW.js version that OMORI is using
For OMORI v1.0.8 -
Drag all your files into the OMORI folder and choose replace / overwrite
Add this code to www/js/main.js to disable SDK mode protection:
Rename OMORI.exe to something else, like OMORI_old.exe, and rename the new file nw.exe to OMORI.exe
Launch the game and press F12 to open the dev tools.