This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
modding:dev-tools [2021/09/17 20:27] function expand disclaimer, add sdk link |
modding:dev-tools [2021/11/05 14:00] (current) pyro minor spelling mistake |
||
---|---|---|---|
Line 1: | Line 1: | ||
**Disclaimer: | **Disclaimer: | ||
- | Furthermore, | + | 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 [[https:// | + | - Download the SDK edition of the exact same NW.js version that OMORI is using (for OMORI v1.0.8, that's [[https:// |
- | - Replace | + | - Drag all your files into the OMORI folder |
- Add this code to // | - Add this code to // | ||
window.navigator.plugins.namedItem = function() { | window.navigator.plugins.namedItem = function() { | ||
Line 11: | Line 11: | ||
} | } | ||
</ | </ | ||
+ | - 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. |