So you can die in the prologue by stepping on the wrong tile and you get to go through all the boring dialogue again, very fun.
You can open the rpg_scenes.js file, search for "updateMainMultiply" and change the line at 599 to
Scene_Map.prototype.updateMainMultiply = function() {
this.updateMain();
if (this.isFastForward()) {
this.updateMain(); {
this.updateMain(); {
this.updateMain(); {
this.updateMain();
}
}
}
}
};
to make it go really fast if you hold both q and z at the same time, which makes it slightly less shitty if you don't want to completely skip the prologue. If only we had the technology to allow players to save whenever they want.
The fastforward speed up works with any rpg maker mv game, though they usually work using just z.
And it's another shitty grinding game with porn only on defeat but still resulting in game over. Weird considering how positive the reviews seem to be.