Mod Creation/Enabling DevTools for the Steam and Epic Clients: Difference between revisions

From Melvor Idle
m (Tweaked the wording for Epic instructions)
(Remove step for manually installing Chrome extensions, no longer relevant)
Line 11: Line 11:
#* The current contents of the <code>nwjs-sdk-v0.71.1-win-x64</code> folder has 22 total items. Moving this to the Melvor Idle folder will overwrite over 100 existing files.
#* The current contents of the <code>nwjs-sdk-v0.71.1-win-x64</code> folder has 22 total items. Moving this to the Melvor Idle folder will overwrite over 100 existing files.
#* If it didn't ask you to overwrite any files then you did something wrong.
#* If it didn't ask you to overwrite any files then you did something wrong.
# Place the <code>icons</code>, <code>styles</code>, and source directories (i.e. <code>scripts</code> or <code>sources</code>) of the extracted extensions in the Melvor Idle installation folder.


=== Enabling DevTools for Epic ===
=== Enabling DevTools for Epic ===

Revision as of 15:24, 12 January 2024

For mod developers, it may be beneficial to enable DevTools within the Steam or Epic client. This can be achieved by following the process detailed below. This is a one off operation and does not need to be repeated, that is unless the Steam or Epic client is uninstalled or reinstalled.

Enabling DevTools for Steam

  1. Download Melvor Idle on Steam, and find the installation folder. e.g. [...]/steamapps/common/Melvor Idle
    • Not sure where it's installed? Go to Melvor Idle in your Steam library, right click, and go to ManageBrowse local files.
  2. Download the NW.js SDK (Windows: v0.71.1; other OS: v0.49.2). The version might change in the future, but you need the specific one listed.
  3. Extract all zipped files.
  4. Place the contents of the nwjs-sdk* folder in the Melvor Idle installation folder.
    • The current contents of the nwjs-sdk-v0.71.1-win-x64 folder has 22 total items. Moving this to the Melvor Idle folder will overwrite over 100 existing files.
    • If it didn't ask you to overwrite any files then you did something wrong.

Enabling DevTools for Epic

  1. Download Melvor Idle on Epic, and find the installation folder. e.g. [...]/Program Files/Epic Games/MelvorIdleXLcGb
    • Not sure where it's installed? Open the Epic Launcher and navigate to the Library then right click Melvor Idle and 'Manage'. Click the folder icon in Installation.
  2. Open the package.nw folder then package.json. Inside package.json, find "chromium-args": and then remove --devtools-flags=disable and save the changes.