This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
modding:dev-tools [2021/09/17 20:14] function created |
modding:dev-tools [2021/11/05 14:00] (current) pyro minor spelling mistake |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Disclaimer: This guide assumes that you are already familiar with OMORI mod development, | + | **Disclaimer:** This guide assumes that you are already familiar with OMORI mod development, |
| + | Furthermore, | ||
| To get [[https:// | To get [[https:// | ||
| - | - Download the SDK edition of the exact same NW.js version that OMORI is using (for OMORI v1.0.8, that's // | + | - Download the SDK edition of the exact same NW.js version that OMORI is using (for OMORI v1.0.8, that' |
| - | - Replace | + | - Drag all your files into the OMORI folder |
| - | - Add this code to // | + | - Add this code to //www/ |
| window.navigator.plugins.namedItem = function() { | window.navigator.plugins.namedItem = function() { | ||
| return null; | return null; | ||
| } | } | ||
| </ | </ | ||
| + | - Rename OMORI.exe to something else, like OMORI_old.exe, | ||
| - Launch the game and press //F12// to open the dev tools. | - Launch the game and press //F12// to open the dev tools. | ||