「パーティのHUDをマップ表示できる」プラグインです。
こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事もございます。
下記ページで最新版が配布されています。
mogplugins.wordpress.com/rpg-maker-mz/
どなたかのお役に立てば幸いです。
/*:ja
* @target MZ
* @plugindesc (v1.1) パーティのHUDをマップ表示します。
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_PartyHud.js
*
* @param -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
* @text -> メイン <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Skip Leader
* @text 先頭アクターの表示有効化
* @type boolean
* @on 非表示
* @off 表示
* @default true
* @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Start Visible
* @text ゲーム開始時のHUD表示
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Smart Fade
* @text HUDフェード
* @desc HUDがキャラクターと重なった時の優先表示
* @type boolean
* @on キャラクター優先
* @off HUD優先
* @default true
* @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Font Size
* @text フォントサイズ
* @type number
* @min 6
* @max 60
* @default 14
* @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> NAME <<<<<<<<<<<<<<<<<<<<<<<
* @text -> 名前 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Name Visible
* @text 表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Name X
* @text X軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 5
* @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Name Y
* @text Y軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default -28
* @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Name Align
* @text 位置揃
* @desc 0:左 / 1:中央 / 2:右
* @type select
* @option 左
* @value 0
* @option 中央
* @value 1
* @option 右
* @value 2
* @default 0
* @parent -> NAME <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> FACE <<<<<<<<<<<<<<<<<<<<<<<
* @text -> 顔画像 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Face Visible
* @text 表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Face X
* @text X軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 5
* @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Face Y
* @text Y軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 23
* @parent -> FACE <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> HP <<<<<<<<<<<<<<<<<<<<<<<
* @text -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Meter Visible
* @text メーターの表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Meter X
* @text メーターのX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 52
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Meter Y
* @text メーターのY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 33
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Number Visible
* @text 値の表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Number X
* @text 値のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 90
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Number Y
* @text 値のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 12
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param HP Number Align
* @text 値の位置揃え
* @desc 0:左 / 1:中央 / 2:右
* @type select
* @option 左
* @value 0
* @option 中央
* @value 1
* @option 右
* @value 2
* @default 2
* @parent -> HP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> MP <<<<<<<<<<<<<<<<<<<<<<<
* @text -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Meter Visible
* @text メーターの表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Meter X
* @text メーターのX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 52
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Meter Y
* @text メーターのY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 57
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Number Visible
* @text 値の表示
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Number X
* @text 値のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 90
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Number Y
* @text 値のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 36
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param MP Number Align
* @text 値の位置揃え
* @desc 0:左 / 1:中央 / 2:右
* @type select
* @option 左
* @value 0
* @option 中央
* @value 1
* @option 右
* @value 2
* @default 2
* @parent -> MP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> TP <<<<<<<<<<<<<<<<<<<<<<<
* @text -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Meter Visible
* @text メーターの表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default false
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Meter X
* @text メーターのX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 52
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Meter Y
* @text メーターのY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 82
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Number Visible
* @text 値の表示
* @type boolean
* @on 表示
* @off 非表示
* @default false
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Number X
* @text 値のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 90
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Number Y
* @text 値のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 66
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param TP Number Align
* @text 値の位置揃え設定
* @desc 0:左 / 1:中央 / 2:右
* @type select
* @option 左
* @value 0
* @option 中央
* @value 1
* @option 右
* @value 2
* @default 2
* @parent -> TP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> LV <<<<<<<<<<<<<<<<<<<<<<<
* @text -> レベル <<<<<<<<<<<<<<<<<<<<<<<
*
* @param LV Number Visible
* @text 表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> LV <<<<<<<<<<<<<<<<<<<<<<<
*
* @param LV Number X
* @text 値のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 30
* @parent -> LV <<<<<<<<<<<<<<<<<<<<<<<
*
* @param LV Number Y
* @text 値のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 4
* @parent -> LV <<<<<<<<<<<<<<<<<<<<<<<
*
* @param LV Number Align
* @text 値の位置揃え
* @desc 0:左 / 1:中央 / 2:右
* @type select
* @option 左
* @value 0
* @option 中央
* @value 1
* @option 右
* @value 2
* @default 1
* @parent -> LV <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> EXP <<<<<<<<<<<<<<<<<<<<<<<
* @text -> 経験値 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Exp Visible
* @text 表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> EXP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Exp X
* @text X軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 30
* @parent -> EXP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Exp Y
* @text Y軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 71
* @parent -> EXP <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> STATES <<<<<<<<<<<<<<<<<<<<<<<
* @text -> ステート <<<<<<<<<<<<<<<<<<<<<<<
*
* @param States Visible
* @text 表示有効化
* @type boolean
* @on 表示
* @off 非表示
* @default true
* @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<<
*
* @param States X
* @text X軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 4
* @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<<
*
* @param States Y
* @text Y軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 24
* @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<<
*
* @param States Scale
* @text アイコンの拡大率
* @type number
* @default 70
* @parent -> STATES <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
* @text -> HUD位置 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 1 Position X
* @text HUD1のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 1 Position Y
* @text HUD1のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 390
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 2 Position X
* @text HUD2のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 2 Position Y
* @text HUD2のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 300
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 3 Position X
* @text HUD3のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 3 Position Y
* @text HUD3のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 210
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 4 Position X
* @text HUD4のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 4 Position Y
* @text HUD4のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 120
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 5 Position X
* @text HUD5のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 5 Position Y
* @text HUD5のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 30
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 6 Position X
* @text HUD6のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 6 Position Y
* @text HUD6のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 7 Position X
* @text HUD7のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 150
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 7 Position Y
* @text HUD7のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 8 Position X
* @text HUD8のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 300
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 8 Position Y
* @text HUD8のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 9 Position X
* @text HUD9のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 450
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 9 Position Y
* @text HUD9のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param --------------------------------------------------------------------
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 10 Position X
* @text HUD10のX軸位置
* @desc 正:右 / 負:左
* @type number
* @min -9007
* @max 9007
* @default 600
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Hud 10 Position Y
* @text HUD10のY軸位置
* @desc 正:下 / 負:上
* @type number
* @min -9007
* @max 9007
* @default 0
* @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
*
* @command PartyHudVisible
* @desc HUD 表示/非表示の切り替え
* @text 表示/非表示
*
* @arg visible
* @desc HUDを表示または非表示にします。
* @text 表示有効化
* @default true
* @type boolean
* @on 表示
* @off 非表示
*
* @help
* 翻訳:
* fungamemake.com/
*
* ============================================================================
* +++ MOG - Party HUD (v1.1) +++
* By Moghunter
* mogplugins.wordpress.com
* ============================================================================
* パーティのHUDをマップ表示します。
* ===========================================================================
* - 必要ファイル
* ===========================================================================
* 画像を下記フォルダに保存してください。
* /img/partyhud/
*
* -> HPmeter.png
* -> MPmeter.png
* -> TPmeter.png
* -> Expmeter.png
* -> Layout.png
*
* ===========================================================================
* アクターのHUD用顔画像のファイル名は、下記のように名前を付けます。
*
* Face_ + ACTOR_ID.png
*
* Face_1.png
* Face_2.png
* Face_3.png
* ...
*
* ===========================================================================
* - プラグインコマンド
* ===========================================================================
* HUDを表示/非表示にするプラグインコマンドがあります。
*
* ============================================================================
* * 更新履歴
* ============================================================================
* (v1.1) エンコーディングに関連するソート機能の修正。
*
*/
コメントを投稿するにはログインしてください。