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

d_pedestrian

Engaged Member
Jul 18, 2020
2,073
8,460
There are some problems with this updated mod

1)There's no 'No girls Active' button and because of that no choice suggestions.
2)An error comes when a new game is started
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

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

Full traceback:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:08:43 2020
3)In gallery when 'Others' is selected an error comes up
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\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 "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
  File "<screen language>", line 152, in <module>
ValueError: max() arg is an empty sequence

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:09:25 2020
4)Can't choose +1 point for every personality points
 

danvo2004

Active Member
Apr 24, 2020
954
856
There are some problems with this updated mod

1)There's no 'No girls Active' button and because of that no choice suggestions.
2)An error comes when a new game is started
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

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

Full traceback:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:08:43 2020
3)In gallery when 'Others' is selected an error comes up
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\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 "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
  File "<screen language>", line 152, in <module>
ValueError: max() arg is an empty sequence

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:09:25 2020
4)Can't choose +1 point for every personality points
Yeah same happen to me
 
Jun 1, 2017
379
323
Something is wrong .... when im with robin in night video game and when is in top of you you guide say to tighten but this choice is not avaible , i think somethig is missed here what i have not enogh point to go with your guide when i follow all the way? and man take your Christmass day with you love and take a loock after, cheers and Happy Christmas day.
Edit And how another ppl say in the begining have choice to only one girl to show status and hints. Cheeers
 
Last edited:

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,647
There are some problems with this updated mod

1)There's no 'No girls Active' button and because of that no choice suggestions.
2)An error comes when a new game is started
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

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

Full traceback:
  File "game/script.rpy", line 36, in script call
    call MenuRefresh
  File "game/scripts/menus/MenusValues.rpy", line 3, in script
    if bMenuInit == true:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
    if bMenuInit == true:
NameError: name 'true' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:08:43 2020
3)In gallery when 'Others' is selected an error comes up
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\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 "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
    screen sceneCharacterMenu(galleryCharacter):
  File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
    vbox:
  File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
  File "<screen language>", line 152, in <module>
ValueError: max() arg is an empty sequence

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:09:25 2020
4)Can't choose +1 point for every personality points
3) The Other page isn't meant to exist, was a temp page for me to check the new scenes, will be removed when Ditty fixes the couple walkthrough bugs
4) That's my oversight, thought ditty used the last mod files which had the improvements will also be fixed in the bug fix update
 

danvo2004

Active Member
Apr 24, 2020
954
856
3) The Other page isn't meant to exist, was a temp page for me to check the new scenes, will be removed when Ditty fixes the couple walkthrough bugs
4) That's my oversight, thought ditty used the last mod files which had the improvements will also be fixed in the bug fix update
Hi everyone, OscarSix already explained the situation, so give him sometime to fix the mod, thanks man
 

GermanioBR

Member
Dec 3, 2018
373
543
Ok guys, it worked for me...


what I did was open the game on 4.1, open a save before the dance in the plane and the game makes a auto-save.
Then, I unziped the newest version it in on 4.1 and, after that, I unzipped the mod and loaded the auto-save before the dance on the plane.

I hope it can help who's having the same issues as me...

But to be fair, now that I'm playing, until now there's no hint in any action so far... so I think the mod isn't working at all
 
Last edited:

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,647
2020/12/27: Updated Mod, 0.4.51c

Change Log:
  • Updated Walkthrough to 0.4.51c - Credit: ditty00
  • Fixed Gallery "other" page - Credit OscarSix
  • Fixed All Trait option - Credit OscarSix
NOTE: Saves don't appear to work with the latest version, we had some success using autosave.

Download: - - -
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,599
2,885
2020/12/27: Updated Mod, 0.4.51c
NOTE: Saves don't appear to work with the latest version, we had some success using autosave.
(Note: This is a fresh install of latest LoF and fresh addition of your updated mod from today.)

Perhaps I'm getting this error because I'm loading a save from the point the MC is in bed and choosing one of the girls (and since I tried to get this to work with the previous mod, I no longer have any autosaves from that time-frame), but once I've made a choice and get to the next screen with all the photos and choices for Inactive/Active, when I click to continue I get this error:

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

I'll try some even older saves but thought I'd mention what's happening with a save from the point I mentioned.
EDIT: Nope, getting the same error. Older saves do load but it mentioned the issue with taking pictures of both girls (I chose Cece) and at first click after that I get the same error above.

FURTHER EDIT: If I load an even earlier save, I get this error after the start of Chapter 4 and the mod option to choose one "Active" girl:

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

blankbeater

Newbie
Aug 18, 2019
39
58
when i start a new game i cant select all the girls, i using the Updated Mod, 0.4.51c, i redownloaded everything and still cant do it.
 

ditty00

Newbie
Apr 14, 2020
31
84
Here is an updated WT without the 'true' error. Was completely my fault. I copied an old file into the archive...sorry guys!

I'll ask OscarSix to update the links with the new file below.

Edit: OP has been updated. Removed attachment from this post.
 
Last edited:
  • Like
Reactions: d_pedestrian

blankbeater

Newbie
Aug 18, 2019
39
58
Here is an updated WT without the 'true' error. Was completely my fault. I copied an old file into the archive...sorry guys!

I'll ask OscarSix to update the links with the new file below.
i still cant select all girls with that version
 
5.00 star(s) 2 Votes