Mod Ren'Py Completed No More Secrets [v0.11] Walkthrough+Gallery mod [scrappy]

Antonisimo

Newbie
Apr 24, 2017
82
68
after "installing" i get this error does anyone know why?
______________________________________________________

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 164, in script
jump expression _in_replay
ScriptError: could not find label 'None'.

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

Full traceback:
File "renpy/common/00start.rpy", line 164, in script
jump expression _in_replay
File "E:\Games\No More Secrets\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "E:\Games\No More Secrets\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'None'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
No More Secrets 0.11
 

B31stone

Newbie
Feb 7, 2020
23
10
scrappy after applying the bug fix the gallery endings are broken and the Brandy ending is broken.

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

While running game code:
  File "game/finals.rpy", line 17, in script
    call screen final_nichole_1()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 628, in execute
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 628, in keywords
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
NameError: name 't_bottom' is not defined

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

Full traceback:
  File "game/finals.rpy", line 17, in script
    call screen final_nichole_1()
  File "G:\Games\No More Secrets - Final\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "G:\Games\No More Secrets - Final\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "G:\Games\No More Secrets - Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 628, in execute
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 628, in keywords
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "<screen language>", line 628, in <module>
NameError: name 't_bottom' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
No More Secrets 0.11
Mon Aug 03 02:18:10 2020
 

Faprino

Newbie
Apr 17, 2020
92
123
About the "Tells you where to go next during free roam in the top left corner", it was removed? Because doenst show for me. The only thing in the left corner is the 'menu' .


Edit.

Nvm. I thought it would stay until it was replaced by another goal, but it doesn't work that way.
 
Last edited:

Stealth103

New Member
Mar 16, 2018
13
29
scrappy after applying the bug fix the gallery endings are broken and the Brandy ending is broken.

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

While running game code:
  File "game/finals.rpy", line 17, in script
    call screen final_nichole_1()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 628, in execute
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 628, in keywords
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
NameError: name 't_bottom' is not defined

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

Full traceback:
  File "game/finals.rpy", line 17, in script
    call screen final_nichole_1()
  File "G:\Games\No More Secrets - Final\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "G:\Games\No More Secrets - Final\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "G:\Games\No More Secrets - Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "G:\Games\No More Secrets - Final\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "G:\Games\No More Secrets - Final\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 625, in execute
    screen final_nichole_1():
  File "game/finals.rpy", line 628, in execute
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 628, in keywords
    text "Guess what." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "<screen language>", line 628, in <module>
NameError: name 't_bottom' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
No More Secrets 0.11
Mon Aug 03 02:18:10 2020
Use the Final.rpy from the NoMoreSecrets_finalintro_narrator_mod_PM patch (install it over the walkthrough and gallery mod) and it should work.
 

Moar_Power!

Newbie
May 25, 2020
35
17
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  File "game/scenes/hotel_lobby.rpy", line 6, in execute
  File "game/scenes/hotel_lobby.rpy", line 6, in execute
  File "game/scenes/hotel_lobby.rpy", line 9, in execute
  File "game/scenes/hotel_lobby.rpy", line 10, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//lobby_ss_%s.png').

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

Full traceback:
  File "scenes/hotel_lobby.rpyc", line 4, in script
  File "renpy/ast.py", line 1949, in execute
  File "renpy/ast.py", line 1937, in call
  File "renpy/statements.py", line 277, in call
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  File "renpy/exports.py", line 2905, in call_screen
  File "renpy/ui.py", line 297, in interact
  File "renpy/display/core.py", line 2702, in interact
  File "renpy/display/core.py", line 3094, in interact_core
  File "renpy/display/core.py", line 541, in visit_all
  File "renpy/display/core.py", line 541, in visit_all
  File "renpy/display/core.py", line 541, in visit_all
  File "renpy/display/screen.py", line 430, in visit_all
  File "renpy/display/core.py", line 3094, in <lambda>
  File "renpy/display/screen.py", line 440, in per_interact
  File "renpy/display/screen.py", line 625, in update
  File "game/scenes/hotel_lobby.rpy", line 6, in execute
  File "game/scenes/hotel_lobby.rpy", line 6, in execute
  File "game/scenes/hotel_lobby.rpy", line 9, in execute
  File "game/scenes/hotel_lobby.rpy", line 10, in execute
  File "renpy/ui.py", line 946, in _imagebutton
  File "renpy/ui.py", line 940, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//lobby_ss_%s.png').

It does this for every character at the last party in chapter 11 in Android version
 

Thales1

New Member
Nov 19, 2019
2
0
game now more secret o with subtitles br has a different story than being in english in the secret part of the mother who played and noticed?
 

Moffy

Active Member
Sep 25, 2019
919
700
scrappy I don't know why but all endings are broken and it gives this error:

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

While running game code:
  File "game/finals.rpy", line 5, in script
    call screen final_amie_1()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/finals.rpy", line 135, in execute
    screen final_amie_1():
  File "game/finals.rpy", line 135, in execute
    screen final_amie_1():
  File "game/finals.rpy", line 138, in execute
    text "Brian went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 138, in keywords
    text "Brian went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
NameError: name 't_bottom' is not defined

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

Full traceback:
  File "game/finals.rpy", line 5, in script
    call screen final_amie_1()
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Game\NoMoreSecrets-0.11-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/finals.rpy", line 135, in execute
    screen final_amie_1():
  File "game/finals.rpy", line 135, in execute
    screen final_amie_1():
  File "game/finals.rpy", line 138, in execute
    text "Brian went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "game/finals.rpy", line 138, in keywords
    text "Brian went to Amie's place that night." text_align 0.5 xmaximum 1200 size 42 outlines [(absolute(1), "#5b5b5b", absolute(0), absolute(0))] at t_bottom
  File "<screen language>", line 138, in <module>
NameError: name 't_bottom' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
No More Secrets 0.11
Mon Sep 28 16:09:20 2020
 

Trickster777

New Member
Oct 22, 2018
8
0
Hey guys.

Just started EP9, after the film I get an error that i can't get past:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/sexMenu/e9n1_sex1_off.png'>:
File "game/ep9_convs.rpy", line 178, in script
call screen sexMenu(["e9n1_sex1", "e9n1_sex2", "e9n1_sex3", "e9n1_sex4","e9n1_sex5"],"e9n1_cum")
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/sexMenu/e9n1_sex1_off.png'.
I checked the folder and all the images are there however they are called 'e9n1_sex1_gall_off.png' Am I going to have to go through them all and rename them?