jimmyjoo

Active Member
Jun 28, 2019
757
404
Hmm, if you activate the console (Open LoSeSb-21.4.0d-pc\renpy\common\00console.rpy with a texteditor of your choice, search for config.console = False and set if to True, save the file and reopen the game) you could check the following conditions (For the first one you need to be in the same room as Emma):
Code:
emma.room == game.room
"emma_event_10_gfs" in DONE
"emma_event_10_bree" in DONE
"emma_event_10_cinema" in DONE
not emma.flags.event10delay
If they all return true you could check if you not have done the judgement event already:
Code:
"emma_event_10" in DONE
emma.flags.lovepoints
emma.flags.maybecheating
If the lovepoints are below 2 or below 1 and maybecheating is true you've failed the event...

(If that's too much work, upload your save, but I've heard some people might get annoyed if I do that, so I took the long way... ^^)
Sorry, I'm not familiar with Ren'py code. I've got the console open. Are the lines in quotes what I should typing there?
 

jimmyjoo

Active Member
Jun 28, 2019
757
404
Yep (you could also copy them and paste them in with Ctrl+V)
This is what I see:

emma.room == game.room
False
"emma_event_10_gfs" in DONE
True
"emma_event_10_bree" in DONE
True
"emma_event_10_cinema" in DONE
True
not emma.flags.event10delay
True
 

gnadudu

Well-Known Member
Aug 31, 2018
1,976
2,923
This is what I see:

emma.room == game.room
False
"emma_event_10_gfs" in DONE
True
"emma_event_10_bree" in DONE
True
"emma_event_10_cinema" in DONE
True
not emma.flags.event10delay
True
Are you in the same room as Emma? The other conditions are all true...
Have you checked the other lines, if you've done the event already?
 

jimmyjoo

Active Member
Jun 28, 2019
757
404
Are you in the same room as Emma? The other conditions are all true...
Have you checked the other lines, if you've done the event already?
I've been in the same room with her multiple times. Also, just completed the next date talking about her exercises.
 

Demon Jhim

Engaged Member
Aug 5, 2017
2,023
993
Welp, I report bugs when I find them to the devs on their discord, if I ask for saves I make my life easier, otherwise I would need to ask several questions (which would also bloat the thread)... ^^
Why not just ask for them to DM you here in f95 instead of the thread it will be easier to find and will not be berried from the mountains of comment just my opinion but if your asking for it in the thread I will give it you mine if I have issues.

Why does she wear underwear at all... :illuminati:
IMO woman in underwear are sexier than being naked.
 
Last edited:

Evil13

Forum Fanatic
Jun 4, 2019
4,047
17,738
When should we expect a gallery for this game because i am on save 90 and that is just to record important events and sex scenes.
When the game is completed.
There are so many variables to account for every update, its not fair on anyone trying to mod the game for a gallery to keep up with it month after month.
 

sztrb

Member
Aug 24, 2018
438
615
Anyone managed to have sex with Emma yet? I can still only go down on her or have her give me a handy...
 

snegge

Newbie
Jan 4, 2021
16
1
Is there a way to keep what lines you have read in the memory between versions? Currently I can't skip parts I've already read after I download a new version. That said I'd rather reread stuff than miss stuff in case there's been changes to something for some reason.
 

jimmyjoo

Active Member
Jun 28, 2019
757
404
New feature for the next update of Love & Sex!
When you reach a good ending, the game will store your stats and money and you will have them back when starting a new play through!
It's reincarnation time!
So would an example of this be if you ended the game in a marriage, your stats would carry through?
 
3.60 star(s) 315 Votes