A modloader for CrossCode(and maybe other JS games).
This tutorial requires you to extract the game. Search the CrossCode forum for more details.
- Replace the node-webkit.html file with
dist/crosscode/node-webkit-dorito.html
(be sure to rename the replacement file back tonode-webkit.html
!!!). - Run the game using
nw
. Dorito will create the addon folder at the NW.js dataPath(varies with OS, see here), and ask you to restart the game. - Place addons at dataPath/addons .
- Have fun.
TODO: write more
- A ES6-compilant environment OR a ES6 Promises polyfill(the one used in the distribution is
calvinmetcalf/lie
). millermedeiros/js-signals
Licensed under the MIT license. See LICENSE
for more details.