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

→‎Setup: Attempt #74932 to make the instructions more clear
(→‎Setup: Attempt #74932 to make the instructions more clear)
Line 16: Line 16:
You only have to do this once.
You only have to do this once.
<ol>
<ol>
<li>Download Melvor Idle on Steam, and find the installation folder. e.g. <code>[...]/steamapps/common/Melvor Idle</code></li>
  <li>Download Melvor Idle on Steam, and find the installation folder. e.g. <code>[...]/steamapps/common/Melvor Idle</code></li>
<li>Download the 0.54.0 version of NW.js SDK. The version might change in the future, but you need the specific one listed.</li>
  <li>Download the 0.54.0 version of NW.js SDK. The version might change in the future, but you need the specific one listed.</li>
<ul>
  <ul>
<li>64bit Windows: https://dl.nwjs.io/v0.54.0/nwjs-sdk-v0.54.0-win-x64.zip</li>
    <li>64bit Windows: https://dl.nwjs.io/v0.54.0/nwjs-sdk-v0.54.0-win-x64.zip</li>
<li>64bit Linux: https://dl.nwjs.io/v0.54.0/nwjs-sdk-v0.54.0-linux-x64.tar.gz</li>
    <li>64bit Linux: https://dl.nwjs.io/v0.54.0/nwjs-sdk-v0.54.0-linux-x64.tar.gz</li>
<li>Others: https://dl.nwjs.io/</li>
    <li>Others: https://dl.nwjs.io/</li>
</ul>
  </ul>
<li>Download the scripts and extensions you want to use.</li>
  <li>Download the scripts and extensions you want to use.</li>
<ul>
  <ul>
<li>Download from the script manager website. e.g. from GreasyFork, Tampermonkey</li>
    <li>Download userscripts from https://greasyfork.org/</li>
<li>Download from the extension's browser store page.</li>
    <li>Download an extension's source from its repository. e.g.</li>
<li>Download the source from the extension's repository. e.g.</li>
      <ul>
<ul>
        <li>Combat Sim: https://github.com/visua0/Melvor-Idle-Combat-Simulator-Reloaded/releases</li>
<li>Combat Sim: https://github.com/visua0/Melvor-Idle-Combat-Simulator-Reloaded/releases</li>
        <li>SEMI: https://gitlab.com/aldousWatts/SEMI/-/archive/main/SEMI-main.zip</li>
<li>SEMI: https://gitlab.com/aldousWatts/SEMI/-/archive/main/SEMI-main.zip</li>
      </ul>
</ul>
    </ul>
</ul>
  <li>Extract all zipped files.</li>
<li>Extract all zipped files.</li>
  <li>Place the '''contents''' of the <code>nwjs-sdk*</code> folder in the Melvor Idle installation folder.</li>
<li>Place the '''contents''' of the <code>nwjs-sdk*</code> folder in the Melvor Idle installation folder.</li>
  <ul>
<ul>
    <li>The current contents of the <code>nwjs-sdk-v0.54.0-win-x64</code> folder has 22 total items. Moving this to the Melvor Idle folder will overwrite over 100 existing files.</li>
<li>The current contents of the <code>nwjs-sdk-v0.54.0-win-x64</code> folder has 22 total items. Moving this to the Melvor Idle folder will overwrite over 100 existing files.</li>
    <li>If it didn't ask you to overwrite any files then you did something wrong.</li>
</ul>
  </ul>
<li>Place the <code>icons</code>, <code>styles</code>, and source (i.e. <code>scripts</code> or <code>sources</code>) directories of the extracted extensions in the Melvor Idle installation folder.</li>
  <li>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.</li>
</ol>
</ol>


17

edits