Original Source
- Original title: Persistent Map Events
- Original author: DerTraveler
- Original date: September 5, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/persistent-map-events.17799/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Persistent Map Events v2.0 by DerTraveler Introduction Adds the possibility to make map events persistent between map and/or page changes. That means that you can leave a map (change a page) and when you return it will be in the exact same state as last time.
Archived First Post
by DerTraveler
Introduction
Adds the possibility to make map events persistent between map and/or page changes. That means that you can leave a map (change a page) and when you return it will be in the exact same state as last time.
This includes following properties:
- position
- direction
- position in the current move route
- changes to the events appearance by the "Set Move Route..." command
- changes to the movement style (speed, frequency) by the "Set Move Route..." command
- execution progress of parallel events
Please note:
- Autostart events are never saved.
- All the changes are also included in your save files. Thus, old save files probably won't be compatible anymore.
- Even though I don't think that this will be any problem with today's hardware, you should note that the event data of potentially every map event the player has met is stored in memory and in your save files. If you have exceptionally many events in your game, this could become a problem.
Features
- Set the default persistence behaviour of map events
- Change the persistence of particular event pages with notetags in comment boxes
- It is fully customizable which event properties should be persistent via notetags
Screenshots
Not necessary. See demo.
How to Use
Paste it anywhere in the Materials section.
Be sure to set the default behaviour in the options section.
Demo
Download here
Script
Can be found in this pastebin.
Credit and Thanks
- DerTraveler
Author's Notes
Free to use in any non-commercial project. For use in commercial projects please mail me.
Features Mentioned
- Set the default persistence behaviour of map events
- Change the persistence of particular event pages with notetags in comment boxes
- It is fully customizable which event properties should be persistent via notetags
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks - DerTraveler Author's Notes Free to use in any non-commercial project. For use in commercial projects please mail me.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...