Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Here is where you can find documentation for RPG Maker. By default, the RPG Maker official documentation is limited to the core classes. Casper Gaming aims to expand this by documenting the core classes as well as the scenes, windows, sprites, objects, and managers.


Official Documentation

Casper Gaming's documentation is not official, and does not cover things like plugin annotations. RPG Maker does have official documentation, which you can find below. You can also find official plugin annotation documentation below. These are both very useful resources when developing RPG Maker plugins.

Annotation DocumentationOfficial Documentation


Casper Gaming Documentation

Casper Gaming's unofficial documentation for RPG Maker MZ can be found below. This is a work in progress and will improve over time, but for now most things should be documented at a basic level.

Unofficial Documentation


Split Classes

Casper Gaming also provides split classes for plugin development for the most recent version of RPG Maker (1.9.0). These are the default rmmz js files plus folders with split js files for each class (such as Window_Base or Spriteset_Map) so you don't need to navigate 10,000+ line files when looking over the default js.

Download Split Classes