- May 1, 2018
- 5
- 0
LZ_Starbuck Downloaded and installed updated files, worked like a charm! Thanks mate you rock and keep up the awesome work on these mods!
All major issues with v0.23.2 have been resolved and the beta branches are quitte stable at the moment, don't forget to install the bugfix version too, since it contains many fixes for issues in the original v0.23.2 files from VREN.Trying to advance through mom's quest line and I got to the point where on Friday she asked for money for a sexual favor. Next morning she tries to do her thing and I get an error that prevents me from moving on at all. Not sure exactly what is going on, but I am running Ver. 23.2 with latest bugfix and latest dev build mod pack. Please let me know if any further clarification is needed on this.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8722, in script call call advance_time from _call_advance_time_15 File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 152, in script call $ act.call_action() File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 208, in script call $ the_crisis.call_action() File "game/Mods/Starbuck/SB_Fetish_Anal_Event.rpy", line 554, in script call call fuck_person(the_person, start_position = doggy_anal, start_position = make_bed(), skip_intro = True) from _call_sex_description_SBA43 File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 138, in script call call pick_object_enhanced(the_person, position_choice, forced_object = start_object) from _call_pick_object_bugfix File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 312, in script python: File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 318, in <module> if object.has_trait(position_choice.requires_location): AttributeError: 'Object' object has no attribute 'requires_location' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8722, in script call call advance_time from _call_advance_time_15 File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 152, in script call $ act.call_action() File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 208, in script call $ the_crisis.call_action() File "game/Mods/Starbuck/SB_Fetish_Anal_Event.rpy", line 554, in script call call fuck_person(the_person, start_position = doggy_anal, start_position = make_bed(), skip_intro = True) from _call_sex_description_SBA43 File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 138, in script call call pick_object_enhanced(the_person, position_choice, forced_object = start_object) from _call_pick_object_bugfix File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 312, in script python: File "Misc\random\Lab_Rats_2-v0.23.2-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "Misc\random\Lab_Rats_2-v0.23.2-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 318, in <module> if object.has_trait(position_choice.requires_location): AttributeError: 'Object' object has no attribute 'requires_location' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.2 Thu Dec 19 14:59:00 2019
Sorry m8, our Android builder (Longshot) has issues with building the latest releases, if anyone knows how to make them work again, contact him on the Discord channel.Apk????
You should consider adding similar code to the mod repo.One of aspects of Lab Rats I found annoying was the randomized names and how they'd generate lots of duplicates and names that are odd/uncommon. So I decided to fix that by altering the random name functions to use a larger list of names (both first and last, male and female) and make them weighted, weighting them by how common they are in the US.
I've attached the updated random_lists.rpy file; feel free to make use of it/etc as desired. If you use this with the modded game, you need to also either modify the Mods/Core/Mechanics/Person_Extensions/extended_names.rpy file to give the names in that file weights or delete the file.
Unfortunately the change requires modification of a base-game file, and it looks like you're keeping the mod repo strictly to things that can be in the 'mods' directory. If you don't mind base-game files being added in, I can certainly do that.You should consider adding similar code to the mod repo.
So far so good for me. It's working properly.is last mod stable with last version 0.23.2 ?
Sarah is triggered by wait at home during a weekday I think. I should probably find a way to make it so it can trigger in other wayd also, since in early game especially every time passage is impactful of you do something at the company.I can't seem to get Sarah the HR Director to trigger although I had her in the last version. Am I missing something?
Thanks
Tristim was the one doing the work on randomly generated outfits, and he is currently on holiday. I know it was pretty impressive, the current logic for generating outfits for girls based on their likes and dislikes.Question, would it be possible to have chicks wear randomly generated outfits (based on their sluttiness) every day instead of only the outfits that are in their wardrobe?
Another unrelated question, would it be possible to also have them only wear outfits that are close to their sluttiness level?
Have you triedCttCJim / Longshot is the one who has been doing Android ports for us. Unfortunately the base game has been having issues with memory on its own and with additions from the mod it has been difficult to create a stable (Android) build.
Might be reasonable to give it a shot at version 0.22.1 since there seems to be less issues with that right now.
If someone else puts effort into creating an android version of the mod, then feel free to share it.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chat_actions.rpy", line 1380, in script
return
Exception: Could not find return label (u'C:\\Users\\Danny\\Desktop\\Random Stuff\\RPProject\\LR_2_Proto/game/script.rpy', 1574836615, 7726).
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chat_actions.rpy", line 1380, in script
return
File "/renpy-7.3.5-sdk/Lab_Rats_2-v0.23.2-pc/renpy/ast.py", line 1448, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "/renpy-7.3.5-sdk/Lab_Rats_2-v0.23.2-pc/renpy/execution.py", line 670, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'C:\\Users\\Danny\\Desktop\\Random Stuff\\RPProject\\LR_2_Proto/game/script.rpy', 1574836615, 7726).
Linux-4.15.0-73-generic-x86_64-with-debian-buster-sid
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.23.2