A downloadable tool

Download NowName your own price

This is a RPG Maker MV plugin that lets you control Map Display Names. They can now use text codes, have unique gradient colors, and can have custom defined fade times and duration.

Plugin Parameters


Change the plugin parameters to adjust the way your map name windows look.

- Text Distance: The amount of distance between the edge of the gradient to the text in pixels.

- Window Height: This is the height of the window.

- Y Position:
Starting Y: This is the Y coordinate for the map display window when it starts fades in.
Middle Y: This is the Y coordinate for the map display window when it finishes fading in.
Ending Y: This is the Y coordinate for the map display window when it finishes fading out.

- Fade:
Fade In Time: The number of frames to fade in the map display name.
MIddle Time: The number of frames to wait before fading out.
Fade Out Time: The number of frames to fade out the map display name.

- Dim Color
Dim Color 1: This is the default dim color 1 used. Use values in order of Red, Green, Blue, Alpha.
Dim Color 2: This is the default dim color 2 used. Use values in order of Red, Green, Blue, Alpha.

Custom Dim Colors


You can use custom Dim Colors for special maps. Put these notetags into
the map's note box.

<Dim Color 1: r, g, b, a>
<Dim Color 2: r, g, b, a>

r = red (0-255)
g = green (0-255)
b = blue (0-255)
a = alpha (0-100)

For example, a yellow Dim Color 1 notetag would look like this:

<Dim Color 1: 255, 255, 0, 60>

Text Code Support


Text codes like \n[1] and \v[2] are supported for map names. You can now put them inside of the map name to have them display the data shown with the text codes used.

For example, "\n[1] Town" will be displayed as Harold Town.

Override Map Name


If you want to override the next map name that will be displayed, then use this Script Call event:

var text = "Next Name Displayed";
$gameMap.overrideMapName(text);

The next map you enter will have the map name displaying the string in the text variable you put inside the Script Call Event. Then, it will clear itself and the next map you enter will have its usual name again and will no longer have an override map name.


If you want to clear the override map name, then make a Script Call Event with this code:

$gameMap.clearOverrideMapName();

This will clear the override map name that is currently stored and the next map you enter will have the regular name instead.

WARNING!!!

This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.

Terms of Use

1. These plugins may be used in free or commercial games.
2. 'Fallen Angel Olivia' must be given credit in your games.
3. You are allowed to edit the code.
4. Do NOT change the filename, parameters, and information of the plugin.
5. You are NOT allowed to redistribute these Plugins.
6. You may NOT take code for your own released Plugins without credit.

StatusReleased
CategoryTool
Rating
Rated 4.9 out of 5 stars
(14 total ratings)
AuthorOlivia
GenreRole Playing
Tagsasset, plugin, RPG Maker, tool

Download

Download NowName your own price

Click download now to get access to the following files:

Olivia_MapDisplayNameCore.js 11 kB