- Joined
- Apr 25, 2018
- Messages
- 10
- Reaction score
- 1
- First Language
- german
- Primarily Uses
- RMMV
Hey,
the last days I tried to modify Yanfly's Save_Core plugin so that when you save the game you get a popup window to enter a extra description (Title) for the savefile. I tried to do this via an actorname and the script:
SceneManager.push(Scene_Name);
SceneManager.prepareNextScene(ActorId, MaxLength);
But the problem was that I didn't find the right place to add this in.. No matter what I tried it either wasn't called correctly or when you could enter the actorname it didn't continue to do the actual saving after the input (like the save function was interrupted and ended).
I guess this is because of the new scene and the code doesn't know how to do a callback to the already in progress save action.
I didn't find anything about this on the forum but if there is already a solution for this please let me know.
And thanks in advance for any help!
the last days I tried to modify Yanfly's Save_Core plugin so that when you save the game you get a popup window to enter a extra description (Title) for the savefile. I tried to do this via an actorname and the script:
SceneManager.push(Scene_Name);
SceneManager.prepareNextScene(ActorId, MaxLength);
But the problem was that I didn't find the right place to add this in.. No matter what I tried it either wasn't called correctly or when you could enter the actorname it didn't continue to do the actual saving after the input (like the save function was interrupted and ended).
I guess this is because of the new scene and the code doesn't know how to do a callback to the already in progress save action.
I didn't find anything about this on the forum but if there is already a solution for this please let me know.
And thanks in advance for any help!
Last edited: