Plugin
DiscordRichPresence
This plugin integrates Discord Rich Presence into RPG Paper Maker. It displays your current map/location and a custom status on your Discord profile, with optional elapsed playtime. Author: Spunky Ambassador DOWNLOAD
This plugin integrates Discord Rich Presence into RPG Paper Maker. It displays your current map/location and a custom status on your Discord profile, with optional elapsed playtime. Author: Spunky Ambassador DOWNLOAD
This plugin enables locking the mouse pointer and implements the ThreeJS Raycaster. Locking the mouse pointer is essential to implement mouse camera controls. Just remember to unlock it before accessing the main menu or other UI elements. The raycaster essentially enables the user to get a Map Object under the Read more…
This plugin implements more sound options, including audio panning! Now you can handle multiple background songs at once (if you want to cross fade two songs as you cross a given map area for example) and more! WARNING! To enable this plugin, you must first update the file howler.js (v2.2.1) Read more…
This is Game Jolt API Plugin for RPG Paper Maker. Using this plugin you can interact with Game Jolt API. Using this plugin, you can: – give achivements to your players. – get current time by sending request to Game Jolt Servers. – add and get scores of players. Currently, Read more…
Enables creating a realistic looking body of water (rectangular surface) from a single command and initializing a realistic sun on the horizon which affects the water reflection. It’s also possible to move bodies of water up and down (i.e. for water level puzzles) and moving the sun around (i.e. for Read more…
This plugin enables looping on the X and Z dimensions, just like in RPG Maker. Perfect for the Yume Nikki fans out there. To enable it, simply call the “set map loop” command on map load. The command needs to be called every time you teleport to a new map. Read more…
Particle effects made easy*! Make your own fire, smoke, wind, sparkle and other effects! *as long as you know math. Valid operators are +, -, *, **, / and %. Valid functions are ln, sin, cos, tan, sqrt, abs and round. Valid values are t and r. t is the Read more…
Allows proper platformer jumping. How to use: assign the Jump command to a button on the hero model and the Fall command after each regular move option on the hero model (move north, east, etc). Assign the Maneuver function to the hero’s default move options to allow horizontal control of Read more…
This plugin enables locking the mouse pointer and implements the ThreeJS Raycaster. Locking the mouse pointer is essential to implement mouse camera controls. Just remember to unlock it before accessing the main menu or other UI elements. The raycaster essentially enables the user to get a Map Object under the Read more…
Replaces the zoom on camera block by a shader based approach. When the camera is blocked, the shader erases the elements in front of it in a circle in the center of the viewport. The elements that are erased or not can be toggled dynamically, including individual map elements. Warning! Read more…