trapmint

Newbie
Oct 24, 2017
74
106
Play the game until you have the repeat encounter with Caitlin and bananas in the morning when entering the living room (conditions: wake up in own room, and Caitlin eating breakfast). After the encounter type the following into the console:

Code:
state.interaction_manager.get_trigger_by_id("cait_student_4_banana_training.door_open").priority = -100
Then knock on her door.
[/QUOTE]

didn't work for me
 

protra

New Member
Sep 28, 2024
3
4
didn't work for me
Be more descriptive. Did you get an AttributeError when trying the command? Did it work, but knocking on door gave default "door is locked" message? Was the quest hint "Try to see what she's doing again" in the quest journal before you tried the command?

If the interaction trigger has been created you can try to trigger it manually:

Code:
state.interaction_manager.get_trigger_by_id("cait_student_4_banana_training.door_open").activate_interaction()
alternatively, set the flags for the quest directly which will add the next quest (Eager Student ch. 5) and fulfill conditions for morning encounter:

Code:
CaitStudent4BananaTrainingQuest.get_quest().on_left_her()
CaitStudent4BananaTrainingQuest.get_quest().finish()
 

trapmint

Newbie
Oct 24, 2017
74
106
If the interaction trigger has been created you can try to trigger it manually:

Code:
state.interaction_manager.get_trigger_by_id("cait_student_4_banana_training.door_open").activate_interaction()

i got an AttributeError from this and the other command

error.png


alternatively, set the flags for the quest directly which will add the next quest (Eager Student ch. 5) and fulfill conditions for morning encounter:

Code:
CaitStudent4BananaTrainingQuest.get_quest().on_left_her()
CaitStudent4BananaTrainingQuest.get_quest().finish()
[/QUOTE]

this one worked, now the quest is on ch. 5, thanks
 

protra

New Member
Sep 28, 2024
3
4
Glad to hear it! The trigger was added on my game so unsure what went wrong there but at least you got the next quest.
 

neuroparenthetical

New Member
Jun 30, 2024
2
1
So is it just me, or is the very beginning of the game rife with ways to get stuck in your bedroom at night with no way to exit or sleep? I'm perfectly happy to admit if I missed something obvious, but the game's not exactly flush with choices or stuff to click at the outset.
 

wookie ookie

Engaged Member
Aug 30, 2021
3,660
7,148
So is it just me, or is the very beginning of the game rife with ways to get stuck in your bedroom at night with no way to exit or sleep? I'm perfectly happy to admit if I missed something obvious, but the game's not exactly flush with choices or stuff to click at the outset.
:unsure: It's been a long while since I played the beginning of game but I don't remember anything causing that issue, you may have a corrupted file or download what are you playing on
 

jahall

Well-Known Member
Feb 20, 2019
1,618
1,029
I'm sorry, but when exactly begins the male domination?
The Mc is a fucking pussy...
Am I right in thinking the tags are added by F95 rather than by the dev? It's true that they include "male domination", but it's not included in the Genre section of the OP. There are plenty of games that do have male domination if this one isn't to your taste. I personally find it's a refreshing change that in this game the MC wins over the girls through kindness rather than bullying.
 
  • Like
Reactions: halaha_223

Digteren

Active Member
Nov 1, 2020
916
756
It's probably added by F95 because of the maledom in situations like when the MC is in Lyriel's dream, and the way Yona is submissive.
 

neuroparenthetical

New Member
Jun 30, 2024
2
1
:unsure: It's been a long while since I played the beginning of game but I don't remember anything causing that issue, you may have a corrupted file or download what are you playing on
PC, Windows 10, just downloaded the thing yesterday. One of them is so simple I can hardly believe it's due to corrupted files. You're supposed to go grab an item to open the attic (in the dark, mind you.) If you go back into your room, that's it, you're stuck. The active quest stage won't let you sleep, but the game won't let you re-exit your room. That one of course can be rolled back fairly trivially.

The other one I ran into that was impossible to roll back felt like a sequence break. You can do stuff with Rae if you don't advance her quest in the expected way. If you do that in such a way that you advance time to night, you get sent back to your room automatically, and, again, can't leave it and can't sleep.

Once I restarted the entire game and took pains to do the first few quests ASAP and without fucking around (heh,) then everything was okay. That's further evidence in my mind that it's not a question of corrupted files.
 
  • Like
Reactions: wookie ookie

AKADeadLord

Newbie
Mar 9, 2018
57
62
Honeslty cannot understand how to get past eager student ch 4. I tried throwing the save into the editor but I got no idea what I'm looking for. Doesn't help that I'm also playing on Android so I doubt the string posted a few pages back will help me.
 
4.70 star(s) 333 Votes