Inkheepurr

Member
Apr 27, 2019
227
808
172
Is the version in the op getting updatedat any point, I've been trying to get the beta version working but my ADHD brain just can't
 
Jul 25, 2022
47
26
52
Recently i got the urge to try lab rats 2 a seccond time (i liked the game but it was a little boring on the version i played) but now the project is abandoned, is this modded version better or has more content? And in which version of the original game is this based on?
 

CallMeBetty

New Member
Mar 15, 2021
4
3
63
Is there a version of the mod from before Reformulate. I loved that version but this new Reformulate version has changed so much (and not for the better) and it's pissing me off. I already know none of the things I have a problem with will be reverted back to as they were, and in some cases will be expanded even further, so there's no reason to continue wasting time on this version.
 
  • Like
Reactions: Rey66119

mn16tor

New Member
May 28, 2017
12
8
206
Is there a version of the mod from before Reformulate. I loved that version but this new Reformulate version has changed so much (and not for the better) and it's pissing me off. I already know none of the things I have a problem with will be reverted back to as they were, and in some cases will be expanded even further, so there's no reason to continue wasting time on this version.
Previous releases of the mod can be downloaded from tags:
 

CallMeBetty

New Member
Mar 15, 2021
4
3
63
Previous releases of the mod can be downloaded from tags:
Thanks but this isn't working, just putting the mods folder into the game folder causes LR2 to crash. The README file says I need a bug fix version but the link it gives ( ) is a dead end. I remember having to delete the base game's exe and replace it with a mod exe. Thanks anyways, hopefully someone else will have what I'm looking for.
 
  • Like
Reactions: Rey66119
Jan 18, 2018
30
57
125
TBH, I doubt it's really tracked, unless the reformulate started doing so. On an earlier version of this game I played out to over an in-game year and no one's age increased. Maybe they'll throw that in at some point, add a "birthday" function or something like that.
Whoosh
 
Jul 25, 2022
47
26
52
I have been playing this for some days and it has been a blast, but i have a question, the "attention" metter is a 79%, is that good or bad? If it's bad how do i reduce it? And how does it get higher?
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
I have been playing this for some days and it has been a blast, but i have a question, the "attention" metter is a 79%, is that good or bad? If it's bad how do i reduce it? And how does it get higher?
I would call it normal. After reaching 100 % the day a female representative from the your city will search for evidence to punish you and your company.
The "attention" metter automatically drops an a daily basis by a value. It increases due sales of attention marked products of your company.
 
Jul 25, 2022
47
26
52
I would call it normal. After reaching 100 % the day a female representative from the your city will search for evidence to punish you and your company.
The "attention" metter automatically drops an a daily basis by a value. It increases due sales of attention marked products of your company.
But will she find anything? Or that deppends on my company stuff?
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
But will she find anything? Or that deppends on my company stuff?
Her two employees will conduct the search. In the meantime you can interact with the city representative. If memory serves you can at least:
  • offer her a coffee
  • talk with her
  • bribe her
  • seduce her
  • intimidate her (?)
Your actions affect the penalty, which is typically money. To support your own actions, you should mix a suitable drug in her coffee ;)
 
  • Like
Reactions: eevveeloversex
Jul 25, 2022
47
26
52
Her two employees will conduct the search. In the meantime you can interact with the city representative. If memory serves you can at least:
  • offer her a coffee
  • talk with her
  • bribe her
  • seduce her
  • intimidate her (?)
Your actions affect the penalty, which is typically money. To support your own actions, you should mix a suitable drug in her coffee ;)
thanks for all the info
 

VincentYamato

Member
Feb 12, 2018
250
45
164
Is there a version with all the current mods that are being implemented? The link in the first page hasnt being updated in a while and im too dumb to try and mod the game on my own
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
If I might suggest a cheat feature...

Get rid of some person, so it doesn't cloud up the game too much.
This has already been implemented, but you have to activate it. Here are all the configuration steps:
  1. go to your bed room
  2. click on MOD settings
  3. go to section Generic People Actions
  4. enable Remove from game
After that you should see a new option Remove from game under Special actions when talking to a generic woman.
 
Last edited:

CoatiGer

Newbie
Sep 26, 2020
42
25
142
Is there a cheat code available to obtain a specific serum in some quantity x?
To generate a new serum from scratch by "cheats", you'll probably have to manipulate the source code. This is doable, but complicated (at least for me).
If you already own one (or more) of the desired serum and just want to have more of it, then there are cheats for the player inventory:

mc.inventory.serums_held[0][1] = 10 (this sets the amount of the first serum in your inventory to 10)
mc.inventory.serums_held[1][1] = 20 (this sets the amount of the second serum in your inventory to 20)
mc.inventory.serums_held[3][1] = 30 (this sets the amount of the third serum in your inventory to 30)

I hope you get the idea of the cheat. To verify the position of a serum within your inventory, you should start with mc.inventory.serums_held[0][1]. This should deliver the current amount of serum at the given position.
 

techguy00

Newbie
May 3, 2021
45
48
60
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 1, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 1, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 46, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 53, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 58, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 60, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 61, in execute
NameError: Name 'Black' is not defined.

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

Full traceback:
  File "script.rpyc", line 443, in script call
  File "script.rpyc", line 464, in script call
  File "game_loops/advance_time.rpyc", line 322, in script call
  File "game_loops/advance_time.rpyc", line 441, in script
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 1, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 1, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 46, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 53, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 58, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 60, in execute
  File "game/game_screens/business_screens/end_of_day_ui.rpy", line 61, in execute
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\text\text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "D:\Program Files\LabRats2-Reformulate-2023.09-pc\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Black' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.09
Thu Dec 21 14:26:08 2023
I was getting the above. With some testing I think the issue is when I named my hair dyes I put []s in them and this seems to break the end of day ui screen if you master them that day. If that is in fact the cause I recommend either fixing the issue or disabling ability to use []s (possibly other special characters too) in the names of traits.

Example trait name: "Organic Hair Chemicals [Black] 1" also as these can't be renamed or forgotten I need to recreate these without the []s and avoid the problematic ones. The ability to rename those traits like you can the serums would be great.
 

SwissCheese

Newbie
Nov 3, 2018
67
45
133
I was getting the above. With some testing I think the issue is when I named my hair dyes I put []s in them and this seems to break the end of day ui screen if you master them that day. If that is in fact the cause I recommend either fixing the issue or disabling ability to use []s (possibly other special characters too) in the names of traits.

Example trait name: "Organic Hair Chemicals [Black] 1" also as these can't be renamed or forgotten I need to recreate these without the []s and avoid the problematic ones. The ability to rename those traits like you can the serums would be great.
Probably should avoid parentheses and both square and curly brackets. Hyphens should be fine
 
4.60 star(s) 79 Votes