当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Map Name Hud - MOG_MapNameHud.js
シェア用テキスト:
▼日本語版 MOG Map Name Hud(Moghunter様作) - MOG_MapNameHud.js
https://plugin-mz.fungamemake.com/archives/3520
マップ名をHUDで表示
ふりがな:まっぷめいはっど
機能概要: マップ名をHUDで表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/15079
ファイル名:MOG_MapNameHud.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.1) マップ名をHUDで表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_MapNameHud.js * * @param Hud X-Axis * @text HUDのX軸位置 * @desc 正:右 / 負:左 * @type number * @min -9007 * @max 9007 * @default 250 * * @param Hud Y-Axis * @text HUDのY軸位置 * @desc 正:下 / 負:上 * @type number * @min -9007 * @max 9007 * @default 60 * * @param Name X-Axis * @text 名前のX軸位置 * @desc 正:右 / 負:左 * @type number * @min -9007 * @max 9007 * @default 80 * * @param Name Y-Axis * @text 名前のY軸位置 * @desc 正:下 / 負:上 * @type number * @min -9007 * @max 9007 * @default 15 * * @param Duration * @text 表示時間 * @default 160 * * @param Font Size * @text フォントサイズ * @default 20 * * @param Font Italic * @text フォントにイタリック有効化 * @type boolean * @on 有効 * @off 無効 * @default false * * @param Slide Animation * @text スライドアニメ有効化 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Zoom Animation * @text ズームアニメ有効化 * @type boolean * @on 有効 * @off 無効 * @default false * * @param Zoom Text Animation * @text テキストのズームアニメ有効化 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Particle Animation * @text パーティクルアニメ有効化 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Particles Number * @text パーティクル数 * @default 15 * * @param Circle Animation * @text 輪のアニメ有効化 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Circle X-Axis * @text 輪のX軸位置 * @desc 正:右 / 負:左 * @type number * @min -9007 * @max 9007 * @default -120 * * @param Circle Y-Axis * @text 輪のY軸位置 * @desc 正:下 / 負:上 * @type number * @min -9007 * @max 9007 * @default 0 * * @param Circle Z-Index * @text 輪のZインデックス設定 * @desc 0:レイアウトより下 / 1:レイアウトより上 * @type select * @option レイアウトより上 * @value 1 * @option レイアウトより下 * @value 0 * @default 0 * * @param Circle Rotation Speed * @text 輪の回転速度 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。 * @type number * @min -9007 * @max 9007 * @decimals 2 * @default 0.01 * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG Map Name Hud(v1.1) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * マップ名をHUDで表示します。 * 下記フォルダにファイルが必要です。 * img/system/ * * MapName.png * MapName_Circle.png * MapName_Particles.png * * =========================================================================== * 変更履歴 * =========================================================================== * (v1.1) エンコーディングに関するソート機能の修正。 */