Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dark Plasma Save Event Locations - DarkPlasma_SaveEventLocations.js
Plugin desc : Record event location and orientation on a map
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_SaveEventLocations.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_SaveEventLocations.js
File name : DarkPlasma_SaveEventLocations.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Record event location and orientation on a map @author DarkPlasma @license MIT @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.0.0 In RPG Maker MZ, event positions and orientations are initialized when a map is loaded. This plugin records the event positions and orientations on the map, and restores them based on that information when the map is loaded again. Writing the following in the map's memo field will record the positions and orientations of all events on that map. <saveEventLocations> Writing the following in the event's memo field will record the position and orientation of that event. <saveLocation> The recorded positions and orientations will be included in the save data. The more events you record, the larger the save data size will be.