Mr.E

Newbie
Feb 20, 2018
65
49
129
Can someone help me with the Ellie IT director plotline? I can't seem to actually hire her. I've finished the blackmail stuff, confronted her and offered her a job. She was supposed to visit on Friday and start Monday, but it's been over a week in-game and haven't seen her again. The character progress screen says she's been hired, but she's not in my staff directory or phone and I can't add the IT director position in company policies. I do have open employee positions, I'm at 38/40. Any thoughts on what might be going on? Is there some sort of event I'm missing or precondition I haven't met?
It took about 2 weeks game time for her to show up. Patience Grasshopper......
 
  • Like
Reactions: smokey5144 and Burt

Overlord070

Engaged Member
Jan 21, 2021
2,183
5,005
340
Should I play lab rats 1 first?
Just started this one and MC seems to reference his previous experience a bit, seems like I'm missing out.
 

EscapeEvade

Active Member
Nov 23, 2017
516
324
247
Should I play lab rats 1 first?
Just started this one and MC seems to reference his previous experience a bit, seems like I'm missing out.
You don't really need to play the original Lab Rats first. There are several characters who carry over, but the first game (albeit very good) isn't necessary to understand or succeed in LR2.
 
  • Like
Reactions: Overlord070

Burt

Ignoring Social Media
Dec 14, 2016
1,315
1,023
442
Should I play lab rats 1 first?
Just started this one and MC seems to reference his previous experience a bit, seems like I'm missing out.
In my opinion no. Its very basic and there is some story links but it was a good game in its time but it could be completed quickly so download and play it if you want but your asking from others so I say no.
 
  • Like
Reactions: Overlord070

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
Honey Select is way different from Koikatsu.
I really don't care to argue something so subjective. Obviously, my point was that I think both of them are ugly as hell, and arguing about their similarities or differences doesn't change that at all. The reason I've never played Lab Rats 1 is because I think the art is unappealing to look at, and that remains true whether it's Koikatsu, Honey Select, or anything else.

I guess maybe I think of Koikatsu and Honey Select as being similar just in the sense that my brain logs both of them as "too ugly to be interested in playing the game," and leaves it at that. I don't believe my quality of life would be improved in any way by learning to tell the difference between them. If you like one and not the other, bully for you, but they are similarly unappealing to me, so I don't see the point in nitpicking about this.
 
  • Like
Reactions: raiking1975

feeskimo

New Member
Nov 11, 2020
7
1
45
I chose not to blackmail the cousin and now I can't get the event to be the owner of the strip club since it's closing event doesn't trigger, any way to change cousins path to blackmail? I've unlocked almost everything in this playthrough except the club!
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,999
17,549
1,038
I chose not to blackmail the cousin and now I can't get the event to be the owner of the strip club since it's closing event doesn't trigger, any way to change cousins path to blackmail? I've unlocked almost everything in this playthrough except the club!
Normally its Starbucks that unlocks that, unless its been changed.

When I use to play this I never blackmail the cousin and it still allowed me to buy the strip joint after getting Starbucks quest leveled up.
 

feeskimo

New Member
Nov 11, 2020
7
1
45
Normally its Starbucks that unlocks that, unless its been changed.

When I use to play this I never blackmail the cousin and it still allowed me to buy the strip joint after getting Starbucks quest leveled up.
umm, whats the Starbucks quest? I wish this game had some proper docs or walkthroughs
 

Mishun

Active Member
Jan 27, 2018
759
253
168
i have two questions ,
1. is the bimbo serum really permanent? i have used it twice and the girl dialogue just after using it changes, but it reverts after you go into a sex scene and after the serum ends, so what does it changes?
2. can you get rid of the recently orgasmed "debuff" permanently? i was told to check "sex_mechanics.rpy - #recently orgasmed = true - " but i cannot find that .rpy file, is not where it usually is. I downloaded the full modded game, so maybe its on a different location or it was removed?
you can put in console mc.recently_orgasmed = False, just copy-past it (Ctrl+C, Ctrl+V), but it's only temporally, you need to do it every time, no permanent solution in modded version, not yet anyway, but i hope they'll add it soon
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,999
17,549
1,038
umm, whats the Starbucks quest? I wish this game had some proper docs or walkthroughs
She runs the adult store that you can invest in and after several times investing and having fun with her she is the one that tells you about the strip club closing or something like that.
 

CJ Parker

New Member
Jan 22, 2018
5
3
74
I downloaded the latest BETA version and tried to load a save. Got this error. Anyone knows what the issue is and how to fix it? Sorry I am new to Git so not sure if I need to roll back to a prev version, or how to do that. Thanks


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

While running game code:
  File "game/bugfix_additions/compatibility_fix.rpy", line 173, in script call
    label missing_label_called(arg1 = None, Arg2 = None):
  File "game/script.rpy", line 477, in script call
    call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
  File "game/bugfix_additions/action_mod_core.rpy", line 74, in script
    python:
  File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
    show_ui()
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
    python:
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
    schedule_button_text = mc.schedule.get_hud_text()
AttributeError: 'MainCharacter' object has no attribute 'schedule'

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

Full traceback:
  File "game/bugfix_additions/compatibility_fix.rpy", line 173, in script call
    label missing_label_called(arg1 = None, Arg2 = None):
  File "game/script.rpy", line 477, in script call
    call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
  File "game/bugfix_additions/action_mod_core.rpy", line 74, in script
    python:
  File "D:\Games\lr2mods\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\lr2mods\renpy\python.py", line 1184, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
    show_ui()
  File "game/major_game_classes/character_related/scene_manager_ren.py", line 32, in show_ui
    renpy.show_screen("player_status_hud")
  File "D:\Games\lr2mods\renpy\display\screen.py", line 1362, in show_screen
    sls.add(_layer, d, _tag, zorder=_zorder, transient=_transient, keep_st=True, name=name)
  File "D:\Games\lr2mods\renpy\display\scenelists.py", line 444, in add
    if not self.hide_or_replace(layer, remove_index, "replaced"):
  File "D:\Games\lr2mods\renpy\display\scenelists.py", line 503, in hide_or_replace
    if not oldsle.displayable._handles_event(prefix):
  File "D:\Games\lr2mods\renpy\display\screen.py", line 533, in _handles_event
    self.update()
  File "D:\Games\lr2mods\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
    python:
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
    schedule_button_text = mc.schedule.get_hud_text()
AttributeError: 'MainCharacter' object has no attribute 'schedule'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Lab Rats 2 - Down to Business 2025.07-beta
Mon May 12 01:26:28 2025
 
  • Haha
Reactions: keer

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
I downloaded the latest BETA version and tried to load a save. Got this error. Anyone knows what the issue is and how to fix it? Sorry I am new to Git so not sure if I need to roll back to a prev version, or how to do that. Thanks


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

While running game code:
  File "game/bugfix_additions/compatibility_fix.rpy", line 173, in script call
    label missing_label_called(arg1 = None, Arg2 = None):
  File "game/script.rpy", line 477, in script call
    call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
  File "game/bugfix_additions/action_mod_core.rpy", line 74, in script
    python:
  File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
    show_ui()
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
    python:
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
    schedule_button_text = mc.schedule.get_hud_text()
AttributeError: 'MainCharacter' object has no attribute 'schedule'

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

Full traceback:
  File "game/bugfix_additions/compatibility_fix.rpy", line 173, in script call
    label missing_label_called(arg1 = None, Arg2 = None):
  File "game/script.rpy", line 477, in script call
    call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
  File "game/bugfix_additions/action_mod_core.rpy", line 74, in script
    python:
  File "D:\Games\lr2mods\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\lr2mods\renpy\python.py", line 1184, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/bugfix_additions/action_mod_core.rpy", line 77, in <module>
    show_ui()
  File "game/major_game_classes/character_related/scene_manager_ren.py", line 32, in show_ui
    renpy.show_screen("player_status_hud")
  File "D:\Games\lr2mods\renpy\display\screen.py", line 1362, in show_screen
    sls.add(_layer, d, _tag, zorder=_zorder, transient=_transient, keep_st=True, name=name)
  File "D:\Games\lr2mods\renpy\display\scenelists.py", line 444, in add
    if not self.hide_or_replace(layer, remove_index, "replaced"):
  File "D:\Games\lr2mods\renpy\display\scenelists.py", line 503, in hide_or_replace
    if not oldsle.displayable._handles_event(prefix):
  File "D:\Games\lr2mods\renpy\display\screen.py", line 533, in _handles_event
    self.update()
  File "D:\Games\lr2mods\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 5, in execute
    screen player_status_hud(): #The UI that shows most of the important information to the screen.
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 9, in execute
    python:
  File "game/game_screens/hud_screens/player_status_hud.rpy", line 22, in <module>
    schedule_button_text = mc.schedule.get_hud_text()
AttributeError: 'MainCharacter' object has no attribute 'schedule'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Lab Rats 2 - Down to Business 2025.07-beta
Mon May 12 01:26:28 2025
The issue is generally that new versions are not compatible with old saves.
 
4.60 star(s) 79 Votes