Plugin
GLTF Loader
This plugin allows you to load animated and pre-textured GLTF models into your game. How to use: first, load the model you want into a map object. This will replace the object’s mesh (the graphics). You can then change the model’s properties and animate it. This plugin comes with an Read more…
Plugin
Light
Literally, it’s just lights. Three JS lights, more specifically (ambient, hemisphere, directional, point and spot lights). And shadows. And custom shader support, but I recommend you stick to this one I made. If you wanna know more about light types and how to properly light your scene, you can start Read more…
Plugin
party_presence
All it does is limit your party’s battlers to the first few at the top of the party order. You input a size limit via the plugin UI and set the min value to 0. Now your party can contain as many members as you want but only the first Read more…
Plugin
Raycaster
This plugin has two main contributions: it enables JS mouse event listeners, and it implements the ThreeJS raycaster function. The event listeners trigger RPM events. Change the plugin parameters and edit the system events accordingly. The events are to be set up as follows: Single click: returns screen x (number), Read more…
Plugin
Model Load on Map Load
Uses JSON Model Loader to automatically load models on map load. You must also be using the JSON Model Loader plugin. To use this plugin, in an event name have ‘<model:x>’, replacing x with the model name + .json extension. For example if my model is called chad.json, I would Read more…
Contest
Screenshot Contest #1 – Halloween
1st place: Crimson 2nd place: Eldritchdraaks 3rd place: fortunusgames 4th place: iniriza 5th place: Wood 6th place: salutbob Here we are! Welcome to the 1st RPG Paper Maker Screenshot Contest! We will start to launch a new community event in addition to the game jams: Screenshot Contest! The goal is to make awesome screenshots Read more…