ulluquiora

Newbie
Jan 12, 2019
16
7
To turn on debug:
Go to
Lab_Rats(Folder)-renpy(Folder)-common(Folder) and then look for 00console.rpy and edit it with notepad++ or something similar (Make sure its 00console.rpy and not 00console.rpyc)

After opening 00console.rpy press CTRL+F on your keyboard and type in False, click find next twice and you should see

# If true, the console is enabled despite config.developer being False.
config.console = False
Change False to True. Save and open the game. To open the console in-game after enabling it, press SHIFT+O << The letter, not the number.

For cash type player_money = ### (Replace the hashtags with desired amount) Into the Console
There's probably a way to change relationship points or how much control you have over a character but I haven't figured out the variable name yet, Sorry.
I've tried to modify the file using this suggestion, and when I opened the app, I got error like this:

You don't have permission to view the spoiler content. Log in or register now.

Any suggestion or should I redownload the new files?
 

ulluquiora

Newbie
Jan 12, 2019
16
7
This:



Looks like its somehow combined two lines to one, make sure the two config options are on their own lines.
Finally I used the original one to enjoy the gameplay... :unsure:

But new problem appeared, like some missing images when text flirting (Alexia & Stephanie), going home at night (Alexia), after receiving paycheck (Mom), and maybe more that I couldn't remember in what event:

You don't have permission to view the spoiler content. Log in or register now.

Maybe I could get any suggestion to solve it?
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,006
2,082
No idea, that error message looks like files have been modded somehow. The public attribute looks off, never seen that before.
 

FiloPernofolus

New Member
Aug 9, 2020
1
0
como consigo el suero morado por favor diganme
According to muttdoggy

"You need 40+ points with your boss and and have talked to stephanie about the advanced formula in the morning.
Then visit your boss at the lab during the evening.
There should be a dialog to ask about the research. She'll give you site info and login for a research site.
The following day, use the computer and go to the site she gave you access to.
Boom! Purple serum activated!"

40 puntos de afinidad con la jefa, le hablas a stephanie sobre avanzar tu investigacion en la mañana. Luego vas a ver a la jefa durante la tarde en el lab. Ahi te aparece dialogo de investifacion. Ella te va dar la informacion para meterte al sitio de investigacion (computadora) el siguiente dia usas la compuradora y PUM! activaste el suero morado.
 

hngg

Compress All The Things!
Modder
Game Compressor
Donor
May 26, 2019
574
2,459
Lab Rats [v1.0][Vren]
Optimized Android Port(128MB): -
Optimized Windows(105MB): -
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
These builds were lightly compressed(minimal quality loss) and updated to the latest stable version of RenPy for better performance. Muttdoggy's mod has also been applied.

*This unofficial port/version is not released by the original developer, download at your own risk*
These files were compressed using YAC, my own cruncher script.​
 
Jun 19, 2020
44
8
Just started playing this game. Quite good...

Just don't understand what the number on bottom left mean? There are 2 kind of number there... What does the number in bracket mean and what does the other number mean?
 

hngg

Compress All The Things!
Modder
Game Compressor
Donor
May 26, 2019
574
2,459
Just started playing this game. Quite good...

Just don't understand what the number on bottom left mean? There are 2 kind of number there... What does the number in bracket mean and what does the other number mean?
Normal number is control/corruption level; parenthetical number is resistance number. Resistance blocks increases to control level. Repeating the same serum delivery method too often on the same person increases resistance.
 

AaronIsMe

Newbie
Apr 18, 2018
36
17
is there any guide on all events that's available and also the code to tweak the chance of that event.
played a while and start getting bored of constant routine, since i don't know if there is event i haven't triggered or not
 

fernandez009

New Member
Oct 28, 2020
2
0
does this mod works with advanced versions of this game too and if pass 120 days will i still able to play or the game ends there
 

iltis

New Member
Dec 29, 2017
13
3
Hey guys

I want to play the moblie Version but i cant Tap my name and confirm it. Has anyone a idea for me?
 
  • Like
Reactions: max300

Draven555

Newbie
Jan 9, 2019
27
4
i keep getting this when i try to start the game.
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name u'introRoom' is defined twice, at game/Backups/intro_scenes.rpy:1 and game/intro_scenes.rpy:1.

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

Full traceback:
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\main.py", line 358, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 259, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 738, in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 414, in finish_load
bad_node.filename, bad_node.linenumber))
ScriptError: Name u'introRoom' is defined twice, at game/Backups/intro_scenes.rpy:1 and game/intro_scenes.rpy:1.

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,006
2,082
i keep getting this when i try to start the game.
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name u'introRoom' is defined twice, at game/Backups/intro_scenes.rpy:1 and game/intro_scenes.rpy:1.

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

Full traceback:
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\main.py", line 358, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 259, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 738, in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "C:\Users\tenne\Desktop\dec adult games\Lab_Rats-1.0-all\renpy\script.py", line 414, in finish_load
bad_node.filename, bad_node.linenumber))
ScriptError: Name u'introRoom' is defined twice, at game/Backups/intro_scenes.rpy:1 and game/intro_scenes.rpy:1.

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
I think there was something with the Backups folder, get rid of it and try again.
 
3.80 star(s) 49 Votes