Introduction
Since the source code of RPG Maker MZ is too hard to read, I just wrote this plugin to help split them into smaller ones.
I believe some people have done this before, but I just want to share my version.
Features
Splits RPG Maker MZ original rmmz_xxx.js files into smaller scripts.
Screenshots
With this plugin, you will get the separated files saved in the corresponding directories.
How to Use
Enable the plugin and run the game project. The split scripts will be saved in corresponding directories, i.e., js/rmmz_core/001_Utils.js.
Remember to disable the plugin once you have split the scripts.
Replace the main.js with the one in this repo if you want to correctly run the split scripts.