Nov 4, 2018
466
495
What should i do to add minami in harem after i talked with sasha, bree, samatha?In hints don't completed this conversation
You don't have permission to view the spoiler content. Log in or register now.
Well first 3 days need to pass since "Minami has something in mind",
Then you need to interact with Bree and Sasha either when they're in the same room,
Or individually and select talk then the Minami icon.
If Bree is on maid path and already at 100 sub then great,
If not there will be an extra step as long as Sasha is over 50 sub.

Mike will ask Sam Automatically when you enter a location shes in.

You need to do "Minami introduction ritual" afterwards,
All girls in house 20:00 to 22:00,
Interact with Minami,
Basically at dinner except for Wednesday or Friday.
 
Last edited:
  • Like
Reactions: Sailos3

DonjonMaster

Newbie
Dec 1, 2018
27
11
I read that Sam can join the home harem now. However, her love is stuck at 85 and she's my girlfriend. Anybody what to do or what files I should alter?
 

mad666

Member
Oct 10, 2017
151
66
does any one get a bug where lexi second event doesn't trigger
the event when she suppose to phone you
 

yrban7477

Member
Oct 8, 2018
409
455
That's fine, that means Path E should be able to trigger.
Those are the full conditions for the event:
"girls_conditions": {"samantha":{"contact":True,"valid":True,"present":False,"not_activity":"sleep", "flageq_storyE":1, "min_love":160}},
"game_conditions": {"hours":(14,15),"activedate":False,"chances":25, "flag_female":0},


- You need to have Samantha's telephone number
- She needs to be available in the game (not gone completely)
- Sam must not be present for the event to happen (I would do it on a place where she can't appear randomly like your livingroom)
- Doesn't happen when you're asleep
- samantha.flags.storyE must be 1
- Her LP needs to be at 80 (160/2)
- It happens between at 2 or 3 pm
- It doesn't happen if you're on a date
- Chance is 25%
- It only happens on a male playthrough

If all this is met it should trigger. If it still doesn't do it for you, you can upload your save and I'll have a look (but could take a few hours, because I go to sleep soon...)
Help me with Samantha! I can't get Samantha to join my home harem.
I attach my save, at the moment when the main character can fight with Ryan, after that I tried to attach Samantha to the home harem, but I failed. Help me.
 

Shotgun51

Newbie
May 1, 2019
28
4
Hey I am not sure if this is a common issue but I have yet to find a fix. Even with a completely new install I cannot save or load the game without the game having an "Exception error" and as such I cannot continue playing the game. Has anyone else had this issue is there any way to solve it?
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
does any one get a bug where lexi second event doesn't trigger
the event when she suppose to phone you
I posted a way how to fix it here.

Help me with Samantha! I can't get Samantha to join my home harem.
I attach my save, at the moment when the main character can fight with Ryan, after that I tried to attach Samantha to the home harem, but I failed. Help me.
Your save is way to borked. Nothing I could do. (Tried a few ways to fix it which led into more bugs...) I would suggest starting a new game...

Hey I am not sure if this is a common issue but I have yet to find a fix. Even with a completely new install I cannot save or load the game without the game having an "Exception error" and as such I cannot continue playing the game. Has anyone else had this issue is there any way to solve it?
It's hard to help you without knowing what the exact error is. There should be a traceback.txt in your game folder. Upload it here, so somebody can have a look....
 

Shotgun51

Newbie
May 1, 2019
28
4
Thanks I appreciate your help so far! Of course I have to find a unique ren'py issue lol. But hopefully someone can help sort out what is going wrong!




Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 710, in execute
  File "game/screens.rpy", line 741, in execute
  File "game/screens.rpy", line 742, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 611, in execute
  File "game/screens.rpy", line 615, in execute
Exception: String u'{#month_short}Feb 17, 14:40\nioj[' ends with an open format operation.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 710, in execute
  File "game/screens.rpy", line 741, in execute
  File "game/screens.rpy", line 742, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 611, in execute
  File "game/screens.rpy", line 615, in execute
[QUOTE="Veldzix, post: 5503755, member: 990347"]
Probably a ren'py issue,
You seem to be the only one on here that is experiencing it,
Unfortunately I don't know enough about about it to be of any help,
Perhaps posted the exception error log here will allow someone to help you,
Copy the bb code next time you see the error and post it.
[/QUOTE]

    return self.set_text(self.text_parameter, scope, self.substitute, update)  File "renpy/text/text.py", line 1620, in _scope
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 572, in _vformat
  File "renpy/substitutions.py", line 160, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'{#month_short}Feb 17, 14:40\nioj[' ends with an open format operation.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Love & Sex : Second Base 21.3.1b
Wed Apr  7 15:16:37 2021
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
Thanks I appreciate your help so far! Of course I have to find a unique ren'py issue lol. But hopefully someone can help sort out what is going wrong!




Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 710, in execute
  File "game/screens.rpy", line 741, in execute
  File "game/screens.rpy", line 742, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 611, in execute
  File "game/screens.rpy", line 615, in execute
Exception: String u'{#month_short}Feb 17, 14:40\nioj[' ends with an open format operation.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 703, in execute
  File "game/screens.rpy", line 710, in execute
  File "game/screens.rpy", line 741, in execute
  File "game/screens.rpy", line 742, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 607, in execute
  File "game/screens.rpy", line 611, in execute
  File "game/screens.rpy", line 615, in execute


    return self.set_text(self.text_parameter, scope, self.substitute, update)  File "renpy/text/text.py", line 1620, in _scope
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 572, in _vformat
  File "renpy/substitutions.py", line 160, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'{#month_short}Feb 17, 14:40\nioj[' ends with an open format operation.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Love & Sex : Second Base 21.3.1b
Wed Apr  7 15:16:37 2021
Probably some issues with some old savegames. Push the windows button + R, type in %appdata%\Renpy and rename the LoSe_20_1-1512630773 to something different (For instance LoSe_20_1-1512630773_backup), then go to LoSeSb-21.3.1b-pc\game and do the same thing with the save (for instance save_backup) folder.
 

Arcana Nornet

Member
Feb 18, 2018
122
50
How do I raise the Submission limit for Bree if I went to the gamer path? I mean, is it implemented?
Her submission is locked at 50 but her affection is already at 100 (end of the "Gamer Bree" path).
 

Deane9850

Active Member
Jan 4, 2018
507
490
I shall now retire from downloading this game until Sam lives in with us and both her and Minami each have repeatable sex scenes without dating like Bree and Sasha.

That or Bitchy Harem get updated.
 

Mathesar

Active Member
Mar 20, 2018
739
1,601
So, is it possible to collar Samantha and have her officially join the harem on the same file? Or are those confined to different routes?
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
So, is it possible to collar Samantha and have her officially join the harem on the same file? Or are those confined to different routes?
The collaring and joining the harem got the same requirements (75 sub points), so definitely possible...
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
Kitchen fun time (optional)
Prerequisites: done visit Bree at work, Sasha is not at home, >= 50, 18:00 - 20:00, Bree is in the kitchen, you must be in the front porch, Bree collared

Bree cooks Mike something nice.

Outcome: Bree max set to 75


I want to see this event. But I can't see it. The conditions seem to be correct.
Upload your save and I'll have a look.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
Because the event did not come out, the date was adjusted and saved by cheat.
Bree is not collared in your save (which is a requirement). Collar her, then go to the front of your house between 6-8pm when Bree is in the Kitchen and Sasha is not home...
 

DonjonMaster

Newbie
Dec 1, 2018
27
11
On path A after Samantha's confession,
There's Samantha wants to know the truth,
Her sub needs to be 75+ and you have to admit it,
This sets Samantha accepts Non Exclusive relationship,
Then you ask Sasha Bree and if applicable Minami.

If you can't trigger "Samantha wants to know the truth",
Because her story already concluded,
You might have to start over.,

But you should try triggering it just talk to her in the pub.
Thanks! Fingers crossed I don't have to restart.
 
3.60 star(s) 286 Votes