1912 lines
81 KiB
JavaScript
1912 lines
81 KiB
JavaScript
//=============================================================================
|
||
// HalfMove.js
|
||
// ----------------------------------------------------------------------------
|
||
// (C)2016 Triacontane
|
||
// This software is released under the MIT License.
|
||
// http://opensource.org/licenses/mit-license.php
|
||
// ----------------------------------------------------------------------------
|
||
// Version
|
||
// 2.2.1 2023/10/22 イベントの初期位置を半歩ずらしたときにアニメパターンが一瞬だけ初期化されてしまう問題を修正
|
||
// 2.2.0 2022/07/03 プレイヤーやイベント単位で半歩移動を禁止にできる機能を追加
|
||
// 2.1.2 2022/03/17 2.1.0の修正によりループしたマップでタッチ移動すると正しい場所へ移動できない問題を修正
|
||
// 2.1.1 2022/03/09 タッチ移動の移動先画像を半歩に合わせて小さく変更
|
||
// 2.1.0 2022/03/09 タッチ移動を半歩単位で指定できるよう修正
|
||
// 2.0.2 2020/08/21 不要なヘルプを削除
|
||
// 2.0.1 2020/08/21 ヘルプの英語対応
|
||
// 2.0.0 2020/08/21 MZ用にプラグインコマンドの記述を修正
|
||
// 1.16.1 2020/07/02 スクリプトからキャラクターの座標を0.5以外の端数にするとエラーになる問題を修正
|
||
// 1.16.0 2020/04/18 右上、右下、左上、左下のみ移動可能な地形、リージョンの設定を追加
|
||
// 1.15.4 2020/04/15 英語版の一部のパラメータの型指定と初期値が日本語版と合っていなかった問題を修正
|
||
// 1.15.3 2019/11/14 通行設定(4方向)の北の方を通行不可にしたタイルに南の中央から侵入すると半歩分は通行可能にもかかわらず通行不可判定されてしまう問題を修正
|
||
// 1.15.2 2019/11/10 PD_8DirDash.jsと組み合わせたとき、斜め方向を向いている状態で一歩前進するとキャラクターが移動先に瞬間移動してしまう競合を解消
|
||
// 1.15.1 2019/11/10 1.15.0の機能で半歩加算と半歩減算のどちらもできるよう修正
|
||
// 1.15.0 2019/11/10 イベントの初期位置を半歩位置にできる機能を追加
|
||
// 1.14.0 2019/11/02 トリガー領域拡大で負の値を設定できるよう修正
|
||
// 1.13.1 2019/09/29 半歩用通行可能判定の地形タグおよびリージョンで複数のリージョンを並べたときに、一部設定が無効になる問題を修正
|
||
// 1.13.0 2019/07/07 移動ルート強制中は半歩移動無効の設定をしているときでも半歩で強制移動できるスクリプトを追加
|
||
// 1.12.5 2019/06/09 半歩移動無効時、下半分移動不可に設定した地形とリージョンが、元の通行設定にかかわらず移動不可となる問題を修正
|
||
// 1.12.4 2019/03/31 MOG_ChronoEngine.jsとの起動時の競合を解消
|
||
// 1.12.3 2018/12/19 プレイヤーに近づく、遠ざかる処理で特定条件下で正しく移動しない場合がある問題を修正
|
||
// 1.12.2 2018/11/04 1.11.8の修正後、一部環境でゲーム画面のFPS低下が起きていた現象を修正
|
||
// 1.12.1 2018/10/13 すり抜けが設定が無効なイベントのページが切り替わったとき、すり抜け設定が有効になってしまう場合がある不具合を修正
|
||
// 1.12.0 2018/08/24 移動不可の地形およびリージョンを複数指定できる機能を追加
|
||
// 1.11.11 2018/08/23 1.11.10の修正で横一列の通路上で上に半歩上に移動できない不具合を修正
|
||
// 1.11.10 2018/06/22 移動不可タイルに乗っているとき半歩上に移動できてしまう現象を修正
|
||
// 1.11.9 2018/04/29 イベントすり抜けのパラメータがOFFかつイベントとプレイヤーが重なったときに移動不可となる問題を修正
|
||
// パラメータ「強制中無効」が有効なとき、対象キャラが半歩位置にいると強制中でも半歩移動になってしまう問題を修正(一部制約あり)
|
||
// 1.11.8 2018/03/21 プレイヤーが向きが固定されているとき、プレイヤー接触のイベントをプレイヤーの進行方向を基準に判定するよう修正
|
||
// 1.11.7 2018/02/01 プラグインが未適用の状態でセーブされたデータをロードした際、一部の処理に差異が出る問題を修正
|
||
// 1.11.6 2018/01/28 プライオリティが通常キャラと同じイベントに対して拡張トリガーが適用されない問題を修正
|
||
// 1.11.5 2018/01/24 KhasAdvancedLightingとの競合を解消
|
||
// 1.11.4 2017/12/31 PD_8DirDash.jsとの併用時、タッチ移動で斜め移動できるよう修正
|
||
// 1.11.3 2017/12/30 半歩移動無効時のタッチ移動の挙動が一部おかしくなっていた問題を修正
|
||
// タッチ移動を少し軽量化
|
||
// タッチ移動でイベントの一歩前に停止したときにイベントが起動する場合がある問題を修正
|
||
// 1.11.2 2017/12/23 半歩移動有効時にタッチ移動時の探索深度が本来の半分になっていた問題を修正
|
||
// 1.11.1 2017/10/29 MPP_MiniMap_OP1.jsとの競合を解消
|
||
// 1.11.0 2017/10/07 探索系プラグインとの併用時の負荷対策に、イベントによる探索深度を変更できる機能を追加
|
||
// YEP_MoveRouteCore.jsとの競合を解消
|
||
// 1.10.0 2017/10/02 パラメータの型指定機能に対応
|
||
// 斜め移動をしながらイベントを起動すると起動地点から余分に移動する場合がある不具合を修正
|
||
// 1.9.0 2017/06/21 イベントの自律移動で8方向移動を使用できる機能を追加
|
||
// 1.8.2 2017/05/28 進入不可タイルに存在するイベントに対する半歩用衝突判定が行われない現象を修正
|
||
// 1.8.1 2017/05/14 プライオリティが「通常キャラと同じ」でないイベントはプレイヤーに対する衝突判定を行わないよう修正
|
||
// 1.8.0 2017/04/23 8方向移動の可否をスイッチによって切り替える機能を追加
|
||
// 1.7.0 2017/03/01 全方向移動不可な地形タグやリージョンのパラメータを追加
|
||
// 1.6.4 2017/02/14 下半分移動不可なタイルに対して下方向から移動できてしまっていた不具合を修正
|
||
// 1.6.3 2016/09/21 半歩移動中、上方向にある小型船、大型船に乗船できない不具合を修正
|
||
// 1.6.2 2016/09/03 斜め移動の移動先にイベントがある場合、縦横移動に切り替わらない問題を修正
|
||
// 1.6.1 2016/09/01 すり抜けOFF時のイベントからの接触による起動が正しく行われるよう修正
|
||
// 1.6.0 2016/08/20 左半分のみ、右半分のみを通行不可にする機能を追加
|
||
// 1.5.0 2016/08/16 イベント同士の位置の重複を許可する設定を追加
|
||
// 1.4.9 2016/08/14 半歩位置にいる場合にタイル依存の戦闘背景の設定が正しく機能しない現象を修正
|
||
// 1.4.8 2016/08/12 イベントすり抜けがOFF、トリガー拡張がONの場合に、縦に半歩ずれた状態でイベントが起動できない現象を修正
|
||
// 1.4.7 2016/08/08 タッチ操作時にたまに同じ場所を延々とループしてしまう現象の修正
|
||
// 1.4.6 2016/07/30 場所移動やイベント位置の設定で半歩位置に移動できるよう修正
|
||
// 1.4.5 2016/07/22 イベントの複数同時起動を抑制する設定を追加
|
||
// 1.4.4 2016/07/02 半歩位置にいる場合に地形タグとリージョンIDの取得値が0になってしまう不具合を修正
|
||
// 1.4.3 2016/06/30 タッチ操作によるマップ移動でイベント起動できない場合がある問題を修正
|
||
// 1.4.2 2016/06/08 PD_8DirDash.jsと組み合わせて斜め移動グラフィックを反映するよう修正
|
||
// 1.4.1 2016/05/20 ダメージ床や茂みで上半分のみ接している場合は無効にするよう変更
|
||
// 1.4.0 2016/05/20 トリガー領域を上下左右で細かく指定できる機能を追加
|
||
// 英名のプラグインコマンドが正しく機能していなかった問題を修正
|
||
// 1.3.0 2016/05/16 タイルの下半分のみ通行不可にできるような地形タグとリージョンIDの指定を追加
|
||
// イベントごとにトリガー拡大を設定できる機能を追加
|
||
// 1.2.0 2016/05/11 タイルの上半分のみ通行不可にできるような地形タグとリージョンIDの指定を追加
|
||
// 歩数の増加およびエンカウント歩数とダメージ床を通常の歩数に合わせて調整できる機能を追加
|
||
// 1.1.0 2016/05/08 イベントごとに「すり抜け禁止」の可否を設定できる機能を追加
|
||
// トリガー関係の機能を拡張
|
||
// 斜め移動時に減速する設定を追加
|
||
// カウンター属性のタイルに対して上から起動したときの判定が一部機能していなかったのを修正
|
||
// 1.0.1 2016/05/08 ループするマップの境界値にいる場合に一部の通行可能判定が誤っていたのを修正
|
||
// メモ欄にてイベントごとに半歩移動の可否を設定できる機能を追加
|
||
// 1.0.0 2016/05/06 初版
|
||
// ----------------------------------------------------------------------------
|
||
// [Blog] : https://triacontane.blogspot.jp/
|
||
// [Twitter]: https://twitter.com/triacontane/
|
||
// [GitHub] : https://github.com/triacontane/
|
||
//=============================================================================
|
||
|
||
/*:
|
||
* @plugindesc Half Move Plugin
|
||
* @target MZ
|
||
* @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/HalfMove.js
|
||
* @author triacontane
|
||
*
|
||
* @param Direction8Move
|
||
* @desc Allows eight-way movement, including diagonal movement.
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param 8MoveSwitch
|
||
* @desc 8 direction movement is allowed only when the switch of the specified ID is ON.
|
||
* @default 0
|
||
* @type switch
|
||
*
|
||
* @param EventThrough
|
||
* @desc If you make side to side contact with an event, a half-step can slip through.
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param DisableForcing
|
||
* @desc Disable half-step movement while forcing a move route.
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param AvoidCorner
|
||
* @desc If you get caught in a corner of the map while moving straight, switch to diagonal movement and try again.
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param DiagonalSlow
|
||
* @desc Walking speed is increased by 0.8 times while moving diagonally.
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param TriggerExpansion
|
||
* @desc Extend the activation area of an event with priority equal to a normal character by half a square.
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param AdjustmentRealStep
|
||
* @desc The timing of the increase in the number of steps is one step for every two steps.
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param UpperNpTerrainTag
|
||
* @desc A terrain tag that is impassable only for the top half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param UpperNpRegionId
|
||
* @desc A region id that is impassable only for the top half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LowerNpTerrainTag
|
||
* @desc A terrain tag that is impassable only for the bottom half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LowerNpRegionId
|
||
* @desc A region id that is impassable only for the bottom half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightNpTerrainTag
|
||
* @desc A terrain tag that is impassable only for the right half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightNpRegionId
|
||
* @desc A region id that is impassable only for the right half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftNpTerrainTag
|
||
* @desc A terrain tag that is impassable only for the left half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftNpRegionId
|
||
* @desc A region id that is impassable only for the left half of the tiles. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightUpNpTerrainTag
|
||
* @desc A terrain tag that is impassable only in the upper right corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightUpNpRegionId
|
||
* @desc A region id that is impassable only in the upper right corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightDownNpTerrainTag
|
||
* @desc A terrain tag that is impassable only in the lower right corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param RightDownNpRegionId
|
||
* @desc A region id that is impassable only in the lower right corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftUpNpTerrainTag
|
||
* @desc A terrain tag that is impassable only in the upper left corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftUpNpRegionId
|
||
* @desc A region id that is impassable only in the upper left corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftDownNpTerrainTag
|
||
* @desc A terrain tag that is impassable only in the lower left corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param LeftDownNpRegionId
|
||
* @desc A region id that is impassable only in the lower left corner of the tile. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param AllNpTerrainTag
|
||
* @desc A terrain tag that is impassable in all directions. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param AllNpRegionId
|
||
* @desc A region id that is impassable in all directions. 0 disables it.
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param MultiStartDisable
|
||
* @desc Only the event with the smallest ID is activated when there are multiple events at the same time.
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param EventOverlap
|
||
* @desc Duplicate positions are allowed between events that have a priority other than "Same as normal character".
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @command HALF_MOVE_DISABLE
|
||
* @text Disable half move.
|
||
* @desc Disable half move.
|
||
*
|
||
* @command HALF_MOVE_ENABLE
|
||
* @text Enable half move.
|
||
* @desc Enable half move.
|
||
*
|
||
* @help Moving distance in half.
|
||
*
|
||
* Note(Event Editor)
|
||
* <HMHalfDisable> -> Disable half move.
|
||
* <HMThroughDisable> -> Disable half through.
|
||
* <HMTriggerExpansion:ON> -> Expansion trigger area ON
|
||
* <HMTriggerExpansion:OFF> -> Expansion trigger area OFF
|
||
* <HMExpansionArea:1,1,1,1> -> Expansion trigger area(down,left,right,up)
|
||
* <HMInitialHalfX:+> -> Initial Half Position X(+0.5)
|
||
* <HMInitialHalfY:+> -> Initial Half Position Y(+0.5)
|
||
* <HMInitialHalfX:-> -> Initial Half Position X(-0.5)
|
||
* <HMInitialHalfY:-> -> Initial Half Position Y(-0.5)
|
||
*
|
||
* This plugin is released under the MIT License.
|
||
*/
|
||
/*:ja
|
||
* @plugindesc 半歩移動プラグイン
|
||
* @target MZ
|
||
* @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/HalfMove.js
|
||
* @author トリアコンタン
|
||
*
|
||
* @param 8方向移動
|
||
* @desc 斜め移動を含めた8方向移動を許可します。
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param 8方向移動スイッチ
|
||
* @desc 指定したIDのスイッチがONのときのみ8方向移動を許可します。0の場合は常に許可します。
|
||
* @default 0
|
||
* @type switch
|
||
*
|
||
* @param イベントすり抜け
|
||
* @desc イベントに横から接触したときに半歩ぶんならすり抜けます。
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param 強制中無効
|
||
* @desc 移動ルートの強制中は半歩移動を無効にします。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param 角回避
|
||
* @desc 直進中にマップの角に引っ掛かった場合、斜め移動に切り替えて再試行します。進行方向に起動可能なイベントがある場合は無効。
|
||
* @default true
|
||
* @type boolean
|
||
*
|
||
* @param 斜め移動中減速
|
||
* @desc 斜め移動中の歩行速度が0.8倍になります。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param トリガー拡大
|
||
* @desc イベントの起動領域を拡張します。プライオリティによって拡張領域が異なります。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param 実歩数調整
|
||
* @desc 歩数が増加するタイミングが2歩につき1歩分となります。エンカウント歩数とダメージ床のタイミングも調整されます。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param 上半分移動不可地形
|
||
* @desc 上半分のタイルのみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 上半分移動不可Region
|
||
* @desc 上半分のタイルのみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 下半分移動不可地形
|
||
* @desc 下半分のタイルのみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 下半分移動不可Region
|
||
* @desc 下半分のタイルのみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右半分移動不可地形
|
||
* @desc 右半分のタイルのみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右半分移動不可Region
|
||
* @desc 右半分のタイルのみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左半分移動不可地形
|
||
* @desc 左半分のタイルのみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左半分移動不可Region
|
||
* @desc 左半分のタイルのみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右上移動不可地形
|
||
* @desc タイルの右上のみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右上移動不可Region
|
||
* @desc タイルの右上のみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右下移動不可地形
|
||
* @desc タイルの右下のみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 右下移動不可Region
|
||
* @desc タイルの右下のみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左上移動不可地形
|
||
* @desc タイルの左上のみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左上移動不可Region
|
||
* @desc タイルの左上のみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左下移動不可地形
|
||
* @desc タイルの左下のみ通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 左下移動不可Region
|
||
* @desc タイルの左下のみ通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 全方向移動不可地形
|
||
* @desc 全方向通行不可となる地形タグです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param 全方向移動不可Region
|
||
* @desc 全方向通行不可となるリージョンIDです。0を指定すると無効になります。
|
||
* @default ["0"]
|
||
* @type number[]
|
||
*
|
||
* @param イベント複数起動防止
|
||
* @desc トリガー条件を満たすイベントが同時に複数存在する場合にIDがもっとも小さいイベントのみを起動します。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @param イベント位置重複OK
|
||
* @desc プライオリティが「通常キャラと同じ」以外のイベント同士であれば位置の重複を許可します。
|
||
* @default false
|
||
* @type boolean
|
||
*
|
||
* @command HALF_MOVE_DISABLE
|
||
* @text 半歩移動禁止
|
||
* @desc 半歩移動を一時的に禁止します。プレイヤーの半歩移動を禁止すると、半歩位置のイベントを起動できなくなる場合があります。
|
||
*
|
||
* @arg target
|
||
* @text 対象
|
||
* @desc 半歩移動を禁止にする対象です。
|
||
* @default -2
|
||
* @type select
|
||
* @option -2:全体
|
||
* @value -2
|
||
* @option -1:プレイヤー
|
||
* @value -1
|
||
* @option 0:このイベント
|
||
* @value 0
|
||
* @option 1:指定したIDのイベント
|
||
* @value 1
|
||
*
|
||
* @arg id
|
||
* @text イベントID
|
||
* @desc 対象を「指定したIDのイベント」に指定したときのイベントIDです。
|
||
* @type number
|
||
* @default 1
|
||
* @min 1
|
||
*
|
||
* @command HALF_MOVE_ENABLE
|
||
* @text 半歩移動許可
|
||
* @desc 禁止していた半歩移動をもとに戻します。
|
||
*
|
||
* @arg target
|
||
* @text 対象
|
||
* @desc 半歩移動を禁止にする対象です。
|
||
* @default -2
|
||
* @type select
|
||
* @option -2:全体
|
||
* @value -2
|
||
* @option -1:プレイヤー
|
||
* @value -1
|
||
* @option 0:このイベント
|
||
* @value 0
|
||
* @option 1:指定したIDのイベント
|
||
* @value 1
|
||
*
|
||
* @arg id
|
||
* @text イベントID
|
||
* @desc 対象を「指定したIDのイベント」に指定したときのイベントIDです。
|
||
* @type number
|
||
* @default 1
|
||
* @min 1
|
||
*
|
||
* @help キャラクターの移動単位が1タイルの半分になります。
|
||
* 半歩移動が有効なら、乗り物以外は全て半歩移動になります。
|
||
*
|
||
* イベントごとの拡張機能を利用するには、
|
||
* イベントのメモ欄に以下の通り記述してください。
|
||
*
|
||
* 対象イベントが半歩移動しなくなります。
|
||
* <HM半歩禁止>
|
||
* <HMHalfDisable>
|
||
*
|
||
* 対象イベントがすり抜けしなくなります。
|
||
* <HMすり抜け禁止>
|
||
* <HMThroughDisable>
|
||
*
|
||
* 対象イベントのトリガー拡大の有無を個別に設定します。
|
||
* 設定がない場合は、パラメータ「トリガー拡大」の値が適用されます。
|
||
* <HMトリガー拡大:ON>
|
||
* <HMトリガー拡大:OFF>
|
||
*
|
||
* ・トリガー拡大をONにした場合の仕様
|
||
* イベントのメモ欄の記述により個別にトリガー領域を設定することができます。
|
||
* // 下、左、右、上方向にそれぞれ1マス、2マス、3マス、4マス拡大したい場合
|
||
* <HM拡大領域:1,2,3,4>
|
||
*
|
||
* // 下、左、右、上方向にそれぞれ0.5マス、1マス、1マス、0.5マス拡大したい場合
|
||
* <HM拡大領域:0.5,1,1,0.5>
|
||
*
|
||
* プライオリティが「通常キャラと同じ」かつイベントすり抜けが無効な場合
|
||
* 左右に半マスずつ起動可能領域が拡張されます。
|
||
*
|
||
* それ以外は上下左右に半マスずつトリガー領域が拡張されます。
|
||
*
|
||
* イベントの初期位置を半歩分だけ加算します。
|
||
* 最初から半歩位置にイベントを配置したいときに使用してください。
|
||
* <HM初期半歩X:+>
|
||
* <HMInitialHalfX:+>
|
||
* <HM初期半歩Y:+>
|
||
* <HMInitialHalfY:+>
|
||
*
|
||
* 半歩減算したい場合はこちらのメモ欄です。
|
||
* <HM初期半歩X:->
|
||
* <HMInitialHalfX:->
|
||
* <HM初期半歩Y:->
|
||
* <HMInitialHalfY:->
|
||
*
|
||
*
|
||
* 注意!
|
||
* 対象イベントの領域が拡大する以下のタグは廃止になりました。
|
||
* <HM横幅:2>
|
||
* <HMWidth:2>
|
||
* <HM高さ:3>
|
||
* <HMHeight:3>
|
||
*
|
||
* ・イベントの8方向自律移動
|
||
* プレイヤーが8方向移動可能な状態のときは、イベントもランダム移動や
|
||
* プレイヤー接近移動で8方向移動を使うようになります。
|
||
* 以下のタグを指定するとことでイベントの8方向移動を禁止できます。
|
||
* <HM8MoveDisable>
|
||
* <HM8方向移動禁止>
|
||
*
|
||
* ・スクリプト(移動ルートの設定の「スクリプト」から実行)
|
||
*
|
||
* 「移動ルート強制中は半歩移動無効」の設定が有効なときでも半歩で強制移動します。
|
||
* this.setHalfMoveDuringRouteForce();
|
||
*
|
||
* 上記の設定をもとに戻します。
|
||
* this.resetHalfMoveDuringRouteForce();
|
||
*
|
||
* 注意事項
|
||
* 「強制中無効」のパラメータをONにして移動ルート強制した場合、フォロワーの動きや通行判定が
|
||
* 一部おかしくなる問題があり、現在は未解決です。同パラメータを有効にする場合は
|
||
* ご注意ください。
|
||
*
|
||
* 利用規約:
|
||
* 作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
|
||
* についても制限はありません。
|
||
* このプラグインはもうあなたのものです。
|
||
*/
|
||
|
||
(function() {
|
||
'use strict';
|
||
var pluginName = 'HalfMove';
|
||
var metaTagPrefix = 'HM';
|
||
|
||
var getParamBoolean = function(paramNames) {
|
||
var value = getParamOther(paramNames);
|
||
return (value || '').toUpperCase() === 'ON' || (value || '').toUpperCase() === 'TRUE';
|
||
};
|
||
|
||
var getParamNumber = function(paramNames, min, max) {
|
||
var value = getParamOther(paramNames);
|
||
if (arguments.length < 2) min = -Infinity;
|
||
if (arguments.length < 3) max = Infinity;
|
||
return (parseInt(value, 10) || 0).clamp(min, max);
|
||
};
|
||
|
||
var getParamArrayNumber = function(paramNames) {
|
||
var paramReplacer = function(key, value) {
|
||
try {
|
||
return JSON.parse(value);
|
||
} catch (e) {
|
||
return value;
|
||
}
|
||
};
|
||
return JSON.parse(JSON.stringify(getParamOther(paramNames), paramReplacer));
|
||
};
|
||
|
||
var getParamOther = function(paramNames) {
|
||
if (!Array.isArray(paramNames)) paramNames = [paramNames];
|
||
for (var i = 0; i < paramNames.length; i++) {
|
||
var name = PluginManager.parameters(pluginName)[paramNames[i]];
|
||
if (name) return name;
|
||
}
|
||
return null;
|
||
};
|
||
|
||
var getMetaValue = function(object, name) {
|
||
var metaTagName = metaTagPrefix + (name ? name : '');
|
||
return object.meta.hasOwnProperty(metaTagName) ? object.meta[metaTagName] : undefined;
|
||
};
|
||
|
||
var getMetaValues = function(object, names) {
|
||
if (!Array.isArray(names)) return getMetaValue(object, names);
|
||
for (var i = 0, n = names.length; i < n; i++) {
|
||
var value = getMetaValue(object, names[i]);
|
||
if (value !== undefined) return value;
|
||
}
|
||
return undefined;
|
||
};
|
||
|
||
var getArgNumber = function(arg, min, max) {
|
||
if (arguments.length < 2) min = -Infinity;
|
||
if (arguments.length < 3) max = Infinity;
|
||
return (parseInt(arg, 10) || 0).clamp(min, max);
|
||
};
|
||
|
||
var getArgArrayFloat = function(args, min, max) {
|
||
var values = getArgArrayString(args, false);
|
||
if (arguments.length < 2) min = -Infinity;
|
||
if (arguments.length < 3) max = Infinity;
|
||
for (var i = 0; i < values.length; i++) values[i] = (parseFloat(values[i]) || 0).clamp(min, max);
|
||
return values;
|
||
};
|
||
|
||
var getArgArrayString = function(args, upperFlg) {
|
||
var values = getArgString(args, upperFlg).split(',');
|
||
for (var i = 0; i < values.length; i++) values[i] = values[i].trim();
|
||
return values;
|
||
};
|
||
|
||
var getArgString = function(arg, upperFlg) {
|
||
arg = convertEscapeCharacters(arg, false);
|
||
return upperFlg ? arg.toUpperCase() : arg;
|
||
};
|
||
|
||
var getArgBoolean = function(arg) {
|
||
return (arg || '').toUpperCase() === 'ON';
|
||
};
|
||
|
||
var convertEscapeCharacters = function(text) {
|
||
if (text === null || text === undefined) {
|
||
text = '';
|
||
}
|
||
var windowLayer = SceneManager._scene._windowLayer;
|
||
return windowLayer ? windowLayer.children[0].convertEscapeCharacters(text) : text;
|
||
};
|
||
|
||
//=============================================================================
|
||
// パラメータの取得と整形
|
||
//=============================================================================
|
||
var paramDirection8Move = getParamBoolean(['Direction8Move', '8方向移動']);
|
||
var paramEventThrough = getParamBoolean(['EventThrough', 'イベントすり抜け']);
|
||
var paramDisableForcing = getParamBoolean(['DisableForcing', '強制中無効']);
|
||
var paramAvoidCorner = getParamBoolean(['AvoidCorner', '角回避']);
|
||
var paramDiagonalSlow = getParamBoolean(['DiagonalSlow', '斜め移動中減速']);
|
||
var paramTriggerExpansion = getParamBoolean(['TriggerExpansion', 'トリガー拡大']);
|
||
var paramAdjustmentRealStep = getParamBoolean(['AdjustmentRealStep', '実歩数調整']);
|
||
var paramUpperNpTerrainTag = getParamArrayNumber(['UpperNpTerrainTag', '上半分移動不可地形']);
|
||
var paramUpperNpRegionId = getParamArrayNumber(['UpperNpRegionId', '上半分移動不可Region']);
|
||
var paramLowerNpTerrainTag = getParamArrayNumber(['LowerNpTerrainTag', '下半分移動不可地形']);
|
||
var paramLowerNpRegionId = getParamArrayNumber(['LowerNpRegionId', '下半分移動不可Region']);
|
||
var paramRightNpTerrainTag = getParamArrayNumber(['RightNpTerrainTag', '右半分移動不可地形']);
|
||
var paramRightNpRegionId = getParamArrayNumber(['RightNpRegionId', '右半分移動不可Region']);
|
||
var paramLeftNpTerrainTag = getParamArrayNumber(['LeftNpTerrainTag', '左半分移動不可地形']);
|
||
var paramLeftNpRegionId = getParamArrayNumber(['LeftNpRegionId', '左半分移動不可Region']);
|
||
var paramAllNpTerrainTag = getParamArrayNumber(['AllNpTerrainTag', '全方向移動不可地形']);
|
||
var paramAllNpRegionId = getParamArrayNumber(['AllNpRegionId', '全方向移動不可Region']);
|
||
var paramMultiStartDisable = getParamBoolean(['MultiStartDisable', 'イベント複数起動防止']);
|
||
var paramEventOverlap = getParamBoolean(['EventOverlap', 'イベント位置重複OK']);
|
||
var param8MoveSwitch = getParamNumber(['8MoveSwitch', '8方向移動スイッチ'], 0);
|
||
var paramRightUpNpTerrainTag = getParamArrayNumber(['RightUpNpTerrainTag', '右上移動不可地形']);
|
||
var paramRightUpNpRegionId = getParamArrayNumber(['RightUpNpRegionId', '右上移動不可Region']);
|
||
var paramRightDownNpTerrainTag = getParamArrayNumber(['RightDownNpTerrainTag', '右下移動不可地形']);
|
||
var paramRightDownNpRegionId = getParamArrayNumber(['RightDownNpRegionId', '右下移動不可Region']);
|
||
var paramLeftUpNpTerrainTag = getParamArrayNumber(['LeftUpNpTerrainTag', '左上移動不可地形']);
|
||
var paramLeftUpNpRegionId = getParamArrayNumber(['LeftUpNpRegionId', '左上移動不可Region']);
|
||
var paramLeftDownNpTerrainTag = getParamArrayNumber(['LeftDownNpTerrainTag', '左下移動不可地形']);
|
||
var paramLeftDownNpRegionId = getParamArrayNumber(['LeftDownNpRegionId', '左下移動不可Region']);
|
||
|
||
//=============================================================================
|
||
// ローカル変数
|
||
//=============================================================================
|
||
var localHalfPositionCount = 0;
|
||
|
||
PluginManager.registerCommand(pluginName, 'HALF_MOVE_DISABLE', function (args) {
|
||
if (args.target >= -1) {
|
||
this.setHalfMove(args.target === '1' ? args.id : args.target, false);
|
||
} else {
|
||
$gameSystem.setEnableHalfMove(false);
|
||
}
|
||
});
|
||
|
||
PluginManager.registerCommand(pluginName, 'HALF_MOVE_ENABLE', function (args) {
|
||
if (args.target >= -1) {
|
||
this.setHalfMove(args.target === '1' ? args.id : args.target, true);
|
||
} else {
|
||
$gameSystem.setEnableHalfMove(true);
|
||
}
|
||
});
|
||
|
||
Game_Interpreter.prototype.setHalfMove = function(id, value) {
|
||
const character = this.character(parseInt(id));
|
||
if (character) {
|
||
character.setHalfMove(value);
|
||
}
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_System
|
||
// 半歩移動全体の禁止フラグを追加定義します。
|
||
//=============================================================================
|
||
var _Game_System_initialize = Game_System.prototype.initialize;
|
||
Game_System.prototype.initialize = function() {
|
||
_Game_System_initialize.apply(this, arguments);
|
||
this._disableHalfMove = false;
|
||
};
|
||
|
||
Game_System.prototype.canHalfMove = function() {
|
||
return !this._disableHalfMove;
|
||
};
|
||
|
||
Game_System.prototype.setEnableHalfMove = function(value) {
|
||
this._disableHalfMove = !value;
|
||
$gamePlayer.locate($gamePlayer.x, $gamePlayer.y);
|
||
$gameMap.events().forEach(function(event) {
|
||
event.locate(event.x, event.y);
|
||
}.bind(this));
|
||
};
|
||
|
||
var _Game_System_onAfterLoad = Game_System.prototype.onAfterLoad;
|
||
Game_System.prototype.onAfterLoad = function() {
|
||
_Game_System_onAfterLoad.apply(this, arguments);
|
||
$gamePlayer.initMembersForHalfMoveIfNeed();
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Map
|
||
// 座標計算を半分にします。
|
||
//=============================================================================
|
||
Game_Map.tileUnit = 0.5;
|
||
|
||
var _Game_Map_canvasToMapX = Game_Map.prototype.canvasToMapX;
|
||
Game_Map.prototype.canvasToMapX = function(x) {
|
||
if ($gamePlayer.isHalfMove()) {
|
||
const tileWidth = this.tileWidth();
|
||
const originX = this._displayX * tileWidth;
|
||
const mapX = Math.floor((originX + x) / tileWidth / Game_Map.tileUnit);
|
||
return this.roundX(mapX * Game_Map.tileUnit);
|
||
} else {
|
||
return _Game_Map_canvasToMapX.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Map_canvasToMapY = Game_Map.prototype.canvasToMapY;
|
||
Game_Map.prototype.canvasToMapY = function(y) {
|
||
if ($gamePlayer.isHalfMove()) {
|
||
const tileHeight = this.tileHeight();
|
||
const originY = this._displayY * tileHeight;
|
||
const mapY = Math.floor((originY + y) / tileHeight / Game_Map.tileUnit);
|
||
return this.roundY(mapY * Game_Map.tileUnit);
|
||
} else {
|
||
return _Game_Map_canvasToMapY.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Map_xWithDirection = Game_Map.prototype.xWithDirection;
|
||
Game_Map.prototype.xWithDirection = function(x, d) {
|
||
var newX = _Game_Map_xWithDirection.apply(this, arguments);
|
||
if (localHalfPositionCount > 0) {
|
||
var dx = newX - x;
|
||
return x + (dx * Game_Map.tileUnit);
|
||
} else {
|
||
return newX;
|
||
}
|
||
};
|
||
|
||
var _Game_Map_yWithDirection = Game_Map.prototype.yWithDirection;
|
||
Game_Map.prototype.yWithDirection = function(y, d) {
|
||
var newY = _Game_Map_yWithDirection.apply(this, arguments);
|
||
if (localHalfPositionCount > 0) {
|
||
var dy = newY - y;
|
||
return y + (dy * Game_Map.tileUnit);
|
||
} else {
|
||
return newY;
|
||
}
|
||
};
|
||
|
||
var _Game_Map_roundXWithDirection = Game_Map.prototype.roundXWithDirection;
|
||
Game_Map.prototype.roundXWithDirection = function(x, d) {
|
||
if (localHalfPositionCount > 0) {
|
||
return this.roundHalfXWithDirection(x, d);
|
||
} else {
|
||
return _Game_Map_roundXWithDirection.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Map_roundYWithDirection = Game_Map.prototype.roundYWithDirection;
|
||
Game_Map.prototype.roundYWithDirection = function(y, d) {
|
||
if (localHalfPositionCount > 0) {
|
||
return this.roundHalfYWithDirection(y, d);
|
||
} else {
|
||
return _Game_Map_roundYWithDirection.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
// for PD_8DirDash.js
|
||
Game_Map.prototype.roundHalfXWithDirection = function(x, d) {
|
||
return this.roundX(x + ((d % 3) === 0 ? Game_Map.tileUnit : (d % 3) === 1 ? -Game_Map.tileUnit : 0));
|
||
};
|
||
|
||
Game_Map.prototype.roundHalfYWithDirection = function(y, d) {
|
||
return this.roundY(y + (d <= 3 ? Game_Map.tileUnit : d >= 7 ? -Game_Map.tileUnit : 0));
|
||
};
|
||
|
||
Game_Map.prototype.roundNoHalfXWithDirection = function(x, d) {
|
||
return _Game_Map_roundXWithDirection.apply(this, arguments);
|
||
};
|
||
|
||
Game_Map.prototype.roundNoHalfYWithDirection = function(x, d) {
|
||
return _Game_Map_roundYWithDirection.apply(this, arguments);
|
||
};
|
||
|
||
Game_Map.prototype.isHalfPos = function(value) {
|
||
return value - Game_Map.tileUnit === Math.floor(value)
|
||
};
|
||
|
||
Game_Map.prototype.eventsXyUnitNt = function(x, y) {
|
||
return this.events().filter(function(event) {
|
||
return event.posExpansionNt(x, y);
|
||
});
|
||
};
|
||
|
||
Game_Map.prototype.isPassableByHalfRegionAndTag = function(floatX, floatY) {
|
||
var halfX = this.isHalfPos(floatX);
|
||
var halfY = this.isHalfPos(floatY);
|
||
var x = Math.floor(floatX);
|
||
var y = Math.ceil(floatY);
|
||
if (this.isAllNp(x, y)) {
|
||
return false;
|
||
}
|
||
if (halfX) {
|
||
if (this.isRightNp(x, y)) {
|
||
return false;
|
||
} else if (!halfY && this.isRightLowerNp(x, y)) {
|
||
return false;
|
||
} else if (halfY && this.isRightUpperNp(x, y)) {
|
||
return false;
|
||
}
|
||
} else {
|
||
if (this.isLeftNp(x, y)) {
|
||
return false;
|
||
} else if (!halfY && this.isLeftLowerNp(x, y)) {
|
||
return false;
|
||
} else if (halfY && this.isLeftUpperNp(x, y)) {
|
||
return false;
|
||
}
|
||
}
|
||
if (halfY) {
|
||
if (this.isUpperNp(x, y)) {
|
||
return false;
|
||
} else if (halfX && this.isRightUpperNp(x, y)) {
|
||
return false;
|
||
} else if (!halfX && this.isLeftUpperNp(x, y)) {
|
||
return false;
|
||
}
|
||
} else {
|
||
if (this.isLowerNp(x, y)) {
|
||
return false;
|
||
} else if (halfX && this.isRightLowerNp(x, y)) {
|
||
return false;
|
||
} else if (!halfX && this.isLeftLowerNp(x, y)) {
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
};
|
||
|
||
Game_Map.prototype.isUpperNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramUpperNpTerrainTag, paramUpperNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isLowerNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramLowerNpTerrainTag, paramLowerNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isRightNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramRightNpTerrainTag, paramRightNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isLeftNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramLeftNpTerrainTag, paramLeftNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isRightUpperNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramRightUpNpTerrainTag, paramRightUpNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isLeftUpperNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramLeftUpNpTerrainTag, paramLeftUpNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isRightLowerNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramRightDownNpTerrainTag, paramRightDownNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isLeftLowerNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramLeftDownNpTerrainTag, paramLeftDownNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isNoPathByRegionAndTag = function(x, y, terrainParam, regionParam) {
|
||
return this.isIncludeTerrainTag(x, y, terrainParam) ||
|
||
this.isIncludeRegionId(x, y, regionParam);
|
||
};
|
||
|
||
Game_Map.prototype.isAllNp = function(x, y) {
|
||
return this.isNoPathByRegionAndTag(x, y, paramAllNpTerrainTag, paramAllNpRegionId);
|
||
};
|
||
|
||
Game_Map.prototype.isIncludeTerrainTag = function(x, y, tags) {
|
||
if (!Array.isArray(tags)) {
|
||
tags = [tags];
|
||
}
|
||
if (tags[0] <= 0) {
|
||
return false;
|
||
}
|
||
return tags.some(function(tag) {
|
||
return this.allTerrainTag(x, y).contains(tag);
|
||
}, this);
|
||
};
|
||
|
||
Game_Map.prototype.isIncludeRegionId = function(x, y, ids) {
|
||
if (!Array.isArray(ids)) {
|
||
ids = [ids];
|
||
}
|
||
if (ids[0] <= 0) {
|
||
return false;
|
||
}
|
||
return ids.some(function(id) {
|
||
return this.allRegionId(x, y).contains(id);
|
||
}, this);
|
||
};
|
||
|
||
Game_Map.prototype.allTerrainTag = function(x, y) {
|
||
var tu = Game_Map.tileUnit;
|
||
if (this.isHalfPos(x)) {
|
||
return [this.terrainTag(x - tu, y), this.terrainTag(x + tu, y)];
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
return [this.terrainTag(x, y + tu), this.terrainTag(x, y - tu)];
|
||
}
|
||
return [_Game_Map_terrainTag.apply(this, arguments)];
|
||
};
|
||
|
||
Game_Map.prototype.allRegionId = function(x, y) {
|
||
var tu = Game_Map.tileUnit;
|
||
if (this.isHalfPos(x)) {
|
||
return [this.regionId(x - tu, y), this.regionId(x + tu, y)];
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
return [this.regionId(x, y + tu), this.regionId(x, y - tu)];
|
||
}
|
||
return [_Game_Map_regionId.apply(this, arguments)];
|
||
};
|
||
|
||
var _Game_Map_checkLayeredTilesFlags = Game_Map.prototype.checkLayeredTilesFlags;
|
||
Game_Map.prototype.checkLayeredTilesFlags = function(x, y, bit) {
|
||
var result = false;
|
||
if (this.isHalfPos(x)) {
|
||
result = this.checkLayeredTilesFlags(x + Game_Map.tileUnit, y, bit);
|
||
result = result || this.checkLayeredTilesFlags(x - Game_Map.tileUnit, y, bit);
|
||
} else if (this.isHalfPos(y)) {
|
||
result = this.checkLayeredTilesFlags(x, y + Game_Map.tileUnit, bit);
|
||
} else {
|
||
result = _Game_Map_checkLayeredTilesFlags.apply(this, arguments);
|
||
}
|
||
return result;
|
||
};
|
||
|
||
var _Game_Map_terrainTag = Game_Map.prototype.terrainTag;
|
||
Game_Map.prototype.terrainTag = function(x, y) {
|
||
var tu = Game_Map.tileUnit;
|
||
if (this.isHalfPos(x)) {
|
||
return this.terrainTag(x - tu, y) || this.terrainTag(x + tu, y);
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
return this.terrainTag(x, y + tu) || this.terrainTag(x, y - tu);
|
||
}
|
||
return _Game_Map_terrainTag.apply(this, arguments);
|
||
};
|
||
|
||
var _Game_Map_regionId = Game_Map.prototype.regionId;
|
||
Game_Map.prototype.regionId = function(x, y) {
|
||
var tu = Game_Map.tileUnit;
|
||
if (this.isHalfPos(x)) {
|
||
return this.regionId(x - tu, y) || this.regionId(x + tu, y);
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
return this.regionId(x, y + tu) || this.regionId(x, y - tu);
|
||
}
|
||
return _Game_Map_regionId.apply(this, arguments);
|
||
};
|
||
|
||
var _Game_Map_autotileType = Game_Map.prototype.autotileType;
|
||
Game_Map.prototype.autotileType = function(x, y, z) {
|
||
var tu = Game_Map.tileUnit;
|
||
if (this.isHalfPos(x)) {
|
||
return this.autotileType(x - tu, y, z) || this.autotileType(x + tu, y, z);
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
return this.autotileType(x, y + tu, z) || this.autotileType(x, y - tu, z);
|
||
}
|
||
return _Game_Map_autotileType.apply(this, arguments);
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_CharacterBase
|
||
// 半歩移動の判定処理を追加定義します。
|
||
//=============================================================================
|
||
var _Game_CharacterBase_initMembers = Game_CharacterBase.prototype.initMembers;
|
||
Game_CharacterBase.prototype.initMembers = function() {
|
||
_Game_CharacterBase_initMembers.apply(this, arguments);
|
||
this.initMembersForHalfMove();
|
||
};
|
||
|
||
Game_CharacterBase.prototype.initMembersForHalfMove = function() {
|
||
this._halfDisable = false;
|
||
this._throughDisable = false;
|
||
this._eventWidth = null;
|
||
this._eventHeight = null;
|
||
this._customExpansion = false;
|
||
this._frontDirection = 0;
|
||
};
|
||
|
||
Game_Player.prototype.initMembersForHalfMoveIfNeed = function() {
|
||
if (!this.hasOwnProperty('_halfDisable')) {
|
||
this.initMembersForHalfMove();
|
||
}
|
||
};
|
||
|
||
var _Game_CharacterBase_pos = Game_CharacterBase.prototype.pos;
|
||
Game_CharacterBase.prototype.pos = function(x, y) {
|
||
if (this._eventWidth || this._eventHeight) {
|
||
return this._x <= x && this._x + (this._eventWidth || 1) - 1 >= x &&
|
||
this._y <= y && this._y + (this._eventHeight || 1) - 1 >= y;
|
||
} else {
|
||
return _Game_CharacterBase_pos.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_CharacterBase_isMapPassable = Game_CharacterBase.prototype.isMapPassable;
|
||
Game_CharacterBase.prototype.isMapPassable = function(x, y, d) {
|
||
var alias = _Game_CharacterBase_isMapPassable.bind(this);
|
||
var result = true;
|
||
var halfPositionCount = localHalfPositionCount;
|
||
localHalfPositionCount = 0;
|
||
if (!this.isHalfMove()) {
|
||
if (this.isHalfPosX()) {
|
||
x = $gameMap.roundHalfXWithDirection(x, d);
|
||
}
|
||
if (this.isHalfPosY()) {
|
||
y = $gameMap.roundHalfYWithDirection(y, d);
|
||
}
|
||
result = alias(x, y, d);
|
||
} else if (this.isHalfPosX(x) && this.isHalfPosY(y)) {
|
||
if (d === 8) {
|
||
var y1 = $gameMap.roundHalfYWithDirection(y, d);
|
||
var xLeft1 = $gameMap.roundHalfXWithDirection(x, 4);
|
||
var xRight1 = $gameMap.roundHalfXWithDirection(x, 6);
|
||
var y3 = $gameMap.roundHalfYWithDirection(y, 2);
|
||
if (alias(xLeft1, y1, 10 - d) && alias(xRight1, y1, 10 - d)) {
|
||
result = alias(xLeft1, y1, 6) || alias(xRight1, y1, 4);
|
||
}
|
||
result = result && alias(xLeft1, y3, d) && alias(xRight1, y3, d);
|
||
}
|
||
} else if (this.isHalfPosX(x)) {
|
||
if (d === 2) {
|
||
var y2 = $gameMap.roundNoHalfYWithDirection(y, d);
|
||
var xLeft2 = $gameMap.roundHalfXWithDirection(x, 4);
|
||
var xRight2 = $gameMap.roundHalfXWithDirection(x, 6);
|
||
if (alias(xLeft2, y2, 10 - d) && alias(xRight2, y2, 10 - d)) {
|
||
result = alias(xLeft2, y2, 6) || alias(xRight2, y2, 4);
|
||
}
|
||
result = result && alias(xLeft2, y, d) && alias(xRight2, y, d);
|
||
}
|
||
} else if (this.isHalfPosY(y)) {
|
||
if (d !== 2) {
|
||
var y4 = $gameMap.roundHalfYWithDirection(y, 2);
|
||
result = alias(x, y4, d);
|
||
}
|
||
} else {
|
||
if (d !== 8) {
|
||
result = alias(x, y, d);
|
||
} else {
|
||
result = $gameMap.isPassable(x, y, 2) || $gameMap.isPassable(x, y, 4) ||
|
||
$gameMap.isPassable(x, y, 6) || $gameMap.isPassable(x, y, 8);
|
||
}
|
||
}
|
||
if (this.isHalfMove()) {
|
||
result = result && this.isMapPassableByHalfRegionAndTag(x, y, d);
|
||
}
|
||
localHalfPositionCount = halfPositionCount;
|
||
return result;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isMapPassableByHalfRegionAndTag = function(x, y, d) {
|
||
var targetX = $gameMap.roundHalfXWithDirection(x, d);
|
||
var targetY = $gameMap.roundHalfYWithDirection(y, d);
|
||
if (!$gameMap.isPassableByHalfRegionAndTag(targetX, targetY)) {
|
||
return false;
|
||
} else if (!$gameMap.isPassableByHalfRegionAndTag(targetX + Game_Map.tileUnit, targetY)) {
|
||
return false;
|
||
}
|
||
return true;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isHalfPosX = function(x) {
|
||
if (x === undefined) x = this._x;
|
||
return $gameMap.isHalfPos(x);
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isHalfPosY = function(y) {
|
||
if (y === undefined) y = this._y;
|
||
return $gameMap.isHalfPos(y);
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isMovingDiagonal = function() {
|
||
return this._realX !== this._x && this._realY !== this._y;
|
||
};
|
||
|
||
var _Game_CharacterBase_distancePerFrame = Game_CharacterBase.prototype.distancePerFrame;
|
||
Game_CharacterBase.prototype.distancePerFrame = function() {
|
||
return _Game_CharacterBase_distancePerFrame.apply(this, arguments) *
|
||
(paramDiagonalSlow && this.isMovingDiagonal() ? 0.8 : 1);
|
||
};
|
||
|
||
var _Game_CharacterBase_moveStraight = Game_CharacterBase.prototype.moveStraight;
|
||
Game_CharacterBase.prototype.moveStraight = function(d) {
|
||
if (this.isHalfMove()) {
|
||
var prevX = this._x;
|
||
var prevY = this._y;
|
||
localHalfPositionCount++;
|
||
_Game_CharacterBase_moveStraight.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
if (this.isMovementSucceeded()) {
|
||
this._prevX = prevX;
|
||
this._prevY = prevY;
|
||
}
|
||
} else {
|
||
_Game_CharacterBase_moveStraight.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
Game_CharacterBase.prototype.moveDiagonallyForRetry = function(horizon, vertical) {
|
||
if (this.isMovementSucceeded()) return;
|
||
var prevDirection = this.direction();
|
||
this.moveDiagonally(horizon, vertical);
|
||
if (!this.isMovementSucceeded()) this.setDirection(prevDirection);
|
||
};
|
||
|
||
var _Game_CharacterBase_moveDiagonally = Game_CharacterBase.prototype.moveDiagonally;
|
||
Game_CharacterBase.prototype.moveDiagonally = function(horizon, vertical) {
|
||
if (this.isHalfMove()) {
|
||
var prevX = this._x;
|
||
var prevY = this._y;
|
||
localHalfPositionCount++;
|
||
_Game_CharacterBase_moveDiagonally.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
if (this.isMovementSucceeded()) {
|
||
this._prevX = prevX;
|
||
this._prevY = prevY;
|
||
}
|
||
} else {
|
||
_Game_CharacterBase_moveDiagonally.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
Game_CharacterBase.prototype.divideDirection = function(d) {
|
||
var horizon = d / 3 <= 1 ? d + 3 : d - 3;
|
||
var vertical = d % 3 === 0 ? d - 1 : d + 1;
|
||
return {horizon: horizon, vertical: vertical};
|
||
};
|
||
|
||
var _Game_CharacterBase_canPass2 = Game_CharacterBase.prototype.canPass;
|
||
Game_CharacterBase.prototype.canPass = function(x, y, d) {
|
||
if (d % 2 !== 0) {
|
||
var divide = this.divideDirection(d);
|
||
return this.canPassDiagonally(x, y, divide.horizon, divide.vertical);
|
||
}
|
||
var x2 = $gameMap.roundXWithDirection(x, d);
|
||
var y2 = $gameMap.roundYWithDirection(y, d);
|
||
this.isCollidedWithCharacters(x2, y2);
|
||
return _Game_CharacterBase_canPass2.call(this, x, y, d);
|
||
};
|
||
|
||
var _Game_CharacterBase_canPass = Game_CharacterBase.prototype.canPass;
|
||
Game_CharacterBase.prototype.canPass = function(x, y, d) {
|
||
if (this.isHalfMove()) {
|
||
localHalfPositionCount++;
|
||
var result = _Game_CharacterBase_canPass.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
return result;
|
||
} else {
|
||
return _Game_CharacterBase_canPass.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_CharacterBase_canPassDiagonally = Game_CharacterBase.prototype.canPassDiagonally;
|
||
Game_CharacterBase.prototype.canPassDiagonally = function(x, y, horizon, vertical) {
|
||
if (this.isHalfMove()) {
|
||
localHalfPositionCount++;
|
||
var result = _Game_CharacterBase_canPassDiagonally.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
return result;
|
||
} else {
|
||
return _Game_CharacterBase_canPassDiagonally.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
Game_CharacterBase.prototype.posUnit = function(x, y) {
|
||
var unit = Game_Map.tileUnit;
|
||
return this._x >= x - unit && this._x <= x + unit && this._y >= y - unit && this._y <= y + unit;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.posUnitNt = function(x, y) {
|
||
return this.posUnit(x, y) && !this.isThrough();
|
||
};
|
||
|
||
Game_CharacterBase.prototype.posUnitHt = function(x, y) {
|
||
return this.posUnit(x, y) && !this.isHalfThrough(y);
|
||
};
|
||
|
||
var _Game_CharacterBase_isCollidedWithEvents = Game_CharacterBase.prototype.isCollidedWithEvents;
|
||
Game_CharacterBase.prototype.isCollidedWithEvents = function(x, y) {
|
||
return _Game_CharacterBase_isCollidedWithEvents.apply(this, arguments) ||
|
||
this.isCollidedWithEventsForHalfMove(x, y);
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isCollidedWithEventsForHalfMove = function(x, y) {
|
||
var events = $gameMap.eventsXyUnitNt(x, y);
|
||
var result = false;
|
||
events.forEach(function(event) {
|
||
if (event.isNormalPriority() && !event.isHalfThrough(y) && !event.pos(this.x, this.y)) {
|
||
this.collidedToEvent(event);
|
||
result = true;
|
||
}
|
||
}.bind(this));
|
||
return result;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.collidedToEvent = function(target) {};
|
||
|
||
Game_CharacterBase.prototype.getPrevX = function() {
|
||
return this._prevX !== undefined ? this._prevX : this._x;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.getPrevY = function() {
|
||
return this._prevY !== undefined ? this._prevY : this._y;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.resetPrevPos = function() {
|
||
this._prevX = undefined;
|
||
this._prevY = undefined;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isHalfThrough = function(y) {
|
||
return !this._customExpansion && this.isThroughEnable() && this.y !== y;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.isThroughEnable = function() {
|
||
return (this._throughDisable !== undefined ? !this._throughDisable : paramEventThrough);
|
||
};
|
||
|
||
var _Game_CharacterBase_checkEventTriggerTouchFront = Game_CharacterBase.prototype.checkEventTriggerTouchFront;
|
||
Game_CharacterBase.prototype.checkEventTriggerTouchFront = function(d) {
|
||
var halfPositionCount = localHalfPositionCount;
|
||
localHalfPositionCount = 0;
|
||
this._frontDirection = d;
|
||
_Game_CharacterBase_checkEventTriggerTouchFront.apply(this, arguments);
|
||
localHalfPositionCount = halfPositionCount;
|
||
this._frontDirection = 0;
|
||
};
|
||
|
||
Game_CharacterBase.prototype.getDistanceForHalfMove = function(character) {
|
||
return $gameMap.distance(this.x, this.y, character.x, character.y);
|
||
};
|
||
|
||
var _Game_CharacterBase_setPosition = Game_CharacterBase.prototype.setPosition;
|
||
Game_CharacterBase.prototype.setPosition = function(x, y) {
|
||
_Game_CharacterBase_setPosition.apply(this, arguments);
|
||
if (this.isHalfMove()) {
|
||
this._x = x;
|
||
this._y = y;
|
||
}
|
||
};
|
||
|
||
/**
|
||
* for YEP_MoveRouteCore.js
|
||
* @param x
|
||
* @param y
|
||
* @param collision
|
||
*/
|
||
Game_CharacterBase.prototype.moveToPoint = function(x, y, collision) {
|
||
collision = collision || false;
|
||
if (collision) $gameTemp._moveAllowPlayerCollision = true;
|
||
var direction = this.findDirectionTo(x, y);
|
||
if (collision) $gameTemp._moveAllowPlayerCollision = false;
|
||
if (direction > 0) this.moveStraight(direction);
|
||
if (this.x !== x || this.y !== y) this._moveRouteIndex -= 1;
|
||
this.setMovementSuccess(true);
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Character
|
||
// タッチ移動の動作を調整します。
|
||
//=============================================================================
|
||
var _Game_Character_findDirectionTo = Game_Character.prototype.findDirectionTo;
|
||
Game_Character.prototype.findDirectionTo = function(goalX, goalY) {
|
||
var result;
|
||
if (this.isHalfMove()) {
|
||
localHalfPositionCount++;
|
||
result = _Game_Character_findDirectionTo.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
} else {
|
||
result = _Game_Character_findDirectionTo.apply(this, arguments);
|
||
}
|
||
if (!this._searchHighPrecision && !this.canPass(this.x, this.y, result)) {
|
||
this._searchHighPrecision = true;
|
||
result = this.findDirectionTo(goalX, goalY);
|
||
}
|
||
return result;
|
||
};
|
||
|
||
var _Game_Character_searchLimit = Game_Character.prototype.searchLimit;
|
||
Game_Character.prototype.searchLimit = function() {
|
||
return _Game_Character_searchLimit.apply(this, arguments) * (this.isSearchHighPrecision() ? 2 : 1);
|
||
};
|
||
|
||
Game_Character.prototype.isSearchHighPrecision = function() {
|
||
return this._searchHighPrecision;
|
||
};
|
||
|
||
Game_Character.prototype.canDiagonalMove = function() {
|
||
return paramDirection8Move && (param8MoveSwitch > 0 ? $gameSwitches.value(param8MoveSwitch) : true);
|
||
};
|
||
|
||
Game_Character.prototype.getDiagonalRandomDirection = function() {
|
||
var direction;
|
||
do {
|
||
direction = 1 + Math.randomInt(9);
|
||
} while (!this.isDiagonalDirection(direction));
|
||
return direction;
|
||
};
|
||
|
||
Game_Character.prototype.getDiagonalTowardDirection = function(x, y) {
|
||
var sx = this.deltaXFrom(x);
|
||
var sy = this.deltaYFrom(y);
|
||
var direction = 5;
|
||
if (sx !== 0) {
|
||
direction += (sx < 0 ? 1 : -1);
|
||
}
|
||
if (sy !== 0) {
|
||
direction += (sy < 0 ? -3 : 3);
|
||
}
|
||
return direction;
|
||
};
|
||
|
||
Game_Character.prototype.isDiagonalDirection = function(direction) {
|
||
return direction !== 5 && direction % 2 === 1;
|
||
};
|
||
|
||
var _Game_Character_moveRandom = Game_Character.prototype.moveRandom;
|
||
Game_Character.prototype.moveRandom = function() {
|
||
if (!this.canDiagonalMove() || Math.randomInt(2) === 0) {
|
||
_Game_Character_moveRandom.apply(this, arguments);
|
||
} else {
|
||
this.executeDiagonalMove(this.getDiagonalRandomDirection());
|
||
}
|
||
};
|
||
|
||
var _Game_Character_moveTowardCharacter = Game_Character.prototype.moveTowardCharacter;
|
||
Game_Character.prototype.moveTowardCharacter = function(character) {
|
||
if (!this.canDiagonalMove() || Math.randomInt(4) === 0) {
|
||
_Game_Character_moveTowardCharacter.apply(this, arguments);
|
||
return;
|
||
}
|
||
var direction = this.getDiagonalTowardDirection(character.x, character.y);
|
||
if (this.isDiagonalDirection(direction)) {
|
||
this.executeDiagonalMove(direction);
|
||
if (!this.isMovementSucceeded()) {
|
||
_Game_Character_moveTowardCharacter.apply(this, arguments);
|
||
}
|
||
} else {
|
||
_Game_Character_moveTowardCharacter.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Character_moveAwayFromCharacter = Game_Character.prototype.moveAwayFromCharacter;
|
||
Game_Character.prototype.moveAwayFromCharacter = function(character) {
|
||
if (!this.canDiagonalMove() || Math.randomInt(4) === 0) {
|
||
_Game_Character_moveAwayFromCharacter.apply(this, arguments);
|
||
return;
|
||
}
|
||
var direction = 10 - this.getDiagonalTowardDirection(character.x, character.y);
|
||
if (this.isDiagonalDirection(direction)) {
|
||
this.executeDiagonalMove(direction);
|
||
if (!this.isMovementSucceeded()) {
|
||
_Game_Character_moveAwayFromCharacter.apply(this, arguments);
|
||
}
|
||
} else {
|
||
_Game_Character_moveAwayFromCharacter.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
Game_Character.prototype.executeDiagonalMove = function(d) {
|
||
var divide = this.divideDirection(d);
|
||
var horizon = divide.horizon;
|
||
var vertical = divide.vertical;
|
||
this.moveDiagonally(horizon, vertical);
|
||
if (this._firstInputDir === horizon) {
|
||
this.moveStraightForRetry(vertical);
|
||
this.moveStraightForRetry(horizon);
|
||
} else {
|
||
this.moveStraightForRetry(horizon);
|
||
this.moveStraightForRetry(vertical);
|
||
}
|
||
};
|
||
|
||
Game_Character.prototype.moveStraightForRetry = function(d) {
|
||
if (!this.isMovementSucceeded()) {
|
||
this.moveStraight(d);
|
||
}
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Player
|
||
// 8方向移動に対応させます。
|
||
//=============================================================================
|
||
var _Game_Player_initMembers = Game_Player.prototype.initMembers;
|
||
Game_Player.prototype.initMembers = function() {
|
||
_Game_Player_initMembers.apply(this, arguments);
|
||
this._testEventStart = false;
|
||
};
|
||
|
||
var _Game_Player_locate = Game_Player.prototype.locate;
|
||
Game_Player.prototype.locate = function(x, y) {
|
||
_Game_Player_locate.apply(this, arguments);
|
||
this.resetPrevPos();
|
||
};
|
||
|
||
var _Game_Player_increaseSteps = Game_Player.prototype.increaseSteps;
|
||
Game_Player.prototype.increaseSteps = function() {
|
||
if (this._realStep === undefined) this._realStep = 0;
|
||
this._realStep += (this.isHalfMove() ? Game_Map.tileUnit : 1);
|
||
if (this.isHalfStep()) {
|
||
Game_Character.prototype.increaseSteps.call(this);
|
||
} else {
|
||
_Game_Player_increaseSteps.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Player_updateEncounterCount = Game_Player.prototype.updateEncounterCount;
|
||
Game_Player.prototype.updateEncounterCount = function() {
|
||
if (!this.isHalfStep()) {
|
||
_Game_Player_updateEncounterCount.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
Game_Player.prototype.isHalfStep = function() {
|
||
return paramAdjustmentRealStep && this._realStep && Math.floor(this._realStep) !== this._realStep;
|
||
};
|
||
|
||
var _Game_Player_isOnDamageFloor = Game_Player.prototype.isOnDamageFloor;
|
||
Game_Player.prototype.isOnDamageFloor = function() {
|
||
return !this.isHalfStep() && _Game_Player_isOnDamageFloor.apply(this, arguments);
|
||
};
|
||
|
||
var _Game_Player_isCollided = Game_Player.prototype.isCollided;
|
||
Game_Player.prototype.isCollided = function(x, y) {
|
||
if (_Game_Player_isCollided.apply(this, arguments)) {
|
||
return true;
|
||
}
|
||
if (this.isThrough()) {
|
||
return false;
|
||
}
|
||
return this.posUnitHt(x, y) || this._followers.isSomeoneUnitCollidedCollided(x, y);
|
||
};
|
||
|
||
var _Game_Player_getInputDirection = Game_Player.prototype.getInputDirection;
|
||
Game_Player.prototype.getInputDirection = function() {
|
||
var result = this.canDiagonalMove() ? Input.dir8 : _Game_Player_getInputDirection.apply(this, arguments);
|
||
if (result === 0) {
|
||
this._firstInputDir = 0;
|
||
} else if (result % 2 === 0 && this._firstInputDir === 0) {
|
||
this._firstInputDir = result;
|
||
}
|
||
return result;
|
||
};
|
||
|
||
var _Game_Player_executeMove = Game_Player.prototype.executeMove;
|
||
Game_Player.prototype.executeMove = function(d) {
|
||
if (d % 2 !== 0 && d !== 5) {
|
||
this.executeDiagonalMove(d);
|
||
} else {
|
||
_Game_Player_executeMove.apply(this, arguments);
|
||
if (!this.isMovementSucceeded() && this.isHalfMove() &&
|
||
paramAvoidCorner && !$gameTemp.isDestinationValid() && !$gameMap.isEventRunning()) {
|
||
this.executeMoveRetry(d);
|
||
}
|
||
}
|
||
};
|
||
|
||
var _Game_Player_startMapEvent = Game_Player.prototype.startMapEvent;
|
||
Game_Player.prototype.startMapEvent = function(x, y, triggers, normal) {
|
||
_Game_Player_startMapEvent.apply(this, arguments);
|
||
if ($gameMap.isEventRunning()) return;
|
||
$gameMap.events().some(function(event) {
|
||
if (event.isTriggerExpansion(x, y) && event.isTriggerIn(triggers) &&
|
||
event.isNormalPriority() === normal && (event.isCollidedFromPlayer() || !event.isNormalPriority())) {
|
||
event.start();
|
||
if (event.isStarting() && paramMultiStartDisable) return true;
|
||
}
|
||
return false;
|
||
});
|
||
};
|
||
|
||
var _Game_Player_startMapEvent2 = Game_Player.prototype.startMapEvent;
|
||
Game_Player.prototype.startMapEvent = function(x, y, triggers, normal) {
|
||
if (normal && this.isHalfMove()) {
|
||
var d = this._frontDirection || this.direction();
|
||
if (!this.canPass(this.x, this.y, d)) {
|
||
_Game_Player_startMapEvent2.apply(this, arguments);
|
||
arguments[0] = $gameMap.roundHalfXWithDirection(x, 10 - d);
|
||
arguments[1] = $gameMap.roundHalfYWithDirection(y, 10 - d);
|
||
_Game_Player_startMapEvent2.apply(this, arguments);
|
||
}
|
||
} else {
|
||
_Game_Player_startMapEvent2.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Player_triggerTouchAction = Game_Player.prototype.triggerTouchAction;
|
||
Game_Player.prototype.triggerTouchAction = function() {
|
||
var result = _Game_Player_triggerTouchAction.apply(this, arguments);
|
||
if (!result && $gameTemp.isDestinationValid()) {
|
||
var direction = this._frontDirection || this.direction();
|
||
var x1 = this.x;
|
||
var y1 = this.y;
|
||
var x2 = $gameMap.roundHalfXWithDirection(x1, direction);
|
||
var y2 = $gameMap.roundHalfYWithDirection(y1, direction);
|
||
var x3 = $gameMap.roundXWithDirection(x2, direction);
|
||
var y3 = $gameMap.roundYWithDirection(y2, direction);
|
||
var destinationX = $gameTemp.destinationX();
|
||
var destinationY = $gameTemp.destinationY();
|
||
var tu = Game_Map.tileUnit;
|
||
if (x1 === destinationX && y1 === destinationY) {
|
||
return false;
|
||
}
|
||
if (Math.abs(destinationX - x2) <= tu && Math.abs(destinationY - y2) <= tu) {
|
||
return this.triggerTouchActionD2(x2, y2);
|
||
} else if (Math.abs(destinationX - x3) <= tu && Math.abs(destinationY - y3) <= tu) {
|
||
return this.triggerTouchActionD3(x2, y2);
|
||
}
|
||
}
|
||
return result;
|
||
};
|
||
|
||
Game_Player.prototype.isStartingPreparedMapEvent = function(x, y) {
|
||
$gameMap.events().forEach(function(event) {
|
||
event.resetStartingPrepared();
|
||
});
|
||
this._testEventStart = true;
|
||
this.startMapEvent(x, y, [0, 1, 2], true);
|
||
if ($gameMap.isCounter(x, y)) {
|
||
var x1 = $gameMap.roundXWithDirection(x, this.direction());
|
||
var y1 = $gameMap.roundYWithDirection(y, this.direction());
|
||
this.startMapEvent(x1, y1, [0], true);
|
||
}
|
||
this._testEventStart = false;
|
||
return $gameMap.events().some(function(event) {
|
||
return event.isStartingPrepared();
|
||
});
|
||
};
|
||
|
||
Game_Player.prototype.isTestEventStart = function() {
|
||
return this._testEventStart;
|
||
};
|
||
|
||
Game_Player.prototype.executeMoveRetry = function(d) {
|
||
var x2 = $gameMap.roundXWithDirection(this.x, d);
|
||
var y2 = $gameMap.roundYWithDirection(this.y, d);
|
||
if (!this.isStartingPreparedMapEvent(x2, y2)) {
|
||
if (d === 2 || d === 8) {
|
||
this.moveDiagonallyForRetry(4, d);
|
||
this.moveDiagonallyForRetry(6, d);
|
||
}
|
||
if (d === 4 || d === 6) {
|
||
this.moveDiagonallyForRetry(d, 2);
|
||
this.moveDiagonallyForRetry(d, 8);
|
||
}
|
||
}
|
||
};
|
||
|
||
Game_Player.prototype.resetPrevPos = function() {
|
||
Game_CharacterBase.prototype.resetPrevPos.call(this);
|
||
this.followers().data().forEach(function(follower) {
|
||
follower.resetPrevPos();
|
||
}.bind(this));
|
||
};
|
||
|
||
Game_Player.prototype.isCollidedWithEventsForHalfMove = function(x, y) {
|
||
$gameMap.events().forEach(function(event) {
|
||
event.setCollidedFromPlayer(false);
|
||
});
|
||
return Game_CharacterBase.prototype.isCollidedWithEventsForHalfMove.call(this, x, y);
|
||
};
|
||
|
||
Game_Player.prototype.collidedToEvent = function(target) {
|
||
target.setCollidedFromPlayer(true);
|
||
};
|
||
|
||
var _Game_Player_getOnVehicle = Game_Player.prototype.getOnVehicle;
|
||
Game_Player.prototype.getOnVehicle = function() {
|
||
var result = _Game_Player_getOnVehicle.apply(this, arguments);
|
||
if (!result && this.isHalfMove()) {
|
||
localHalfPositionCount++;
|
||
result = _Game_Player_getOnVehicle.apply(this, arguments);
|
||
localHalfPositionCount--;
|
||
}
|
||
return result;
|
||
};
|
||
|
||
var _Game_Player_moveStraightForRetry = Game_Player.prototype.moveStraightForRetry;
|
||
Game_Player.prototype.moveStraightForRetry = function(d) {
|
||
if (this.canMove()) {
|
||
_Game_Player_moveStraightForRetry.apply(this, arguments);
|
||
}
|
||
};
|
||
|
||
var _Game_Player_updateNonmoving = Game_Player.prototype.updateNonmoving;
|
||
Game_Player.prototype.updateNonmoving = function(wasMoving) {
|
||
_Game_Player_updateNonmoving.apply(this, arguments);
|
||
if (!wasMoving) {
|
||
this._searchHighPrecision = false;
|
||
}
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Event
|
||
// 半歩移動用の接触処理を定義します。
|
||
//=============================================================================
|
||
var _Game_Event_initialize = Game_Event.prototype.initialize;
|
||
Game_Event.prototype.initialize = function(mapId, eventId) {
|
||
_Game_Event_initialize.apply(this, arguments);
|
||
this._halfDisable = getMetaValues(this.event(), ['HalfDisable', '半歩禁止']);
|
||
this._throughDisable = getMetaValues(this.event(), ['ThroughDisable', 'すり抜け禁止']);
|
||
this._eventWidth = getArgNumber(getMetaValues(this.event(), ['Width', '横幅']), 0);
|
||
this._eventHeight = getArgNumber(getMetaValues(this.event(), ['Height', '高さ']), 0);
|
||
this._can8moveDisable = getMetaValues(this.event(), ['8MoveDisable', '8方向移動禁止']);
|
||
var metaValue = getMetaValues(this.event(), ['TriggerExpansion', 'トリガー拡大']);
|
||
this._triggerExpansion = metaValue ? getArgBoolean(metaValue) : paramTriggerExpansion;
|
||
this._expansionArea = this.getExpansionArea();
|
||
var halfX = getMetaValues(this.event(), ['初期半歩X', 'InitialHalfX']);
|
||
var halfY = getMetaValues(this.event(), ['初期半歩Y', 'InitialHalfY']);
|
||
if (halfX || halfY) {
|
||
this.initHalfPos(halfX, halfY);
|
||
}
|
||
};
|
||
|
||
Game_Event.prototype.initHalfPos = function(halfX, halfY) {
|
||
var newX = this.x;
|
||
var newY = this.y;
|
||
if (halfX === '-') {
|
||
newX -= Game_Map.tileUnit;
|
||
} else if (halfX) {
|
||
newX += Game_Map.tileUnit;
|
||
}
|
||
if (halfY === '-') {
|
||
newY -= Game_Map.tileUnit;
|
||
} else if (halfY) {
|
||
newY += Game_Map.tileUnit;
|
||
}
|
||
var pattern = this.pattern();
|
||
this.locate(newX, newY);
|
||
this.setPattern(pattern);
|
||
};
|
||
|
||
var _Game_Event_setupPage = Game_Event.prototype.setupPage;
|
||
Game_Event.prototype.setupPage = function() {
|
||
_Game_Event_setupPage.apply(this, arguments);
|
||
this._expansionArea = this.getExpansionArea();
|
||
};
|
||
|
||
Game_Event.prototype.getExpansionArea = function() {
|
||
// Resolve conflict for MOG_ChronoEngine.js
|
||
if (!this.event().meta) {
|
||
this.event().meta = {};
|
||
}
|
||
var metaValue = getMetaValues(this.event(), ['ExpansionArea', '拡大領域']);
|
||
if (metaValue) {
|
||
this._customExpansion = true;
|
||
return getArgArrayFloat(metaValue);
|
||
} else if (this.isNormalPriority() && this.isThroughEnable()) {
|
||
return [0, 0.5, 0.5, 0];
|
||
} else {
|
||
return [0.5, 0.5, 0.5, 0.5];
|
||
}
|
||
};
|
||
|
||
var _Game_Event_isCollidedWithEvents = Game_Event.prototype.isCollidedWithEvents;
|
||
Game_Event.prototype.isCollidedWithEvents = function(x, y) {
|
||
var result = _Game_Event_isCollidedWithEvents.apply(this, arguments);
|
||
if (result) return true;
|
||
var events = $gameMap.eventsXyUnitNt(x, y);
|
||
var collidedEvents = events.filter(function(event) {
|
||
return event !== this && !event.isHalfThrough(y) && (!paramEventOverlap || event.isNormalPriority());
|
||
}.bind(this));
|
||
if (collidedEvents.length === 0) return false;
|
||
return !paramEventOverlap || this.isNormalPriority();
|
||
};
|
||
|
||
var _Game_Event_isCollidedWithPlayerCharacters = Game_Event.prototype.isCollidedWithPlayerCharacters;
|
||
Game_Event.prototype.isCollidedWithPlayerCharacters = function(x, y) {
|
||
var result = _Game_Event_isCollidedWithPlayerCharacters.apply(this, arguments);
|
||
if (!result && !this.isHalfThrough($gamePlayer.y) && this.isNormalPriority()) {
|
||
var tileUnit = Game_Map.tileUnit;
|
||
result = $gamePlayer.isCollided(x, y - tileUnit) || $gamePlayer.isCollided(x, y + tileUnit);
|
||
}
|
||
this.setCollidedFromPlayer(result);
|
||
return result;
|
||
};
|
||
|
||
var _Game_Event_checkEventTriggerTouch = Game_Event.prototype.checkEventTriggerTouch;
|
||
Game_Event.prototype.checkEventTriggerTouch = function(x, y) {
|
||
_Game_Event_checkEventTriggerTouch.apply(this, arguments);
|
||
if ($gameMap.isEventRunning()) return;
|
||
if (this._trigger === 2 && $gamePlayer.posUnit(x, y) && this.isTriggerExpansion(x, y)) {
|
||
if (!this.isJumping() && this.isNormalPriority() && this.isCollidedFromPlayer()) {
|
||
this.start();
|
||
}
|
||
}
|
||
};
|
||
|
||
var _Game_Event_checkEventTriggerTouch2 = Game_Event.prototype.checkEventTriggerTouch;
|
||
Game_Event.prototype.checkEventTriggerTouch = function(x, y) {
|
||
var d = this._frontDirection || this.direction();
|
||
_Game_Event_checkEventTriggerTouch2.apply(this, arguments);
|
||
arguments[0] = $gameMap.roundHalfXWithDirection(x, 10 - d);
|
||
arguments[1] = $gameMap.roundHalfYWithDirection(y, 10 - d);
|
||
_Game_Event_checkEventTriggerTouch2.apply(this, arguments);
|
||
};
|
||
|
||
var _Game_Event_start = Game_Event.prototype.start;
|
||
Game_Event.prototype.start = function() {
|
||
if (!$gamePlayer.isTestEventStart()) {
|
||
_Game_Event_start.apply(this, arguments);
|
||
} else {
|
||
var list = this.list();
|
||
if (list && list.length > 1) {
|
||
this._startingPrepared = true;
|
||
}
|
||
}
|
||
};
|
||
|
||
Game_Event.prototype.isStartingPrepared = function() {
|
||
return this._startingPrepared;
|
||
};
|
||
|
||
Game_Event.prototype.resetStartingPrepared = function() {
|
||
this._startingPrepared = false;
|
||
};
|
||
|
||
Game_Event.prototype.isTriggerExpansion = function(x, y) {
|
||
return this._triggerExpansion && this.isInExpansionArea(x, y);
|
||
};
|
||
|
||
Game_Event.prototype.isInExpansionArea = function(x, y) {
|
||
if (this.y + this._expansionArea[0] < y) {
|
||
return false;
|
||
} else if (this.x - this._expansionArea[1] > x) {
|
||
return false;
|
||
} else if (this.x + this._expansionArea[2] < x) {
|
||
return false;
|
||
} else if (this.y - this._expansionArea[3] > y) {
|
||
return false;
|
||
}
|
||
return true;
|
||
};
|
||
|
||
Game_Event.prototype.isCollidedFromPlayer = function() {
|
||
return this._collidedFromPlayer;
|
||
};
|
||
|
||
Game_Event.prototype.setCollidedFromPlayer = function(value) {
|
||
this._collidedFromPlayer = value;
|
||
};
|
||
|
||
Game_Event.prototype.canDiagonalMove = function() {
|
||
return !this._can8moveDisable && Game_Character.prototype.canDiagonalMove.call(this);
|
||
};
|
||
|
||
Game_Event.prototype.posExpansionNt = function(x, y) {
|
||
if (this._triggerExpansion) {
|
||
return this.isTriggerExpansion(x, y) && !this.isThrough();
|
||
} else {
|
||
return this.posUnitNt(x, y);
|
||
}
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Follower
|
||
// 追従処理を半歩移動に対応させます。
|
||
//=============================================================================
|
||
var _Game_Follower_chaseCharacter = Game_Follower.prototype.chaseCharacter;
|
||
Game_Follower.prototype.chaseCharacter = function(character) {
|
||
if ($gamePlayer.followers().areGathering() || $gamePlayer.isInVehicle()) {
|
||
character.resetPrevPos();
|
||
_Game_Follower_chaseCharacter.apply(this, arguments);
|
||
} else {
|
||
var sx = this.deltaXFrom(character.getPrevX());
|
||
var sy = this.deltaYFrom(character.getPrevY());
|
||
if (sx !== 0 && sy !== 0) {
|
||
this.moveDiagonally(sx > 0 ? 4 : 6, sy > 0 ? 8 : 2);
|
||
} else if (sx !== 0) {
|
||
this.moveStraight(sx > 0 ? 4 : 6);
|
||
} else if (sy !== 0) {
|
||
this.moveStraight(sy > 0 ? 8 : 2);
|
||
}
|
||
this.setMoveSpeed($gamePlayer.realMoveSpeed());
|
||
}
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Followers
|
||
// 追従処理を半歩移動に対応させます。
|
||
//=============================================================================
|
||
Game_Followers.prototype.isSomeoneUnitCollidedCollided = function(x, y) {
|
||
return this.visibleFollowers().some(function(follower) {
|
||
return follower.posUnitHt(x, y);
|
||
}, this);
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_CharacterBase
|
||
// 禁止フラグを確認します。
|
||
//=============================================================================
|
||
Game_CharacterBase.prototype.isHalfMove = function() {
|
||
return !this._halfDisable && $gameSystem.canHalfMove();
|
||
};
|
||
|
||
Game_CharacterBase.prototype.setHalfMove = function(value) {
|
||
this._halfDisable = !value;
|
||
this.locate(this.x, this.y);
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Character
|
||
// 移動ルート強制中は半歩移動を無効にします。
|
||
//=============================================================================
|
||
Game_Character.prototype.isHalfMove = function() {
|
||
if (this._moveRouteForcing && !this.canHalfMoveDuringRouteForce()) {
|
||
return false;
|
||
}
|
||
return Game_CharacterBase.prototype.isHalfMove.call(this) || this.isHalfPosX() || this.isHalfPosY();
|
||
};
|
||
|
||
Game_Character.prototype.canHalfMoveDuringRouteForce = function() {
|
||
return this._halfMoveDuringRouteForce || !paramDisableForcing;
|
||
};
|
||
|
||
Game_Character.prototype.setHalfMoveDuringRouteForce = function() {
|
||
this._halfMoveDuringRouteForce = true;
|
||
};
|
||
|
||
Game_Character.prototype.resetHalfMoveDuringRouteForce = function() {
|
||
this._halfMoveDuringRouteForce = false;
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Player
|
||
// 乗り物搭乗中は半歩移動を無効にします。
|
||
//=============================================================================
|
||
Game_Player.prototype.isHalfMove = function() {
|
||
return Game_Character.prototype.isHalfMove.call(this) && !this.isInVehicle();
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Vehicle
|
||
// 乗り物の半歩移動は無効
|
||
//=============================================================================
|
||
Game_Vehicle.prototype.isHalfMove = function() {
|
||
return false;
|
||
};
|
||
|
||
//=============================================================================
|
||
// Game_Follower
|
||
// フォロワーの半歩移動はプレイヤーに依存します。
|
||
//=============================================================================
|
||
Game_Follower.prototype.isHalfMove = function() {
|
||
return $gamePlayer.isHalfMove() || this.isHalfPosX() || this.isHalfPosY();
|
||
};
|
||
|
||
var _Sprite_Destination_createBitmap = Sprite_Destination.prototype.createBitmap;
|
||
Sprite_Destination.prototype.createBitmap = function() {
|
||
_Sprite_Destination_createBitmap.apply(this, arguments);
|
||
if ($gamePlayer.isHalfMove()) {
|
||
const tileWidth = $gameMap.tileWidth() * Game_Map.tileUnit;
|
||
const tileHeight = $gameMap.tileHeight() * Game_Map.tileUnit;
|
||
this.bitmap = new Bitmap(tileWidth, tileHeight);
|
||
this.bitmap.fillAll("white");
|
||
}
|
||
};
|
||
|
||
// Resolve conflict for MPP_MiniMap_OP1.js
|
||
//=============================================================================
|
||
// Game_MiniMap
|
||
// 描画判定において半歩座標を考慮します。
|
||
//=============================================================================
|
||
if (typeof Game_MiniMap === 'function') {
|
||
var _Game_MiniMap_isFilled = Game_MiniMap.prototype.isFilled;
|
||
Game_MiniMap.prototype.isFilled = function(x, y) {
|
||
arguments[0] = Math.floor(arguments[0]);
|
||
arguments[1] = Math.floor(arguments[1]);
|
||
return _Game_MiniMap_isFilled.apply(this, arguments);
|
||
};
|
||
}
|
||
|
||
// Resolve conflict for KhasAdvancedLighting
|
||
var _Game_Map_getHeight = Game_Map.prototype.getHeight;
|
||
Game_Map.prototype.getHeight = function(x, y) {
|
||
if (this.isHalfPos(x)) {
|
||
x -= Game_Map.tileUnit;
|
||
}
|
||
if (this.isHalfPos(y)) {
|
||
y -= Game_Map.tileUnit;
|
||
}
|
||
_Game_Map_getHeight.call(this, x, y);
|
||
};
|
||
})();
|