Difference between revisions of "Troubleshooting Plugins RPG Maker MZ"
(One intermediate revision by the same user not shown) | |||
Line 131: | Line 131: | ||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" | ||
| style="background: #595959; font-weight: bold; font-size: 120%" | <h2>Bug Report Step 7.</h2> | | style="background: #595959; font-weight: bold; font-size: 120%" | <h2>Bug Report Step 7.</h2> | ||
+ | |||
+ | Zip up your project. | ||
+ | |- | ||
+ | | Use [https://www.7-zip.org/ 7zip], [https://www.winzip.com/en/ WinZip], or [https://www.rarlab.com/download.htm WinRar] to zip/archive the project. | ||
+ | |||
+ | |||
+ | |||
+ | If you don't know how to do that, [https://www.youtube.com/results?search_query=how+to+zip+a+folder we recommend using YouTube to look up tutorials] as this will be '''vital''' knowledge to you in your game dev journey. | ||
+ | |||
+ | |||
+ | |||
+ | If don't know how to find your game project folder to zip, just go to RPG Maker MZ, look at the top menu bar, click Game, and in the next menu that drops down, "Open Folder" | ||
+ | |||
+ | [[File:FindGameFolder.png]] | ||
+ | |||
+ | Make sure you can open the zipped file before sending it. | ||
+ | |||
+ | If we cannot open it, we cannot help you. | ||
+ | |||
+ | |- | ||
+ | | '''⠀''' | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" width="100%" | ||
+ | | style="background: #595959; font-weight: bold; font-size: 120%" | <h2>Bug Report Step 8.</h2> | ||
Upload the project online to share with the plugin developer team. [[Visustella|VisuStella]] uses Google Drive to check projects. | Upload the project online to share with the plugin developer team. [[Visustella|VisuStella]] uses Google Drive to check projects. | ||
Line 140: | Line 165: | ||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" | ||
− | | style="background: #595959; font-weight: bold; font-size: 120%" | <h2>Bug Report Step | + | | style="background: #595959; font-weight: bold; font-size: 120%" | <h2>Bug Report Step 9.</h2> |
[https://forms.gle/E4aPfWdAf1WSWQnN7 Report it to the plugin developer team.] | [https://forms.gle/E4aPfWdAf1WSWQnN7 Report it to the plugin developer team.] |
Latest revision as of 14:02, 26 January 2025
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 |