protra

New Member
Sep 28, 2024
3
4
Here's how to advance the quest "Eager Student ch. 4" on v0.7.12r3. From what I can tell it is due to an interaction conflict and not due to too low stats or other missing conditions.

First off you'll need access to the dev console, something like Universal Ren'Py Mod works but the easiest is to create a .rpy file (call it whatever, e.g. enable_dev_console.rpy) with the contents:

Code:
init 999 python:
    config.developer = True
into the game folder. Open console with Shift+O.

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.
 
  • Red Heart
Reactions: JackDJ

trapmint

Newbie
Oct 24, 2017
73
104
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
73
104
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,297
6,238
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,543
946
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
4.70 star(s) 327 Votes