Mod Ren'Py Hard Times [Ch.14] [Kuranai] Official In Game Walkthrough Mod [0.14] [AdanGC Mods]

Asheath

Newbie
Jan 23, 2021
65
240
DO NOT USE the out of date game mod for this story....this will break ALL your saves. As well the mod will prevent chapter 8 from happening (game stops at the end of ch7). (Odd, I've used many other out of version walkthroughs that don't cause corrupt saves.)

...So, I'm not happy that all my story progression is now not usable. When I tried to use my saves on a fresh non-modded freshly extracted game. (even after a system reboot...to clear pagefile/ cache).

Does anyone have advice on how I can repair / load my saves from chapter 7 or any part of the story (avoiding having to restart the story), so I can play ch8?
This happens cause the dev changed some content in the earlier part of the game, I don't think the mod is the problem. My general rule when save file don't work is just start over, fixing them is nearly impossible, even for the dev himself. It has to do with Renpy itself, if you add lines in a code that the players already passed before those lines existed, so all the line numbers go up by +1 or however many dev decided to add, and makes game instant crash on load.

Basically what I mean is you replaced the 0.8 script with 0.7 script (modded) which didn't have the added lines, so essentially you returned your game to 0.7 and saves are not compatible with 0.8. The mod has nothing to do with it.

This is why I prefer when games updates don't touch old content and just update forward. :|
 

hackusator

Newbie
Apr 25, 2021
23
16
View attachment 1057938

Overview:
This mod adds an in-game walkthrough that highlights dialogue options that give points and lead to the best scenes.​

Updated: 2021-12-17
Game/Creator: Hard Times / Kuranai - - - - F95zone -
Modder: AdanGC Mods
Mod Version: 0.7
Game Version: Chapter 7
Language: English


Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

Download:
Android Port with my WT Mod by Darkassassin (need update to v0.7 )
Android Port with my WT Mod by Jeevant. here (need update to v0.7)


View attachment 1057944 View attachment 1184164 View attachment 1184165 View attachment 1241997
could you update for 0.8?
 

Ren65

Newbie
Jun 25, 2019
45
45
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 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/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
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 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 273, in event
rv = d.event(ev, x - xo, y - yo, st)
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 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 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.19041
Ren'Py 7.4.11.2266
Hard Times Ch.9
Thu Mar 31 10:18:24 2022
 

AdanGC Mods

Active Member
Modder
Jan 25, 2020
505
8,458
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 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/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
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 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 273, in event
rv = d.event(ev, x - xo, y - yo, st)
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 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 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.19041
Ren'Py 7.4.11.2266
Hard Times Ch.9
Thu Mar 31 10:18:24 2022
same issue here
That is weird because i don't have that problem and all my saves always works and i load savefiles from the oficial version and beta test version try download this https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/ and extract the rar file and then put unren.exe inside the folder named game open the program and pick option 1 and the go to my mod and copy and paste the files inside the folder called game and overwrite if asked then if you have enought saves files try one by one until one work that is what i do with others games if i have that save problem and join my discord server if you want so if after all of this still dont work i can help you
 

Ren65

Newbie
Jun 25, 2019
45
45
That is weird because i don't have that problem and all my saves always works and i load savefiles from the oficial version and beta test version try download this https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/ and extract the rar file and then put unren.exe inside the folder named game open the program and pick option 1 and the go to my mod and copy and paste the files inside the folder called game and overwrite if asked then if you have enought saves files try one by one until one work that is what i do with others games if i have that save problem and join my discord server if you want so if after all of this still dont work i can help you
None of my saves worked. I tried them all before posting this.