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
Jul 18, 2018
46
21
Same
OscarSix Can you help me? I'm getting this error and this problem (In screenshoot you can see)

View attachment 842397

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

While running game code:
  File "game/script03.rpy", line 2323, in script
    if MenuChoice != "HintsNone":
  File "game/script03.rpy", line 2323, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

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

Full traceback:
  File "game/script03.rpy", line 2323, in script
    if MenuChoice != "HintsNone":
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script03.rpy", line 2323, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.1c
Sat Oct 03 07:48:38 2020
Same
 

Ironheart.

New Member
May 23, 2020
10
10
an other one


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

While running game code:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

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

Full traceback:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.3.1c
Sat Oct 03 15:52:26 2020
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,647
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script04.rpy", line 439, in script
    show screen phone_taskcomplete
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen phone_taskcomplete is not known.


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

Full traceback:
  File "game/script04.rpy", line 439, in script
    show screen phone_taskcomplete
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 510, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\display\screen.py", line 1107, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen phone_taskcomplete is not known.


Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.3.1c
Sat Oct 03 15:46:19 2020
"phone_taskcomplete" is a dev made screen, not one created by this mod, please check you downloaded and unzipped the files correctly.

OscarSix Can you help me? I'm getting this error and this problem (In screenshoot you can see)

View attachment 842397

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

While running game code:
  File "game/script03.rpy", line 2323, in script
    if MenuChoice != "HintsNone":
  File "game/script03.rpy", line 2323, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

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

Full traceback:
  File "game/script03.rpy", line 2323, in script
    if MenuChoice != "HintsNone":
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Animated Games\Oynanmayı Bekleyenler\çok fazla var\Yeni İndirdim\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script03.rpy", line 2323, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.1c
Sat Oct 03 07:48:38 2020
I get the 'MenuChoice' not defined error now as well.

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

While running game code:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

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

Full traceback:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "D:\Mega\LeapofFaith-0.4.1c-pc\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\Mega\LeapofFaith-0.4.1c-pc\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Mega\LeapofFaith-0.4.1c-pc\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.1c
Sat Oct 03 00:16:36 2020
Awesome mod!
unfortunately 3 scene gallery got problem.
both scene with Kira and Robin (Kiss and plane lesbian)(too many report choice both girls give same problem)
Linda lingeri (line 167 - ScriptError: could not find label 'lindaScene1'.)
thanks,and with my old save I have similar bug with "MenuChoice" as Armysolo
Same

Same
an other one


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

While running game code:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

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

Full traceback:
  File "game/script04.rpy", line 456, in script
    if MenuChoice != "HintsNone":
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\LeapofFaith-0.3.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script04.rpy", line 456, in <module>
    if MenuChoice != "HintsNone":
NameError: name 'MenuChoice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.3.1c
Sat Oct 03 15:52:26 2020
2020/10/03: Updated Mod, 0.4.1.1

Change Log:
  • Fixed "MenuChoice" not defined
  • Fixed "MenuChoice" not working with saves
  • Fixed Menu Options not showing correctly
  • Fixed "/color" trying to close a non-existing color tag
  • Fixed Linda Gallery Scene
  • Fixed Menu Options not showing in the gallery replays
Download: - -
 

Madridfan

Well-Known Member
Feb 10, 2018
1,227
1,308
"phone_taskcomplete" is a dev made screen, not one created by this mod, please check you downloaded and unzipped the files correctly.








2020/10/03: Updated Mod, 0.4.1.1

Change Log:
  • Fixed "MenuChoice" not defined
  • Fixed "MenuChoice" not working with saves
  • Fixed Menu Options not showing correctly
  • Fixed "/color" trying to close a non-existing color tag
  • Fixed Linda Gallery Scene
  • Fixed Menu Options not showing in the gallery replays
Download: - -
thanks your quick work
 

Ironheart.

New Member
May 23, 2020
10
10
thx i think i will redownload the game and start it over from the begining but i will wait for the rest of the updates first since there is other choices that will be added in the same chapter
 
Jul 18, 2018
46
21
"phone_taskcomplete" is a dev made screen, not one created by this mod, please check you downloaded and unzipped the files correctly.








2020/10/03: Updated Mod, 0.4.1.1

Change Log:
  • Fixed "MenuChoice" not defined
  • Fixed "MenuChoice" not working with saves
  • Fixed Menu Options not showing correctly
  • Fixed "/color" trying to close a non-existing color tag
  • Fixed Linda Gallery Scene
  • Fixed Menu Options not showing in the gallery replays
Download: - -
Thank you
 
Jul 20, 2020
369
546
Didn't this mod used to give more info in the choices like what it actually affects in terms of character personality?

I have to restart the game because I can't load *any* saves regardless of what I've tried done and I've noticed the options in the game are "basic".

This entire game has been a huge issue for me, from loading saves, to just playing it (got stuck on the phone for some reason and couldn't exit it), rollback errors, rollback stopped working etc.

Edit: Disregard the errors, I ended up just starting a fresh game. Finally in 4.1 content.
 
Last edited:
  • Like
Reactions: EZ8lt

NyVar

Member
May 23, 2020
301
326
My appoligies OscarSix , but my problem has bropably beem mentioned. My options with chains of events are coded, and not named. And they are always followed by an error with "rollback" or "ignore" witch do work, though im not comfortable with them.
Other than that, i am so damn happy!! Keep it up my, guy! And hope you have fun and have good luck in your IRL!! :)
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,647
My appoligies OscarSix , but my problem has bropably beem mentioned. My options with chains of events are coded, and not named. And they are always followed by an error with "rollback" or "ignore" witch do work, though im not comfortable with them.
Other than that, i am so damn happy!! Keep it up my, guy! And hope you have fun and have good luck in your IRL!! :)
Are you using the latest addition of the mod?
 
  • Red Heart
Reactions: NyVar

NyVar

Member
May 23, 2020
301
326
OscarSix I must also say, that your responce time is awesome!! I must admit that i do not support you, and JUST the ABSOLUTE best games i love (2-3 games).... But i hope with trust, and with economical insurance i definately WOULD support you, my guy.. Thanks agan, Peep.. Much love :)
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,647
I just got home from a long and dreadful meeting, and i will DL again and try it all over :) Thanks O6!
Check the mod folder name, 0.4.1.1 is the latest version which fixed Menu Choices. If you deleted the folder,
- You should get an alert when you start your game that the mod is out of date
- Check "modConfig.txt" in /oscarAdditions/ to check the mod version
 
  • Like
Reactions: NyVar
5.00 star(s) 2 Votes