CbunnySwtor

Member
Jul 18, 2024
241
522
ok im trying bunny cheat laternative cheat mod and i hope it will not break my game
PE Teacher drunk meeting requirements:
You know the PE teacher.
Have the alternate motel room
The alternate room is empty (i.e. didn't invite the judge/bank manager/aunt to it)
You're in the downtown area
You haven't been drinking that day (The male cop in the strip club or the lawyer party events)
Its earlier than 4 am
You've had gym class 4 times
It's been more than 12 hours since the last time you've done this event.
Its Saturday, Sunday or Monday. Saturday and Sunday add equal value to the probability, Monday adds less. Other days of the week add nothing to the probability.
You've been downtown for at least an hour

After the event occurs, it will not occur again until after you've talked to her in the gym
 
Last edited:
  • Like
Reactions: Simon248

Danimon

New Member
Oct 22, 2018
12
6
Hello everyone! I tried to load an old save and I get the following error:

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 368, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 812, in load
    roots, log = loads(log_data)
  File "renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.62.0
Fri Jul  4 15:07:09 2025

Then, the game starts from the beginning.

What is going wrong?
 

CbunnySwtor

Member
Jul 18, 2024
241
522
Hello everyone! I tried to load an old save and I get the following error:

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 368, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 812, in load
    roots, log = loads(log_data)
  File "renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.62.0
Fri Jul  4 15:07:09 2025

Then, the game starts from the beginning.

What is going wrong?
That save had the Walkthrough addon installed when it was created. You can either download that again or start creating empty versions of whatever store object throws the error.

If "empty versions of whatever store object throws the error" is a word salad to you, just download the walkthrough again.
 
  • Like
Reactions: Danimon

Danimon

New Member
Oct 22, 2018
12
6
That save had the Walkthrough addon installed when it was created. You can either download that again or start creating empty versions of whatever store object throws the error.

If "empty versions of whatever store object throws the error" is a word salad to you, just download the walkthrough again.
Thanl you so much!!
 

Tytyrpisicaus

Newbie
Feb 11, 2023
84
182
sad news==
Sorry, guys, don't expect for a soon update-
Hello. Wanted to share with you bad news. I'm using VPN to get an access to most of the sites. My first VPN was blocked in the past month . And now this site seemed to got banned as well, so now I'm sitting here under VPN.
I'll try to keep my work. I'm leaving it here in case if I suddenly got AWOL
 
  • Sad
Reactions: juanel0

Stuckker

Newbie
Jun 2, 2025
16
4
How can I progress with aunt Kate she was lying in room naked but when I kiss her neck she said it's enough I make her win in competition with mom play with her while she is meditate what should I do to unlock option please help me
 

Stuckker

Newbie
Jun 2, 2025
16
4
Can you tell me about Jill like I gave her massage try to fuck her without protection she said stop but she is traning naked gave me hj in bathroom also cunni while she is training so what should I do to have sex with her without protection
 

Enot1964

Well-Known Member
May 20, 2019
1,202
1,188
sad news==
Sorry, guys, don't expect for a soon update-
Hello. Wanted to share with you bad news. I'm using VPN to get an access to most of the sites. My first VPN was blocked in the past month . And now this site seemed to got banned as well, so now I'm sitting here under VPN.
I'll try to keep my work. I'm leaving it here in case if I suddenly got AWOL
It's very strange. I myself, in Russia, can freely access any blocked sites using free (yes, Karl, free!!!) means of bypassing blocking. You can do without a VPN simply by using a proxy. Frankly speaking, it looks like a very lame attempt to jump off the development of the project. I would like to be wrong, but my personal experience shows that after such statements the projects are frozen.
Especially since, as they say in our country, the strictness of the law is compensated for by the non-binding nature of its observance :)
 

KiRiToBoYa

Newbie
Mar 31, 2020
23
11
Here´s my question. I got fired from the waiter job and can not get the job back, is there any possible way to get it back or i have to locate my save before getting fired?
 
3.70 star(s) 197 Votes