MV Terrain Battlebacks

FEATURES
Specify which battlebacks appear when a battle is started depending on what terrain tag (or region) the player is standing on.

VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo

MV Equip Display Window

Equip Display Window

FEATURES
Adds the ability to display windows on the map scene with some very basic details about armor or weapons from the database.
There can be multiple windows open at one time and you can set show choices box to change a single window depending on which choice selection the cursor is over.

VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo

MV Map Travel

Map Travel or Fast 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.2 – RPG Maker MV
Download Plugin file
Download Demo

MV Image Cache

FEATURES
A simple image pre-loading plugin that enables to to specify images from folders within /img/ folder to pre-load (pre-cache) when the game is loading or to use a script call to cache images during game before they are needed.
This can be useful as RPG Maker MV loads images into memory as soon as they are needed during gameplay but sometimes this can cause issues such as images flashing blank for a moment, lag, or sometimes not loading at all.

VERSION 1.1 – RPG Maker MV
Download Plugin file
Download Demo

MV 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. Shadows will have to be placed manually, it does not automatically place shadows either.

VERSION 1.2 – RPG Maker MV
Download Plugin file
Download Demo

MV Screen Zoom

FEATURES
This plugin allows you to zoom the screen to a certain x,y pixel location, scale and taking a certain duration to do it. Only map and map sprites will be affected by the zoom – window message and other scenes will not. The zoomed screen can be moved around by calling the script again with different x,y position or scale.

NOTE: This is a SCREEN zoom plugin, it only changes the camera zoom of the screen. It doesn’t scroll the map or allow you to see more of the map than the screen size permits normally. So for example, if you zoom out smaller than default 100% scale there will be black around the map.

VERSION 1.2 – RPG Maker MV
Download Plugin file
Download Demo

MV Weapon Proficiency

FEATURES
Actors have a weapon proficiency for each weapon type. This weapon proficiency can raise the hit chance, crit chance or have an effect on damage with a change to the damage formula for physical attack skills while they are wielding a weapon of that weapon type.

Weapon proficiency for the currently wielded weapon can be increased by attacking in combat or manually via script command. Each class can have different maximum proficiency for each weapon type. An animation can play during battle when an actor’s weapon proficiency skill increases.

Players can see their weapon proficiency in the default status menu or in Yanfly’s status menu if either of these are set in the plugin settings.

VERSION 1.4 – RPG Maker MV
Download Plugin file
Download Demo

MV Screen Buttons

FEATURES
Add buttons to the screen on specified or all maps that can be set to emulate button presses, run script code or run a common event (press and hold or triggered). Create or remove any number of buttons during the game.
Includes a setting to disable map mouse-click movement if you wish to use buttons for arrow keys (example in demo).
Can enable/disable buttons during game or have buttons disappear or stay during events such as ‘Show Text’ dialogue.

Keyboard can not control these buttons, they are for mouse or touch activation only.

VERSION 1.3 – RPG Maker MV
Download Plugin file
Download Demo

MV Tools

FEATURES
This plugin creates a tool system, where the player can cycle between items that are designated as tools and press a button to use the tool that is selected on the screen.
The basis behind this plugin is to allow players to event what happens when a tool is used, giving the player script calls to use to assist them with tool functionality. Each tool activates a common event to control this.
This plugin requires database and eventing knowledge.

VERSION 1.3 – RPG Maker MV
Download Plugin file
Download Demo

MV Simple Crops

FEATURES
This plugin allows the player to plant and grow crops in designated plots by selecting seeds from their inventory. It’s labelled as simple crops because the gameplay is simple, not because it’s simple to set up. You’ll need to use eventing and database item knowledge to control how it works.
When paired with my MV Tools plugin, you can set up tools to control planting/watering and other manipulation of the crops (also with eventing).

VERSION 1.4 – RPG Maker MV
Download Plugin file
Download Demo

MV Quest Log

FEATURES
Another quest log plugin! Just to give you guys more options.
Create quests with objectives and display each as complete or failed as the quest goes on. Quest details are stored in a .txt file within your project.
Sort quests into categories that can be expanded/hidden by the player as desired.
Use script calls to check results of quests and objectives to potentially save on switches/variables.
Player can track a quest, making it appear in the quest log when no other quest is selected to quickly reference it during game.
Quest update notification can be done manually or automatically if using Galv’s Timed Message Popups (included in demo as example).

VERSION 1.3 – RPG Maker MV
Download Plugin file
Download Demo

MV Fishing Mini Game

FEATURES
This plugin adds a new fishing mini game to your project similar to that of Breath of Fire 2’s. This plugin is not plug-and-play and requires setting up. It may be difficult for new users.

– Customise a range of fish attributes to change how they behave such as bait they eat, speed, difficulty to reel in (and more)
– Customise each fishing spot’s backgrounds and music
– Add specific fish or objects or randomize them for each fishing spot. Use eventing to add quest items to catch from the water.
The demo contains examples of some things you can do.

How to Use
– Copy the “GALV_Fishing.js” file into your project’s /js/plugins/ folder.
– Activate plugin using the ‘Plugin Manager’
– Create a new folder: /img/fishing/
– Read the help file and examine the demo to learn how it works

You’ll notice that the RTP doesn’t come with many useful fishing icons (to use for rods and baits), and there’s not a whole lot of fish for you to use included in the demo – you’ll need to source or make your own resources to use.
The demo fish were created by Matt Beer.


VERSION 1.7 RPG Maker MV
Download Plugin File
Download Demo (24Mb download)

MV Extra Agility Turn

FEATURES
Much like Breath of Fire 3, Battlers with a high AGI parameter can get extra turns between normal battle turns. This is based on a % amount higher a battler is than the average agility of the opposing team. These extra turns do not advance states/poison/regen etc.

This is not compatible with battle systems that modify turns (such as ATB or immediate action systems).

VERSION 1.1 – RPG Maker MV
Download Plugin file
Download Demo

MV Manual Level Up

FEATURES
This plugin changes how level ups work in your project. Instead of levelling up normally when a character reaches the required exp for next level, the player will instead be required to manually level them up from a new scene that can be accessed via the status screen or script call.

The manual level up screen displays skills and parameters that will be acquired as well as a number of points the player can spend to boost chosen parameters. Each parameter can have one point placed in it which will increase it by a designated amount (which can vary for different classes).

VERSION 1.1 – RPG Maker MV
Download Plugin file
Download Demo

MV 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.8 – RPG Maker MV
Download Plugin file
Download Demo

MV Animated Battleback

FEATURES
Can use battleback graphics that contain multiple frames to cycle through for animation. I advise using sparingly as the files can become quite large and add a lot to loading times if too many frames are used (a precaching plugin might be worth looking into if that is the case).
The upper battleback and lower battleback can be mixed together with animated or not animated backgrounds.

VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo

MV Enemy AI

FEATURES
This plugin allows you to notetag skills to make enemies slightly smarter and use those skills only if a certain condition is met and only on certain targets. This includes having heal skills that enemies will use only on their allies that are hurt, using a special attack skill only on actors that have a certain state, etc.
These conditions work with the default ‘rating’ system RPG Maker uses to determine which skill an enemy will use, allowing a basic way to increase enemy AI during battles through these priority skill conditions.

VERSION 1.1 – RPG Maker MV
Download Plugin file
Download Demo

MV 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 MV
Download Plugin file
Download Demo

MV Event Detectors

FEATURES
Adds basic functionality to check if events are within a certain distance of the player and if the player is in 180 degree line of sight.
In addition, behaviors can be set up for events to automatically act differently when detecting and not detecting, such as guards chasing when detecting the player and returning to their start location when they lose sight of them (this uses default pathfinding code so does not do long distances well).

VERSION 1.2 – RPG Maker MV
Download Plugin file
Download Demo

MV Event Start Types

FEATURES
Enables code to use in conditional branches to make an event run different commands depending on how the event was triggered.
For example, when an event’s trigger is set to “Event Touch”, it can be run when the event collides with the player, when the player collides with the event or when the player presses the action button. A different outcome can happen for each trigger method.

VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo

MV Stationary Turn

FEATURES
This plugin changes movement so that when the player taps a direction that he/she is not already facing then they will turn on the spot instead of moving.
If moving, dashing or already facing the direction of movement, there will be no delay and walking will happen as normal so as to keep movement as fluid as possible.
This plugin does not take into account mouse movement.

VERSION 1.3 – RPG Maker MV
Download Plugin file
Download Demo

MV New Game Plus

FEATURES
Adds a New Game+ feature to allow the player to start a new game that uses specified data (such as gold, items, variables, switches, actors, etc.) from a save file.
After the player encounters where you placed the activate code and then saves the game, the New Game+ option will be added to the title menu.
– The player can only start a new game using a save file that has had it activated during the game.
– Settings include lists of items, switches, variables, actors, etc. that allow you to control what data is and is not transferred over when starting a new game plus.
– The number of playthroughs is recorded to use if required during game.

VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo

MV Custom Title

FEATURES
This plugin provides a lot of settings to change the appearance of the default title screen. Features such as:
– Title color, position, font
– Command menu windowskin, position, size, text color and font
– Add as many animated sprites to the screen as desired that can loop and play database animations
– Add as many moving parallaxes to the screen as desired
– Enable a “press start” option to require player to press a key before menu appears

VERSION 1.5 – RPG Maker MV
Download Plugin file
Download Demo

MV Event Spawner

FEATURES
This plugin adds the ability to duplicate/spawn events from a specified “Spawn Map” to the current map the player is on.
These events can be temporary (which disappear when player leaves the map) or permanent (they remain even when player leaves the map and returns) and can be cleared with script commands if required.
Events can be spawned to a specific x,y location or a random tile with specified region ID.

VERSION 1.8 – RPG Maker MV
Download Plugin file
Download Demo

MV Message Styles

FEATURES
Settings to change how the “Show Text” message box looks in your game. Change the windowskin, input indicator position, font, font size, etc. to make messages look more unique and different to normal windows.
Also the option to add code to your Show Text message commands to have the messages look like speech bubbles over characters.

VERSION 2.8 – RPG Maker MV
Download Plugin file
Download Demo