- Feb 13, 2020
- 81
- 131
i'm following the guide to get the True End, but can't seem to get it
in the guide, there's this quote: 'If you talked to aisha, your parasite son will be summoned and warn you about your situation.'
-> i can't figure out how to do this
basically i can see that i have to have enough 500SP in day 3 to get the True End
but i can't seem to activate it. no one warns Lilina anything
when Lilina first go to the Abadoned House, after going to sleep, Cecelia said she was parasited as well and dissapeared
after that i can only keep stealing food and got Bad Ending A/B
did i screw up sth? need help
i restarted from my Slave Quest save and actually got the ending nowYou must be registered to see the links
Didn't you forget to use your portal skill?
If you have the cheat mod installed, you can change it's code to add titles. If you don't, you can remove the check for this skill.Any way you could use the obedient skill without going through slave line?
www/js/plugins/Cheat_Menu.js
, look for enable god mode for an actor
. INSIDE THE FUNCTION, change add $w.setNum('sexJob3', 1)
. It should look something like// enable god mode for an actor
Cheat_Menu.god_mode = function (actor) {
$w.setNum('sexJob3',1);
// rest of the code...
}
1
, go to the god mode cheat and enable it. You can disable it after, it won't revert the change.www/js/rpg_objects.js
look for || $w.getNum('sexJob3') == 0
and replace it with nothing. It should be something like:// it will start like this.
case 109:
if ($w.getP('obscene') < 5 || $w.getNum('sexJob3') == 0)
return false;
break;
// after your change, it'll be
case 109:
if ($w.getP('obscene') < 5)
return false;
break;
Hi. Only started playing this game. Seems to be quite interesting.
I have following questions:
1) there is some "memory room". Where do I find it? Or it's only possible much further in game?
2) Is there some "intended way" of progressing through this game? I see that in wiki there are one ending tied to being virgin. and also at least some memories (like "Night Streak 1 (Virgin)"). Or if I complete game I will be able to unlock these memories somehow.
3) Is it reasonable to try to go for "Good Ending A" on first walkthrough? Or it's better to just follow "relic line", get as much curse as possible and get either "bad ending A/B" or "Good Ending B"/"Normal Ending".
I want to unlock as much memories as possible without needing to repeat things to much times (by that I mean "almost like in Melty's quest" - where you can get all endings and CG by initially being pure, then raising perversion to certain level, then talking to certain person, and so on and so forth).
Or after certain percent of completion there is some sort of "magical cat" that allows you to watch all content even if you haven't unlocked it?