「戦闘中にアクション名ウィンドウを表示できる」プラグインです。
下記ページで最新版が配布されています。
mogplugins.wordpress.com/rpg-maker-mz/
こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事もございます。
どなたかのお役に立てば幸いです。
/*:ja
* @target MZ
* @plugindesc (v1.0) 戦闘中にアクション名ウィンドウを表示します。
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_ActionName.js
*
* @param X-Axis Offset
* @text レイアウトのX軸位置
* @default 0
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
*
* @param Y-Axis Offset
* @text レイアウトのY軸位置
* @default 10
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
*
* @param Name X-Axis
* @text 名前のX軸位置
* @default 0
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
*
* @param Name Y-Axis
* @text 名前のY軸位置
* @default 24
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
*
* @param Icon X-Axis
* @text アイコンのX軸位置
* @default 0
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
*
* @param Icon Y-Axis
* @text アイコンのY軸位置
* @default -4
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
*
* @param Font Size
* @text フォントサイズ
* @default 22
* @type number
* @max 9007
*
* @help
* 翻訳:
* fungamemake.com/
*
* ===========================================================================
* +++ MOG - Action Name (v1.0) +++
* By Moghunter
* mogplugins.wordpress.com
* ===========================================================================
* 戦闘中にアクション名ウィンドウを表示します。
* ウィンドウの画像が必要です。 (img/system/)
*
* ActionName.png
* ActionNameA.png
* ActionNameB.png
*
* ===========================================================================
* 名前を非表示にする
* ===========================================================================
* 最初は全てのアクションの名前が表示されます。
* アイテム/スキルのメモ欄に下記のメモタグを使用すると、非表示になります。
*
* Disable Name
*
*/
コメントを投稿するにはログインしてください。