当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
MOG Map Name HUD - MOG_MapNameHud.js
シェア用テキスト:
▼MOG Map Name HUD(Moghunter様作) - MOG_MapNameHud.js
https://plugin.fungamemake.com/archives/19219
マップ名をHUDで表示
ふりがな:まっぷねーむはど
機能概要: マップ名をHUDで表示
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/2592
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_MapNameHud.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.3) マップ名をHUDで表示します。 * @author Moghunter * * @param Hud X-Axis * @desc HUDのX軸位置設定 * @default 250 * * @param Hud Y-Axis * @desc HUDのY軸位置設定 * @default 60 * * @param Name X-Axis * @desc 名前のX軸位置設定 * @default 80 * * @param Name Y-Axis * @desc 名前のY軸位置設定 * @default 15 * * @param Duration * @desc 表示時間の設定 * @default 160 * * @param Font Size * @desc フォントサイズ設定 * @default 20 * * @param Font Italic * @desc フォントにイタリック有効設定 * @type boolean * @default false * * @param Slide Animation * @desc スライドアニメーションの有効設定 * @type boolean * @default true * * @param Zoom Animation * @desc ズームアニメーションの有効設定 * @type boolean * @default false * * @param Zoom Text Animation * @desc テキストのズームアニメーション有効設定 * @type boolean * @default true * * @param Particle Animation * @desc パーティクルアニメーション有効設定 * @type boolean * @default true * * @param Particles Number * @desc パーティクル数 * @default 15 * * @param Circle Animation * @desc 輪のアニメーション有効設定 * @type boolean * @default true * * @param Circle X-Axis * @desc 輪のX軸位置設定 * @default -120 * * @param Circle Y-Axis * @desc 輪のY軸位置設定 * @default 0 * * @param Circle Z-Index * @desc 輪のZインデックス設定 * 0 - レイアウトより下 / 1 - レイアウトより上 * @default 0 * * @param Circle Rotation Speed * @desc 回転速度の設定 * @default 0.01 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG Map Name Hud(v1.3) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * マップ名をHUDで表示します。 * 下記フォルダにファイルが必要です。 * img/system/ * * MapName.png * MapName_Circle.png * MapName_Particles.png * * =========================================================================== * 変更履歴 * =========================================================================== * (v1.3) - コーディングとプラグインの互換性の向上 * (v1.2) - 名前のないマップのHUDを削除しないバグを修正 * (v1.1) - アニメーションの新しい効果を追加 */