Skip title

Skips the title screen and goes directly into New Game option. This way you can handle your title screen from an empty map, completely customizable with default engine commands or other plugins. Author: Russo DOWNLOAD

Gamepad

This plugin adds gamepad support. The analog sticks work on the menus as well. You can change the deadzone and there are triggers to enable you to set up the hero object movement. For more information, visit https://w3c.github.io/gamepad/ Author: Russo Read more…

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 Read more…

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 Read more…