kiava

Active Member
Oct 2, 2017
989
560
296
hi guys i have a question about immediate ovulation serum, the serum says that the ovum will mature next day so next day the person should be more fertile right ?
but i noticed that the sperm icon you mentioned never appear, is it intended ?

another thing, any news about daz models rework ? ty
 
Last edited:

pussyhunter33

Member
Jan 1, 2021
492
332
170
Stuck at the same part since the change to "Get a drink" option at the Downtown Distillery. Where you used to be able to start her quest line has now been replaced with "Test label. We skip the foreplay and go straight to drinking now." which appears to circumvent interaction with Camilla to initiate the "Go dancing" event by offering her a drink and start the conversation.
as far i remember you must ask Camilla in here apartment iff you can go there?
Goht in amd tjecked
 
Last edited:
  • Like
Reactions: lan1967

pussyhunter33

Member
Jan 1, 2021
492
332
170
hi guys i have a question about immediate ovulation serum, the serum says that the ovum will mature next day so next day the person should be more fertile right ?
but i noticed that the sperm icon you mentioned never appear, is it intended ?

another thing, any news about daz models rework ? ty
she must lo
 

lewd_dude69

New Member
Sep 20, 2019
8
1
117
It's been a few weeks, here's a new dev build, with all the working Mods besides the AI image gen (VT & CT, RealPorn, moresomes, Zenpak, Kaden and Kina mods) PC/Linux. Up to date as of a few minutes ago.



Mega

This is a new build, same name, link updated August 2, Kina fixed a bug in the child support code. If you don't have child support turned on you don't need this, other than that it's identical to the initial upload...
How do we enable the real porn mod? There's no setting under the MOD menu. Or does the author have like a git for the mod?
 

0800vids

Newbie
Apr 22, 2018
61
67
102
How do we enable the real porn mod? There's no setting under the MOD menu. Or does the author have like a git for the mod?
What do you mean? It's active. As soon as you're in a sex scene it automatically plays a small video showing roughly what you're currently doing. At least it does for me. I extracted and started the game, that's it.
 

tenbold

New Member
Nov 14, 2020
4
0
59
Tried doing this. Although I have stablediffusion running, with the command line configurations in webui, I get 'An exception has occurred' when I hit the GenAI button. It will not generate images in the game either.
Here's my full BBCopy... any suggestions?

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

While running game code:
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 344, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 350, in execute
    viewport:
  File "game/mods/GenAI/SD_UI.rpy", line 356, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 379, in execute
    if not have_connection:
  File "game/mods/GenAI/SD_UI.rpy", line 394, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 445, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 448, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 452, in execute
    hbox:
  File "game/mods/GenAI/SD_UI.rpy", line 454, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 458, in execute
    if prompts:
  File "game/mods/GenAI/SD_UI.rpy", line 459, in execute
    button:
  File "game/mods/GenAI/SD_UI.rpy", line 462, in execute
    text "[persistent.sd_selected_prompt['Name']]" size 16
TypeError: 'NoneType' object is not subscriptable

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

Full traceback:
  File "script.rpyc", line 137, in script
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 1470, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 1117, in do_display
    display_say(who,
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 814, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\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 "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 344, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 350, in execute
    viewport:
  File "game/mods/GenAI/SD_UI.rpy", line 356, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 379, in execute
    if not have_connection:
  File "game/mods/GenAI/SD_UI.rpy", line 394, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 445, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 448, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 452, in execute
    hbox:
  File "game/mods/GenAI/SD_UI.rpy", line 454, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 458, in execute
    if prompts:
  File "game/mods/GenAI/SD_UI.rpy", line 459, in execute
    button:
  File "game/mods/GenAI/SD_UI.rpy", line 462, in execute
    text "[persistent.sd_selected_prompt['Name']]" size 16
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\text\text.py", line 2073, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\text\text.py", line 2206, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\python.py", line 1215, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\python.py", line 1208, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
TypeError: 'NoneType' object is not subscriptable

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Lab Rats 2 - Down to Business 2025.04
Sat Aug  2 14:37:40 2025
 

DANTE156

New Member
Feb 6, 2018
4
1
86
hi guys i have a question about a command which was "pregnant_role = Role("Pregnant", [], hidden = False)" I don't know if I'm using it correctly or if the game changed something and this no longer works like before, if someone can answer my question or tell me if are another comand that do the same ?
 
Last edited:

NoSpaceBar

New Member
Apr 5, 2019
14
20
126
as far i remember you must ask Camilla in here apartment iff you can go there?
Goht in amd tjecked
No, that has nothing to do with her quest of taking photos in the restroom at the bar. The option to start that quest is now missing from the menu in the bar.
 

osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,088
3,905
485
How do we enable the real porn mod? There's no setting under the MOD menu. Or does the author have like a git for the mod?
What do you mean? It's active. As soon as you're in a sex scene it automatically plays a small video showing roughly what you're currently doing. At least it does for me. I extracted and started the game, that's it.
FYI the realporn MOD (and the GenAI MOD) do not work out of the box on Linux because the author sets the path to game/Mod while the real name of the folder game/mod and then there is sometimes an issue with the casing of the genre subfolders..
A couple of months back I had tracked down the code of the MOD and made a fix but I can't seem to find it anymore.
 
  • Like
Reactions: simon247

NaughtyAnon

Newbie
Apr 2, 2020
44
36
152
Here's my full BBCopy... any suggestions?

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

While running game code:
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 344, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 350, in execute
    viewport:
  File "game/mods/GenAI/SD_UI.rpy", line 356, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 379, in execute
    if not have_connection:
  File "game/mods/GenAI/SD_UI.rpy", line 394, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 445, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 448, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 452, in execute
    hbox:
  File "game/mods/GenAI/SD_UI.rpy", line 454, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 458, in execute
    if prompts:
  File "game/mods/GenAI/SD_UI.rpy", line 459, in execute
    button:
  File "game/mods/GenAI/SD_UI.rpy", line 462, in execute
    text "[persistent.sd_selected_prompt['Name']]" size 16
TypeError: 'NoneType' object is not subscriptable

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

Full traceback:
  File "script.rpyc", line 137, in script
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 1470, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 1117, in do_display
    display_say(who,
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\character.py", line 814, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\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 "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 341, in execute
    screen SDConfig_menu():
  File "game/mods/GenAI/SD_UI.rpy", line 344, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 350, in execute
    viewport:
  File "game/mods/GenAI/SD_UI.rpy", line 356, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 379, in execute
    if not have_connection:
  File "game/mods/GenAI/SD_UI.rpy", line 394, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 445, in execute
    frame:
  File "game/mods/GenAI/SD_UI.rpy", line 448, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 452, in execute
    hbox:
  File "game/mods/GenAI/SD_UI.rpy", line 454, in execute
    vbox:
  File "game/mods/GenAI/SD_UI.rpy", line 458, in execute
    if prompts:
  File "game/mods/GenAI/SD_UI.rpy", line 459, in execute
    button:
  File "game/mods/GenAI/SD_UI.rpy", line 462, in execute
    text "[persistent.sd_selected_prompt['Name']]" size 16
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\text\text.py", line 2073, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\text\text.py", line 2206, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\python.py", line 1215, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\TCHT\LabRats2-Reformulate-2025.04-market\renpy\python.py", line 1208, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
TypeError: 'NoneType' object is not subscriptable

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Lab Rats 2 - Down to Business 2025.04
Sat Aug  2 14:37:40 2025
So right off the bat I can see you aren't running the beta for LR2. I am on Version 2025.07-betaVTMod4.0.37 and have no issues running the GenAI. If I ever see errors like this its usually because I was trying to recode in python and broke it. Not sure if the non-beta releases will even work with the mods right now.
 

tenbold

New Member
Nov 14, 2020
4
0
59
So right off the bat I can see you aren't running the beta for LR2. I am on Version 2025.07-betaVTMod4.0.37 and have no issues running the GenAI. If I ever see errors like this its usually because I was trying to recode in python and broke it. Not sure if the non-beta releases will even work with the mods right now.
Thanks. I went ahead and pulled down 2025.07-betaVTMod4.0.37 using git, and it still won't work.

<edit> Downloaded an earlier version from here... and now it's working
 
Last edited:

zapzero

Member
Jul 19, 2021
122
429
146
Haven't play LR2 in awhile, so Im surprised at the new update.

i am guessing the new genai system works similarly to freecities preg mod's?
 

kiava

Active Member
Oct 2, 2017
989
560
296
hi guys i have a question, premise, i'm new to this, how can i install adetailer ? i don't understand how to do it
And which options with ai gen mod do i have to change to be able to modify or change models ? i'm trying to create a version of npc's with AI anime style usins Milky Dreams model but it generates something too different and with a background, even if i don't want a background
I'm trying to create something like the files of post above
ty

Edit : ok guys there'a a problem,tried to activate the option in game of adetailer, now every time i open AI gen config itopens the page of renpy errors and i don't know what to do to resolve
 
Last edited:

pussyhunter33

Member
Jan 1, 2021
492
332
170
hi could you tell me how you were able to do this images in game ? i downloaded the model but can't make nothing like this
Use AI at own risk? my system closed it down It tryed to open ports so that ewery could take ower my PC So NO AI from my site
 

NaughtyAnon

Newbie
Apr 2, 2020
44
36
152
Use AI at own risk? my system closed it down It tryed to open ports so that ewery could take ower my PC So NO AI from my site
As someone who runs both Stable Diffusion WebUI Forge and Comfy UI I can say none of these applications have every attempted to to open any ports aside from the one port needed to talk to the HTML interface. That being said always make sure these types of programs and any addons or extra files come from reputable and trusted sources.
 

NaughtyAnon

Newbie
Apr 2, 2020
44
36
152
hi guys i have a question, premise, i'm new to this, how can i install adetailer ? i don't understand how to do it
And which options with ai gen mod do i have to change to be able to modify or change models ? i'm trying to create a version of npc's with AI anime style usins Milky Dreams model but it generates something too different and with a background, even if i don't want a background
I'm trying to create something like the files of post above
ty

Edit : ok guys there'a a problem,tried to activate the option in game of adetailer, now every time i open AI gen config itopens the page of renpy errors and i don't know what to do to resolve
When I did the renders with MilkyDreams I actually did not run ADetailer because I was trying for speed more than eye accuracy. The eyes were decent enough. Any time you get these errors it is a programming conflict in the mod. It may be out of date now for that process or it may be trying to run on a protected portion of your drive. Either way it may be something to jump on the game discord and discuss it with the programmers in the mods channel. I must admit my GenAI mod is heavily customized and reprogrammed.
 
  • Like
Reactions: kiava

kiava

Active Member
Oct 2, 2017
989
560
296
When I did the renders with MilkyDreams I actually did not run ADetailer because I was trying for speed more than eye accuracy. The eyes were decent enough. Any time you get these errors it is a programming conflict in the mod. It may be out of date now for that process or it may be trying to run on a protected portion of your drive. Either way it may be something to jump on the game discord and discuss it with the programmers in the mods channel. I must admit my GenAI mod is heavily customized and reprogrammed.
ok got it, i'll try to resolve somehow, ty
But can you help me create those images like you did ? which parameters did you set to create those ?
bc i don't even know where to start lol
 

NaughtyAnon

Newbie
Apr 2, 2020
44
36
152
ok got it, i'll try to resolve somehow, ty
But can you help me create those images like you did ? which parameters did you set to create those ?
bc i don't even know where to start lol
A lot of my prompts are custom built depending on the model I am using. I recommend checking out these articles and to build your own in the prompts folder. This allows prompts that work best with the model you are choosing. I've learned some prompts don't even register in certain models or have to be worded differently to get a similar response.

I also have so many models I had to start a spreadsheet for all the different settings. lol
toomanymodels.png
 
4.60 star(s) 79 Votes