
当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
▼YEP Save Event Locations(Yanfly様作) - YEP_SaveEventLocations.js
https://plugin.fungamemake.com/archives/10675
マップを出入りしても、マップ上のイベントの位置を保存・維持
ふりがな:せーぶいべんとろけーしょん
機能概要: マップを出入りしても、マップ上のイベントの位置を保存・維持
利用規約(ライセンス):http://www.yanfly.moe/wiki/Category:Yanfly_Engine_Plugi…
作者:Yanfly
作者サイト:http://yanfly.moe/
解説ページ:https://fungamemake.com/archives/662
ダウンロードページ:http://yanfly.moe/2015/10/21/yep-19-save-event-location…
ファイル名:YEP_SaveEventLocations.js
備考:準公式採用プラグインのアップデート
プラグインのヘルプ:
/*:ja * @plugindesc v1.06 マップに出入りする際でも、マップ上のイベントの位置を * 保存・維持させることができるようになります。 * @author Yanfly Engine Plugins * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * ============================================================================ * Introduction * ============================================================================ * * RPGツクールMVでは通常、マップを離脱する際/マップに戻る際には * マップ上のすべてのイベント位置がリセットされてしまいます。 * パズルのような特定のマップ作成においては、上記の機能は煩わしいものでした。 * * このプラグインでは、マップ上の全て/指定の * イベントの位置を保持することが可能になります * * ============================================================================ * Notetags * ============================================================================ * * マップのメモタグ: * <Save Event Locations> * マップ上の全てのイベント位置をマップに保存させます。 * マップに入り直すと、イベントは最後に保存された * 元の位置/元の向きでロードされます。 * * イベントのメモタグ: * <Save Event Location> * マップ上の特定のイベント位置をマップに保存させます。 * マップに入り直すと、イベントは最後に保存された * 元の位置/元の向きでロードされます。 * * イベントの位置をリセットしたい場合、イベントエディタを開いて、 * 通常通り「イベント位置を設定する」を選んでください。 * * ============================================================================ * Plugin Commands * ============================================================================ * * プラグインコマンド * ResetAllEventLocations * - マップ上の全てのイベント位置をリセットします。 * * ============================================================================ * Changelog * ============================================================================ * * Version 1.06: * - Fixed an issue where using an event to instantly move an event would not * save the event's location. * * Version 1.05: * - Fixed a bug where if an event whose location is to be saved starts with a * direction other than down, the direction would be overwritten when loaded. * * Version 1.04: * - Updated the <Save Event Location> to save an event's direction even if it * didn't move. * * Version 1.03: * - Fixed a bug where reset locations would not save properly. * * Version 1.02: * - Fixed a bug where battles would reset saved location notetags. * * Version 1.01: * - Fixed an incompatibility with the Set Event Location event command. * * Version 1.00: * - Finished plugin! */
当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
Copyright© #ツクプラ , 2025 All Rights Reserved.