4.60 star(s) 54 Votes

Hitmen19

Newbie
Apr 20, 2020
55
9
I was having trouble downloading .49. Couldn't figure out how to get saves to work. So I downloaded the full game download v.49.2.5. It says it's the full game including the bugfix, mod and the latest renpy version. I'm still getting the same error

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'DaySchedule'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 770, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'DaySchedule'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lab Rats 2 - Down to Business v0.49.2.5
Sat Apr 9 21:01:21 2022
```
 

tlsmith1

Newbie
Oct 7, 2018
24
14
In girls stats, what does Novelty effect. What are the effects of high or low Novelty
 
Last edited:

bloodbus

Member
Sep 30, 2020
409
339
I was having trouble downloading .49. Couldn't figure out how to get saves to work. So I downloaded the full game download v.49.2.5. It says it's the full game including the bugfix, mod and the latest renpy version. I'm still getting the same error
Are you trying to load a save from a different game version? Because certain changes break previous saves
 

Thaunatas

Member
Aug 25, 2021
235
124
In girls stats, what does Novelty effect. What are the effects of high or low Novelty
Novelty affects the final amount of clarity gained by orgasmn. Novelty of 70% would mean that you only generate 7/10 of the amount by having an orgasm with a girl at 100% novelty
 
  • Like
Reactions: bloodbus

Hitmen19

Newbie
Apr 20, 2020
55
9
Are you trying to load a save from a different game version? Because certain changes break previous saves

Yeah. I was trying to use the last save i had for .46. Which would have been the last Mod update.
Am I going to have to start over every update ? I think I did that for .46. Thanks
 

bloodbus

Member
Sep 30, 2020
409
339
Yeah. I was trying to use the last save i had for .46. Which would have been the last Mod update.
Am I going to have to start over every update ? I think I did that for .46. Thanks
Yes restart every update. It's something to do with ren'py as far as I've heard
 

Thaunatas

Member
Aug 25, 2021
235
124
Yes restart every update. It's something to do with ren'py as far as I've heard
I think the main problem would be the vast amount of variables that need to be stored to ensure save game compability, which would cause save game size to get hugh, as well as loading times.
 
  • Like
Reactions: bloodbus

bloodbus

Member
Sep 30, 2020
409
339
I'm not that versatile on the topic so please excuse if my question sounds dumb. But is there any way to edit the existing image positions so that they look gaped after x amount of uses? Instead of having to create 100% new stuff. just having minor alterations to it?
By the way, you modders have been a great job, thank you.
I asked Vren about this and he said it is possible with Live2d but won't be a priority
 

Thaunatas

Member
Aug 25, 2021
235
124
Vren's Version... the mod update Sept... trust me!
I see that you seem to know the modders pretty well, which must mean you are working closly together with them, since you want me to trust your word. Weird that I didnt ever saw you on the Mod discord... very strange. Where else could you have gotten your reliable informations from? :unsure:

Well, actually the mod is updating every one or two week, just not to the current vanilla version. The Mod code gets regularly optimized and additional content gets added. Just because the Mod didnt got updated to the current vanilla version yet, doesnt mean that its not being worked on, as you can see at the latest Mod version number: 0.49.2.5, which means that the Mod got updated 5 times since vanilla game version 0.49.2 got released 2 months ago..
 
Last edited:

vonbek

Newbie
Apr 23, 2020
27
4
so... loving the mod so far for both the extra content and also the stability from the bugfix.

just two issues so far ( well, three but two probably connected )

1 : Aunt event is had been mentioned but she has not turned up, mum progress is stalled ( secondary issue is that also seems to have stalled the "insta pics" convo with her too )
2 : no Nora, is this something that isn't in mod?
3 : erica/sarah yoga. mentioned, Sarah said to get folk interested, done that but still no option to start classes

anyone know if there is fixes/console options that will save having to restart?

at least the daily dose works right in this version :D
 
Last edited:

Thaunatas

Member
Aug 25, 2021
235
124
so... loving the mod so far for both the extra content and also the stability from the bugfix.

just two issues so far ( well, three but two probably connected )

1 : Aunt event is had been mentioned but she has not turned up, mum progress is stalled
2 : no Nora, is this something that isn't in mod?
3 : erica/sarah yoga. mentioned, Sarah said to get folk interested, done that but still no option to start classes

anyone know if there is fixes/console options that will save having to restart?

at least the daily dose works right in this version :D
1: Just be patient. Aunt and Cousin will be moving in at some point. The day is randomly chosen at start of game, but it should be around day 30 I think.
2:Nora is part of the Vanillagame and will unlock when you unlock serum Level 2 (Advance Research with Stephanie as Head Reasearcher)
3: Sarah convince talks and ready for yoga class start event are triggered at random once requirements are met. Again, you justneed to be patient, or save during workhours on a workday while in your company, and advance time. If event doesnt trigger, reload and try again. Trigger chance is 10% if I recall correctly.
 
  • Like
Reactions: vonbek and bloodbus
4.60 star(s) 54 Votes