FEATURES
Adds a New Game+ feature to allow the player to start a new game that uses specified data (such as gold, items, variables, switches, actors, etc.) from a save file.
After the player encounters where you placed the activate code and then saves the game, the New Game+ option will be added to the title menu.
– The player can only start a new game using a save file that has had it activated during the game.
– Settings include lists of items, switches, variables, actors, etc. that allow you to control what data is and is not transferred over when starting a new game plus.
– The number of playthroughs is recorded to use if required during game.
VERSION 1.0 – RPG Maker MV
Download Plugin file
Download Demo
so let’s say this is a prototype of Prestige features!!!
I really hope it can be used on MZ
it can’t work,it always show TypeError Galv.NEWGP.activate is not a function in my Project
https://galvs-scripts.com/errors-using-plugins/
Here’s a list of things to try and error trap.
i read it ,but i still don’t know what should i do or what can i do…
Without knowing more, I cannot pinpoint what is wrong in your project. If you read that page, did you try everything on it? eg. start a new game, test your project for conflicts, etc.
GALV_NewGamePlus.js:219 Uncaught TypeError: Cannot read property ‘split’ of undefined
at GALV_NewGamePlus.js:219
at GALV_NewGamePlus.js:571
var txt = PluginManager.parameters(‘Galv_NewGamePlus’)[“Active Icon XY”].split(“,”);
})();