sleepingkirby
Well-Known Member
- Aug 8, 2017
- 1,335
- 1,965
- 262
Well, you can kind of call them hidden, but, for the most part, they're not. As I said in my cheat injector thread:This is something I really hope they improve. There are a bunch of hidden flags in the game for scenes that are supposed to trigger but no indication at all in what you're supposed to do to trigger them. I've played through the game twice and still haven't gotten Laura to want to have sex. It would be really nice if there was something you could do proactively as a player in order to unlock this content instead of waiting for the game to decide it wants it to happen or at least a quest journal that said "wander around the halls until Laura talks to you" or "go to sleep by yourself over and over until she shows up in your room." At a certain point you have no idea if the game isn't doing what it's supposed to or you're not doing some very specific thing that they based the next scene triggering off of.
So, as long as you're doing the quests, you'll be fine. Basically, a lot of people think that the quests are opened by stats alone when they're not. Here are the conditions for sex with Laura:These flags are applied in a linear fashion, but not related to each other in any linear way.
Code:
[
"Laura in Partners",
"EventScheduler.check('Laura_I_love_you', condition = '<= day - 3')",
"Player.location == Player.home",
"not Present",
"approval_check(Laura, threshold = Laura_thresholds['sex'])",
"Laura.is_in_normal_mood()"]