Lab Rats 2 v0.17.1 Release, Sorta!
Added 2019-06-07 13:55:24 +0000 UTCThis is going to be a slightly unusual release today. There was scheduled Patreon maintenance last night that I didn't plan for and I'm on a bit of a time crunch today, so I'll be releasing the links to v0.17.1 right now and I'll do a nice update summery and a few reddit posts on Monday.
Android: Lab Rats 2 v0.17.1-Android
Sorry for the unusual release, enjoy the update! Major changes from v0.17.0 are some more tweaks to the sluttiness system and bug fixes all over the place.
Comments
On android, im having a repeated taps like, when i tapped a choice, it repeated itself until next choices without my taps, And I feel the game is a bit slow after choices
Footspa
2019-06-12 10:31:26 +0000 UTCThe lipstick images are rendered incorrectly due to a wrong check in the renpy.loadable function in script.rpy [line: 3239], the path for the check is not supplied and always fails, the correct function should look like: def get_image(self, face, emotion, special_modifier = None): index_string = face + "_" + emotion if not special_modifier is None: if renpy.loadable("character_images/" + self.images[index_string + "_" + special_modifier]): index_string += "_" + special_modifier return Image("character_images/" + self.images[index_string])
2019-06-11 15:07:40 +0000 UTCGreat work up to now. Can’t wait to see Nora and Alexa in a future update. One thing that’s bothering me is the serum design name. I’m sometime unsatisfied of my choice for the name and wish to rename it. For now, the only way to rename a serum is to recreate it with the new name and redo all the research. Hence the following suggestion: since there is a button to scrap a design, would it be possible to add a button in the “Serum Designs” window so we can rename a serum?
Espernihon
2019-06-09 20:42:46 +0000 UTCIn cowgirl.rpy, deepthroat.rpy and kissing.rpy there are references to "the_person" where they should be "the_girl"
2019-06-09 19:08:18 +0000 UTCis there a changelog somewhere ?
2019-06-09 17:02:21 +0000 UTCSome bugs in the code: In chat_actions.rpy line 138 the part of title_choice == title_choice should be title_choice == the_person.title. Otherwise it won't let us changing the title, because the selected title is always the same as the selected title In script.rpy 8424, 8532 fuck_person(the_person) should be fuck_person(the_person, private = private), otherwise all the people watching you would magically become blind and deaf. In chat_actions.rpy 112 the part of tuple_list should be title_tuple and it should be at the same level as the for, not inside of it And in personalities probably most of the sweetheart your mother says should be [the_person.mc_title]. It's quite annoying telling her to call me Daddy and she insisting on calling me sweetheart...
PhantomBull
2019-06-08 12:28:23 +0000 UTCCan't wait for more, keep up!
Funkie - Adult Games Dev.
2019-06-08 11:35:03 +0000 UTCcrises.rpy[2834]: typo "tootlip"
2019-06-07 17:49:16 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/role_cousin.rpy", line 289, in AttributeError: 'Outfit' object has no attribute 'vagina_visisble' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 7890, in script call File "script.rpyc", line 8190, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8056, in script call File "script.rpyc", line 8291, in script call File "role_cousin.rpyc", line 162, in script call File "role_cousin.rpyc", line 289, in script File "/data/user/0/lab.rats.down.to.business/files/renpy/ast.py", line 1672, in execute if renpy.python.py_eval(self.condition): File "/data/user/0/lab.rats.down.to.business/files/renpy/python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "/data/user/0/lab.rats.down.to.business/files/renpy/python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/role_cousin.rpy", line 289, in AttributeError: 'Outfit' object has no attribute 'vagina_visisble' [/code]
FooLord
2019-06-07 15:05:48 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/crises.rpy", line 2824, in File "game/script.rpy", line 3851, in pick_random_outfit AttributeError: 'NoneType' object has no attribute 'get_copy' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 7861, in script call File "script.rpyc", line 9179, in script call File "crises.rpyc", line 2824, in script File "/data/user/0/lab.rats.down.to.business/files/renpy/ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/data/user/0/lab.rats.down.to.business/files/renpy/python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/crises.rpy", line 2824, in File "game/script.rpy", line 3851, in pick_random_outfit AttributeError: 'NoneType' object has no attribute 'get_copy' [/code]
FooLord
2019-06-07 15:00:37 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/crises.rpy", line 2993, in File "game/script.rpy", line 1708, in draw_person AttributeError: 'NoneType' object has no attribute 'generate_draw_list' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 7890, in script call File "script.rpyc", line 8190, in script call File "script.rpyc", line 8291, in script call File "role_aunt.rpyc", line 764, in script call File "script.rpyc", line 9179, in script call File "crises.rpyc", line 2990, in script File "/data/user/0/lab.rats.down.to.business/files/renpy/ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/data/user/0/lab.rats.down.to.business/files/renpy/python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/crises.rpy", line 2993, in File "game/script.rpy", line 1708, in draw_person AttributeError: 'NoneType' object has no attribute 'generate_draw_list' [/code]
FooLord
2019-06-07 15:00:12 +0000 UTCStill getting this with the Gabrielle stripping scene: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 7890, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 8291, in script call python: #Generate a list of options from the actions that have their requirement met, plus a back button in case the player wants to take none of them. File "game/role_cousin.rpy", line 162, in script call call cousin_blackmail_list(the_person) from _call_cousin_blackmail_list_1 File "game/role_cousin.rpy", line 289, in script while not the_person.outfit.vagina_visisble(): File "game/role_cousin.rpy", line 289, in while not the_person.outfit.vagina_visisble(): AttributeError: 'Outfit' object has no attribute 'vagina_visisble' -- Full Traceback ----------------------------------------------------------- Full traceback: File "game/script.rpy", line 7890, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 8291, in script call python: #Generate a list of options from the actions that have their requirement met, plus a back button in case the player wants to take none of them. File "game/role_cousin.rpy", line 162, in script call call cousin_blackmail_list(the_person) from _call_cousin_blackmail_list_1 File "game/role_cousin.rpy", line 289, in script while not the_person.outfit.vagina_visisble(): File "/private/var/folders/_g/mrw465hj39nb28024jb95mg40000gn/T/AppTranslocation/5401B099-6DB3-4D2D-A3E6-D8E4A8F9B41C/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/ast.py", line 1672, in execute if renpy.python.py_eval(self.condition): File "/private/var/folders/_g/mrw465hj39nb28024jb95mg40000gn/T/AppTranslocation/5401B099-6DB3-4D2D-A3E6-D8E4A8F9B41C/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "/private/var/folders/_g/mrw465hj39nb28024jb95mg40000gn/T/AppTranslocation/5401B099-6DB3-4D2D-A3E6-D8E4A8F9B41C/d/Lab_Rats_2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/role_cousin.rpy", line 289, in while not the_person.outfit.vagina_visisble(): AttributeError: 'Outfit' object has no attribute 'vagina_visisble'
Scott S.
2019-06-07 14:47:44 +0000 UTC