Switch from "fs" to XMLHttpRequest
As @Kireus accurately reported, the plugin worked just fine for playtesting, but on deployment, would simply vanish.
The underlying reason for this was that the code relied on "fs", a Node.js module, being present. MV, when playtesting, emulates a Node environment in the browser (using NW.js), but for some reason, doesn't when the project is deployed (or maybe I did something else wrong, who knows?)
To solve this, I switched to what DataManager uses: XMLHttpRequest. I only needed to change how the configuration file was loaded, so it should work the same as before, but should now also work when you deploy your project!
Files
JM_EBB.zip 118 kB
Aug 22, 2020
Get JM's Earthbound Backgrounds for RPG Maker MV
Download NowName your own price
JM's Earthbound Backgrounds for RPG Maker MV
Bring Earthbound to your MV Project!
Status | Released |
Category | Assets |
Author | Jengamon |
Tags | earthbound, RPG Maker |
More posts
- Compatibilty FixMar 05, 2021
- Bugfix: Enabled? param now worksDec 26, 2020
- Enable/disable backgroundsDec 26, 2020
- Fix script defaultsAug 02, 2020
- Unlock palettes!Nov 07, 2019
- Switched from "lodash" to "lodash-core"Nov 07, 2019
- Switch config format and added pixel scaling!Nov 07, 2019
- Made "palette_shift" for layers optional.Nov 06, 2019
- Added scrolling!Nov 06, 2019
Leave a comment
Log in with itch.io to leave a comment.