SDN111

Member
Sep 26, 2023
186
134
129
Looking for a way to remove a fetish from a character. any console commands? looked through dir(the_person) but didnt find anything.... try to remove breeding & anal fetish from several characters. Anyone?
I want to say the cheat tab for a character would let you remove fetishes but I am not sure about that. You would likely need to look at the code to find the variables for individual characters as it likely will not appear in variable viewer.
 

KhaiFirst

Well-Known Member
Feb 27, 2021
1,341
999
180
Unfortunately that would be very difficult given the amount of customization and sheer size of some of the AI checkpoints you can run. Just to give an example the Stable Diffusion library I have just for Lab Rats 2 is 120GB (we wont talk about the flux checkpoints lol). I recommend following the instructions for the beta and then joining the discord if you have questions. Good luck!
thx reply
 

KhaiFirst

Well-Known Member
Feb 27, 2021
1,341
999
180
Looking for a way to remove a fetish from a character. any console commands? looked through dir(the_person) but didnt find anything.... try to remove breeding & anal fetish from several characters. Anyone?
i not try removed with command before, build in cheat seem to have option
 

Glaoui

Member
Donor
Apr 8, 2017
149
239
259
Anyone has the issue with the Serums? I can define them, but when I want to assign them to be researched, I get this:
```
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 "renpy/common/00action_data.rpy", line 186, in get_selected
return val == self.value
TypeError: 'bool' object is not iterable

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

Full traceback:
File "script.rpyc", line 528, in script call
File "script.rpyc", line 528, in script call
File "general_actions/location_actions/business_actions.rpyc", line 203, in script
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/ast.py", line 1987, in execute
self.call("execute")
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/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 "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/exports/statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/core.py", line 2218, 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 "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/screen.py", line 485, in visit_all
self.child.visit_all(callback, seen=None)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 6 more times]
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/displayable.py", line 436, in visit_all
callback(self)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1059, in per_interact
if self.is_selected():
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1047, in is_selected
return is_selected(self.action)
File "/private/var/folders/fx/4p__brbn1nzchsvb_c8363gw0000gn/T/AppTranslocation/F7E94CA6-E26D-4243-B185-D1DE5D257122/d/LabRats2-Reformulate.app/Contents/Resources/autorun/renpy/display/behavior.py", line 473, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 186, in get_selected
return val == self.value
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 76, in __eq__
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 68, in identifier
File "game/major_game_classes/serum_related/SerumDesign_ren.py", line 71, in __hash__
TypeError: 'bool' object is not iterable

macOS-15.5-arm64-arm-64bit arm64
Ren'Py 8.3.6.25022803
Lab Rats 2 - Down to Business 2025.07-betaVTMod4.0.36
Wed Jul 16 09:04:47 2025
```
 

ricker

New Member
Jan 2, 2018
1
0
204
So I'm really loving the GenAI mod, or at least I'm loving the posts I'm seeing about it here. I've got it up and running but I have one big gripe:

View attachment 5038260

How can I move the big blue imagegen control panel off of every single character's face? That's pretty obtrusive...

I've tried using different image dimensions but nothing seems to make a difference. I feel like I must be missing something stupidly obvious here because there's no way everyone is using this GenAI mod with this big thing over every character's face lol... clearly I'm missing something here.

Is there a way to just straight up hide or move the panel?

EDIT: Nevermind, I figured out a solution. For anyone else who isn't using the auto-generate option (which removes that blue panel above entirely), you can edit the SD_UI.rpy file in the GenAI mod folder (in LabRats2/game/mods/GenAI/) and edit line 429 to read "yalign 0.0" instead. Like so:
View attachment 5038312
Do NOT just search 'yalign' using CTRL-F and edit the first one you find. There are tons of y alignment variables for different things and you will likely break something if you do that. You need to specifically edit the yalign beneath the screen SD_update_button(): section.

(In the current version, this is located at line 429 but as the mod is developed this may change. Just FYI for anyone reading this in the future)

Anyway, setting that to 0.0 instead of the 0.2 that it's originally set to should put the panel at the top of the screen instead. I haven't played far enough in this save to see if this is going to interfere with other info/panels later on (it might), but so far it's fine.

For reference, this is what it looks like for me now:
View attachment 5038318

MUCH less obtrusive this way. And now I'm off to see what this mod can do...
Which models do you use for these pics? I like the look of these as they don't look too overly AI generated.
 

iamjustme

New Member
May 16, 2024
7
3
79
Just loaded the latest version from GIT, and I cannot even boot the game. Getting the below error every time I start up:

I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: __init__() takes from 3 to 4 positional arguments but 6 were given

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

Full traceback:
File "people/Ashley/ashley_story.rpyc", line 28, in script
File "D:\LabRats2-Reformulate-2025.07-betaVTMod4.0.36-pc\LabRats2-Reformulate-2025.07-betaVTMod4.0.36-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\LabRats2-Reformulate-2025.07-betaVTMod4.0.36-pc\LabRats2-Reformulate-2025.07-betaVTMod4.0.36-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/people/Ashley/ashley_story_ren.py", line 253, in <module>
TypeError: __init__() takes from 3 to 4 positional arguments but 6 were given

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.8.25052302+nightly
Lab Rats 2 - Down to Business 2025.04VTMod4.0.36VTMod4.0.36
Thu Jul 17 10:40:35 2025



Any help?
 

iamjustme

New Member
May 16, 2024
7
3
79
How to convince city officials to wear sexy uniforms to work
When ever she shows up at your work, give her coffee with the drug in it. Then make out with her, do this multiple times and as you do, one of the things you can suggest when she is in a trance is for her to want to wear sluttier outfits. This will have to be done multiple times, and the attention that you have is related to her showing up.
 

kiava

Active Member
Oct 2, 2017
989
560
296
hi guys i have a question about gen ai mod.
i just dicovered it byseeing some images of generated models and they seems good !
my question is, what about lewd iamges ? are they good or the mod has problems with those ? ty !
 

NaughtyAnon

Newbie
Apr 2, 2020
44
36
152
hi guys i have a question about gen ai mod.
i just dicovered it byseeing some images of generated models and they seems good !
my question is, what about lewd iamges ? are they good or the mod has problems with those ? ty !
It completely depends on the model being used and how fast you want the images. Overall I would say there are a lot of NSFW safetensors out there so odd are in your favor. Now if I can only get it to work with Flux Schnell models that don't take 3 minutes an image. lol

This one took about 4 seconds to generate on SDwebUI.
49453577234799831.png
 
  • Like
Reactions: kiava

lossius

Member
May 7, 2023
114
132
153
Taking advantage of the guy's question above, I (the player) already know that the password is the MC's name, but how does THE CHARACTER discover the password?
 

memkeys

Newbie
Feb 1, 2018
24
20
106
This needs to be pinned to OP
Just stumbled across this GenAI mod for Lab Rats 2 - Reformulated—shoutout to someone/user named Maswoo who dropped it in the Discord server. Had to share it here in case anyone's interested. It basically replaces those ugly, dated DAZ Genesis 2/3 models. Man I'm going to say wow, this is exactly what this game needed. Holy shit! Lol

View attachment 4746331



View attachment 4746295 View attachment 4746296 View attachment 4746297

View attachment 4746306
 
4.60 star(s) 79 Votes