CreatorsOk
vrengames
vrengames

patreon


Lab Rats 2 v0.37.1 Release! Get it Here!

Lab Rats 2 v0.37.1 is ready for bug testing! Get it here!

PC: Lab Rats 2 v0.37.1-PC
Mac: Lab Rats 2 v0.37.1-Mac
Android: Lab Rats 2 v0.37.1-Android  

Lab Rats 2 v0.37.1 is finished it's week of bug testing by patrons and is ready for it's public release! This update adds one major section of storyline content for Jennifer and introduces the framework for the phone and texting system. It also includes a collection of bug fixes and minor improvements throughout the game.

Jennifer's new content is focused on what happens after she secures a promotion at her office job. The sluttier she becomes, the more things she is willing to do to convince her boss to keep her around. You can encourage Jennifer by helping her pay for a boob job, practice her servicing skills, and giving her the confidence she needs to impress her boss. If you don't feel like sharing you can instead march on over to her office to tell her boss to back off. If that doesn't work, you may have to look into alternative ways to convince him...

On the back end a significant portion of the game has been modified in preparation for the introduction of the phone and texting system. Current functionality is limited, but allows you to text girls and ask them where they are. Future updates will add a fully fleshed out phone UI, multiple website hubs accessible from your phone, and more texting options. It will also tie in with Lily's Instapic storyline heavily.

As always, this version also includes bug fixes, quality of life improvements, and general refinements.

Here's a changelog (v0.36.1 to v0.37.1):

*CHANGES AND ADDITIONS*

- Added Jennifer's office as a location.

- Added Jennifer's office lobby as a location.

- Added large sections of content to Jennifer's storyline.

- Story content includes ability to convince Jennifer to get a boob job.

- Added new randomly generated character related to Jennifer's boss.

- Added start of storyline related to Jennifer's boss.

- Added ability to visit Jennifer at work.

- Editted Jennifer's schedule so she is at work during the day.

- Added ability to visit Jennifer's office lobby and ask for her to come down and visit you.

- Improved internal logic for how outfits should be worn.

- Added is_wearing_uniform() function for People. Many events that checked if outfits did or did not match uniforms now properly implemented.

- Added basis for the new phone system.

- Added ability to text girls and ask where they are right now.

- Updated all dialogue calls to use Person "dialogue" instead of Person.char "dialogue to integrate with text system.

- "Wait" or "Sleep" options now always take priority in the action list.

- "Go somewhere else" option now takes second priority in the action list.

- Updated all events that made reference of texting to use the texting system.

- Added event paths that can generate infractions when you find a girl masturbating at work.

- Removed Obedience requirement when asking a girl to stop masturbating at work, and added a refusal branch for the event.

- Increased happiness impact of liking/hating certain days.


*BUG FIXES*

- Fixed taboo dialogue crash when paying a girl strip for you.

- Fixed strip dialogue cascading properly when a taboo break was triggered.

- Fixed crash in catfight event cause by improper group redraw call.

- Fixed crash caused when you're caught in an affair.

- Fixed a crash when you go home with a slutty date.

- Fixed girls not properly returning to their uniforms after they had been commanded to strip.

- Fixed many events improperly checking if an outfit being worn was the characters uniform.

- Corrected logic error in "review_outfit" code.

- Fixed crash in the "horny at work" random event.

- Fixed several crashes in investment opportunity random event due to incorrect variable names.

- Corrected Jennifer not properly moving from her office when you ask to see her.

- Fixed incorrect logic when checking if a girl will ignore your set uniform.

- Fixed incorrect logic when adding serum during the game night event.

- Fixed introvert personality not being picked when generating random characters

- Fixed crash when calling taboo break dialogue during strip scene.

- Refined the clothing item comparison function to incorrectly identifying to items as being the same when they differ in colour, pattern, ect.

- Fixed end of day crash when girls masturbate to relieve arousal.

Comments

Some screen issues with the InstaPic posts are because in script it is using type(item) in the compare actions override (specifically line 4637). This doesn't work if the type is a basestring (which is just one of those fun Python gotchas I guess); my fix is to change line 4637 to: if isinstance(other, Action):

GAZZA

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 159, in script python: File "game/sex_mechanics.rpy", line 175, in if not position_locked: NameError: name 'position_locked' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 159, in script python: File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/sex_mechanics.rpy", line 175, in if not position_locked: NameError: name 'position_locked' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:54:20 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 193, in script if start_object is None: File "game/sex_mechanics.rpy", line 193, in if start_object is None: NameError: name 'start_object' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 193, in script if start_object is None: File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/sex_mechanics.rpy", line 193, in if start_object is None: NameError: name 'start_object' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:53:52 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 187, in script if start_position is None: #The first time we get here, File "game/sex_mechanics.rpy", line 187, in if start_position is None: #The first time we get here, NameError: name 'start_position' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 187, in script if start_position is None: #The first time we get here, File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/sex_mechanics.rpy", line 187, in if start_position is None: #The first time we get here, NameError: name 'start_position' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:53:36 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 93, in script if girl_in_charge: File "game/sex_mechanics.rpy", line 93, in if girl_in_charge: NameError: name 'girl_in_charge' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 93, in script if girl_in_charge: File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/sex_mechanics.rpy", line 93, in if girl_in_charge: NameError: name 'girl_in_charge' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:53:15 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 47, in script $ report_log["was_public"] = not private File "game/sex_mechanics.rpy", line 47, in $ report_log["was_public"] = not private NameError: name 'report_log' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 47, in script $ report_log["was_public"] = not private File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/sex_mechanics.rpy", line 47, in $ report_log["was_public"] = not private NameError: name 'report_log' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:52:54 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 4, in script if report_log is None: File "game/sex_mechanics.rpy", line 4, in if report_log is None: NameError: name 'report_log' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 4, in script if report_log is None: File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 1845, in execute if renpy.python.py_eval(condition): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/sex_mechanics.rpy", line 4, in if report_log is None: NameError: name 'report_log' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:52:39 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 1, in script label fuck_person(the_person, private = True, start_position = None, start_object = None, skip_intro = False, girl_in_charge = False, self_strip = True, hide_leave = False, position_locked = False, report_log = None, affair_ask_after = True, ignore_taboo = False, skip_condom = False): Exception: Required parameter the_person has no value. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 1, in script label fuck_person(the_person, private = True, start_position = None, start_object = None, skip_intro = False, girl_in_charge = False, self_strip = True, hide_leave = False, position_locked = False, report_log = None, affair_ask_after = True, ignore_taboo = False, skip_condom = False): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 868, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 158, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 122, in apply raise Exception("Required parameter %s has no value." % name) Exception: Required parameter the_person has no value. Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:52:18 2021 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 1, in script label fuck_person(the_person, private = True, start_position = None, start_object = None, skip_intro = False, girl_in_charge = False, self_strip = True, hide_leave = False, position_locked = False, report_log = None, affair_ask_after = True, ignore_taboo = False, skip_condom = False): File "game/game_roles/role_affair.rpy", line 333, in call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 NameError: name 'true' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11853, in script call $ crisis.call_action() File "game/dates.rpy", line 472, in script call call date_take_home_her_place(the_person, date_type = "dinner") from _call_date_take_home_her_place_1 File "game/dates.rpy", line 498, in script call call fuck_date_event(the_person) from _call_fuck_date_event_1 #You're having an affair, leads to all of the normal affair stuff like being caught. #TODO: Make sure the date seduction dialogue leads into this properly. File "game/game_roles/role_affair.rpy", line 333, in script call call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 File "game/sex_mechanics.rpy", line 1, in script label fuck_person(the_person, private = True, start_position = None, start_object = None, skip_intro = False, girl_in_charge = False, self_strip = True, hide_leave = False, position_locked = False, report_log = None, affair_ask_after = True, ignore_taboo = False, skip_condom = False): File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 1454, in execute args, kwargs = self.arguments.evaluate() File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 188, in evaluate kwargs[k] = renpy.python.py_eval(v, locals=scope) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Carey's Folder\My Games\misc\Lab Rats 2\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/game_roles/role_affair.rpy", line 333, in call fuck_person(the_person, private = True, start_position = doggy, start_object = mc.location.get_object_with_name("bed"), skip_intro = True, skip_condom = true) from _call_fuck_person_101 NameError: name 'true' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Thu Feb 25 08:50:07 2021 [/code]

Just had an error crop up when, during friday date night sex the boyfriend shows up and the continue anyway choice is selected. it plays through that, and then the errors show up. after ignoring them, when the screen returns there are no advancement options - I have to reload the game. I've had this happen a couple times now, but those were on previous builds. I'm on .37.1 now. Thought this was specifically noted as fixed? From the .37.0 upate - Fixed crash when you're caught in an affair. Guess not? This was specifically with Alexia. Note - this is from a fresh game that I started after I downloaded .37.1 - so not using saves from previous builds. I have added all the error codes that came up below - sorry if this is in the wrong place? there are a lot of them...

Twice now while playing I've had all the random NPCs ( so not Steph, Alexia, Nora, and family members) just stop showing up. When I use the phone interface to ask where they are they say they are home. It is not just workers, nobody is on the streets either. Any ideas on what has happened?

Getting out of memory execeptions when playing the card game with Mom and Rebecca :(.

Jababda

I have played this game pretty exclusively on Android up until 0.35. The game has been unplayable since then. I can't get past the first time you talk to Stephanie in the lobby. The crash doesn't generate any kind of error message. The game just shuts down. Is there any explanation or solution for this? I've reinstalled several times to no avail.

I'd love to see the ability to take a girl shopping. This would let you offer to buy them clothing that is tame enough for them to wear (below sluttiness limit). $100 for Underwear, $100 for outerwear, or $200 for a full outfit. This would let you add an outfit without obedience. A certain cousin might be taken to the store a few times if this were available.

Aaror

When did you change how love is generated? No longer through talking. And what is this love limit reached stuff?

Exodon

Possibly a stupid request, but could we get the shops in the mall implemented? like give us a reason to go there and buy stuff? I can think of a few uses for the sex shop, and the office store. ^_^; If its to much to code that's fine too. I just wanted to put the thought out there.

Colin T.

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11967, in script $ mc.business.run_move() # In each phase it runs people->MC->Business. Policy effects are run as part of the business, and so can overwrite/alter things an employee has done (like wear their uniform) File "game/script.rpy", line 11967, in $ mc.business.run_move() # In each phase it runs people->MC->Business. Policy effects are run as part of the business, and so can overwrite/alter things an employee has done (like wear their uniform) File "game/script.rpy", line 699, in run_move policy.on_move() File "game/script.rpy", line 4893, in on_move self.on_move_function(**self.extra_arguments) File "game/crises/policy_disobedience_events.rpy", line 17, in uniform_disobedience_on_move if person.should_wear_uniform() and person.is_wearing_uniform(): #If she's already out of uniform she won't generate another. File "game/script.rpy", line 3181, in is_wearing_uniform if not self.outfit.has_clothing(cloth): File "game/script.rpy", line 5796, in has_clothing if cloth == the_clothing: File "game/script.rpy", line 5122, in __cmp__ and self.pattern == other.pattern AttributeError: 'Facial_Accessory' object has no attribute 'pattern' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11435, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 11967, in script $ mc.business.run_move() # In each phase it runs people->MC->Business. Policy effects are run as part of the business, and so can overwrite/alter things an employee has done (like wear their uniform) File "L:\Adult\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "L:\Adult\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 11967, in $ mc.business.run_move() # In each phase it runs people->MC->Business. Policy effects are run as part of the business, and so can overwrite/alter things an employee has done (like wear their uniform) File "game/script.rpy", line 699, in run_move policy.on_move() File "game/script.rpy", line 4893, in on_move self.on_move_function(**self.extra_arguments) File "game/crises/policy_disobedience_events.rpy", line 17, in uniform_disobedience_on_move if person.should_wear_uniform() and person.is_wearing_uniform(): #If she's already out of uniform she won't generate another. File "game/script.rpy", line 3181, in is_wearing_uniform if not self.outfit.has_clothing(cloth): File "game/script.rpy", line 5796, in has_clothing if cloth == the_clothing: File "game/script.rpy", line 5122, in __cmp__ and self.pattern == other.pattern AttributeError: 'Facial_Accessory' object has no attribute 'pattern' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Tue Feb 09 18:10:54 2021 [/code]

The Facial options in the outfit manager are broken...

ZwiebelTVDE

``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11418, in script $ mc.business.player_research() File "game/script.rpy", line 11418, in $ mc.business.player_research() File "game/script.rpy", line 872, in player_research renpy.say("","You spend time in the lab, experimenting with different chemicals and techniques and producing " + str(amount_researched) + " research points.") File "game/script.rpy", line 118, in text_message_say_callback if mc.having_text_conversation: AttributeError: 'MainCharacter' object has no attribute 'having_text_conversation' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 11158, in script call $ picked_option.call_action() File "game/script.rpy", line 11418, in script $ mc.business.player_research() File "C:\Users\Timo\Downloads\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 927, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Timo\Downloads\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 11418, in $ mc.business.player_research() File "game/script.rpy", line 872, in player_research renpy.say("","You spend time in the lab, experimenting with different chemicals and techniques and producing " + str(amount_researched) + " research points.") File "C:\Users\Timo\Downloads\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\exports.py", line 1340, in say args, kwargs = renpy.config.say_arguments_callback(who, *args, **kwargs) File "game/script.rpy", line 118, in text_message_say_callback if mc.having_text_conversation: AttributeError: 'MainCharacter' object has no attribute 'having_text_conversation' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.37.1 Tue Feb 09 18:40:39 2021 ```

ZwiebelTVDE

I honestly like Jennifer's new added content. Also, as seen, there are pretty good improvements in the game.

VitAnyaNaked

Could you add the ability to marry one of the girls and possibly add a home for the player? if they can become pregnant i'd like to start a family life on here where you'd have to take care of the child and not have it disappear to someone's mother

Tencho1998


More Models and Creators