The Grifter

Active Member
May 28, 2017
746
1,162
379
my goodness no wonder why this game is such a mess keeps fucking with shit that should be left the fuck alone
i have a bunch of serum i wanna sell and be rid of (BEFORE its never been a problem select the piles ya wanted to sell and was done)im lost with how ya got set up now ..does the dev even read our comments here or what?
lots of has made complaints and suggestions and every thing we say seems ignored
i really love this game have since it came out but dude your making it harder and harder to play and or enjoy anymore
GOD i cant wait for the mod to be updated this is just so bloody frustrating
As far as it is known Vren does not visit here, at least not officially. So no, he doesn't read them.
 

eldoen

Member
Jun 30, 2021
460
283
141
When you recruit new people with new policies activated

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

While running game code:
  File "game/script.rpy", line 262, in script call
    $ picked_option.call_action()
  File "game/general_actions/location_actions/business_actions.rpy", line 167, in script
    python: #Build our list of candidates with our proper recruitment requirements
  File "game/general_actions/location_actions/business_actions.rpy", line 171, in <module>
    candidates.append(make_person(mc.business.generate_candidate_requirements()))
  File "game/helper_functions/random_generation_functions.rpy", line 11, in make_person
    return_character = create_random_person(**requirement_dict)
  File "game/helper_functions/random_generation_functions.rpy", line 48, in create_random_person
    age = renpy.random.randint(age_floor,age_ceiling)
ValueError: empty range for randrange() (28,20, -8)

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

Full traceback:
  File "game/script.rpy", line 262, in script call
    $ picked_option.call_action()
  File "game/general_actions/location_actions/business_actions.rpy", line 167, in script
    python: #Build our list of candidates with our proper recruitment requirements
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/general_actions/location_actions/business_actions.rpy", line 171, in <module>
    candidates.append(make_person(mc.business.generate_candidate_requirements()))
  File "game/helper_functions/random_generation_functions.rpy", line 11, in make_person
    return_character = create_random_person(**requirement_dict)
  File "game/helper_functions/random_generation_functions.rpy", line 48, in create_random_person
    age = renpy.random.randint(age_floor,age_ceiling)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/random.py", line 244, in randint
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/random.py", line 220, in randrange
ValueError: empty range for randrange() (28,20, -8)

Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.49.1
Wed Feb  9 14:17:22 2022
before or after 49.2 patch??
 

str8up

Forum Fanatic
Jun 4, 2020
4,253
2,295
428
im trying to boost a few characters clarity
the_person.clarity=9999
the_person.free_clarity=9999
not having any luck someone els has commands to try?
 

ZarakiZ

Member
Nov 1, 2019
262
247
227
im trying to boost a few characters clarity
the_person.clarity=9999
the_person.free_clarity=9999
not having any luck someone els has commands to try?
I don't think other characters have clarity, they have novelty, the player has clarity
You don't have permission to view the spoiler content. Log in or register now.
 

KEKBUR

Member
Sep 15, 2016
196
525
261
im a bit confused because i have a few girls in a deep trance BUT cant cant get spefic things i want because they dont have enough clarity
Im going to assume its you (the MC) that does not have the clarity needed to actually pick anything when taking advantage of their trance.

You probably need to bang more to get some :p

This number (Clarity at bottom)
1644433653629.png

Is used to buy these options - if you dont have free clarity enough you can't unlock stuff
1644433744528.png
 

Perdurabo

Member
May 4, 2017
126
83
175
im a bit confused because i have a few girls in a deep trance BUT cant cant get spefic things i want because they dont have enough clarity
You're the only one that gets clarity. And it uses /your/ clarity.

Think of it as you having clear enough thoughts to phrase the suggestion effectively.
 

str8up

Forum Fanatic
Jun 4, 2020
4,253
2,295
428
You're the only one that gets clarity. And it uses /your/ clarity.

Think of it as you having clear enough thoughts to phrase the suggestion effectively.
LOL ok all this time thought was their clarity needs raised ok ty ill try that out
 

eldoen

Member
Jun 30, 2021
460
283
141
eldoen i just checked his patreon page and downloaded it and it is now saying Lab_Rats_2-v0.49.2.
two ways to tell, when you start a new game it will say a versión, so the zip file name doesn't modify it, it is changed in options.rpy, without the game will still welcome you to 49.1, and traceback files will still say 49.1.

Just makes it fun, to have to ask if bugfixes have been applied
and specifically, the patch file
 
Last edited:

ttipsigam

Member
Jan 23, 2018
177
291
151
The OP is not updated, but I believe the patrion MEGA links for 49.2 are:
Windows ( )
Mac ( )
Android ( )
 

mkmkmkmkmk.

New Member
May 16, 2021
5
0
124
When i ask a stripper do private dance,game just crack
here is traceback

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 259, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 376, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_stripper.rpy", line 11, in script
if the_person.has_role(cousing_role):
File "game/game_roles/role_stripper.rpy", line 11, in <module>
if the_person.has_role(cousing_role):
NameError: name 'cousing_role' is not defined

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

Full traceback:
File "game/script.rpy", line 259, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 376, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_stripper.rpy", line 11, in script
if the_person.has_role(cousing_role):
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/game_roles/role_stripper.rpy", line 11, in <module>
if the_person.has_role(cousing_role):
NameError: name 'cousing_role' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.49.1
Thu Feb 10 10:28:03 2022
 

eldoen

Member
Jun 30, 2021
460
283
141
When i ask a stripper do private dance,game just crack
here is traceback

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 259, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 376, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_stripper.rpy", line 11, in script
if the_person.has_role(cousing_role):
File "game/game_roles/role_stripper.rpy", line 11, in <module>
if the_person.has_role(cousing_role):
NameError: name 'cousing_role' is not defined

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

Full traceback:
File "game/script.rpy", line 259, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 376, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_stripper.rpy", line 11, in script
if the_person.has_role(cousing_role):
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/game_roles/role_stripper.rpy", line 11, in <module>
if the_person.has_role(cousing_role):
NameError: name 'cousing_role' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.49.1
Thu Feb 10 10:28:03 2022
did you run patch or still running 49.1?? going with old build because I know spelling for cousing was resolved in 49.2
 

eldoen

Member
Jun 30, 2021
460
283
141
Just note for official bugfix 49.1 to 49.2, options.rpy, is not included, need to update version in file to 49.2, in game directory, or just download the full game.
 

Ussr111

Newbie
Sep 13, 2021
31
11
142
The Android Version keep crashing when opening. had tried build 48.1 and 49.1. I am going to try this one but my guess it will crash once I open it.
 
3.40 star(s) 127 Votes