yonatanzxc123

Newbie
Sep 4, 2024
54
12






















This file if it works for you. This is a near completely save file for Love & Sex Second Base
While writing this message i somehow forgot the "Friendly Harem" (You can just press the harem above and it will take you to the page how to do it)
Remember to put these files into the save folder in the game folder but, also in your
C:/Users/yourusername/AppData/Roaming/RenPy/

Also i would recommend getting Love & Sex: Second Base - Collab Mod Extremely useful mod with tons a features.

I haven't posted save files for a long time but sometimes i do understand why people are requesting it for this game. This game does take some time to unlock all content.
Remember that all with this save you will not be able to see 1 time scene events.
Gallery is still closed for me... am I doing something wrong ?
 

Ilovekatz19

Member
Jul 24, 2021
267
257
anyone know how to finish this?? i already max at cass and it seem like i can't trigger her hobbies despairs it weekends

View attachment 4312338
Since you said you have maxed Cassidy I'm assuming you (if not you should get on that). Have you gotten the offer to become cause if not I that's what's stopping you from progressing. There's an alternative version of the event but the requires Cassidy to be gone forever so that's a not an option, I've provide the code to the relevant events below if needed.

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

Ravenquartz

Newbie
Nov 1, 2022
49
248
As soon as you click the button for the appointment, the game tells you that you have missed it. The event plays out but is registered as failed.
Most of us got this bug, I think it comes with the newest update. We'll need to wait for a bug fix.
 

Evil13

Engaged Member
Jun 4, 2019
3,753
16,084
JFC, people, don't just go "ME HAVE PROBLEM! YOU FIX!".

We need information on what happened. What was the last thing you did with the character, what point are you at with them in their story. We aren't psychic, we can't read your fucking minds.
 
  • Like
Reactions: WakamoSato

IceNeo2

Member
Jun 23, 2018
143
30
Does anyone know about the bug that causes you to miss appointments even though you didn't and went through the event? Because when I started a new game + for some reason the office party events says I missed it even when I attended the event. But so far it not game breaking since I still meet the girls that were introduced in said events.
 

Silvrrr

New Member
Nov 6, 2017
11
11
Does anyone by chance know how to turn the flag off to reverse the samantha and emma meeting that ends with emma leaving?
 

Ilovekatz19

Member
Jul 24, 2021
267
257
Does anyone by chance know how to turn the flag off to reverse the samantha and emma meeting that ends with emma leaving?
Well the flag the makes a girl leave is name.set_gone_forever() I think you can reverse it with name.unhide() (replace name with the girl's name (lowercase)), but I've never had an excuse to test it so I'm not certain. Also here's a list of flags and what triggers them that could roadblock you from Emma's content.

If Sam introduces you as her boyfriend or master emma.flags.samgirlfriend is set to True (if Sam introduced you as her master emma.flags.samgirlmaster is also set to True but all it does is change some dialogue). emma.flags.samgirlfriend can also be set to True if during the you tell Emma Sam is cheating on Ryan and when asked if you love Sam and you answer Yes (the flag emma.flags.mikecheats is also set to True when you tell her Sam is cheating but it does nothing as of right now).

emma.flags.lovepoints = x is for the a value of 3+ is necessary for the optimal outcome.

Emma will leave if samantha.flags.friendzone is set to True and emma.flags.samok is set to False.
 

CdrWolfe

New Member
Oct 7, 2023
12
1
Hello,
How can I unlock all FAFOW DLC characters? I'm using 24.11.0b-PC-Itchio

Amy: I've been to the store, met Amy, xxx her and that's it. I can't trigger the "Visit the electronics store 1" event
Reona: Met her at the university. She gave me her number. I can't trigger the "University Results" event in the University
Kat: I unlocked the Gaming harem, been to the arcade, since. I participated to some tournaments but can't see Kat
 

rd3123

Member
Jul 26, 2017
269
124
You need to be using the Patreon version. The Itch version has the FaFOW dlc as separate download you need to pay 7 dollars for.
 
  • Like
Reactions: CdrWolfe

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,118
4,083
Honestly I hope the devs decide that for once she's telling the truth. Her been fucked up is a lot more interesting than her just been a deceitful psychopath especially as her sister has the psycho fort held down, if she's lying about that then as a character she is also just beyond redemption.
She's telling the truth, i never implied or told anything different, people over-analyzing a single line in the asshole rapist teacher's dialogue are grasping at straws.
 

PsychoTwo

Newbie
Sep 4, 2021
64
7
Hey I have this file where it says that I didn't attend to Dwayne's party for Cassidy's quest but I actually did and if I meet her in the office she leaves, can somebody help me fix it or fix it directly (I am able to program but I'm not very good). I think my version of the game is 24.11.0
 

Ilovekatz19

Member
Jul 24, 2021
267
257
Hey I have this file where it says that I didn't attend to Dwayne's party for Cassidy's quest but I actually did and if I meet her in the office she leaves, can somebody help me fix it or fix it directly (I am able to program but I'm not very good). I think my version of the game is 24.11.0
If you have the console use the commands cherie.flags.missed = False and just to be save DONE["cherie_first_meeting_appointment"] = game.days_played. The reason for the second commands because the event for if you missed the party should only play if you the event DONE["cherie_first_meeting_appointment_missed"] has be set and should only set if the event cherie_first_meeting_appointment_missed played out so there's a chance DONE["cherie_first_meeting_appointment"] wasn't set and that's required for the to happen.

I've provided the code so you can see what I'm talking about if you so desire.

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

PsychoTwo

Newbie
Sep 4, 2021
64
7
If you have the console use the commands cherie.flags.missed = False and just to be save DONE["cherie_first_meeting_appointment"] = game.days_played. The reason for the second commands because the event for if you missed the party should only play if you the event DONE["cherie_first_meeting_appointment_missed"] has be set and should only set if the event cherie_first_meeting_appointment_missed played out so there's a chance DONE["cherie_first_meeting_appointment"] wasn't set and that's required for the to happen.

I've provided the code so you can see what I'm talking about if you so desire.

You don't have permission to view the spoiler content. Log in or register now.
Thanks for the help, I just need two more informations. Where do I find the code related to that and can I just open it with any IDE ?
 

Silvrrr

New Member
Nov 6, 2017
11
11
Well the flag the makes a girl leave is name.set_gone_forever() I think you can reverse it with name.unhide() (replace name with the girl's name (lowercase)), but I've never had an excuse to test it so I'm not certain. Also here's a list of flags and what triggers them that could roadblock you from Emma's content.

If Sam introduces you as her boyfriend or master emma.flags.samgirlfriend is set to True (if Sam introduced you as her master emma.flags.samgirlmaster is also set to True but all it does is change some dialogue). emma.flags.samgirlfriend can also be set to True if during the you tell Emma Sam is cheating on Ryan and when asked if you love Sam and you answer Yes (the flag emma.flags.mikecheats is also set to True when you tell her Sam is cheating but it does nothing as of right now).

emma.flags.lovepoints = x is for the a value of 3+ is necessary for the optimal outcome.

Emma will leave if samantha.flags.friendzone is set to True and emma.flags.samok is set to False.
You are awesome, it looks like the emma and samantha coffee shop meeting appointment still pops up where emma leaves. I imagine there's a couple annoying things to fix that, do you by chance know which flags or events need to be popped in the console to reverse the meeting?
 

Ilovekatz19

Member
Jul 24, 2021
267
257
Thanks for the help, I just need two more informations. Where do I find the code related to that and can I just open it with any IDE ?
With UnRen.bat you can give yourself access to the console and the code (though you will need something to convert the RPYC files to RPY files. I use for that personally), and you can open the RPY files with anything that lets you edit Python.

You are awesome, it looks like the emma and samantha coffee shop meeting appointment still pops up where emma leaves. I imagine there's a couple annoying things to fix that, do you by chance know which flags or events need to be popped in the console to reverse the meeting?
Wait I just check the code and (correct me if I'm wrong) what you're describing sounds like this but it shouldn't result in Emma's content being blocked, and after going through the code the only event that can result in Emma's content being blacked I found that take place in the coffee shop is the in which case name.lesbian.max = 10, name.lesbian = 10, name.sub.max = 25, name.sub = 25, name.love.max = 150, and name.love = 150 should let it play out safely.
 

PsychoTwo

Newbie
Sep 4, 2021
64
7
You think you can do the modifications for me please ? If it's not troublesome or if it really isn't possible, can I have a guide on how this works because I think I don't really understand the tool needed for this to work.
 
3.60 star(s) 300 Votes