- Joined
- Jun 10, 2013
- Messages
- 9
- Reaction score
- 5
- First Language
- Portuguese
- Primarily Uses
Hi, i'm new here, and i don't speek english, so... Sorry for my mistakes.
Has some way to save the actual generate map with SAN_MapGenerator in a Variable? the full map, with events, parameters, local switch?
https://forums.rpgmakerweb.com/index.php?threads/map-generator.51808/
For example:
And, when a want load this map, i just do the reverse?
I really need this for the random dungeon system, when the with floor is generated only one time, and after that is save, so only news levels of dungeon is generated.
Thanks for read until here.
Has some way to save the actual generate map with SAN_MapGenerator in a Variable? the full map, with events, parameters, local switch?
https://forums.rpgmakerweb.com/index.php?threads/map-generator.51808/
For example:
Code:
$gameVariables._data[70][$gameMap._mapId] = gamemapconfig
And, when a want load this map, i just do the reverse?
I really need this for the random dungeon system, when the with floor is generated only one time, and after that is save, so only news levels of dungeon is generated.
Thanks for read until here.