4.70 star(s) 55 Votes

Jahelric

Newbie
Jun 25, 2017
20
5
Here are the corrections I promised. Fixed an error in the "review serum design" screen and an error when saving the game
I tried your changes but got this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game/script.rpy", line 65, in script
init -2 python:
File "game/game/script.rpy", line 70, in <module>
for face in Person._list_of_faces:
NameError: name 'Person' is not defined

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

Full traceback:
File "game/game/script.rpy", line 65, in script
init -2 python:
File "D:\F95zone games\Lab Rats\Lab Rats Ch 2\LabRats2-Reformulate-2023.09-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\F95zone games\Lab Rats\Lab Rats Ch 2\LabRats2-Reformulate-2023.09-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game/script.rpy", line 70, in <module>
for face in Person._list_of_faces:
NameError: name 'Person' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.09
Mon Jan 15 06:16:11 2024
 

divas72

Newbie
Jul 12, 2017
63
64
I tried your changes but got this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game/script.rpy", line 65, in script
init -2 python:
File "game/game/script.rpy", line 70, in <module>
for face in Person._list_of_faces:
NameError: name 'Person' is not defined

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

Full traceback:
File "game/game/script.rpy", line 65, in script
init -2 python:
File "D:\F95zone games\Lab Rats\Lab Rats Ch 2\LabRats2-Reformulate-2023.09-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\F95zone games\Lab Rats\Lab Rats Ch 2\LabRats2-Reformulate-2023.09-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game/script.rpy", line 70, in <module>
for face in Person._list_of_faces:
NameError: name 'Person' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.09
Mon Jan 15 06:16:11 2024
Unfortunately, I can't help you. My changes concerned only objects SerumTrait, SerumDesign. They did not affect Person._list_of_faces in any way
Judging by the report you cited, these are not my changes.

However, the fact that you used my mod and it didn't cause you any related errors is already a good result for me. Thanks for testing!
However, I did find some bugs myself again. I've fixed them, but I don't really like the overall state of things. Perhaps I will go back to refine the previous version. So you can roll back the changes for now.
 
Last edited:
  • Like
Reactions: Wmayrt

Melkor99

Newbie
Dec 7, 2021
23
18
So I know own the stripclub. how do you get the BDSM addon? Is it something you have to wait for, or are there actions you can take?
 

ZacariasF100

Newbie
Nov 1, 2022
51
14
Anybody know how to progress Stepn's love story or it is just imcomplete?She give me a handjob in the Saturday then nothing happen.
 

Mossrock

Member
Jul 23, 2018
160
508
Note that this requires a new save since characters are created on load (meaning her wardrobe is defined only on new game
Did anyone find a workaround for it yet? Reloading wardrobes or something? Or editing them manually, even if it's for one character at a time?
 
Last edited:

divas72

Newbie
Jul 12, 2017
63
64
One question, can Myrabelle be customized however one prefers? View attachment 3270421
Naturally, if you modify that file and start a new game.
Or use the console and change the parameters manually:
myra.body_type = "standatd_body"
e.t.c
However, you should remember that not all parameters can be customized this way.
For example, hair style is saved in a separate object. To learn how to do it, it is better to open the file "Person_ren.py". Of course, not to change it.
But there is also a cheat menu. There you can also change the parameters.
 
  • Like
Reactions: AXELXX and Rey66119

Rey66119

New Member
Apr 18, 2022
2
3
I'm using development from 12/30/23 and it doesn't look as if it's been fixed but orgasm control seems to be broken. I managed to fix it by editing (mc_serum_feat_orgasm_control) line 6 changed to if mc.business.days_since_event("mc_orgasm_in_convo_serum") ==1: Instead of <1.
 

Bennbutton

New Member
Nov 13, 2020
2
0
Can anyone give advice on how to update the Beta? I tried "git pull origin develop" and it said I needed to give an email?
Thanks in advance

$ git pull origin develop
remote: Enumerating objects: 166, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (96/96), done.
remote: Total 166 (delta 87), reused 133 (delta 70), pack-reused 0
Receiving objects: 100% (166/166), 598.82 KiB | 611.00 KiB/s, done.
Resolving deltas: 100% (87/87), completed with 17 local objects.
From
* branch develop -> FETCH_HEAD
+ 55d4efb1b...4eca227e8 develop -> origin/develop (forced update)
Committer identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address
 
4.70 star(s) 55 Votes