💡
Omori Modding Wiki
  • 🚩getting started
    • Overview
    • Installing Mods
    • Decryption and Playtest Generation
      • Resetting Installation
      • Dev Tools
    • Packaging Mods
      • mod.json File
    • Omori Files Guide
      • Common File Types
      • Omori Files Index
        • Data Files
  • 🏰RPG Maker MV
    • ⭐Intro to RPG Maker MV
    • 🗒️Common Notetags and Filename
      • Map Event Notetags
      • RPG Maker Sprite Sheet Formats
        • Sprite Sheet Filenames
      • Enemy Notetags
    • Custom Battles
      • Plot Armor
    • Map Creation
    • Event Plugin Commands
    • YAML Texts and Dialogues
      • Text Codes
      • Omori Text Color Convention
    • Shops
    • Quests
    • Bubbles / Balloons
  • 🎨Art Assets
    • Intro to Art Assets
      • Ex 1: Headspace Portrait
      • Art Specifications
      • Art Programs
    • Line Art
      • Preparations
      • Line Quality
      • Line Coloring
        • Direct Colored Brush
        • Blend Layers
        • Color Correction
          • Color Balance
          • Tone Curve
          • Gradient Maps
  • Community
    • Omori Mod Licensing Guide
  • Links
    • Mod Resources/Plugins
    • Omori Modding Hub (Server)
    • Omori Mod Site (Unofficial)
    • Original Masterdoc
    • Omori Data Archive
Powered by GitBook
On this page
  • Disclaimer
  • Installation
  1. getting started
  2. Decryption and Playtest Generation

Dev Tools

A tool helpful for debugging mods

PreviousResetting InstallationNextPackaging Mods

Last updated 2 years ago

Disclaimer

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,

Installation

To get in OMORI, which can be very helpful in debugging your mod, you need to do a few steps:

  1. Download the SDK edition of the exact same NW.js version that OMORI is using

    • For OMORI v1.0.8 -

  2. Drag all your files into the OMORI folder and choose replace / overwrite

  3. Add this code to www/js/main.js to disable SDK mode protection:

    window.navigator.plugins.namedItem = function() {
        return null;
    }
  4. Rename OMORI.exe to something else, like OMORI_old.exe, and rename the new file nw.exe to OMORI.exe

  5. Launch the game and press F12 to open the dev tools.

🚩
how to fix your OMORI installation
dev tools
nwjs-sdk-v0.29.0-win-x64.zip