An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Animation Map Name - AnimationMapName.js

Plugin desc : ver1.04/Animated map name display.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Map_Message/Popups/AnimationMapName.js

File name : AnimationMapName.js

Help of plugin :

@plugindesc ver1.04/Animated map name display.
@author Yana
@url https://github.com/munokura/Yana-MV-plugins
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/Yana-MV-plugins ).
Original plugin by Yana.
-----
Plugin Commands
------------------------------------------------------
AnimationMapName Setting ~

Changes the animation map name settings.
The configurable items correspond to the plugin parameters:
size:Anime Font Size
pattern:Anime Pattern
count:Anime Count
ox:Anime OriginalX
oy:Anime OriginalY
mx:Anime MoveX
my:Anime MoveY
color:Fill Rect Color
picture:Back Picture

The command is written as follows: "Item to change: New setting."
Example: Change pattern to GrowUp and count to 200.
AnimationMapName Setting pattern:GrowUp count:200

AnimationMapName Add ~

Calls the animation map name using the specified parameters.
In addition to the above settings, the following parameter can be specified:
text:Text to display.
--------------------------------------------------
Usage
------------------------------------------------------
Modifies the map name display and changes it to animate.
You can also use control characters such as ¥C[x], ¥I[x], ¥V[x], ¥N[x], ¥P[x], and ¥G.

--Setting Patterns Using Variables---
Once you've set a variable ID, you can change the animation display pattern simply by changing the variable's value.
The corresponding values are:
0 for Normal, -1 for Stretch, and -2 for GrowUp.

When settings are changed using a plugin command, these values are automatically substituted with the corresponding values.

--Setting Parameters Using Map Notes---
You can also change animation map names individually using the map's notes.
Enter the following in the map's notes:

<AnimationMapNameSetting>

Setting Item

</AnimationMapNameSetting>

The available settings are those described in the Changing Plugin Command Settings section.

---Priority of each setting ---
Settings made via plugin commands overwrite the basic settings, and if a pattern is set, they also overwrite the values of the specified variables.

Settings made via map notes generally take precedence.
Even when called via plugin commands, if a setting exists in the map, that setting will
be used as the base.
Furthermore, pattern settings made via map notes take precedence over variable values.
In such cases, variable values will not be changed.

Therefore, the priority is
Individual settings when called via command > Map settings > Variable pattern settings > Basic settings.

--Region name settings---
By setting a region name using the map notes field, you can have the region name pop up when you enter that region.

If the map notes field contains entries in either of the following formats:
<RegionName△:xxx …>
, the text specified in xxx will pop up as the map name when you enter region △.
The "..." part can use the same settings as the plugin commands.
It will work without specifying a region name. (Region Name:xxx)

Also, this popup only responds when you enter a region with a different region name from one with a region name.

Example: When entering region 3, display the text in Test Area A-1 with a GrowUp pattern for 60 frames.

<RegionName3:TestAreaA-1 pattern:GrowUp count:60>

------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver 1.04:
Fixed a bug that prevented event testing from functioning properly.
ver 1.03:
Fixed a bug that prevented the map name display from being disabled with an Event's Contents.
Added the display patterns "GrowUp" and "Stretch."
Added plugin commands.
Added configuration options.
ver 1.02:
Fixed processing to Reflection changes to CommonPopupCore.
ver1.01:
Fixed a bug that prevented event testing from functioning properly.
ver1.00:
Released

@param Pattern Variable ID
@desc The ID of the variable used to change the pattern. Leave this field blank or 0 to not use a variable.

@param Anime Font Size
@desc Font size for displayed map names.
@default 28

@param Anime Pattern
@desc The map name is the movement pattern. Normal: Normal GrowUp: Growing Stretch: Slow
@default Normal

@param Anime Count
@desc Display time of map name.
@default 300

@param Anime OriginalX
@desc The X coordinate before movement.
@default 0

@param Anime OriginalY
@desc The Y coordinate before the movement.
@default -60

@param Anime MoveX
@desc The distance moved in X coordinate.
@default 0

@param Anime MoveY
@desc The Y coordinate movement distance.
@default 60

@param Fill Rect Color
@desc The background color.
@default rgba(0,0,0,0.5)

@param Back Picture
@desc A picture image to use as the background. If you specify this, the Rect that fills the background will be disabled.

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.