MZ Shadow Darken

FEATURES
A basic plugin that allows you to specify regions that will be in shadow. These regions will make the player and events fade darker and lighter as they move from shadow to light (similar to Suikoden 2 for those who have played that). This plugin may not be compatible with other plugins that also change the blend color of map events. This plugin does not automatically place the shadows.

VERSION 1.0 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Action Indicators

FEATURES
Enables you to display an icon above the event the player is facing. This icon has a floating up and down movement and is determined using a tag inside a comment anywhere on an event’s active page. The idea for this is to be used to indicate to the player what the action key will do before they press it.

VERSION 1.0 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Vehicle On/Off Locations

FEATURES
This plugin can restrict the player to specific locations (using Region ID’s or Terrain Tags) that the default boat, ship and airship vehicles can be boarded or disembarked at. An example of use for this is to restrict ships to only piers or airships to certain airports/terrain.

VERSION 1.0 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Visual Novel Choices

FEATURES
This plugin allows you to display the ‘Show Choices’ selection in a more visual novel style layout and using a graphic for the background and hover state.
A tag can be included in each choice text to display a different graphic from the VNButtons.png graphic in /img/system/ folder (Make sure to get this graphic from the demo).

VERSION 1.0 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Step Effects

FEATURES
This plugin allows you to setup step effects for the player and step effects for events.
‘Step effects’ are settings that are assigned to a terrain tag or to a region id. These settings are run each time a character steps on a tile with terrain tag or region id that has a step effect assigned for it. Each step effect can do one or more of the following:
– Spawn an event at the character’s location (Galv’s Event Spawner plugin required)
– Run a specified common event
– Play a sound effect
– Run script code

This could be used on maps that might require widespread functionality that would normally require lots of events or parallel process (such as large maps that you would like player transfers on all edges). I’m sure there are other creative uses you will find for this functionality.

VERSION 1.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Auto Common Events

FEATURES
This plugin injects common event calls at certain parts of the game process such as:
– after player loads a saved file
– after player saves their file
– when the player transfers to a map
– every time the map scene opens (eg. after returning from the menu to the map)
– every time the battle scene starts
– boarding a vehicle
– disembarking a vehicle
– when a Game Over occurs
– when timer ends

VERSION 1.4 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Map Projectiles

FEATURES
Create projectiles that can interact with player and events using script calls.
These projectiles can be fired from the player or an event and set to shoot in a direction, at a target or toward the mouse position. Settings can be used to control which projectiles will hit or run an action on other events, which terrain tag or region id tiles block them, different actions they will do when then hit the player or an event and more.

VERSION 1.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Event Spawner


FEATURES
Spawn events from a specified map onto other maps at the location you choose or to a random region tile on the map.
Specify if you need the spawned events to be temporary (disappear when the player leaves the map) or saved (stay on the map forever like a normal event).

VERSION 1.2 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Message Busts


FEATURES
This plugin can show a bust image based on the face image that was chosen in a ‘Show Text’ event command. Settings are included to choose where busts will display and plugin commands allow you to move the bust right/left, mirror it or disable it to show face graphics. The busts can be set to show over, under or above the text box.
The bust image displayed can also be changed during a message using a text command.

VERSION 1.2 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Message Styles

FEATURES
This plugin allows you to display messages above characters on the map like ‘speech bubbles’ to show which character is talking. Plugin commands allow changing the windowskin and arrow graphic of the message windows.
These message pop-ups will shift around to try and stay on the screen no matter where the character they are targeted on is standing.

​Additionally, you can change the windowskin of the pop or default messages during game, or just temporarily change them for individual messages.

VERSION 2.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Character Shadows

Character Shadows Screenshot

FEATURES
This plugin allows you to add a simple shadow to events and player/follower characters on the map.
Shadows can be specified via notetag in an event, or a comment on an event page if you need only certain pages to have shadows.
You can disable all player or event shadows with plugin or script commands.

VERSION 1.0 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Map Travel

FEATURES
A new scene that shows a custom map graphic (that you will need to create) and a list of locations that can be added/removed/changed from the map during gameplay.
The map can be moved around using mouse or keyboard controls and each location can change 3 variables to allow you to use the “Transfer” event command to transfer to a designated mapid and x,y position on that map.

This is NOT a plug-and-play plugin, you will need basic javascript knowledge (such as arrays and strings), be able to create your own location and map graphics and be able to spend time reading the documentation and studying the demo to learn how this plugin works.

VERSION 1.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Character Animations

FEATURES
Makes actors use their own charactersheet and changes their graphic to different characters for when they are idle, walking, running or jumping.
You can also set a common event to run after the player is idle for a set amount of time.
Events can also use this system if desired.

VERSION 1.2 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Character Frames

FEATURES
Enables charactersets to use more than the standard 3 frames by adding text to the filenames. These frames will show in
1-2-3-4-5-6-1-2-3-4-5-6 order, instead of the standard 1-2-3-2-1 order.

VERSION 1.0 – RPG Maker MZ
Download Plugin file

VERSION 1.2 – Add-On
Download CF Step SE
Add varied sound effects for stepping on terrain.


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Puzzle Functions

FEATURES
This plugin adds some functions to use that may help with eventing puzzles and/or quests.

1. Self-switch flipping
Change self switches for any event from any event
Change self switches for events adjacent to other events
Specify turning these self switches off, on or flip them

2. Determine location without having to use Control Variables beforehand.
Test to see if an event or player is at an x,y location
Test to see if an event or player is at another event’s location

3. Group switch/self-switch checking
Test to see if a group of specified switches are on or off
Test to see if a group of events have a certain self switch on or off

4. Checking event activation order
Set a combination
Make events add combination values
Check if the player has activated the events in the right order set in the combination specified.

5. Multiple Item Checking
Check if there are multiple items, armors, weapons in inventory using code with only one conditional branch.

Simple examples of all of the above can be seen in the demo.

VERSION 1.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Move Route Extras

FEATURES
This plugin adds script commands you can use in ‘Move Routes’ that enable you to do extra things during autonomous and forced movement such as:
– jump forward x spaces
– jump to an event or x,y position
– step toward/away from event or x,y
– turn toward/away from event or x,y
– turn on/off self switches
– fade opacity in/out
– move random only on chosen regions
– wait a random amount of time
– repeat commands a number of times
– play balloons/animations
– set graphic to a particular frame
– play all steps of animation in for a characters direction

VERSION 1.1 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Cam Control

FEATURES
This plugin adds a sliding motion to the normal camera motion when the player moves and also allows you to change the camera focus to:
– Player
– Event
– X,Y coordinates
Camera will slide to each target it changes to at speed specified in plugin call.
This plugin also enables Zooming in and out to center of the screen and a ‘wait for camera’ command.

VERSION 1.8 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home


MZ Layer Graphics

FEATURES
This plugin allows you to use graphics as layers on the map. The layers can appear at different height levels (below the map, below characters, above everything, etc.) and can move in different ways. This was designed to be used for layer mapping (aka parallax mapping) as well as fogs and other effects.

In addition to map layers, layers can also be created in battles, allowing fogs and other effects.

VERSION 1.3 – RPG Maker MZ
Download Plugin file


Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home