当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Battle Hud - MOG_BattleHud.js
シェア用テキスト:
▼日本語版 MOG Battle Hud(Moghunter様作) - MOG_BattleHud.js
https://plugin-mz.fungamemake.com/archives/3507
戦闘のレイアウトをカスタマイズ
ふりがな:ばとるはっど
機能概要: 戦闘のレイアウトをカスタマイズ
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/13793
ファイル名:MOG_BattleHud.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.1) 戦闘のレイアウトをカスタマイズできます。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_BattleHud.js * * @param -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * @text -> HUD全般 <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default -90 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 480 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud Space X * @text X軸間隔 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud Space Y * @text Y軸間隔 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud Slide X * @text X軸スライド量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Hud Slide Y * @text Y軸スライド量 * @type number * @min -9007 * @max 9007 * @default 250 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Vertical Mode * @text 並べ方 * @default false * @type boolean * @on 縦モード * @off 水平モード * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Max Battle Members * @text 戦闘の最大参加人数 * @type number * @min 1 * @max 9007 * @default 4 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<< * @text -> レイアウト2(上レイヤー) <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout2 Visible * @text レイアウト2の表示 * @desc 顔、ゲージの上レイヤーに表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout2 X-Axis * @text HUDのX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout2 Y-Axis * @text HUDのY軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> TURN <<<<<<<<<<<<<<<<<<<<<<< * @text -> ターン画像 <<<<<<<<<<<<<<<<<<<<<<< * * @param Turn Visible * @text 表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> TURN <<<<<<<<<<<<<<<<<<<<<<< * * @param Turn X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default -5 * @parent -> TURN <<<<<<<<<<<<<<<<<<<<<<< * * @param Turn Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default -160 * @parent -> TURN <<<<<<<<<<<<<<<<<<<<<<< * * @param Turn Rotation Speed * @text 回転速度 * @type number * @min -9007 * @max 9007 * @decimals 2 * @default 0 * @parent -> TURN <<<<<<<<<<<<<<<<<<<<<<< * * @param Turn Zoom Animation * @text 拡大アニメーション有効 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> TURN <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> FACE <<<<<<<<<<<<<<<<<<<<<<< * @text -> 顔画像 <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Visible * @text 表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face X-Axis * @text X軸位置 * @default 70 * @type number * @min -9007 * @max 9007 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 40 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Shake Animation * @text 振動アニメーションの有効化 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Zoom Animation * @text 拡大アニメーションの有効化 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Frame Animation * @text フレーム有効化 * @desc 顔画像フレーム有効化。画像が5分割されます。左から 待機時 / HP回復時 / 行動時 / 被ダメージ時・瀕死時 / 戦闘不能時 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param Face Priority * @text 優先順位 * @type select * @option 低い(ゲージの下) * @value 0 * @option 高い(ゲージの上) * @value 1 * @default 0 * @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> NAME <<<<<<<<<<<<<<<<<<<<<<< * @text -> アクター名 <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Visible * @text 表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default -45 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 65 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Align * @text 文字配置 * @desc 0:左 / 1:中央 / 2:右 * @type select * @option 左 * @value 0 * @option 中央 * @value 1 * @option 右 * @value 2 * @default 1 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Font Size * @text フォントサイズ * @type number * @max 9007 * @default 20 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Bold Size * @text 文字太さ * @type number * @max 9007 * @default 4 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param Name Font Italic * @text フォントをイタリック化 * @default false * @type boolean * @on イタリック * @off 通常 * @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> HP <<<<<<<<<<<<<<<<<<<<<<< * @text -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Meter Visible * @text メーター表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Meter X-Axis * @text メーターX軸位置 * @type number * @min -9007 * @max 9007 * @default 87 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Meter Y-Axis * @text メーターY軸位置 * @type number * @min -9007 * @max 9007 * @default 7 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Meter Angle * @text メーター角度 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Meter Flow Anime * @text メーターのフローアニメ有効化 * @desc 画像はHPメータの幅の3倍である必要があります。 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Number Visible * @text 値の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Number Align type * @text 値の文字配置 * @type select * @option 右 * @value 0 * @option 中央 * @value 1 * @option 左 * @value 2 * @option 対角線 * @value 3 * @default 0 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Number X-Axis * @text HP値のX軸位置 * @type number * @min -9007 * @max 9007 * @default 170 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param HP Number Y-Axis * @text HP値のY軸位置 * @type number * @min -9007 * @max 9007 * @default -11 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxHP Number Visible * @text 最大HP値の表示 * @default false * @type boolean * @on 表示 * @off 非表示 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxHP Number X-Axis * @text 最大HP値のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxHP Number Y-Axis * @text 最大HP値のY軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> HP <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> MP <<<<<<<<<<<<<<<<<<<<<<< * @text -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Meter Visible * @text メーターの表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Meter X-Axis * @text メーターのX軸位置 * @type number * @min -9007 * @max 9007 * @default 104 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Meter Y-Axis * @text メーターのY軸位置 * @type number * @min -9007 * @max 9007 * @default 33 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Meter Angle * @text メーターの角度設定 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Meter Flow Anime * @text メーターのフローアニメ有効化 * @desc 画像はゲージの幅の3倍である必要があります。 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Number Visible * @text 値の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Number Align type * @text 値の文字配置 * @type select * @option 右 * @value 0 * @option 中央 * @value 1 * @option 左 * @value 2 * @option 対角線 * @value 3 * @default 0 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Number X-Axis * @text 値のX軸位置 * @type number * @min -9007 * @max 9007 * @default 187 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MP Number Y-Axis * @text 値のY軸位置 * @type number * @min -9007 * @max 9007 * @default 26 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxMP Number Visible * @text 最大値の表示 * @default false * @type boolean * @on 表示 * @off 非表示 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxMP Number X-Axis * @text 最大値のX軸位置 * @default 0 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxMP Number Y-Axis * @text 最大値のY軸位置 * @default 0 * @parent -> MP <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> TP <<<<<<<<<<<<<<<<<<<<<<< * @text -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Meter Visible * @text メーターの表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Meter X-Axis * @text メーターのX軸位置 * @type number * @min -9007 * @max 9007 * @default 104 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Meter Y-Axis * @text メーターのY軸位置 * @type number * @min -9007 * @max 9007 * @default 59 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Meter Angle * @text メーターの角度設定 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Meter Flow Anime * @text メーターのフローアニメ有効化 * @desc 画像はゲージの幅の3倍である必要があります。 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Number Visible * @text 値の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Number Align type * @text 値の文字配置 * @type select * @option 右 * @value 0 * @option 中央 * @value 1 * @option 左 * @value 2 * @option 対角線 * @value 3 * @default 0 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Number X-Axis * @text 値のX軸位置 * @type number * @min -9007 * @max 9007 * @default 187 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param TP Number Y-Axis * @text 値のY軸位置 * @type number * @min -9007 * @max 9007 * @default 43 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxTP Number Visible * @text 最大値の表示 * @default false * @type boolean * @on 表示 * @off 非表示 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxTP Number X-Axis * @text 最大値のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param MaxTP Number Y-Axis * @text 最大値のY軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> TP <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> ATB <<<<<<<<<<<<<<<<<<<<<<< * @text -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param ATB Meter Visible * @text メーターの表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param ATB Meter X-Axis * @text メーターのX軸位置 * @type number * @min -9007 * @max 9007 * @default 69 * @parent -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param ATB Meter Y-Axis * @text メーターのY軸位置 * @type number * @min -9007 * @max 9007 * @default 117 * @parent -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param ATB Meter Angle * @text メーターの角度 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param ATB Meter Flow Anime * @text メーターのフローアニメ有効化 * @desc 画像はゲージの幅の3倍である必要があります。 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> ATB <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> STATES <<<<<<<<<<<<<<<<<<<<<<< * @text -> ステートアイコン <<<<<<<<<<<<<<<<<<<<<<< * * @param States Visible * @text 表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param States X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 102 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param States Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 76 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param States Mode * @text 表示モード * @desc 0:タイミングモード / 1:ラインモード * @type select * @option タイミングモード (1つのステートアイコンを交代で表示) * @value 0 * @option ラインモード (ステートアイコンを並べて表示) * @value 1 * @default 0 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param States Max * @text 並ぶ最大数 * @type number * @min 1 * @max 9007 * @default 4 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param States Align * @text 配置開始位置 * @desc 0:左 / 1:右 / 2:上 / 3:下 * @type select * @option 左 * @value 0 * @option 右 * @value 1 * @option 上 * @value 2 * @option 下 * @value 3 * @default 0 * @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * @text -> コマンドウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param Command Auto Adjust * @text 自動位置調整の有効化 * @desc 0:自動調整 / 1:固定 * @type select * @option 自動調整 * @value 0 * @option 固定 * @value 1 * @default 0 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default -120 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param W Command Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default 64 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Command * @text レイアウト画像を表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param L Command X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default -20 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param L Command Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -25 * @parent -> W COMMAND <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 325 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 170 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Party Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default -100 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Party * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param L Party X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default -325 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param L Party Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -42 * @parent -> W PARTY <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * @text -> ヘルプウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param W Help Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default -50 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Help * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param L Help X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param L Help Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W HELP <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * @text -> スキルウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill maxCols * @text 最大列数 * @type number * @min 1 * @max 9007 * @default 2 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param W Skill Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default 50 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Skill * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param L Skill X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param L Skill Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -67 * @parent -> W SKILL <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * @text -> アイテムウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * @default * * @param W Item X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item maxCols * @text 最大列数 * @type number * @min 1 * @max 9007 * @default 2 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param W Item Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default 50 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Item * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param L Item X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param L Item Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -67 * @parent -> W ITEM <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * @text -> アクターウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 200 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor maxCols * @text 最大列数 * @type number * @min 1 * @max 9007 * @default 1 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param W Actor Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default 50 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Actor * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param L Actor X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param L Actor Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -67 * @parent -> W ACTOR <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * @text -> 敵ウィンドウ <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy X-Axis * @text X軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy Y-Axis * @text Y軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy Width * @text 幅 * @type number * @min -9007 * @max 9007 * @default 200 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy Height * @text 高さ * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy maxCols * @text 最大列数 * @type number * @min 1 * @max 9007 * @default 2 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy Slide X * @text スライドアニメX量 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param W Enemy Slide Y * @text スライドアニメY量 * @type number * @min -9007 * @max 9007 * @default 50 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param Layout Enemy * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param L Enemy X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param L Enemy Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default -67 * @parent -> W ENEMY <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<< * @text -> スクリーン全体 <<<<<<<<<<<<<<<<<<<<<<< * * @param Screen Layout * @text レイアウト画像の表示 * @default true * @type boolean * @on 表示 * @off 非表示 * @parent -> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<< * * @param Screen X-Axis * @text レイアウト画像のX軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<< * * @param Screen Y-Axis * @text レイアウト画像のY軸位置 * @type number * @min -9007 * @max 9007 * @default 0 * @parent -> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * @text -> 位置調整 <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 1 * @text アクター1HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 2 * @text アクター2HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 3 * @text アクター3HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 4 * @text アクター4HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 5 * @text アクター5HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 6 * @text アクター6HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 7 * @text アクター7HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Custom Position 8 * @text アクター8HUD * @desc 例: 200,200 * @default * @parent -> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG_BattleHud (v1.1) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * このプラグインは戦闘のレイアウトをカスタマイズします。 * * =========================================================================== * - 必要なファイル * =========================================================================== * 以下のファイルが必要になります。 (img/battlehud/) * * -> HP_Meter.png * -> HP_Number.png * -> MP_Meter.png * -> MP_Number.png * -> TP_Meter.png * -> TP_Number.png * -> ATB_Meter.png * -> Layout.png * -> Layout2.png * -> Layout_Actor.png * -> Layout_Command.png * -> Layout_Enemy.png * -> Layout_Help.png * -> Layout_Item.png * -> Layout_Party.png * -> Layout_Screen.png * -> Layout_Skill.png * -> Turn.png * * =========================================================================== * アクターの顔画像には、以下のように名前を付けます。 * * Face_ + ACTOR_ID.png * * Face_1.png * Face_2.png * Face_3.png * ... * * =========================================================================== * - メモタグ * =========================================================================== * 顔の呼吸エフェクトを有効にするには、下のメモタグを使います。 * * Face Breath Effect * * =========================================================================== * - スクリプトコマンド * =========================================================================== * HUDを隠すには、以下のコマンドを使います。 * * $gameSystem._bhud_visible = false * * HUDを表示するには、以下のコマンドを使います。 * * $gameSystem._bhud_visible = true * * =========================================================================== * - 更新履歴 * =========================================================================== * (v1.1) - MOG_Menu_Cursorなどのプラグインとの互換性。 * */