頭の上にイベントの名前を表示する – RS_EventName.js
- タイトル
- This plugin displays an event's name above a head.
- 作者名
- biud436様
- ヘルプ
- More details for information,
Please see this post - http://biud436.tistory.com/31
==================================================================================
How to Use
==================================================================================
To show up the name of certain event, you must set the event note as follows.
(Note that An Event Note is next to event name)
#color[255, 0, 0]
There is no way how to change the color after initializing.
it is not needed. Because that is the performance reasons.
To change the name without saving to data file, you can call this plugin command.
ChangeEventName eventId name
eventId :
if you set the number is to 0, the eventId will set as current event id.
name : Speicfy the desired name. (Do not be omitted the name)
Here are how to use it.
The event name of the target will be updated to include as follows name informations.
ChangeEventName 0 RPG Maker MV
==================================================================================
Change Log
==================================================================================
2016.03.25 (v1.3.0) - Added New Function called updateScale();
2016.03.26 (v1.3.1) - Added Vehicle
2016.05.05 (v1.3.2) - Updated Vector2 Class
2016.05.20 (v1.3.3) - Fixed issues that can cause an increase of opacity and the memory leak.
2016.05.21 (v1.3.4) - Fixed issue that causes the memory leak.
2016.05.28 (v1.3.5) - Fixed Color Bug.
2016.08.20 (v1.3.6) - Fixed the issue that was not working the name toggle function.
2016.09.27 (v1.3.7) - The visible setting sets as the false before calling the battle.
2016.09.28 (v1.3.8) - Fixed the issue that occurs when the player is not existed.
2018.10.22 (v1.3.9) :
- Fixed the bug that vehicle name shows up even in the map that the vehicle didn't set.
2019.03.03 (v1.3.10) :
- Added a feature that can change the name.
- Added a feature that can set the z-depth value.
- Refactoring the code.
2019.10.20 (v1.3.11) :
- Refactoring the code.
2020.10.17 (v1.4.0) :
+ Removed RPG Maker MV dependency.
- Removed Utils.rgbToCssColor that can't work in MZ.
- Fixed font and Graphics settings.
2023.08.12 (v1.4.1) - ES6 Refactoring and tested in RMMV 1.6.2 (nw v0.55.0)
==================================================================================
Commands
================================================================================== - パラメータ
-
target MZ url https://biud436.tistory.com/ param text Size type number desc Changes a text size default 22 min 12 decimals 0 param Show Player Text type boolean desc Shows player's name on its head default true on Can show off Can't show param Boat desc Changes Boat Name default Boat param Ship desc Changes Ship Name default Ship param AirShip desc Changes AirShip Name default AirShip param Refresh Name type boolean desc Sets whether the name is updated. default false on true off update param Z type number min 0 desc Specify the z-order value. default 20 command ChangeEventName text ChangeEventName desc arg eventId type number desc default 1 arg name type string desc default ""
- ライセンス表記
- MIT License
The MIT License
Copyright (c) 2016 biud436
Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_EventName.js