Trenia

Newbie
Nov 1, 2019
40
175
Congrats to Drifty on completing the game, honestly was a little surprised to see the completed tag at first but I guess I'm simply accustomed to so many games going 'just one more chapter'.
Loved the story told so far and looking forward to seeing how it ends, honestly I think it's one of the few games that I'm just going to play the one story line as it felt a lot more personal rather than the typical collecathon of 'gotta bang them all'. Not that there is anything wrong with that style, I've enjoyed many games of that ilk, but it's honestly a testimony to how fulfilling the story was in this.
Made sure to grab a copy on steam just as a thanks for sharing the story with us and best of luck on whatever you do next.
 
  • Like
Reactions: Motion11

Saphfire

Member
Mar 19, 2022
412
835
Hey Drifty, don´t know if you will ever read this, but your novel is the best i have ever played.
Just want to say, that i will supporting you as long as you are continuing developing games.
You have a gift that cannot be learned. Your storytelling/building is out of this world. I wish you all the best in your life.
 
  • Like
Reactions: BeachpartyX

Vortex@

Member
Jun 28, 2022
367
855
I can't play any of my saved files from chpt 7. even tried the Sancho save file fixer. Anyone else with this issue??

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

While running game code:
  File "renpy/common/00action_file.rpy", line 463, 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 "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\python.py", line 1052, 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 "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 1070, in event
    return handle_click(self.clicked)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 1005, in handle_click
    rv = run(action)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 807, 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.22000 AMD64
Ren'Py 8.0.2.22081402
Leap of Faith 1.0c
Fri Sep  9 17:20:25 2022
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,028
85,619
can i have holly save :HideThePain:
If you give me a short while, sure.

I'm doing a playthrough for her route now, she's the only one I never did. I thought I had them all up to the end of 7 but only found out Holly had an actual route 30 minutes ago.
 

Jumbi

Well-Known Member
Feb 17, 2020
1,446
3,787
I haven't tried this game yet. And now that it's got the tag 'completed' I can't wait to try it. Yay!
 

HanBoston

Member
Oct 11, 2021
201
179
If you give me a short while, sure.

I'm doing a playthrough for her route now, she's the only one I never did. I thought I had them all up to the end of 7 but only found out Holly had an actual route 30 minutes ago.
I will wait patiently, my brother :BootyTime:
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,236
47,040
I can't play any of my saved files from chpt 7. even tried the Sancho save file fixer. Anyone else with this issue??

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

While running game code:
  File "renpy/common/00action_file.rpy", line 463, 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 "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\python.py", line 1052, 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 "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 1070, in event
    return handle_click(self.clicked)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 1005, in handle_click
    rv = run(action)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "J:\LeapofFaith-1.0c-pc\LeapofFaith-1.0c-pc\renpy\rollback.py", line 807, 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.22000 AMD64
Ren'Py 8.0.2.22081402
Leap of Faith 1.0c
Fri Sep  9 17:20:25 2022
Due to the amount of edits in the scripts you'll have to either load a save that's near the end or beginning of a chapter (preferably the summary screen) or in the mod update I'll increase the rollback function to see if I can help folks recapture more older saves than otherwise. If I find a moment I'll create the rollback extension mod separately so you folks can use it now while I'm working on the multi-mod.
 

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,053
13,319
I haven't played yet because I'm waiting for the compressed version, but I know it will definitely be an amazing update - as always. :)
And since this is the last update, the game is completed.. I would like to thank you Drifty for this good and emotional game!

I look forward to your next game.

/Besides.. I feel bad that the game was leaked immediately after it came out. No respect for Dev.. :cry:
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,236
47,040
.../Besides.. I feel bad that the game was leaked immediately after it came out. No respect for Dev.. :cry:
Oh, stop that now...pirates 'round here plunder from each other so you know damn well nothing's off the table (it's whack but they be greedy little fuckers). On the contrary, I buy so many Steam versions and give them out as gifts it's just silly. It'll be ok bud.
 

NewTricks

Forum Fanatic
Nov 1, 2017
4,338
9,363
Oh, stop that now...pirates 'round here plunder from each other so you know damn well nothing's off the table (it's whack but they be greedy little fuckers). On the contrary, I buy so many Steam versions and give them out as gifts it's just silly. It'll be ok bud.
I certainly think that this completed game would do very well on steam, probably for years to come.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,479
I haven't played yet because I'm waiting for the compressed version, but I know it will definitely be an amazing update - as always. :)
And since this is the last update, the game is completed.. I would like to thank you Drifty for this good and emotional game!

I look forward to your next game.

/Besides.. I feel bad that the game was leaked immediately after it came out. No respect for Dev.. :cry:
I feel you. We can't stop the leaks but we can refrain from downloading it. For me, I am really considering buying this in Steam (which will costs just around USD6 or 7) but I am still gonna download the compressed version here :ROFLMAO:. No way I am gonna download over 7Gb, I don't have enough storage for the plentitudes of games I am playing:ROFLMAO:.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,236
47,040
I feel you. We can't stop the leaks but we can refrain from downloading it. For me, I am really considering buying this in Steam (which will costs just around USD6 or 7) but I am still gonna download the compressed version here :ROFLMAO:. No way I am gonna download over 7Gb, I don't have enough storage for the plentitudes of games I am playing:ROFLMAO:.
Delete that shitty CallOfShooty and replace it with LoF bud. You'll be better for it :ROFLMAO: :p
 
4.80 star(s) 554 Votes