Event Hitbox Resize (YEP)
Jump to navigation
Jump to search
Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
Download
System
This is a plugin created for RPG Maker MV.
For help on how to install plugins, click here.
For help on how to update plugins, click here.
Got errors with your RPG Maker MV plugin? Click here.
Yanfly Engine Plugins
This plugin is a part of the Yanfly Engine Plugins library.
Introduction
Events usually have a 1x1 tile-large hitbox. However, in some cases, you'd eventually like to have a bigger object to interact with or would like to expand the reach of an event's trigger area by a certain amount. This plugin allows you to adjust the sizes of any event's hitbox through notetags and/or comment tags.
Notetags & Comment Tags
RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags and Comment Tags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags and/or Comment Tags declared by the related plugin.
Here is a list of Notetag(s) and/or Comment Tag(s) that you may use.
To make an event's hitbox larger, use either notetags or comment tags to apply the hitbox enlargement. If a notetag is used, this will apply to the event no matter what the page is. If a comment tag is used, it will overwrite whatever setting the notetags have. Event Notetag and Comment Tags: <Hitbox Up: x> <Hitbox Left: x> <Hitbox Right: x> <Hitbox Down: x> - This will expand the hitbox upward, left, right, or down by x. The value inserted for x will extend the hitbox that direction by that many tiles. If any of these notetags are used, it will make the event immobile, unable to move unless the movement type is set to "Through", allowing it to pass through anything.
Changelog
Version 1.00: - Finished Plugin!