fapkin3296

New Member
Aug 31, 2023
3
0
Well there is 3 routes, with different endings in each one and one true ending i think? The routes diverge in day 20 or 21 i think. The N, R and L routes i think it's called, the N route where you don't train enough and don't spend time enough with your girlfriend so she stops loving you, so you can choose to leave in depression and take the money or stay with her as a cuck watching her have sex, the R route where you spend enough time with your girlfriend so she still loves you but you don't train enough so she can't choose between you and the rival because she got too corrupt and you don't satisfy her enough, the R route have two endings, where you can aceept it and share your girlfriend with the rival and he shares the blonde with you, there is even a threesome scene with you and rival and girlfriend at the same time and one ending where you just break up with her and leaves with the money, the L route where you spend enough time with the girlfriend and trains enough, i'm not sure how many endings this route have, but the one i got is where you leave with the money, beat the rival and lives together with the blonde and the girlfriend after you made the blonde fall in love with you and trained enough to be able to satisfy both in bed. And the secret true ending is too complicated and a little confunsing for me to explain. That's what i remember from memory i must missed some stuff or said something wrong, if so i'm sorry.
bro u r the real one for typing all of this appreciate this very much
 

demonicfang

New Member
Oct 14, 2018
4
3
how do you make it so you go to the toilet, instead of sleeping through the night?
You need to find notes 1 and 2 and find the secret room to get the Night Pass. You can do this first thing in the morning (pre-breakfast) on day 2. To find the secret notes you need to use the magnifier option (M is the shortcut key) in certain locations, it doesn't matter if you use zoom or the direction change, the notes will show either way.

You don't have permission to view the spoiler content. Log in or register now.

As soon as you get the night pass you'll be able to explore every night.
 
  • Like
Reactions: Gonzolino and lad1
Apr 28, 2020
39
51
Let me speak up, TROJAN DETECTED ON THE GUIDES AND SAVES LINK. Judging by the fact that nobody notices it I'm assuming its a false alarm but I would like some confirmation first.
 

lad1

Newbie
Dec 6, 2020
22
7
You need to find notes 1 and 2 and find the secret room to get the Night Pass. You can do this first thing in the morning (pre-breakfast) on day 2. To find the secret notes you need to use the magnifier option (M is the shortcut key) in certain locations, it doesn't matter if you use zoom or the direction change, the notes will show either way.

You don't have permission to view the spoiler content. Log in or register now.

As soon as you get the night pass you'll be able to explore every night.
Thanks man! damn i wish id asked this sooner ive missed out on so much content
 
  • Like
Reactions: liccc

demonicfang

New Member
Oct 14, 2018
4
3
Same. I cannot find her scenes in the gallery too. Too lazy to go back day 16 and try to activate the subplot. Does anyone have a save to it?

I could be totally wrong, but I don't think there really are scenes with her. The only thing I've managed to find are a few small events and I only stumbled onto those from accessing the Day 24 Reading Party in the N-Days recall room, choosing the "discarded version" option and continuing to play from there. But by the time I got to day 27, there were no more events with her.

I think the author might not have finished any real scenes with green hair or the librarian.
 

Nooonen

New Member
May 4, 2024
4
2
whats the code for the pc in secret room for note 5 and 6 in front of the dining room?
there should be a clock near the computer, it say 1:23 am or something, so you need to put 0123 or the hour the clock says, also, i wanna know how many secret rooms exists, i found 2, one left on second floor and one in the kitchen, so i wanna know if there are 5 secret rooms, i think there should be one in the main room but i cant remember where i got the notification
 

Nooonen

New Member
May 4, 2024
4
2
also since im here i gonna give you this code, it makes you run faster


Game_Player.prototype.updateDashing = function() {
if (this.isMoving()) return;
if (this.canMove() && !this.isInVehicle() && !$gameMap.isDashDisabled()) {
this._dashing = this.isDashButtonPressed() || $gameTemp.isDestinationValid();
this.setMoveSpeed(this._dashing ? 6 : 4); // s
} else {
this._dashing = false;
this.setMoveSpeed(7); // s
}
};
just paste it at the end of a java_scrip file called rpg_sprites, it is located in Rinatest-1.06_Mod2, file:www, file:js, one of the files should be named rpg_sprites just left click it and edit it on notes
 
  • Like
Reactions: sugar944

mtl poet

Member
Mar 5, 2021
194
321
It is advisable to use code that changes the movement speed (or global speed) carefully, as it can cause bugs, such as some scripts not activating properly. Rpgmaker engine is a finicky thing so don't forget to save frequently.
 

Nooonen

New Member
May 4, 2024
4
2
It is advisable to use code that changes the movement speed (or global speed) carefully, as it can cause bugs, such as some scripts not activating properly. Rpgmaker engine is a finicky thing so don't forget to save frequently.
really, didnt knew that it can get buggy, maybe because i never increase the speed parameter that much, it should be changing only the runing speed and not the walking speed so you can make precise move by pressing shift if you have always run, i prefer letting the option on always walk because of that and just press shift manually. but if you feel it makes your game perform badly just delete that script
 

mtl poet

Member
Mar 5, 2021
194
321
Nah, just save your game regularly. Rpgmaker bugs out on its own, so this is the most reasonable approach.
In short or simple games you will not even notice it, but the more complex the game is, the more it would start to crack.
 
4.20 star(s) 5 Votes