Lab Rats 2 v0.23.1 Script Patch
Added 2019-12-09 08:46:45 +0000 UTCThere were conflicts with a new feature added in 0.23.1 and Ren'py's saving system that snuck past me and have been causing issues. I believe I have found and fixed the issue, but will be spending another day troubleshooting, then re-building and re-uploading v0.23.1 to include this fix by default. Until then, you can download the patched script file here:
Replace the script.rpy file found in the game folder. This should resolve problems with saving/loading while a character has a limited time action enabled. It should also fix a number of crashes caused by limited time actions missing a proper hash and comparison function. If you run into any issues on this patch please let me know, I'll get on it A.S.A.P!
Comments
My error is also from stopping sex
2019-12-10 11:42:26 +0000 UTCWhen stopping sex I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8668, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 8794, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1360, in script call call fuck_person(the_person,private = in_private) from _call_fuck_person File "game/sex_mechanics.rpy", line 64, in script call call girl_choose_position(the_person) 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 271, in script python: File "game/sex_mechanics.rpy", line 275, in tuple_list.append(position) NameError: name 'tuple_list' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8668, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 8794, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1360, in script call call fuck_person(the_person,private = in_private) from _call_fuck_person File "game/sex_mechanics.rpy", line 64, in script call call girl_choose_position(the_person) 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 271, in script python: File "D:\Adult\Games\Lab Rats 2 v0.23.1\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Adult\Games\Lab Rats 2 v0.23.1\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/sex_mechanics.rpy", line 275, in tuple_list.append(position) NameError: name 'tuple_list' is not defined
2019-12-09 19:52:49 +0000 UTCGot this one, its a sister event when i went to her room it went into an infinite loop. I wonder if its because shes not wearing clothes? I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8689, 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 129, in script $ the_person.outfit.remove_random_lower(top_layer_first = True) Exception: Possible infinite loop. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8689, 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 129, in script $ the_person.outfit.remove_random_lower(top_layer_first = True) File "Z:\Software\Games\Hentai\1_Lab Rats 2\Lab_Rats_2-v0.23.1-pc\renpy\execution.py", line 58, in check_infinite_loop raise Exception("Possible infinite loop.") Exception: Possible infinite loop.
Pure Ethics
2019-12-09 19:21:19 +0000 UTC