I guess you just replaced
/www/js/plugins/PicturePointColor.js
in original package on Windows?
If I remember correctly - I already deleted original package - I have also:
- updated
/www/js/libs/pixi.js
to [4.8.9], and
- added
/www/js/libs/pixi-patch.js
Would you like to
download above files, and replace them too?
That might be a RPGM (obsolete node webkit) specific problem, so if above don't help you might also try to port RPGM to nw.js on Windows (described in my previous post)....
You don't have to download game files if you already have them - just copy whole
www
folder and
package.json
file to extracted nw.js package directory, but both original
package.json
files might need a filling of empty name atribute from:
"name": ""
to
"name": "whatever game tilte you like"
...
Edit:
Healtyguy I have added Windows x64 nw.js port to downloads, but it's not tested...