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

5.00 star(s) 1 Vote

rmndr

Newbie
Jan 22, 2023
16
17
177
Maybe a bit too much to ask from this mod, but I guess this idea should be easy to dismiss if anything. It would be VERY nice QoL change to have characters/harems who have only the "propose" option left moved from "Active" to "Completed" steps. While filters kinda sorta work, the Story Tracker list is still a pain to navigate.

Other than that, thanks for the mod!
 
  • Heart
  • Like
Reactions: Dronzeer and Mr Who

Dronzeer

Newbie
Jul 27, 2019
98
36
246
Hi, I want to confirm whether the mechanic that is in your mod now is as you intended to do so or bug, When i click ( + ) button the fertility % resets to 0, can't increase anymore only option works is the reset option. Can you make to freely increase & decrease please.
 
  • Like
Reactions: wm4rch3lius

Edward107

Newbie
May 1, 2018
33
18
239
While using mod on joiplay the game had error when i touch character menu.How do i fix this.Both game , it says f0pc error.
 

babudoglio

Newbie
Jan 31, 2021
41
7
173
While using mod on joiplay the game had error when i touch character menu.How do i fix this.Both game , it says f0pc error.
I tried it and it doesn't give me any errors. The only command I see errors is "you are the only one," but I think that's a common error. My advice is to reinstall the mod on a clean version.
 

ATC20

Newbie
Dec 11, 2018
19
8
85
Hi, I want to confirm whether the mechanic that is in your mod now is as you intended to do so or bug, When i click ( + ) button the fertility % resets to 0, can't increase anymore only option works is the reset option. Can you make to freely increase & decrease please.
I'm having that same problem too
 

Mr Who

Newbie
Jan 23, 2018
46
168
100
Updated:

For everyone: I fixed some missing Carriage return (I created the files in Linux and didn't fix them for Windows).
I recommend downloading this version.


Pb20/20 dangerousdanny I hope the error has been fixed now.
Happiness0546 Dronzeer ZEERo0o Broly83 ATC20 fertility button I hope it is now fixed, use the bar and slide it;
the problem is that the developer did not put a separate code for each girl and my previous attempts failed.
babudoglio I haven't added the new girls yet, until I'm sure pregancy works, resolve an error before creating another.
rmndr When the mod is enabled, two buttons are added to the story;
check that the filtered dropdown results match, or you can use the search button if you prefer;
if we confirm that everything works, I think it is a useful feature
regard
 
Last edited:

Pb20/20

Newbie
Apr 17, 2019
42
11
147
Updated:

For everyone: I fixed some missing Carriage return (I created the files in Linux and didn't fix them for Windows).
I recommend downloading this version.


Pb20/20 dangerousdanny I hope the error has been fixed now.
Happiness0546 Dronzeer ZEERo0o Broly83 ATC20 fertility button I hope it is now fixed, use the bar and slide it;
the problem is that the developer did not put a separate code for each girl and my previous attempts failed.
babudoglio I haven't added the new girls yet, until I'm sure pregancy works, resolve an error before creating another.
rmndr When the mod is enabled, two buttons are added to the story;
check that the filtered dropdown results match, or you can use the search button if you prefer;
if we confirm that everything works, I think it is a useful feature
regard
Thanks for the hardwork but..... its still stuck. As soon as I try to change a character settings, I get this:

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

While running game code:
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 1, in execute
    screen gallery_anonymous50000_settings_chr(girlm):
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 1, in execute
    screen gallery_anonymous50000_settings_chr(girlm):
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 4, in execute
    $ Anonymous50000_gallery_player.prepareReplayValue()
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 4, in <module>
    $ Anonymous50000_gallery_player.prepareReplayValue()
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_gallery_player.rpy", line 27, in prepareReplayValue
    exec(string)
    ~~~~^^^^^^^^
  File "game/cl/class_person_ren.py", line 122, in __setattr__
  File "game/cl/class_person_ren.py", line 219, in status
  File "game/cl/class_hero_ren.py", line 177, in name
NameError: name 'heroname' is not defined

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

Traceback (most recent call last):
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, 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 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^               
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 1, in execute
    screen gallery_anonymous50000_settings_chr(girlm):
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 1, in execute
    screen gallery_anonymous50000_settings_chr(girlm):
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 4, in execute
    $ Anonymous50000_gallery_player.prepareReplayValue()
  File "game/mod/Anonymous50000_Gallery/screens/chr_settings_screen.rpy", line 4, in <module>
    $ Anonymous50000_gallery_player.prepareReplayValue()
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_gallery_player.rpy", line 27, in prepareReplayValue
    exec(string)
    ~~~~^^^^^^^^
  File "<string>", line 1, in <module>
  File "game/cl/class_person_ren.py", line 122, in __setattr__
  File "game/cl/class_person_ren.py", line 219, in status
  File "game/cl/class_hero_ren.py", line 177, in name
NameError: name 'heroname' is not defined

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Love & Sex : Second Base - 25.12.0c 25.12.0c
Thu Jan  8 03:14:39 2026
```
 
5.00 star(s) 1 Vote