Ninjacattt

Newbie
May 23, 2020
72
9
is there anyway to get a good ending with raven alive I helped her as many times as I could but when I go to do the mission with her at the end she dies to queenblade
 

MySkillOnCD

Newbie
Jan 11, 2020
21
27
Damn, game is really halfbaked. Great start, meh finish. Only the beatiful art is what kept me playing through hellish grind. Anyway, few questions:
Is it possible to get friendship (hearts) benefits with Amantha, Erin, Alliah and Wells? Noticed they are in game files, but couldn't get them during first playthrough.
And secondly, how to trigger Amantha's and Erin's repeating scenes?
 

Webh

New Member
Feb 2, 2018
14
8
Playing with Elona, reached Drakus fight and is stuck completely. He heals 12% hp per turn(648), all the while attacking on his own. How the hell people beat him without cheating? Some boss fights was a bit tedious at most, but there I cant even scratch his HP.
 

Nick_Rock90

Member
Jan 24, 2018
322
313
damn, such a lovely idea and characters wasted bc devs wanted to chew more than they can bite with the gameplay
 
Last edited:
Nov 8, 2021
438
392
damn, such a lovely idea and character wasted bc devs wanted to chew more than they can bite with the gameplay
Same, I'm flabbergasted on how the devs seem to have lost the fun/qol out of their sight when designing/playtesting the game. Maybe they had a specific player experience on their mind but we as simple users here (focused on the NSFW?) see are these prominent shortcomings prominently. Would love to see their statements on that one.
 

Nick_Rock90

Member
Jan 24, 2018
322
313
Same, I'm flabbergasted on how the devs seem to have lost the fun/qol out of their sight when designing/playtesting the game. Maybe they had a specific player experience on their mind but we as simple users here (focused on the NSFW?) see are these prominent shortcomings prominently. Would love to see their statements on that one.
I mean, I liked the gameplay but it was far too tedious to go around the map to unlock scenes with X character, it wasnt intuitive and in the end you had to go around all the map just to not lose an scene, and the skill tree was weird but not bad at all tho, I think that the first thing would have been better if it were just a dating system with the secondary characters to go on dates and that way unlocking scenes
 

DarkFlame44

Newbie
May 27, 2022
37
56
Is there a way to manually save? I cant see it in the menu? And it will be kinda annoying if you cant because autosaves are a while behind so if it crashes or I need to quickly close it I could lose a lot of progress.
 
Nov 8, 2021
438
392
Is there a way to manually save? I cant see it in the menu? And it will be kinda annoying if you cant because autosaves are a while behind so if it crashes or I need to quickly close it I could lose a lot of progress.
With MTool you can manually call the standard save menu and save (plus cheats/hacks).


It's a small installation to the individual RPGMaker game.

And you can call the save menue natively with the code [0200] .
 

Eucanuba

Newbie
May 22, 2017
74
57
On Geyna, All the setup or reactive Utility and Defense Skills just waste my time and Energy/Momentum.
 

ntentacle

Member
May 19, 2017
208
490
the game freezes shit ton of times. gets a tad annoying...
By "freezing" do you mean the image freezing while the game keeps running behind it? As in music/sound effects continue, and you can do things, just not see what you are doing?

If so, not a bug with the game -- it's a bug with the game engine. And it can be fixed by modifying rpgcore.js in the files.

Find the following line:

Code:
Graphics.render = function(stage) {
    if (this._skipCount === 0) {
And change it to:
Code:
Graphics.render = function(stage) {
    if (this._skipCount <= 0) {
...And I believe that should fix the problem. It's a problem on many RPGmaker games... unless individual game authors take it upon themselves to fix the default RPGmaker files themselves.
 
3.20 star(s) 38 Votes