「MOG_ATBの戦闘行動順をHUDで表示するプラグイン」です。
こちらはRPGツクールMV向けの記事です。
RPGツクールMZ向けの記事もございます。
最新版は Moghunter 様のサイトでポルトガル語版が配布されています。
mogplugins.wordpress.com/rpg-maker-mv/
上記で全てのプラグインが入ったサンプルプロジェクトが配布されています。
各プラグインを動作させるための画像素材も入っているため、サンプルプロジェクトをダウンロードし、日本語版を差し替えて試してください。
どなたかのお役に立てば幸いです。
/*:ja
* @plugindesc (v1.0) MOG_ATBの戦闘行動順をHUDで表示します。
* @author Moghunter
*
* @param Hud Angle
* @text HUDの角度
* @desc 正:時計回り / 負:反時計回り
* @default 0
* @type number
* @min -360
* @max 360
*
* @param Hud X-Axis
* @text HUDのX軸位置
* @default 740
* @type number
* @min -9007
* @max 9007
*
* @param Hud Y-Axis
* @text HUDのY軸位置
* @default 45
* @type number
* @min -9007
* @max 9007
*
* @param Enemy X-Axis Offset
* @text 敵アイコンのX軸位置
* @default 16
* @type number
* @min -9007
* @max 9007
*
* @param Actor X-Axis Offset
* @text アクターアイコンのX軸位置
* @default -16
* @type number
* @min -9007
* @max 9007
*
* @param Active X-Axis
* @text バトラーの順番表示のX軸位置
* @default -3
* @type number
* @min -9007
* @max 9007
*
* @param Active Y-Axis
* @text バトラーの順番表示のY軸位置
* @default 30
* @type number
* @min -9007
* @max 9007
*
* @param Gauge Size
* @text メーターサイズ
* @default 160
* @type number
* @max 9007
*
* @param Skill Visible
* @text スキルアイコン有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
*
* @param Skill Zoom
* @text スキルアイコンの拡大率
* @default 0.6
* @type number
* @max 9007
* @decimals 1
*
* @param Skill X-Axis
* @text スキルアイコンのX軸位置
* @default 0
* @type number
* @min -9007
* @max 9007
*
* @param Skill Y-Axis
* @text スキルアイコンのY軸位置
* @default 0
* @type number
* @min -9007
* @max 9007
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* +++ MOG - ATB Gauge (v1.0) +++
* By Moghunter
* https://atelierrgss.wordpress.com/
* ===========================================================================
* MOG_ATBの戦闘行動順をHUDで表示します。
*
* ===========================================================================
* 必要画像ファイル
* ===========================================================================
* 必要な画像ファイルを下記フォルダに保存してください。
* (img/atb/)
* 下記のようにバトラーアイコンのファイル名を付けます。
*
* Actor_ + ACTOR_ID.png
* Enemy_ + ACTOR_ID.png
*
* 例
*
* Actor_1.png
* Actor_2.png
* ...
* Enemy_1.png
* Enemy_2.png
* ...
*/
