treechild1

Well-Known Member
Nov 16, 2024
1,989
3,148
341
I'm glad I never put any money in that tank. I'm sad that it will probably be necessary to play that minigame to get all Steam achievements whenever season 3 is released on Steam :(
Seriously, just keep a few dollars in there (only) to cover food and cleanup. You don’t have to keep everything 100% (just get it into the green) sell a few fish every once in awhile and take that cash. It’s not that terrible. ;)
 

grey_shadow

Member
May 21, 2022
307
358
131
Justice for Tybalt !
Justice for Tybalt would be losing his position as president of the preps for theft and blackmail.

Meanwhile, Jill is guilty of the crime of assault, but could possibly claim extenuating circumstances and temporary insanity.

hey guys i finished the game long time ago when we found out jade is step mother of sage this was the end of season 2 i believe and i do want to start again but should i wait a bit longer for S4, is S4 going to be last season? and sorry if this is not the right place to ask this.
S3 is probably going to be finished late next year. S4 is promised to be the final season, but there's a lot of uncertainty about how long it will take. My best attempt at a prediction has it finishing in 2035, but that's very probably wrong. I'd be (pleasantly) surprised if it's done before 2030 though.

Seriously, just keep a few dollars in there (only) to cover food and cleanup. You don’t have to keep everything 100% (just get it into the green) sell a few fish every once in awhile and take that cash. It’s not that terrible. ;)
Or turn the dollars into excess food, medicine and cleaning supplies.
 
  • Like
Reactions: treechild1

Chillout1984

Forum Fanatic
Nov 15, 2020
5,988
4,345
333
Seriously, just keep a few dollars in there (only) to cover food and cleanup. You don’t have to keep everything 100% (just get it into the green) sell a few fish every once in awhile and take that cash. It’s not that terrible. ;)
Yeah, the reason I didn't do that was because I didn't care about the extra art on the wall and we can get enough free money to buy both all presents at maximum and buy all added Madame sex scenes just by picking up the money in free roam.

I really hope Pielikonu will update/add his guide for season 3, just so that I don't have to figure out the bestr tactics for the fish minigame myself.
 
Jul 20, 2024
108
91
114
can someone tag me, so i got to the part of season 3, at the mansion for Halloween party, however when i get to the part of Tommy and Jacob are talking and Jacob says "for sure its one scary mansion", when i click it crashes to desktop, no patch i still get the crash, with the Patch (Ep.11 v0.11.0 -> Ep.11 v0.11.1) did not fix it the crashing.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
19,114
51,290
922
can someone tag me, so i got to the part of season 3, at the mansion for Halloween party, however when i get to the part of Tommy and Jacob are talking and Jacob says "for sure its one scary mansion", when i click it crashes to desktop, no patch i still get the crash, with the Patch (Ep.11 v0.11.0 -> Ep.11 v0.11.1) did not fix it the crashing.
It's a mod problem - update your mod to the latest version.
Or do a completely clean unmodded install.
 

UncleFappy

Active Member
Apr 22, 2025
720
3,423
262
somepeoplearesheep . If your game is clean without mods. Then delete your persistant file, and the backup persistant file over in user/AppData/Roaming/Renpy.

I was having the same issue but I hadn't used any mods. Deleted the persistants, and it carried on fine. Same thing happened at the start of ep11 for me, same solution.
 
Jul 20, 2024
108
91
114
somepeoplearesheep . If your game is clean without mods. Then delete your persistant file, and the backup persistant file over in user/AppData/Roaming/Renpy.

I was having the same issue but I hadn't used any mods. Deleted the persistants, and it carried on fine. Same thing happened at the start of ep11 for me, same solution.
i used the multi mod for season 1 and 2 so not clean, roger ill give that a go, ty.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
19,114
51,290
922
i used the multi mod for season 1 and 2 so not clean, roger ill give that a go, ty.
It won't work. If you used a mod in S1/2 and transferred saves into S3 it WILL crash. The only way is to update the mod in S3 to the latest version.

OR

Start a completely clean install for S3 with no mods, using saves from the OP.
 
  • Like
Reactions: I-love-boobies
Jul 20, 2024
108
91
114
i tried a clean game no mods, i load up the saves listed on this page below, it gives me this for any save i picked,
Code:
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)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- 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 3315, 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 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, 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 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1313, 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 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1313, 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 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2200, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.26100
Ren'Py 7.4.10.2178
Being a DIK 0.8.3
Mon Jun  9 03:57:47 2025
 
4.70 star(s) 1,731 Votes