boblicticious

Member
Jun 16, 2017
294
584
The major issue to me are the girl models. Way worse than the first game.
The price we pay for practically infinite character combinations for a non-specified number of generated characters versus 5 static characters who always wear the same clothes. You couldn't feasibly make LR2 with the honey select poser as was done with LR
 

Hawk9970

New Member
Oct 8, 2019
3
0
This game like fapping to multiple characters that have the same face but different hair's style or color.... it feels weird not gonna lie
 

User #1751331

Member
Oct 30, 2019
193
156
Seems a lot of the same bugs still persist.
This one was found when I switched from fondling the sister to kissing her. If you ignore it and move forward you are caught in a loop until you climax and can't go on. The actual bug start is you try to leave the sex dialog when you are out of energy and can't continue on. It goes into a loop talking about she is in control and it doesn't just happen with kissing but any time you try to exit the sex menu.

My suggestion for the author in this case is really simple install the game on a non-development system at home and play from the start. Don't use saves and just check new content. I can't count the number of times new content has in some way effected old content.

That said so far this is a step up from the previous release it continually had issues to the point I just gave up on it. So good work getting those issues cleared up.

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

While running game code:
  File "game/script.rpy", line 9088, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9207, in script call
    $ _return.call_action()
  File "game/chat_actions.rpy", line 1368, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/sex_mechanics.rpy", line 65, in script call
    call girl_choose_position(the_person, ignore_taboo = ignore_taboo) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function
  File "game/sex_mechanics.rpy", line 291, in script
    python:
  File "game/sex_mechanics.rpy", line 294, in <module>
    if position.her_position_willingness_check(the_person, ignore_taboo):
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

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

Full traceback:
  File "game/script.rpy", line 9088, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9207, in script call
    $ _return.call_action()
  File "game/chat_actions.rpy", line 1368, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/sex_mechanics.rpy", line 65, in script call
    call girl_choose_position(the_person, ignore_taboo = ignore_taboo) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function
  File "game/sex_mechanics.rpy", line 291, in script
    python:
  File "F:\AdultGames\Lab_Rats\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\AdultGames\Lab_Rats\Lab_Rats_2-v0.26.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/sex_mechanics.rpy", line 294, in <module>
    if position.her_position_willingness_check(the_person, ignore_taboo):
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.26.1
Mon Mar 09 04:26:14 2020
 
Last edited:

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
I liked the versions before he put the animation in. Now, with animation enabled, on a HD monitor the girls are still out-of center (shifted a quarter to the right). This is not the case if animation is switched off, but the blue frame is very disturbing.

Also, honestly I don't like the animation very much...
 
  • Like
Reactions: Edwarf

Hermenegild

Member
Sep 18, 2017
412
229
Seems a lot of the same bugs still persist.
This one was found when I switched from fondling the sister to kissing her. If you ignore it and move forward you are caught in a loop until you climax and can't go on. The actual bug start is you try to leave the sex dialog when you are out of energy and can't continue on. It goes into a loop talking about she is in control and it doesn't just happen with kissing but any time you try to exit the sex menu.

My suggestion for the author in this case is really simple install the game on a non-development system at home and play from the start. Don't use saves and just check new content. I can't count the number of times new content has in some way effected old content.

That said so far this is a step up from the previous release it continually had issues to the point I just gave up on it. So good work getting those issues cleared up.

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

While running game code:
  File "game/script.rpy", line 9088, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9207, in script call
    $ _return.call_action()
  File "game/chat_actions.rpy", line 1368, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/sex_mechanics.rpy", line 65, in script call
    call girl_choose_position(the_person, ignore_taboo = ignore_taboo) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function
  File "game/sex_mechanics.rpy", line 291, in script
    python:
  File "game/sex_mechanics.rpy", line 294, in <module>
    if position.her_position_willingness_check(the_person, ignore_taboo):
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

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

Full traceback:
  File "game/script.rpy", line 9088, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9210, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 9207, in script call
    $ _return.call_action()
  File "game/chat_actions.rpy", line 1368, in script call
    call fuck_person(the_person,private = in_private) from _call_fuck_person
  File "game/sex_mechanics.rpy", line 65, in script call
    call girl_choose_position(the_person, ignore_taboo = ignore_taboo) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function
  File "game/sex_mechanics.rpy", line 291, in script
    python:
  File "F:\AdultGames\Lab_Rats\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\AdultGames\Lab_Rats\Lab_Rats_2-v0.26.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/sex_mechanics.rpy", line 294, in <module>
    if position.her_position_willingness_check(the_person, ignore_taboo):
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.26.1
Mon Mar 09 04:26:14 2020
Code:
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'
Edit the line number 5296 in game/script.rpy and change "has_family_tboo" to "has_family_taboo".
 

Edwarf

Member
Jun 8, 2017
333
375
I liked the versions before he put the animation in. Now, with animation enabled, on a HD monitor the girls are still out-of center (shifted a quarter to the right). This is not the case if animation is switched off, but the blue frame is very disturbing.

Also, honestly I don't like the animation very much...
+1
In my case, girls appears too small into the frame... and the worst is I deleted the previous version. Silly me.
 

DaMatt

Member
Feb 6, 2018
152
83
+1
In my case, girls appears too small into the frame... and the worst is I deleted the previous version. Silly me.
You could install the mod and disable animations in settings. I'm not sure if installing the bugfix only will help with that.

Cheers
Matt
 

SlavaFW

New Member
Apr 14, 2017
10
20
How to get into a strip club?
In one version of the game, I ran an event with Alex, but I didn't understand where its trigger was.
 

buff

Well-Known Member
May 29, 2017
1,016
1,543
Is there a way to make it so that only the outfits I select are used by employees while they are working? Currently it seems that uniforms are only added as options the employee can pick to use in addition to their own.
You have to make it so that outfit is the only option. Employees can choose from any uniform for their department, or companywide uniforms. Delete the companywide stuff and only create one uniform for each department (or the other way around) and you should be good.
 

User #1751331

Member
Oct 30, 2019
193
156
Code:
  File "game/script.rpy", line 5296, in her_position_willingness_check
    elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'
Edit the line number 5296 in game/script.rpy and change "has_family_tboo" to "has_family_taboo".
Thanks
 

ARMtheWRAITh

New Member
Apr 20, 2018
5
1
every update game goes slow and more slow... even when you try hire someone new. uf this doesnt look good after several patch :D
 

bsjfan69

Member
Oct 4, 2017
346
331
Am I going crazy, or do you now have to click "Return" every time you go to a new location? I don't recall this being the case in the last versions. I want to think I'm misremembering, because I can't possibly think why he would make this change.
 

Burt

Ignoring Social Media
Dec 14, 2016
1,097
871
Am I going crazy, or do you now have to click "Return" every time you go to a new location? I don't recall this being the case in the last versions. I want to think I'm misremembering, because I can't possibly think why he would make this change.
"If you means the go somewhere else button then yes always has been" not sure what the return action is?
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
Am I going crazy, or do you now have to click "Return" every time you go to a new location? I don't recall this being the case in the last versions. I want to think I'm misremembering, because I can't possibly think why he would make this change.
I am pretty sure that was always so. Maybe some mod disabled it.
 

czertik

Active Member
Apr 25, 2018
822
262
i noticed one small problem - whn you have some employes and want to look at thier stats..numbers in rows dont corespond with text above thnem (last two rows on numbers totaly miss text above them).
 

czertik

Active Member
Apr 25, 2018
822
262
when having sex with sis for first time i got this error

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 9109, in script call
$ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
File "game/limited_time_events.rpy", line 198, in script call
call fuck_person(the_person, start_position = standing_finger, private = True) from _call_fuck_person_2
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 182, in script
$ position_choice = girl_choose_position_enhanced(the_person, ignore_taboo = ignore_taboo) #Can be none, if no option was available for her to take.
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 182, in <module>
$ position_choice = girl_choose_position_enhanced(the_person, ignore_taboo = ignore_taboo) #Can be none, if no option was available for her to take.
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 16, in girl_choose_position_enhanced
if position.her_position_willingness_check(the_person, ignore_taboo = ignore_taboo):
File "game/script.rpy", line 5296, in her_position_willingness_check
elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

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

Full traceback:
File "game/script.rpy", line 9109, in script call
$ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
File "game/limited_time_events.rpy", line 198, in script call
call fuck_person(the_person, start_position = standing_finger, private = True) from _call_fuck_person_2
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 182, in script
$ position_choice = girl_choose_position_enhanced(the_person, ignore_taboo = ignore_taboo) #Can be none, if no option was available for her to take.
File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\burn-hry\192 Game Keygens\35 Hentai Games\Lab_Rats_2-v0.26.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 182, in <module>
$ position_choice = girl_choose_position_enhanced(the_person, ignore_taboo = ignore_taboo) #Can be none, if no option was available for her to take.
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 16, in girl_choose_position_enhanced
if position.her_position_willingness_check(the_person, ignore_taboo = ignore_taboo):
File "game/script.rpy", line 5296, in her_position_willingness_check
elif self.skill_tag == "Vaginal" and the_person.has_family_tboo():
AttributeError: 'Person' object has no attribute 'has_family_tboo'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.26.1
Mon Mar 09 21:55:49 2020
```
 
3.40 star(s) 127 Votes