• Search is back up, but the index is being rebuilt, there may still be some minor problems until this is complete.

Mod Ren'Py Leap Of Faith [Ch. 8] Multi-Mod [Sancho1969]

5.00 star(s) 11 Votes

faradhii

Active Member
Sep 8, 2019
797
972
aren't you quivering with antici........................................................................................................pation?
 
  • Like
Reactions: Shadofax

brknsoul

Active Member
Nov 2, 2017
505
369
aren't you quivering with antici........................................................................................................pation?
It'll be.. Legend .. the lactose intolerant may want to turn away.. dairy!
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
SanchoMod Update (critical)

Changelog:
  • Resolved - Added a couple more variables that Drifty forgot to declare as reported by kitkat102 .
Simply re-download the mod and reinstall over existing installation overwriting as requested.

Regards.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
Great to see the mod up and running, thanks for all the hard work on this. But, we have a problem. It breaks when pressing the next button on the fancy stats screen and once you've seen this error it's impossible to load the mod menu again.

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2635, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2635, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2637, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1899, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1899, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1901, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1921, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2637, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2638, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2675, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2690, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2692, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2697, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2699, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2700, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2701, in execute
NameError: Name 'ep4SetupChrisWithLi' is not defined.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "/home/phil/Sync/games/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 "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/python.py", line 1052, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/phil/Sync/games/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 "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2635, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2635, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2637, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1899, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1899, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1901, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 1921, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2637, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2638, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2675, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2690, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2692, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2697, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2699, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2700, in execute
  File "game/SanchoMod/SanchoMod LoF 1.0s.rpy", line 2701, in execute
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/text/text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/text/text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "/home/phil/Sync/games/LeapofFaith-1.0c-pc/renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'ep4SetupChrisWithLi' is not defined.

Linux-5.4.0-125-generic-x86_64-with-glibc2.31 x86_64
Ren'Py 8.0.2.22081402
Leap of Faith 1.0.1s
Mon Sep 12 01:51:25 2022
```
I fixed it for ya bud. See above post.
 

JenMistress

Engaged Member
Oct 1, 2019
2,632
2,988
Mistress.... please let me know if it loads fine on your end. We have a user who's having issues and I'm ready to pull the links but don't know if it's an isolated event. Thank you in advance m'lady.
Took a bit to get to downloading this file, today's first batch involved many huge games, but only problem was the last save I had didn't work, normal many times it seems with games, why I always have multiple saves, but the save before that worked just fine, and fast forwarding to the new stuff, everything worked great. Thank you so very much, and if I have any problems when I do my nightly gaming session, I will let you know, but so far, so good.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
The rpa music thingy is the "DLC" you mentioned, right? And not implement?
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
Took a bit to get to downloading this file, today's first batch involved many huge games, but only problem was the last save I had didn't work, normal many times it seems with games, why I always have multiple saves, but the save before that worked just fine, and fast forwarding to the new stuff, everything worked great. Thank you so very much, and if I have any problems when I do my nightly gaming session, I will let you know, but so far, so good.
Mistress, note there's a new maintenance update (see a couple posts above), so you might want to re-DL the mod. A couple more variables were found to not have been declared properly by Drifty so I sorted them out. This caused a crash via the stat screens if in early game.
 
  • Red Heart
Reactions: JenMistress

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
The rpa music thingy is the "DLC" you mentioned, right? And not implement?
It's more than that. It is important now to resolve many old saves to load proper. It will matter later during a possible "OG music" swap. The music swap has NOT been done yet... that's a whole other issue to be dealt with.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,280
It's more than that. It is important now to resolve many old saves to load proper. It will matter later during a possible "OG music" swap. The music swap has NOT been done yet... that's a whole other issue to be dealt with.
Thanks. Gonna wait then.
 

JenMistress

Engaged Member
Oct 1, 2019
2,632
2,988
Mistress, note there's a new maintenance update (see a couple posts above), so you might want to re-DL the mod. A couple more variables were found to not have been declared properly by Drifty so I sorted them out. This caused a crash via the stat screens if in early game.
Saw that after I sent my message, so just redownloaded then, again, no problems found thus far, and again, thank you.
 
  • Like
Reactions: Sancho1969

SunSai

New Member
Nov 11, 2020
2
7
i like this game/vn/story, so i don't mind starting all the paths from the beginning because i like the mod too!


i rarely comment on any sites cause i see my replay's goes too cheesy, but this time i don't care.

THANK YOU sancho-san!
i appreciate you and your work.
 
  • Love
Reactions: Sancho1969

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
A little SanchoNote and reflection post-release if I may.

I so dearly love the sound of virtual crickets in a thread of mine shortly after a release. It usually means things went EXACTLY as planned. The fan base completely absorbed into their own personal experiences with a VN that I only hope to have added to the experience. I'm so happy right now with that thought alone... I'll also have myself another Crown & Coke, light a cigar, and personally reflect on all things as a result from taking a Leap Of Faith.

I cannot express enough how much I appreciate the kind words offered of folks and I'm sincerely honored that I might have brought but a little more enhancement to your media experience.

And to my friend DriftyGames I hope I have brought honor to your original vision and to your loyal fans. It was indeed my honor to attempt to do so.

Regards and all my best to you and yours,
Sancho
 

thegrimm

Newbie
Mar 13, 2019
34
46
A little SanchoNote and reflection post-release if I may.

I so dearly love the sound of virtual crickets in a thread of mine shortly after a release. It usually means things went EXACTLY as planned. The fan base completely absorbed into their own personal experiences with a VN that I only hope to have added to the experience. I'm so happy right now with that thought alone... I'll also have myself another Crown & Coke, light a cigar, and personally reflect on all things as a result from taking a Leap Of Faith.

I cannot express enough how much I appreciate the kind words offered of folks and I'm sincerely honored that I might have brought but a little more enhancement to your media experience.

And to my friend DriftyGames I hope I have brought honor to your original vision and to your loyal fans. It was indeed my honor to attempt to do so.

Regards and all my best to you and yours,
Sancho
You're a class act Sancho, a commendable achievement nowadays! Thank you for always leaving this community a better place than you found it each time you drop by. Enjoy that cigar and Crown & Coke man! Take care.
 
  • Like
Reactions: Sancho1969

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
You're a class act Sancho, a commendable achievement nowadays! Thank you for always leaving this community a better place than you found it each time you drop by. Enjoy that cigar and Crown & Coke man! Take care.
Thank you my friend, sincerely. I will do that... with the tunes cranked to 11 of course.
 

linkinn

Well-Known Member
Apr 25, 2020
1,075
7,959
Thanks Sancho, just got all my saves back to the start of chapter 8 thanks to your mod, i will finish it tomorrow but everything was smooth so far.
 
  • Like
Reactions: Sancho1969

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,053
Thanks Sancho, just got all my saves back to the start of chapter 8 thanks to your mod, i will finish it tomorrow but everything was smooth so far.
Excellent. Glad you are able to progress. Consider starting from scratch later if you find the time, you know it's worth it bud. Enjoy.
 
  • Like
Reactions: linkinn

jasad

Active Member
Dec 14, 2021
804
611
View attachment 1581606

Overview:
In-game mod for Leap Of Faith
Multi-mod adds support for save descriptions, choice guide, custom stat screens, custom scene gallery, custom settings, custom fonts and more.
As always if you like the game please show your support for the Developer whose respective links are found below.

*** The Latest SanchoMod Core v6a ***
Massive overhaul of core mod with 1,000's of cumulative hours in development.

It is highly recommended you run via your secondary graphics processor (not your integrated), instructions below.


NOTE: Read the extra installation notes here for the best experience and maximum old save compatibility.


Updated: 09-11-2022
Game/Creator: Leap Of Faith / DriftyGames / - - -
Modder: Sancho1969 F95
Mod Version: v1.0.1s (Steam compatible)
Game Version: Ch8 1.0.1c or 1.0.1s
Language: English

Features:
  • Improved aesthetics with animated mod menus/screens, all fully customizable to tailor your personal experience.
  • Too many story branches got you down 'cause you can't remember which of your saves is which? I gotcha covered. Includes the Original SanchoMod save description feature. Often imitated (including the use of my GUI buttons) the SanchoSave is more intelligent and efficient, saving you keystrokes as it autoloads the save slot descriptions and it also allows you to completely escape the process of saving if you wish (I've personally not seen this feature with other imitations). Feature can be toggled on/off anytime as desired.
  • Adds multiple exhaustive stats screens always accessible via the MiniMenu or Options menu. Resizable, toggle-enabled, various formats, and more.
  • Adds in-game walkthrough (ChoiceGuide) noting all variable changes and highlighting important choices. Can be toggled on/off at anytime, play as YOU want to play. You are not forced to view spoilers if you do not wish.
  • Multiple opacity and text sizing options to customize your experience including dialogue boxes, text and fonts, QuickMenu sizing and format versions, and more. All can be toggled on/off as desired, again allowing you even more control to tailor your experience.
  • Adds a custom fully unlocked scene gallery (SanchoGallery) that runs completely independent.
  • Adds professionally coded custom cheats (SanchoCheats) if applicable (varies from port to port).
  • Guide for Opportunities, Phone Tasks, Optional Tasks, Nuke Posts, and more.
  • Too many new features to list.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.
SaveFixer:
(Using SanchoModded saves in an unmodded game)
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.

Current revision: 09/11/2022 20:28 CST
Download: -

SanchoMod GUI/Features
View attachment 1807002 View attachment 1807000 View attachment 1807001 View attachment 1581631 View attachment 1806998 View attachment 1806999
View attachment 1581665 View attachment 1581663 View attachment 1581662 View attachment 1581661 View attachment 1581666
Dynamic ChoiceGuide / TaskGuide Examples
View attachment 1581675 View attachment 1581674 View attachment 1581671
View attachment 1581676 View attachment 1581673

(Screenshot below explains the SanchoMod interface/features)
View attachment 1581624
If you enjoy my mods and guides, please consider smashing the "(y)like" to give me support. You won't see links or advertisements in any of my mods, all I ask is for your gratitude if you enjoy my work. Feel free to follow my profile where I post new mods, updates, and status of works-in-progress. If you find this particular mod beneficial and/or enjoyable, consider leaving a proper review and a "vote" so others might benefit from your personal experience. My personal thanks (as always) to the hardworking devs, compressors, and admins. Kindest regards and be well.
thank you for the mod update~ ^_^
 
5.00 star(s) 11 Votes