27.1 is very stable. 28.1 will be shit for a few weeksGreat game but @ present, unplayable. Errors when saving.
27.1 is very stable. 28.1 will be shit for a few weeksGreat game but @ present, unplayable. Errors when saving.
You are right, you should get the correct serum from the list_of_traits and then get the mastery_level from that trait. I won't fix the 27.1 version, but it will be resolved in 28.1Tristim 27.1
Looking at role_HR_supervisor.rpy
lines 1184 and 1250, but just 1184
$ backfire_odds = mind_control_agent.base_side_effect_chance / mind_control_agent.mastery_level
I know you cannot access the .mastery_level of the mind control research like that
How do you access it?
I've been experimenting with renpy memory / cache settings to improve performance over the 'unmodded' game the last few days. This should be resolved, and the game should feel a lot smoother.Great game but @ present, unplayable. Errors when saving.
Sorry, but we don't support animations, that's why we give the warning when you start the game to disable them, that code is very unstable and causes so many problems, if you wan't anything done about that, contact the game developer.everytime im having an animation and right click to save, I get this error.
You don't have permission to view the spoiler content. Log in or register now.
Do you have any other mods installed beside ours? I cannot guarantee the work of other people. In short, the mod is not loaded correctly, the 'sarah' objects is automatically created when you start a new game (she's the HR director) when that object is not present, the MOD did not load completely. You can check by 'start new game' and open the console and type 'sarah', that should return a Person object, if not, something is wrong.```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9751, in script call
$ picked_option.call_action()
File "game/script.rpy", line 10014, in script call
call advance_time from _call_advance_time_5
File "game/lr2mods-develop/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 307, in <module>
File "game/lr2mods-develop/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 163, in get_crisis_from_crisis_list
File "game/lr2mods-develop/Mods/Core/action_mod_core.rpy", line 39, in is_action_enabled
File "game/script.rpy", line 3792, in check_requirement
return self.requirement(*extra_args)
File "game/lr2mods-develop/Mods/Sarah/role_Sarah.rpy", line 240, in Sarah_weekend_surprise_crisis_requirement
NameError: global name 'sarah' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9751, in script call
$ picked_option.call_action()
File "game/script.rpy", line 10014, in script call
call advance_time from _call_advance_time_5
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpyc", line 272, in script call
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpyc", line 307, in script
File "C:\Users\uoc\Desktop\New folder (2)\Lab_Rats_2-v0281-pc\Lab_Rats_2-v0.28.1-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\uoc\Desktop\New folder (2)\Lab_Rats_2-v0281-pc\Lab_Rats_2-v0.28.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/lr2mods-develop/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 307, in <module>
File "game/lr2mods-develop/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 163, in get_crisis_from_crisis_list
File "game/lr2mods-develop/Mods/Core/action_mod_core.rpy", line 39, in is_action_enabled
File "game/script.rpy", line 3792, in check_requirement
return self.requirement(*extra_args)
File "game/lr2mods-develop/Mods/Sarah/role_Sarah.rpy", line 240, in Sarah_weekend_surprise_crisis_requirement
NameError: global name 'sarah' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.28.1
Tue May 12 14:58:03 2020
```
getting this one constantly
Do the hotkeys work like 'x' and 'p'?I don't know what happened. One minute I'm able to use the cheat menu, save game, next minute cheat button gone. Is there a renpy shortcut that disables/enables the toolbar that's at the bottom? The whole toolbar is gone for me not just the cheat menu button.
Edit: On a new game the toolbar is back, but I'd prefer to continue from the file I was working on.
just your group bug fix and the modDo you have any other mods installed beside ours? I cannot guarantee the work of other people. In short, the mod is not loaded correctly, the 'sarah' objects is automatically created when you start a new game (she's the HR director) when that object is not present, the MOD did not load completely. You can check by 'start new game' and open the console and type 'sarah', that should return a Person object, if not, something is wrong.
I know I ain't the same person, but had that issue before and can confirm the hotkeys don't work once the bottom menu disappears. Don't know what caused it, only noticed it after a weekend session with sarah at the stripclub then back to work on monday.Do the hotkeys work like 'x' and 'p'?
I'm curious. Is this a bug in a fresh started game or do you load an older save by any chance?forgot about this one, happens right after sarahYou don't have permission to view the spoiler content. Log in or register now.
freshI'm curious. Is this a bug in a fresh started game or do you load an older save by any chance?
okay so hours later, i made a new run, and did sarah in the console, im 61 days in and no sarah error or "the_crisis" errorDo you have any other mods installed beside ours? I cannot guarantee the work of other people. In short, the mod is not loaded correctly, the 'sarah' objects is automatically created when you start a new game (she's the HR director) when that object is not present, the MOD did not load completely. You can check by 'start new game' and open the console and type 'sarah', that should return a Person object, if not, something is wrong.
So advance_time_override.rpy is running the events to occur and it goes checks the requirement and it crashes because the variable 'sarah' or 'the_crisis' can't be found for some reason.Something I just noticed a few of the recurring "sarah" and "the_crisis" errors have in common is a path like this: game/lr2mods-develop/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy
Does that look right, or does it look like whoever is getting this problem has extracted the whole mods folder into the game folder for a path of game/lr2mods-develop/Mods instead of game/Mods?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
MemoryError: out of memory
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "C:\Users\HP\Desktop\ig\Lab_Rats_2-v0.28.1-pc com modº\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
MemoryError: out of memory
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.28.1
Wed May 13 11:53:21 2020