RPG Maker Forums

Code: https://raw.githubusercontent.com/ldd/plugin-analyzer/master/plugin-analyzer.js

Github: https://github.com/ldd/plugin-analyzer


Plugin Analyzer
===================


Uses ES6 Proxies to take a peek at the code used by the plugins.

At the moment, this plugin DOES NOT support the NW.js runtime included with RPG Maker MV 1.5.

In other words, **you must export to web to use this plugin**

Usage
-------------

1) Copy this plugin to your project's folder directory

2) Place this plugin at the top of your plugins. (DO NOT PLACE ANYTHING BEFORE IT)

3) If possible, disable all your plugins

4) Export to web, open using a browser that supports ES6 Proxies
5) Start your game

> tip: If your game crashes, you can edit `game.js` in your output folder and comment out everything after `PluginLoader(...)`

API
-------------
`PluginAnalyzer.printLoggers()`

>output all the logged information to console

`PluginAnalyzer.printByPlugin(), printLoggers`

> output formatted logged information


Usecase
--------------

Take a look at the following output


In that image, we can clearly see that `LoadSystemImages` was perhaps used incorrectly.

If we take a look at the source, we see that `Scene_Boot.loadSystemImages` is defined in `rpg_scenes`.

The plugin `MadeWithMv` attempts to access `Scene_boot.prototype.loadSystemImages` instead.

It is possible that the developer intended for this usage, but that seems unlikely:

*all* other managers set properties in their prototypes.

Changelog
-------------
v.0.1 initial release

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top