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

pheonix9687

Newbie
Sep 20, 2022
47
11
109
Heya! The mod is pretty amazing, good work, Mr Who (Idk how to tag yet lol)
Just saw some features are missing in 'extra', like the ntr on/off feature, and how do i get to stat menu? i don't see any options at all, neither in call nor anywhere at all
Could anyone please help me?
 

Mr Who

Newbie
Jan 23, 2018
40
151
100
I apologize to everyone for the long wait.
I had some problems in real life.
For pheonix9687 question:
  • "Just saw some features are missing in 'extra':
    let me know if you need any features
  • like the ntr on/off feature":
    when you meet ntr, you can choose whether to see him or not
  • and how do i get to stat menu?
    Here's how to proceed:
    • You talk to her
    • and the menu opens:
    • On the second page of the menu you choose
  • i don't see any options at all:

    at the top of the menu, both need to be enabled
  • neither in call nor anywhere at all:
    • after enable above
    • you use the 4 icon

      knock on the door
  • Could anyone please help me?
    Y3s, t311 m3 if y0u n33d;)
Updated first post, thanks to all again for your patience .
 
Last edited:

nitkonikic

Active Member
Sep 17, 2018
581
1,810
319
Hey all,
Just confirming that gallery mod is just for static (with options) gallery, not scene gallery?
 
  • Thinking Face
Reactions: Mr Who

Mr Who

Newbie
Jan 23, 2018
40
151
100
Update to fix DelSuprime problem (I'm also preparing a button to fix this annoying bug by hand(like a reset button)).
for Storm4n, some time ago, someone asked to use load/save instead of quick, but you can still see them in the save/load window.
for nitkonikic the first is a scene gallery, the second a static gallery end the third is the old Lain's gallery.
 
Aug 5, 2016
56
73
210
Download mod, extract into game folder get this error on boot.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 64, in <module>
File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_file_facade.rpy", line 11, in loadSettingsToPersistent
TypeError: 'NoneType' object is not subscriptable

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

Full traceback:
File "mod/Anonymous50000_Gallery/init.rpyc", line 1, in script
File "E:\Games\Echelon\LoSeSb-25.5.0b-pc_patreon\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\Echelon\LoSeSb-25.5.0b-pc_patreon\renpy\python.py", line 1184, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mod/Anonymous50000_Gallery/init.rpy", line 64, in <module>
File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_file_facade.rpy", line 11, in loadSettingsToPersistent
TypeError: 'NoneType' object is not subscriptable

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.6.25022803
Love & Sex : Second Base - 25.5.0b 25.5.0b
Mon Jun 9 18:19:55 2025
 
  • Thinking Face
Reactions: Mr Who

A-R

New Member
Jan 10, 2023
3
1
22
Download mod, extract into game folder get this error on boot.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 64, in <module>
File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_file_facade.rpy", line 11, in loadSettingsToPersistent
TypeError: 'NoneType' object is not subscriptable

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

Full traceback:
File "mod/Anonymous50000_Gallery/init.rpyc", line 1, in script
File "E:\Games\Echelon\LoSeSb-25.5.0b-pc_patreon\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\Echelon\LoSeSb-25.5.0b-pc_patreon\renpy\python.py", line 1184, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mod/Anonymous50000_Gallery/init.rpy", line 64, in <module>
File "game/mod/Anonymous50000_Gallery/classes/Anonymous50000_file_facade.rpy", line 11, in loadSettingsToPersistent
TypeError: 'NoneType' object is not subscriptable

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.6.25022803
Love & Sex : Second Base - 25.5.0b 25.5.0b
Mon Jun 9 18:19:55 2025
I'm having the same problem
 
  • Thinking Face
Reactions: Mr Who

Allvaldr

Newbie
Apr 15, 2018
15
15
101
Same error. Reinstalled everything to be clear, clean installation and fresh download of the mod, still errors on boot.
 
  • Thinking Face
Reactions: Mr Who

pheonix9687

Newbie
Sep 20, 2022
47
11
109
I apologize to everyone for the long wait.
I had some problems in real life.
For pheonix9687 question:
  • "Just saw some features are missing in 'extra':
    let me know if you need any features
  • like the ntr on/off feature":
    when you meet ntr, you can choose whether to see him or not
  • and how do i get to stat menu?
    Here's how to proceed:
    • You talk to her
    • and the menu opens:
    • On the second page of the menu you choose
  • i don't see any options at all:

    at the top of the menu, both need to be enabled
  • neither in call nor anywhere at all:
    • after enable above
    • you use the 4 icon

      knock on the door
  • Could anyone please help me?
    Y3s, t311 m3 if y0u n33d;)
Updated first post, thanks to all again for your patience .
Heya bro, hope you sorted out your irl problems and many thanks, really appreciate it. I'll be back if i've more doubts (lol)
Have a nice day/night.
 
  • Heart
Reactions: Mr Who

Tetungel

New Member
Oct 7, 2017
1
2
93
To fix the issue you can change line 11 in game/mod/Anonymous50000_Gallery/classes/Anonymous50000_file_facade.rpy to:

Python:
if Anonymous50000_var.data is None or not ["first_name"] in Anonymous50000_var.data["characters"]["hero"]["variables"]["common"].values():
With that change it first tests if there even is data already in the persistent file. Don't know if this will catch all issues as this is the first time I use this mod and don't know if there might be some other data already there where it could fail.
 
Apr 9, 2020
39
31
142
a question about ntr, are you cheated on or do you cheat?
Should be asked in main game thread, but to answer, both. Some events include your partner being with someone else, these are relatively few in number and generally can be avoided by making the right decisions, kinda annoying with sometimes wiki being needed. This mod should skip these events (I haven't played through the entire game with the mod). Your character cheating on your partner is completely up to you and how you play.
 
  • Hey there
Reactions: Mr Who

querointernetpls

New Member
Mar 4, 2021
8
3
85
Should be asked in main game thread, but to answer, both. Some events include your partner being with someone else, these are relatively few in number and generally can be avoided by making the right decisions, kinda annoying with sometimes wiki being needed. This mod should skip these events (I haven't played through the entire game with the mod). Your character cheating on your partner is completely up to you and how you play.
I was referring to the mod itself, in the game itself I know that you can be betrayed and things like that, my question was whether the mod has more options for you to betray or more dialogues, in this case I prefer to "betray" than to be betrayed.
 
  • Wow
Reactions: Mr Who

querointernetpls

New Member
Mar 4, 2021
8
3
85
Should be asked in main game thread, but to answer, both. Some events include your partner being with someone else, these are relatively few in number and generally can be avoided by making the right decisions, kinda annoying with sometimes wiki being needed. This mod should skip these events (I haven't played through the entire game with the mod). Your character cheating on your partner is completely up to you and how you play.

''Your character cheating on your partner is completely up to you and how you play.''

So, I know that in the game you kind of do whatever you want, my question is whether this mod has more dialogues regarding this or something like that
 
  • Thinking Face
Reactions: Mr Who
5.00 star(s) 1 Vote