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

Line 154: Line 154:
     /*insert all of the commands you would normally put in the console to load your scripts*/
     /*insert all of the commands you would normally put in the console to load your scripts*/
}, 15000);</pre>
}, 15000);</pre>
<li>Add <code>"inject_js_end": "pathToYourFile/yourFileName.js"</code> to the parameters of <code>package.json</code></li>
<li>Add <code>"inject_js_end": "filename.js"</code> to the parameters of <code>package.json</code></li>
</ol>
</ol>


17

edits