You'd probably want to look into using variables and switches since they are global and communicate to the entire game whether an event or trigger has happened or not.I want to make a cutscene happen only if you get every ending before you get the true ending. How would I keep track of every ending?
I figured I'd use variables. I made it so if you get this ending, it makes the Ending variable go up by 1, but it also sends you back to the main menu and you load back in to the game to continue, I worry it doesn't store the variable?You'd probably want to look into using variables and switches since they are global and communicate to the entire game whether an event or trigger has happened or not.
Here are a few great starting points...
BenderWaffles
Echo607
Thank you! I figured I'd probably have to get a plug-in for that lol, but at least I'm not searching for something that does the exact same thing as something in gameIt sounds like you're talking about a New Game+. Both Galv
Galv's New Game Plus
New Game Plus - Version 1.0 RPG Maker MV Plugin Galv Introduction I know there are other plugins for this, but this might work a little different from them. I create plugins from scratch to help me learn new things. Screenshot Features Adds a New Game+ feature to allow the player to...forums.rpgmakerweb.com
and Yanfly
New Game+ (YEP) - Yanfly.moe Wiki
www.yanfly.moe
have plugins that provide that functionality.
Hmm. I suppose that would have to be tested. If it doesn't work I'm sure theres a plugin for it.I figured I'd use variables. I made it so if you get this ending, it makes the Ending variable go up by 1, but it also sends you back to the main menu and you load back in to the game to continue, I worry it doesn't store the variable?
I tried GALV's New Game+ since I don't have money for the YEP one, but it still doesn't work because it still requires you to save after activating the variable, and this event sends you straight to the menu after finishing the endingIt sounds like you're talking about a New Game+. Both Galv
Galv's New Game Plus
New Game Plus - Version 1.0 RPG Maker MV Plugin Galv Introduction I know there are other plugins for this, but this might work a little different from them. I create plugins from scratch to help me learn new things. Screenshot Features Adds a New Game+ feature to allow the player to...forums.rpgmakerweb.com
and Yanfly
New Game+ (YEP) - Yanfly.moe Wiki
www.yanfly.moe
have plugins that provide that functionality.
But that'd mean you save right as the ending happens. It'd load and send you right back to the menu because of how the event works.So change the event to have the player save? That is how such things are done. It's the purpose of having save game files, the game can't "remember" anything when it's not running.