4.60 star(s) 68 Votes
Jun 8, 2017
223
254
Ophelia Von Friseur doesn't work in the Beta version. She still appears in the salon but her story won't trigger. I already tried starting a new game. Her story does work with the other version of the game though.
download the latest developer version on Git Hub. The one I’m playing on doesn’t have any problems with Ophelia. It does take feel like her events take a little longer to trigger but I think some of the characters got their quests changed a bit. Make sure you also don’t have crisis events set to 100% in the settings when you are in your room. Some events might not trigger because of that.
 

bloodbus

Member
Sep 30, 2020
422
345
That's what killed the original game. Please tell me it is not a priority thing.
Starbuck and Tristim are doing their usual work. I haven't paid too much attention for a while, but it's someone else besides those main two making their attempt at new art
 
Jun 8, 2017
223
254
Also make sure you check out the mods from the discord like Virgin Tracker, Kaden, and Kina's modpacks. VT gives cool icons at a glance during sex scenes to see a girl's current status. Kaden lets you make serums with some crazy traits and even lets you have 28 trait slots. They also changed up a few of the character quests or when they show up so it might feel like a different game if yall just played the last stable release.
 

Kaelric

Member
Oct 30, 2021
220
478
Quick question: Am I forced to get rebecca and gabrielle pregnant to make them my girlfriends or is there a way around that?
 

Fossilf

Newbie
Oct 22, 2017
93
55
Current beta broken. Goes to wrong menu after stripping a clothing item during a date, can perform any "acts".
 

Fossilf

Newbie
Oct 22, 2017
93
55
Quick question: Am I forced to get rebecca and gabrielle pregnant to make them my girlfriends or is there a way around that?
Never found a way around it. Best you can do is wait and give end game pregnancy accelerator to decrease the annoyance.
 

DA22

Devoted Member
Jan 10, 2018
8,094
16,695
Same, although not as later. If I'm not wrong they both depend on company progress.
Sex shop depends on aunt and cousin moving out if I remember right from what I read on discord in beta versions (to make sure the teamup between Cara and aunt can be opened with more certainty amongst other reasons), Ophelia I am not sure if is same thing or related to something in company.
 
  • Like
Reactions: AXELXX and oldshoe

Elkrose

Member
Oct 20, 2018
106
140
Also make sure you check out the mods from the discord like Virgin Tracker, Kaden, and Kina's modpacks. VT gives cool icons at a glance during sex scenes to see a girl's current status. Kaden lets you make serums with some crazy traits and even lets you have 28 trait slots. They also changed up a few of the character quests or when they show up so it might feel like a different game if yall just played the last stable release.
Keep in mind though, majority of the Mods are better used on the latest Develop of LR2R. Your better off to refer to the LR2R Discord for more up to date info on how to get the mods working smoothly. Also you will pretty much get to the moment when things are fixed, repaired, updated a lot quicker too!

Happy gaming, and try not to wear out your wrists too much! :p
 

DrLizardman

Active Member
Apr 28, 2021
500
170
anyone having trouble using the beta updater? It says to just run it again inside the folder it made to update but when I do it says It cant find RenPy anymore
 

ravenhawk

Member
Jul 2, 2017
386
471
anyone having trouble using the beta updater? It says to just run it again inside the folder it made to update but when I do it says It cant find RenPy anymore

I had this issue the other day. You need both the game and renpy installed in the same folder 1723128703588.png
 

Elkrose

Member
Oct 20, 2018
106
140
anyone having trouble using the beta updater? It says to just run it again inside the folder it made to update but when I do it says It cant find RenPy anymore
I updated the Readme to be a bit more clear.
 

Elkrose

Member
Oct 20, 2018
106
140
I had this issue the other day. You need both the game and renpy installed in the same folder
yes, I updated step 5-7 to be a bit more clear. But like I suggested, use Coopers as it is more obvious as to why it needs to be in the lr2mods folder. And the directions state 'lr2mods' folder that is created by the script. Screenshot 2024-08-08 113915.png
 
Last edited:

Fedora Man

Newbie
Jun 19, 2017
33
55
I'm getting an error every time I try to talk to Stephanie:

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

While running game code:
  File "game/script.rpy", line 466, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 463, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 543, in script
    call screen main_choice_display(build_menu_items([build_chat_action_list(the_person, keep_talking), build_specific_action_list(the_person, keep_talking), build_special_role_actions_list(the_person, keep_talking)]))
  File "renpy/common/000statements.rpy", line 662, in execute_call_screen
    args, kwargs = a.evaluate()
  File "game/script.rpy", line 543, in <module>
    call screen main_choice_display(build_menu_items([build_chat_action_list(the_person, keep_talking), build_specific_action_list(the_person, keep_talking), build_special_role_actions_list(the_person, keep_talking)]))
  File "game/major_game_classes/serum_related/serums/body_monitor_serum.rpy", line 21, in get_body_monitor_serum
NameError: name 'find_in_list' is not defined

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

Full traceback:
  File "game/script.rpy", line 466, in script call
    $ picked_option.call_action()
  File "game/script.rpy", line 463, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 543, in script
    call screen main_choice_display(build_menu_items([build_chat_action_list(the_person, keep_talking), build_specific_action_list(the_person, keep_talking), build_special_role_actions_list(the_person, keep_talking)]))
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 662, in execute_call_screen
    args, kwargs = a.evaluate()
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\ast.py", line 344, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 543, in <module>
    call screen main_choice_display(build_menu_items([build_chat_action_list(the_person, keep_talking), build_specific_action_list(the_person, keep_talking), build_special_role_actions_list(the_person, keep_talking)]))
  File "game/general_actions/interaction_actions/chat_actions_definition_ren.py", line 367, in build_special_role_actions_list
    special_role_actions.sort(key = sort_display_list, reverse = True)
  File "S:\Libraries\Downloads\renpy-8.1.3-sdk.7z\renpy-8.1.3-sdk\renpy\revertable.py", line 97, in do_mutation
    return method(self, *args, **kwargs)
  File "game/general_actions/interaction_actions/chat_actions_definition_ren.py", line 317, in sort_display_list
    if the_item.is_action_enabled(extra_args):
  File "game/major_game_classes/game_logic/Action_ren.py", line 74, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/major_game_classes/game_logic/Action_ren.py", line 68, in check_requirement
    return self.requirement(*extra_args)
  File "game/game_roles/business_roles/_business_role_definitions_ren.py", line 308, in fetish_serum_discuss_requirement
    return mc.is_at_office and mc.business.is_open_for_business and body_monitor_serum_is_unlocked()
  File "game/major_game_classes/serum_related/serums/fetish_serums_ren.py", line 1077, in body_monitor_serum_is_unlocked
    if not get_body_monitor_serum():
  File "game/major_game_classes/serum_related/serums/body_monitor_serum.rpy", line 21, in get_body_monitor_serum
NameError: name 'find_in_list' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2024.06-code-beta
Thu Aug  8 10:40:26 2024
 
4.60 star(s) 68 Votes