lucasosik

New Member
May 21, 2017
6
6
Hi. I need help with cheats for this game. I change file 00console rpy (config.console = False->True but cheats not work.
I have an error when I write cheats on the console line in red:
UnicodeDecodeError ascii codec cant decode by te 0xa3 in position 9 ordinal not in range(128)
How fix this? Please help
Sorry for my mistakes but my english is poor. ;)
 

totally18

New Member
Aug 6, 2017
8
2
I figured it out. All I did was deleted all the spaces and just put tabs only. Managed to fix the other issues also. Did some moving around in the files and managed to get it running. Not sure if I messed up your mod though lol. I will let you know when I get to the endings.
I got the same problem as well. I'd really appreciate it if you could tell me how to solve it.
Thanks in advance...
 

proxi

Newbie
Aug 1, 2017
27
3
Hello is there maybe again a script for v0.11.0 to enable cheats with the help menu in the game where u see like:
to enable no resis, add $10.000, set day, enz. I had one that i coud use til v0.10.1 but now its giving me errors when i
try to train them.
 

KingoftheEnd

Newbie
Jun 3, 2017
45
12
whenever i get to the end of the game after getting the private dance from alex or telling her to be a cam girl this appears every time.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(lilyO)
NameError: name 'increase_preg_score' is not defined

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

Full traceback:
File "lib/windows-i686/endings.rpyc", line 509, in script
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(lilyO)
NameError: name 'increase_preg_score' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
Lab Rats 0.11.0

if you could find a way to fix that it would be much appreciated because i really want to see all the pregnant endings
 

Baba666777

Newbie
May 5, 2017
60
22
Hi. I need help with cheats for this game. I change file 00console rpy (config.console = False->True but cheats not work.
I have an error when I write cheats on the console line in red:
UnicodeDecodeError ascii codec cant decode by te 0xa3 in position 9 ordinal not in range(128)
How fix this? Please help
Sorry for my mistakes but my english is poor. ;)
This error comes from special character, probably in the folder path where your game is located. To resolve this, just move the game where there's none (only english character for lack of a better term) like a root folder.
 

Caligula

Active Member
Donor
Aug 22, 2017
867
1,060
The game is nice and I really love the impregnation feature. But why is there no male model for the MC? The sex scenes are looking damn strange without it...
 
  • Like
Reactions: Mighty J

foursnacks

Newbie
Jul 21, 2017
87
592
To everyone updating 00console.rpy or any other rpy file....

Make sure you indent correctly!
For things to work correctly, the indentation MUST be space and NOT tabs!
Indentations MUST be in multiples of four (0 spaces, 4 spaces, 8 spaces, 12 spaces, etc.)
Everything is case sensitive!

Making changes aren't hard to do, just make sure you follow the rules.
 

foursnacks

Newbie
Jul 21, 2017
87
592
whenever i get to the end of the game after getting the private dance from alex or telling her to be a cam girl this appears every time.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(lilyO)
NameError: name 'increase_preg_score' is not defined

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

Full traceback:
File "lib/windows-i686/endings.rpyc", line 509, in script
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(lilyO)
NameError: name 'increase_preg_score' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
Lab Rats 0.11.0

if you could find a way to fix that it would be much appreciated because i really want to see all the pregnant endings

Ugh... this is a bug. Here is the issue:

$ increase_preg_score(lilyO) # wrong!

There is no "lilyO" in the code. This instance should be changed to "sisO":

$ increase_preg_score(sisO)
 
  • Like
Reactions: KingoftheEnd

jackkane

Engaged Member
Sep 4, 2016
2,901
2,329
The game is nice and I really love the impregnation feature. But why is there no male model for the MC? The sex scenes are looking damn strange without it...
even weirder that his dick is invisible when he fucks thems or they give him a blowjob.
 

KingoftheEnd

Newbie
Jun 3, 2017
45
12
it didn't work i changed the lilyO to sisO foursnacks and it didn't work it gave me this:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/endings.rpy", line 509, in script
$ increase_preg_score(sisO)
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(sisO)
NameError: name 'increase_preg_score' is not defined

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

Full traceback:
File "game/endings.rpy", line 509, in script
$ increase_preg_score(sisO)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(sisO)
NameError: name 'increase_preg_score' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
 

Sunshine

Newbie
Jun 25, 2017
22
39
it didn't work i changed the lilyO to sisO foursnacks and it didn't work it gave me this:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/endings.rpy", line 509, in script
$ increase_preg_score(sisO)
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(sisO)
NameError: name 'increase_preg_score' is not defined

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

Full traceback:
File "game/endings.rpy", line 509, in script
$ increase_preg_score(sisO)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\wolfe\Downloads\Downloaded games\Lab_Rats-0.11.0-all\Lab_Rats-0.11.0-all\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/endings.rpy", line 509, in <module>
$ increase_preg_score(sisO)
NameError: name 'increase_preg_score' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
Did you load an old save game or did you start a new game? This usually happen when you load a save game from a previous version that doesn't have the feature (hence the not defined error).
 

foursnacks

Newbie
Jul 21, 2017
87
592
Did you load an old save game or did you start a new game? This usually happen when you load a save game from a previous version that doesn't have the feature (hence the not defined error).
My apologies... there is actually two sets of errors in that part of the code. One is the "lilyO", and the other is that VRen is trying to jump a label by pretending it's a python variable.

You can look at my post a few pages back (page 53) or look at the stuff below:

Lines 507 - 513:

label epilog:

$ increase_preg_score(lilyO)
$ increase_preg_score(momO)
$ increase_preg_score(noraO)
$ increase_preg_score(stephO)
$ increase_preg_score(alexO)


Change them to look like:

label epilog:

call increase_preg_score(sisO)
call increase_preg_score(momO)
call increase_preg_score(noraO)
call increase_preg_score(stephO)
call increase_preg_score(alexO)



There are a couple of other bugs that others have found as well and posted fixes. One I know of is in post 1063 by ays.

I'm hoping Vren will post an update soon...
 
3.80 star(s) 49 Votes