Mod Ren'Py Leap of Faith - TheWarehouse's Walkthrough, Gallery Unlocker, Scene Gallery, Improvements Mod [0.6.1c] [DriftyGames]

5.00 star(s) 2 Votes

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
i could not find thAT file i looked in every folder but couldnt find it
Did you download the decompiler or did you use Unren to decompile the .rpyc files? Unren will bork it. Use Unren only to decompile the rpa files.

Edit:

Step by step:

1. Unren the rpa files.
2. Delete or move the rpa files.
3. Unzip the decompiler, drop the game folder inside the folder with the game exe. Overwrite one file.
4. Run the game, it will error out.
5. Open game folder and delete the un.rpyc
6. Drop the mod in and run the game.

Should be good to go after that.
 
Last edited:

Hotkillerz

Member
May 1, 2017
344
194
Ok i've done all that started a new game and all i shows is the dream sequane no pick a girl and such so idk if its farter down in the game or what
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Ok i've done all that started a new game and all i shows is the dream sequane no pick a girl and such so idk if its farter down in the game or what
It's right at the start. Hit start and it's literally the next screen. Did you drop the mod scripts into the game folder?
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
i droped the entire mod folder game into the game folder
Did it overwrite any files? I make it easy for myself and extract the mod, open the game folder inside it, grab those files and drop those into the game folder. They will overwrite the few files inside and that's what you want it to do.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
So, go into:

Code:
Leap_of_Faith_Mod_0.6.3\Leap of Faith Mod (0.6.3)\game
Copy all the files. Then go into:

Code:
LeapofFaith-0.6.1c-pc\game
Code:
And paste all the files. It will ask if you want to overwrite, click yes. Should work after that.
 

Rurr

Newbie
Jun 15, 2020
20
34
heyy guyzz anyone can help ?
i redownloaded but no help
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Style u'modTextHeader' does not exist.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\text\text.py", line 1636, in per_interact
    if self.style.slow_abortable:
  File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 679, in renpy.style.build_style
  File "style.pyx", line 142, in renpy.style.get_full_style
  File "style.pyx", line 83, in renpy.style.get_style
Exception: Style u'modTextHeader' does not exist.



Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.6.1c
Wed Sep 08 15:12:01 2021
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,186
6,006
heyy guyzz anyone can help ?
i redownloaded but no help
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Style u'modTextHeader' does not exist.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\sx\LeapofFaith-0.6.1c-pc\renpy\text\text.py", line 1636, in per_interact
    if self.style.slow_abortable:
  File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 679, in renpy.style.build_style
  File "style.pyx", line 142, in renpy.style.get_full_style
  File "style.pyx", line 83, in renpy.style.get_style
Exception: Style u'modTextHeader' does not exist.



Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.6.1c
Wed Sep 08 15:12:01 2021
Did you downloaded version of mod 0.6.2 from OP or version 0.6.3 which I added here ?

Here is a new version of the mod that I found on discord The Warehouse, this version OscarSix added there after someone wrote about a problem with the mod when trying to use the mod options.
I checked it myself now and so far the mod is working without any problem.
 

underoath27

Well-Known Member
Nov 22, 2020
1,502
1,231
In android port, does it have walkthrough? Or only win version?

Edit: just saw here that it has.
 
Last edited:

underoath27

Well-Known Member
Nov 22, 2020
1,502
1,231
One question: when MC met Lexi for the first time, Beautiful gives 2 points and Joke gives 1, why "joke" is marked as a good choice?
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
One question: when MC met Lexi for the first time, Beautiful gives 2 points and Joke gives 1, why "joke" is marked as a good choice?
Eh. The modder decided it was the best choice. Because later, you get another 2 pts, so a total of 3 instead of 2. I guess. I don't follow the mod that close. I still make my own choices, when I think the mod chose wrong for me.
 
Jul 8, 2020
40
5
Please help guys, am I the only one with this error? I keep getting this error message when I open one of my previous saves. Help needed! Thanks.


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

While running game code:
File "renpy/common/00action_file.rpy", line 452, 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 "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in 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 "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
return handle_click(self.clicked)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
rv = run(action)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/python.py", line 1815, in rollback
self.load_failed()
File "/private/var/folders/nb/k50xdzzs5016k8xhlqsnh7840000gp/T/AppTranslocation/88A6F87D-6582-4272-A9D6-3D40CC58868F/d/LeapofFaith.app/Contents/Resources/autorun/renpy/python.py", line 1733, 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?

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Leap of Faith 0.5.1c
Thu Sep 2 12:14:32 2021
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Started a new save and the wt portion is hit or miss whether it shows the choices or not. Is there a way to disable and re-enable it via console?

Untitled.jpg
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Here is a new version of the mod that I found on discord The Warehouse, this version OscarSix added there after someone wrote about a problem with the mod when trying to use the mod options.
I checked it myself now and so far the mod is working without any problem.
Bennie Boo Get the mod that is upped in the post I quoted.
 
Jul 8, 2020
40
5
Hi, @OscarSix would it be possible to add all the cece scenes (such as the cece creampie) in the mod gallery as well?
Thanks.

In addition, I've downloaded the mod but I do not see any walkthrough instructions (see image below). I also have an error with regards to saving the game

Thanks!
 
Last edited:

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Hi, @OscarSix would it be possible to add all the cece scenes (such as the cece creampie) in the mod gallery as well?
Thanks.

In addition, I've downloaded the mod but I do not see any walkthrough instructions (see image below). I also have an error with regards to saving the game

Thanks!
The first 2 choices you've locked yourself out of due to choice of girl at the start, as for the save, no idea.
 
5.00 star(s) 2 Votes