XaiJu
vrengames
vrengames

patreon


Lab Rats 2 v0.42.1 Release! Available to Everyone!

Lab Rats 2 v0.42.1 is live! Get it here!

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

Version 0.42.1 of Lab Rats 2 is finished it's week of patron bug testing and is ready for it's free release to everyone! This update brings a new uniform management system toyour business, new girlfriend related content for Lily and Jennifer, and an ending to Emily's student/tutor storyline. It also brings a collection of bug fixes and general stability improvements.

The new uniform system significantly streamlines the process of creating, assigning, and removing uniforms for different departments within your company. It is now possible to quickly assign the same uniform to multiple departments, and to set the same uniform as an overwear, underwear, or full set as appropriate. Hovering a uniform entry brings up it's preview, making it easier to trim unwanted and outdated uniforms as you gain more control over what your employees wear.

Lily and Jennifer have both had additions made to their storylines. It is now possible to ask either (or both!) of them to be your girlfriend. In both cases you'll need to convince them it's a good idea, with multiple paths to success available to you. Once you've convinced them they will have all of the chat options available to someone you are dating, and random events that trigger with your girlfriend will trigger with them. Additionally, all of the girlfriend specific mood/Sluttiness effects while having sex are properly applied, overriding previous effects. In future versions both girls will receive further content unique to your relationship with them.

Emily, a university student looking for a tutor, has had her story expanded. If her marks climb high enough you can now talk to her professor and convince her to let Emily rewrite a critical exam. When she passes you have the option to hire her onto your staff, giving you a chance to obtain an obedient and trusting employee. Future updates will include cariants where Emily fails her exam, as well as explore your relationship with her mother.

Enjoy, here's a changelog (v0.41.2 to v0.42.0):

*CHANGES AND ADDITIONS*

- Removed requirement for custom Ren'py environment (modified ast.rpy and export.rpy files) by making Person class callable.

- Created uniform assignment screen. Replaces old text menu uniform management.

- Added UniformOutfit class. Contains information about how an outfit could be worn as part of a uniform.

- Now possible to flag the same outfit to be used as multiple types of uniform (ie. a full outfit or an overwear set).

- Now possible to quickly flag the same uniform to be used by multiple departments, without it being assigned to all of them.

- Updated "add_uniform" event, removing "the_type" parameter as it was no longer relevant.

- Updated integration tests to cover new uniform management system.

- Added "preg_your_kids_known" count to event_triggers_dict. Increased by 1 each time a girl has a kid that she knows is yours.'

- Added "looks_like" list to Role class. Person.has_role() now checks against roles as well as roles they look like, returning True if the given role matches any of them.

- Added has_exact_role() function to Person class. Performs role comparison but does not check against looks_alike roles.

- Added unit tests for role lookalikes and has_exact_role comparison.

- Added lily_girlfriend Role. Acts as Girlfriend role in almost all instances.

- Added special storyline events for Lily while asking her to be your girlfriend.

- Added jennifer_girlfriend Role. Acts as Girlfriend role in almost all instances.

- Expanded Emily's storyline. Now possible to have her finish her class successfully and hire her to your company.


*BUG FIXES*

- Fixed crash in outfit designer if you have defined more than 20 custom colours. Only first 20 colours displayed.

- Expanded chat integration test to ensure pythonic "say" statement works identically to Ren'py "say" statement.

- Fixed happiness not being changed after cumming in a girls mouth depending on their opinion of drinking cum.

- Fixed anal cumshots impacting sluttiness/happiness based on normal creampie opinion, not anal creampie opinion.

- Fixed creampie desire threshold having backwards modifiers.

- Fixed being able to reassign employees to other departments even when they aren't at work.

- Fixed movie date improperly checking Personality types and never allowing you to correctly guess which type of movie a girl might like.

- Renamed variable in horny_at_work crisis to prevent variable name collision with sex mechanics system.

- Fixed panties vs. pantiless grope arousal gain being reversed.

- Removed traits that increase serum trait slot counts from random extra trait event.

Comments

When telling Lilly the good news (from new game under 42.1) [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 265, in script call call sister_girlfriend_setup(mom_knows = True) File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 358, in script label sister_girlfriend_setup(the_person, mom_knows = False): #Sets up the actual role assignment Exception: Required parameter the_person has no value. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 265, in script call call sister_girlfriend_setup(mom_knows = True) File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 358, in script label sister_girlfriend_setup(the_person, mom_knows = False): #Sets up the actual role assignment File "renpy/ast.py", line 875, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "renpy/ast.py", line 159, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "renpy/ast.py", line 123, in apply raise Exception("Required parameter %s has no value." % name) Exception: Required parameter the_person has no value. Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.42.1 Wed Jul 14 14:44:26 2021 [/code]

I'm getting an exception when teaching Emily, when using a spanking punishment. I'm pretty sure you want `the_person.outfit.get_lower_top_layer()` (making that fix in my own game fixes the issue): I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 212, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_crises/general_LTE.rpy", line 93, in script call call talk_person(the_person) from _call_talk_person_10 File "game/script.rpy", line 363, 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 363, 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 358, in script call $ _return.call_action(the_person) File "game/game_roles/role_student.rpy", line 181, in script call call student_study_home(the_person) from _call_student_study_home File "game/game_roles/role_student.rpy", line 493, in script call call student_punish_hub_label(the_person) from _call_student_punish_hub_label File "game/game_roles/role_student.rpy", line 1076, in script call $ renpy.call(punishment_label, the_person, True, wants_to_fail, total_successes, total_failures) File "game/game_roles/role_student.rpy", line 1241, in script $ the_item = the_person.get_lower_top_layer() File "game/game_roles/role_student.rpy", line 1241, in $ the_item = the_person.get_lower_top_layer() AttributeError: 'Person' object has no attribute 'get_lower_top_layer' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 212, in script call $ talk_action.call_action(picked_option) File "game/crises/limited_time_crises/general_LTE.rpy", line 93, in script call call talk_person(the_person) from _call_talk_person_10 File "game/script.rpy", line 363, 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 363, 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 358, in script call $ _return.call_action(the_person) File "game/game_roles/role_student.rpy", line 181, in script call call student_study_home(the_person) from _call_student_study_home File "game/game_roles/role_student.rpy", line 493, in script call call student_punish_hub_label(the_person) from _call_student_punish_hub_label File "game/game_roles/role_student.rpy", line 1076, in script call $ renpy.call(punishment_label, the_person, True, wants_to_fail, total_successes, total_failures) File "game/game_roles/role_student.rpy", line 1241, in script $ the_item = the_person.get_lower_top_layer() File "renpy/ast.py", line 934, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/game_roles/role_student.rpy", line 1241, in $ the_item = the_person.get_lower_top_layer() AttributeError: 'Person' object has no attribute 'get_lower_top_layer' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.42.1 Tue Jul 13 23:11:08 2021

Being able to change opinions about specific traits are planned for the next major update (v0.43), detailed in the post below this one.

Dreamdayer

Fixing that up, there will be a fresh patch tomorrow with the problem resolved!

Vren

Anyone else having this problem. I've gotten both Lily and Jennifer pregnant and have asked both to be my girlfriends whilst pregnant. Yet the option is unselectable when asking them to be your girlfriend. Also, I font get how to change Lilys opinion about incest to positive. Theres no indication how. Please help

Ditto to what NuTrix got EDIT: and I can confirm it happens both ways, so if you try and get Lily's blessing to date Jennifer

SomebodyElse

When Talking to mom about Lily: While running game code: File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) ScriptError: could not find label 'sister_girlfriend_ask_blessing'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 326, in bootstrap renpy.main.main() File "renpy/main.py", line 617, in main run(restart) File "renpy/main.py", line 148, in run renpy.execution.run_context(True) File "renpy/execution.py", line 922, in run_context context.run() File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) File "game/script.rpy", line 245, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 358, in script call $ _return.call_action(the_person) File "renpy/script.py", line 910, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'sister_girlfriend_ask_blessing'. Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Lab Rats 2 - Down to Business v0.42.1 Thu Jul 8 08:43:28 2021

NuTrix


More Creators