MOG Fast Travel - MOG_FastTravel.js

シェア用テキスト:
▼MOG Fast Travel(Moghunter様作) - MOG_FastTravel.js
https://plugin.fungamemake.com/archives/19257
クイックテレポートマップシステムを追加

ふりがな:ふぁすととらべる

機能概要: クイックテレポートマップシステムを追加

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://twitter.com/moghunter1

解説ページ:https://fungamemake.com/archives/3334

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_FastTravel.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.1) クイックテレポートマップシステムを追加します。
 * @author Moghunter
 *
 * @param Remember Last MapID
 * @desc 最後にテレポートしたマップの記憶の有効設定
 * @type boolean
 * @default true
 *
 * @param Play Bgm
 * @desc 音楽の有効設定
 * @type boolean
 * @default false
 *
 * @param Bgm File Name
 * @desc BGMのファイル名
 * @type file
 * @dir audio/bgm/
 * @default Theme2
 *
 * @param Fade Bgm
 * @desc 移行中音楽フェードインの有効設定
 * @type boolean
 * @default true
 *
 * @param Map Move Speed
 * @desc マップの移動速度
 * @default 30
 *
 * @param Center X-axis
 * @desc 画面X軸中央設定(調整用)
 * @default 0
 *
 * @param Center Y-axis
 * @desc 画面Y軸中央設定(調整用)
 * @default 0
 *
 * @param Fade Speed
 * @desc フェード速度
 * @default 30
 *
 * @param Zoom Animation
 * @desc ズーム効果の有効設定
 * @type boolean
 * @default true
 *
 * @param Rotation Animation
 * @desc 回転効果の有効設定
 * @type boolean
 * @default true
 *
 * @param New Map Color
 * @desc 新しいマップの色
 * @default 6
 *
 * @param Turn Back After Cancel
 * @desc シーンでキャンセルの有効設定
 * @type boolean
 * @default true
 *
 * @param List Width
 * @desc リストウィンドウの幅
 * @default 300
 *
 * @param List Height
 * @desc リストウィンドウの高さ
 * @default 290
 *
 * @param List X-axis
 * @desc リストウィンドウのX軸位置
 * @default 516
 *
 * @param List Y-axis
 * @desc リストウィンドウのY軸位置
 * @default 145
 *
 * @param Slide List
 * @desc スライドアニメーション効果の有効設定
 * @type boolean
 * @default true
 *
 * @param List Layout X-axis
 * @desc リストウィンドウレイアウトのX軸位置
 * @default 0
 *
 * @param List Layout Y-axis
 * @desc リストウィンドウレイアウトのY軸位置
 * @default -53
 *
 * @param Description X-axis
 * @desc 説明のX軸位置
 * @default 160
 *
 * @param Description Y-axis
 * @desc 説明のY軸位置
 * @default 300
 *
 * @param Slide Description
 * @desc スライドアニメーション効果の有効設定
 * @type boolean
 * @default true
 *
 * @param Com Town X-axis
 * @desc TownコマンドのX軸位置
 * @default 470
 *
 * @param Com Town Y-axis
 * @desc TownコマンドのY軸位置
 * @default 7
 *
 * @param Com Dungeon X-axis
 * @desc DungeonコマンドのX軸位置
 * @default 575
 *
 * @param Com Dungeon Y-axis
 * @desc DungeonコマンドのY軸位置
 * @default 7
 *
 * @param Com Other X-axis
 * @desc OtherコマンドのX軸位置
 * @default 710
 *
 * @param Com Other Y-axis
 * @desc OtherコマンドのY軸位置
 * @default 7
 *
 * @param Com Cursor X-axis
 * @desc コマンドカーソルのX軸位置
 * @default 0
 *
 * @param Com Cursor Y-axis
 * @desc コマンドカーソルのY軸位置
 * @default 0
 *
 * @param Com Cursor Animation
 * @desc カーソルアニメーションの有効設定
 * @type boolean
 * @default true
 *
 * @param Next Cursor X-axis
 * @desc 次のカーソルのX軸位置
 * @default 0
 *
 * @param Next Cursor Y-axis
 * @desc 次のカーソルのY軸位置
 * @default 0
 *
 * @param Next Cursor Animation
 * @desc カーソルアニメーションの有効設定
 * @type boolean
 * @default true
 *
 * @param Show Completion
 * @desc マップを発見した割合表示の有効設定
 * @type boolean
 * @default true
 *
 * @param Completion X-axis
 * @desc 発見のX軸位置
 * @default 590
 *
 * @param Completion Y-axis
 * @desc 発見のY軸位置
 * @default 513
 *
 * @param Completion Font Size
 * @desc フォントサイズ
 * @default 22
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Fast Travel (v1.1) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * クイックテレポートマップシステムを追加します。
 *
 * ===========================================================================
 * 必要画像ファイル
 * ===========================================================================
 * システム画像ファイルを以下のフォルダーに保存してください。
 *
 * /img/fasttravel/
 *   Cursor_A.png
 *   Cursor_B.png
 *   Layout.png
 *   ListLayout.png
 *   ListName_A.png
 *   ListName_B.png
 *   ListName_C.png
 *   Map.png
 *   Parallax.png
 *   Points.png
 *
 *
 * マップ説明の画像ファイルはフォルダーに保存してください。
 *
 * /img/fasttravel/stages/
 *
 * プラグイン内部で定義したマップ名とファイル名は同じにする必要があります。
 *
 * ===========================================================================
 * プラグインコマンド
 * ===========================================================================
 * 以下のプラグインコマンドでFast Travelシーンを有効にします。
 *
 * fast_travel
 *
 * 以下のプラグインコマンドでマップを有効/無効にします。
 *
 * enable_town : ID
 * disable_town : ID
 *
 * enable_dungeon : ID
 * disbale_dungeon : ID
 *
 * enable_other : ID
 * disable_other : ID
 *
 * ===========================================================================
 * マップの定義(追記)
 * ===========================================================================
 * プラグイン内の SETUP 間のリスト(TOWNS/DUNGEONS/OTHER)を編集します。
 *
 * 例
 *   Moghunter.fastTravel_Towns[1] = {name:”Marksburg”,x:265,y:235,mapID:13,mapX:12,mapY:18,direction:8};
 *
 * ===========================================================================
 * 更新履歴
 * ===========================================================================
 * (v1.1) - プラグインがスタンドアロンで使用されている場合、
 *          システムが有効にならない問題を修正
 *
 */

スポンサードリンク

Copyright© #ツクプラ , 2024 All Rights Reserved.