MOG Compass - MOG_Compass.js
シェア用テキスト:
▼MOG Compass(Moghunter様作) - MOG_Compass.js
https://plugin.fungamemake.com/archives/19256
追跡する目的地を示すコンパスを追加
ふりがな:こんぱす
機能概要: 追跡する目的地を示すコンパスを追加
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/2744
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_Compass.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.6) 目的地を指すコンパスを表示します。 * @author Moghunter * * @param Smart Fade * @desc HUDとキャラクターが重なった時の透明有効設定 * @type boolean * @default true * * @param Compass X-Axis * @desc コンパスのX軸位置設定 * @default 5 * * @param Compass Y-Axis * @desc 画像のY軸位置設定 * @default 5 * * @param Arrow X-Axis * @desc コンパスのX軸位置設定 * @default 80 * * @param Arrow Y-Axis * @desc 画像のY軸位置設定 * @default 79 * * @param Destination Visible * @desc 目的地名の表示設定 * @type boolean * @default true * * @param Font Size * @desc フォントサイズ設定 * @default 18 * * @param Destination X-Axis * @desc X軸位置設定 * @default 25 * * @param Destination Y-Axis * @desc Y軸位置設定 * @default 155 * * @param Steps Visible * @desc 目的地までの距離の表示設定 * @type boolean * @default true * * @param Steps X-Axis * @desc X軸位置設定 * @default 80 * * @param Steps Y-Axis * @desc Y軸位置設定 * @default 70 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Compass (v1.6) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * 目的地を指すコンパスを表示します。 * 必要な画像ファイルを下記に保存してください。 * /img/system/ * * Compass_A.png * Compass_B.png * Compass_C.png * * =========================================================================== * 目的地を表すイベントの実行内容に下記の注釈を入れてください。 * * <Destination> * * =========================================================================== * コンパスを表示/非表示にするには、下記のプラグインコマンドを使用します。 * * hide_compass * * show_compass * * =========================================================================== * 以下のプラグインコマンドでコンパスが指すイベントを指定します。 * 注 - このコマンドは「場所移動」を使用すると指定前の状態に戻ります。 * * compass_event_id : EVENT_ID * * =========================================================================== * 変更履歴 * =========================================================================== * v1.6 - コーディングとプラグインの互換性を改善 * v1.5 - コーディングとプラグインの互換性を改善 * v1.4 - Chronoエンジンとの互換性 * v1.3 - 点滅するHUDのグリッチ修正 * v1.2 - ダイアログ中のコンパスの点滅効果の修正 * v1.1 - マップイベントを消去(消去)した時のクラッシュの修正 * - スマートフェード効果の修正 * - 空白のページをアクティブにした後に送信先をオフにしない修正 * */