SexGameSluts — Who Will You Fuck First? Play Now!
x

Mod Cheat Mod Ren'Py Love & Sex: Second Base - Collab Mod [6.1.9 lolololol] version 25.10.0 compatible + Wiki Dump

5.00 star(s) 1 Vote

Anonimato90a3

Newbie
Nov 2, 2022
22
12
127
and if they add a month extension feature??

since it is somewhat annoying that there are specific events in a period of the year and you have to wait 3 months for the event to be available again, and it could extend from 2 to 4 months like irl
For example, when the summer month ends, the game starts the autumn month by default, and the idea is that although the month ends, the season does not, since spring, summer, autumn and winter can last as long as the player likes, having a cycle of months with the seasons of the year of 2 to 4 months.
 
  • Thinking Face
Reactions: Mr Who

Urusaisenpai

Walkthough-mod Creators are a godsent <3
Donor
Apr 30, 2017
1,561
3,026
515
Sorry to ask but wanted to know; Since you made the Gamer & Maid Bree mod.
Would it be possible to make a mod for morgan? I missed her in my walkthough completely and idk what to do now.

Fixed; Forgot to tell how.
1733407212841.png
 
Last edited:
  • Wow
Reactions: Mr Who

purpleblood

Newbie
Apr 19, 2022
30
11
132
Does this work on mac?
EDIT: Turns out it actually did, I just needed to dump everything into the game folder so that it would work.
 
Last edited:
  • Heart
Reactions: Mr Who

SimplyBanana

New Member
Nov 8, 2018
1
2
156
found out how to fix Bree's name back. Turns out it's because in the gallery mod setting the player is named as Big Dick. The problem is Bree is playable so if you start a Bree protagonist scene in gallery, her name got converted to Big. Now to fix it:
1. Go to <Game Folder>\game\mod\Anonymous50000_Gallery
2. Open settings.json, settings.xml, and settings.rpy, preferably using notepad++ but any text editor will probably work
3. find "value": "Big" and change it to "value": "Bree" in all 3 then save. You can also change the last name tho idk how it affects the game

this should probably fix it. If the name still hasn't changed back, try running the gallery once with a Bree as protagonist scene. Also disclaimer, idk any programming language. I found this just by messing around with notepad++ so make a backup first in case anything breaks
 
  • Thinking Face
  • Like
Reactions: Mr Who and eh3792

Pdiant

Newbie
Apr 3, 2019
98
48
89
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Anonymous50000_Gallery/label/testing_clothes_for_cur_char.rpy", line 151, in script
    image 149 = 'bg/livingroom/livingroom_season_night_christmas.webp'
Exception: Possible infinite loop.

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

Full traceback:
  File "game/mod/Anonymous50000_Gallery/label/testing_clothes_for_cur_char.rpy", line 151, in script
    image 149 = 'bg/livingroom/livingroom_season_night_christmas.webp'
  File "C:\Users\User\Downloads\Love_Sex_Second_Base-25.1.0-pc_patreon\LoSeSb-25.1.0-pc_patreon\renpy\execution.py", line 61, in check_infinite_loop
    raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.1.0 25.1.0
Thu Feb  6 17:39:01 2025
 
  • Thinking Face
Reactions: Mr Who

FlimsyBikini

New Member
May 5, 2021
1
1
47
Is anyone else running into trouble with adding anyone past Bree/Sasha to the Home Harem? I did all the set-up for Minami and for Samantha, but I do not have the options to talk to the girls about them joining.
 
  • Thinking Face
Reactions: Mr Who

Mr Who

Newbie
Jan 23, 2018
40
151
100
Hello,
for the @Pdiant problem
I saw that the problem might be of your PC, try to modify the
"C:\Users\User\Downloads\Love_Sex_Second_Base-25.1.0-pc_patreon\LoSeSb-25.1.0-pc_patreon\renpy\execution.py"
Python:
def not_infinite_loop(delay):
    """
    :doc: other
    Resets the infinite loop detection timer to `delay` seconds.
    """
    # Give more time in non-developer mode, since computers can be crazy slow
    # and the player can't do much about it.
    if not renpy.config.developer:
        delay *= 50
    global il_time
    il_time = time.time() + delay
or remove the call (not recommended)
Python:
            try:
                try:

                    if tracing:
                        self.report_coverage(node)
                    renpy.game.exception_info = "While running game code:"
@FlimsyBikini, are you sure you meet all conditions?
Python:
game.flags.samanthaacceptminami
bree.sub >= 50 or sasha.sub >= 50
Hour 0  18
Room home
bree present
I will add a button on purpose
regard


Update: From now on to disable "NTR" or "STOP proactively asking date you" must use the button in the Cheat menu
 
Last edited:
  • Like
Reactions: Pdiant

Phantom47

New Member
Dec 19, 2019
6
3
191
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 862, in execute
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 7, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 13, in execute
    frame:
  File "game/mod/ATCMod/ui_mod.rpy", line 20, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in execute
    if girl.traits.known:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in <module>
    if girl.traits.known:
AttributeError: 'NoneType' object has no attribute 'known'

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

Full traceback:
  File "start.rpyc", line 945, in script call
  File "cl/labels_room.rpyc", line 96, in script call
  File "cl/labels_person.rpyc", line 38, in script
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 862, in execute
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 7, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 13, in execute
    frame:
  File "game/mod/ATCMod/ui_mod.rpy", line 20, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in execute
    if girl.traits.known:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in <module>
    if girl.traits.known:
AttributeError: 'NoneType' object has no attribute 'known'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.1.0 25.1.0
Wed Feb 12 13:02:44 2025
Getting this error after i lower Harmony's purity to 70 and trying to interact with her. Can't progress the corruption storyline at all.
 

hentaithulhu

New Member
Nov 18, 2023
10
20
48
Thanks for for the Gamer&Maid Bree!
Can we have a mod to unlock the Band storyline after you have done Sasha's story?
I have a save with almost all harems, all girls collared except Kleio and I don't wanna restart :/

Can I try to force the event with console? I meddle with editing my save file, but changing the variables value didn't seem to be enough as it hid the event from the quest log but it didn't allowed me to redo it. Maybe if I could remove the parameter from the database object but I haven't found an online renpy save editor that allowed me to go that far
 
  • Heart
Reactions: Mr Who

tiredrock777777

New Member
Feb 21, 2025
1
1
3
I'm running 25.1.0b and I've installed each of the files available on here and none of them worked. Does 25.1.0b not work for this or am I downloading the wrong files somehow?
 
  • Thinking Face
Reactions: Mr Who

sora590

Member
Apr 3, 2020
149
136
208
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 862, in execute
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 7, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 13, in execute
    frame:
  File "game/mod/ATCMod/ui_mod.rpy", line 20, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in execute
    if girl.traits.known:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in <module>
    if girl.traits.known:
AttributeError: 'NoneType' object has no attribute 'known'

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

Full traceback:
  File "start.rpyc", line 945, in script call
  File "cl/labels_room.rpyc", line 96, in script call
  File "cl/labels_person.rpyc", line 38, in script
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\LoSeSb-25.1.0-pc_patreon\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 858, in execute
  File "game/cl/labels_ui.rpy", line 862, in execute
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 5, in execute
    screen girl_info(girl, clear=False):
  File "game/mod/ATCMod/ui_mod.rpy", line 7, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 13, in execute
    frame:
  File "game/mod/ATCMod/ui_mod.rpy", line 20, in execute
    vbox:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in execute
    if girl.traits.known:
  File "game/mod/ATCMod/ui_mod.rpy", line 77, in <module>
    if girl.traits.known:
AttributeError: 'NoneType' object has no attribute 'known'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.1.0 25.1.0
Wed Feb 12 13:02:44 2025
Getting this error after i lower Harmony's purity to 70 and trying to interact with her. Can't progress the corruption storyline at all.
i got this same error
 
  • Thinking Face
Reactions: Mr Who

Eonor

Well-Known Member
Sep 9, 2017
1,031
2,508
485
Updated my compressed Android port of LoSe: SB with Mr Who's collab mod to v25.2.0a. Can't speak for any bugs already present in the game and it loads about as slow as the standard port, unfortunately.

This is my first time porting the game with any mod. It opened, ran and loaded a previous save without any issue but I can't guarantee there won't be any issues further into the game.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 
5.00 star(s) 1 Vote