HUD Maker Ultra – MZ Tool & Plugin

      No Comments on HUD Maker Ultra – MZ Tool & Plugin

A plugin that allows for the creation of map and battle HUDs using an external, custom-built editor. Everything from text and pictures to gauges and faces is provided. Presets for conditions, text, and numbers are also hard-loaded and ready to be configured for RPG Maker projects. Everything needed to get started can be downloaded using the button below!

Continue reading

Elemental Skill Colors – C++ MV Plugin

This is a port of the first MV plugin I had ever developed; however instead of using JavaScript, this version is entirely written in C++! Using node-gyp, a native NodeJS module is used to interact with the global namespace of the MV game and modifies the desired functions with native, C++ code.

In order to install, simply download the precompiled ZIP version (only works on Windows and MV projects at version 1.5.2 or below). Extract the ZIP in the plugins folder so that the “native-plugins” folder is within the plugins folder. Install the SRD_ElementalSkillColors.js file like any other plugin and you’ll be good to go!

This plugin is nothing more than a proof of concept. For this plugin in particular, there are no performance benefits. However, if a larger product (such as HUD Maker, a pixel-movement plugin, etc.) was built more into the C++ context, there would be drastic improvements.

Continue reading

Translation Engine – MV Plugin

      18 Comments on Translation Engine – MV Plugin

This plugin does not have any dependencies.

This plugin provides game developers with tools necessary to easily and effectively translate and localize all the text within their game. This is through both an in-game tool that can be used while playtesting and a powerful notetag system for translating database inputs.

Continue reading

CCEX Message Faces – MV Plugin

      1 Comment on CCEX Message Faces – MV Plugin

This plugin requires the Character Creator EX plugin:
http://sumrndm.site/character-creator-ex/

You also need the Game Upgrade plugin:
http://sumrndm.site/game-upgrade/

This plugin allows developers to give custom characters multiple expressions through Show Text events. They are created by changing specific pieces of the custom character’s face image.

Continue reading

CCEX Dynamic Actors – MV Plugin

      14 Comments on CCEX Dynamic Actors – MV Plugin

This plugin requires the Character Creator EX plugin:
http://sumrndm.site/character-creator-ex/

You also need the Game Upgrade plugin:
http://sumrndm.site/game-upgrade/

This plugin allows Actors to have their sprites and images dynamically change based on the Class, Weapon, or Armors that the Actor has equipped.

Continue reading