Difference between revisions of "Troubleshooting Plugins RPG Maker MZ"
Line 65: | Line 65: | ||
| This means ''File > New Project'' or the ''VisuStella MZ Sample Project''. Why is this necessary? Because we need a controlled environment to make sure the bug occurs at the default level and not through a series of unintended event commands and/or script calls. | | This means ''File > New Project'' or the ''VisuStella MZ Sample Project''. Why is this necessary? Because we need a controlled environment to make sure the bug occurs at the default level and not through a series of unintended event commands and/or script calls. | ||
− | If you DO NOT have a bug report project attached and all you're sending is just a screenshot or video, we will not be able to review the bug. Sending the bug report project is non-negotiable | + | If you ''DO NOT'' have a bug report project attached and all you're sending is just a screenshot or video, we will not be able to review the bug. Sending the bug report project is non-negotiable. |
− | Sending us only a screenshot or video will result in the bug fix getting delayed and a return e-mail saying that we need a bug report project. | + | '''WHY''' do we need a bug report project? |
+ | |||
+ | Because it's to ensure that the bug we're fixing is ''your'' bug using ''your'' provided conditions. This is our way of personally working with ''you'' on the conditions ''you've'' set for the game, bug in a replicated and separated project. Sending us only a screenshot or video will result in the bug fix getting delayed and a return e-mail saying that we need a bug report project. | ||
|} | |} | ||
Line 75: | Line 77: | ||
Include the plugin and any of the required plugins inside of it.<br>'''REMOVE ALL NON-VISUSTELLA MZ PLUGINS!''' | Include the plugin and any of the required plugins inside of it.<br>'''REMOVE ALL NON-VISUSTELLA MZ PLUGINS!''' | ||
|- | |- | ||
− | | VisuStella MZ is '''NOT''' responsible for plugin incompatibilities outside of the VisuStella MZ library. | + | | VisuStella MZ is '''NOT''' responsible for plugin incompatibilities outside of the VisuStella MZ library as per our Terms of Use conditions. |
|} | |} | ||
Revision as of 18:39, 16 December 2024
Are you getting errors in your RPG Maker MZ plugins and you don't know why? First, see if your problem is something listed in the Common Problems page. If not, follow the steps below.
Troubleshooting StepsStep 1: Read and Reread through the plugin instructionsRead through the plugin's instructions to make sure you are using the plugin correctly. A lot of problems often come from thinking how a plugin should work versus how the plugin actually works. Some plugins will also list which plugins they're compatible with. If there's a list and a plugin is not listed there, chances are, there's a plugin incompatibility if it's a plugin from outside of the plugin library.
Step 2: Make an empty project and try only the plugin there.This step ONLY applies to you IF you are troubleshooting VisuStella MZ plugins. This step will REQUIRE you to send a bug report project. If you would rather send a screenshot or video, please VISIT THE DISCORD SERVER and ask there instead.
THIS IS NOT FOR YANFLY ENGINE PLUGINS NOR ANY MV RELATED PLUGINS!
Create an empty project in RPG Maker MZ. Do NOT add anything custom to it aside from the plugin and required plugin(s). Make sure the plugin and parent plugin(s) are updated as well! If it doesn't work there, report it to the plugin developer team by doing as such:
Step 3: Make sure your plugins are placed in the proper order.
Order matters! Lower Tier plugins toward the top, higher tiers toward the bottom. Watch the above video for more clarity.
Step 4: It's probably a compatibility problem.If you're still having problems, it's probably a compatibility problem. Turn off your plugins one by one to find the problem's source. When things start working, after turning off a specific plugin, then that plugin is the trouble maker.
It's probably related to the RPG Maker MZ's base code version difference if you've turned off all but the one plugin. Follow these steps to update your project's base code:
Step 6: Stop using the plugin.That's what we recommend because it just simply won't work with your game. Forcing it is pointless because your game survived without it before and can survive without it after. If it is a monetized plugin, you may ask the developer for a refund after providing proof that it does not work even in an empty project. Upon doing so, delete the plugin from your computer. If you have bought a plugin and want a refund, go to the refund section to request itch.io to send you a refund.
End of Page |