120 obedience 4 int 25 sluttinessNevermind I did some testing it just looks like the requirements are a bit higher than they used to be.
I tried your changes but got this errorHere are the corrections I promised. Fixed an error in the "review serum design" screen and an error when saving the game
Unfortunately, I can't help you. My changes concerned only objects SerumTrait, SerumDesign. They did not affect Person._list_of_faces in any wayI 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
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?Note that this requires a new save since characters are created on load (meaning her wardrobe is defined only on new game
Naturally, if you modify that file and start a new game.One question, can Myrabelle be customized however one prefers? View attachment 3270421
Git had updates on the development branch. Currently no official stable release since 3 months ago.I’m confused to whether or not there is a new release.
Hi, it is your nameAnybody knows how to unlock mom's working company? I tried several methods but still had no idea about how to get there.
Anybody knows how to unlock mom's working company? I tried several methods but still had no idea about how to get there.
I think they meant "workplace" (company), not "computer". I think it should be available from the start, just look for the other company/business/enterprise on the world map, that should be it.Hi, it is your name
1. Check the local branch , Make sure your current branch is develop.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.
FromYou must be registered to see the links
* 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