Mod Ren'Py Abandoned The Singer - Jeevant 's Gallery Mod [v0.5.4] [IntensiveCareGames]

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
 

mickster101

Active Member
Aug 14, 2017
802
1,139
The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Thank you, my friend! I for one really appreciate your efforts.
 

Dark Horizon

Active Member
Apr 27, 2017
617
318
The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Is there any chance you can update the gallery too?
 

JenMistress

Engaged Member
Oct 1, 2019
2,605
2,951
The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Always annoys me when the Devs do that, mostly because means got to start all over again, and those times, back to the bottom of the play list. But thank you for your work on this non the less. Truly appreciate it.
 
  • Like
Reactions: Sanaa Star

Moffy

Active Member
Sep 25, 2019
919
700
The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Please update the gallery too.That would be great.
 

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
Thanks for the patience. Wt was done. I was working on gallery as I'm taking over the whole mod. It's done too. I will post the update in an hr or two
 

Moffy

Active Member
Sep 25, 2019
919
700
Jeevant Thanks for the update dude.
I get this error when playing one of the gallery scenes:

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

While running game code:
  File "game/gallerylabels.rpy", line 1891, in script
    menu:
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
NameError: Name 'sub route' is not defined.

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

Full traceback:
  File "game/gallerylabels.rpy", line 1891, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1525, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'sub route' is not defined.

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 11:55:39 2021
 

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
Jeevant Thanks for the update dude.
I get this error when playing one of the gallery scenes:

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

While running game code:
  File "game/gallerylabels.rpy", line 1891, in script
    menu:
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
NameError: Name 'sub route' is not defined.

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

Full traceback:
  File "game/gallerylabels.rpy", line 1891, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1525, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'sub route' is not defined.

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 11:55:39 2021
Should be fixed now.
 
  • Like
Reactions: Moffy

Moffy

Active Member
Sep 25, 2019
919
700
Should be fixed now.
That error was solved but unfortunately now i get this one:LOL::ROFLMAO::

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

While running game code:
  File "game/gallerylabels.rpy", line 2066, in script
    $ mcsub += 1
  File "game/gallerylabels.rpy", line 2066, in <module>
    $ mcsub += 1
NameError: name 'mcsub' is not defined

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

Full traceback:
  File "game/gallerylabels.rpy", line 2066, in script
    $ mcsub += 1
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/gallerylabels.rpy", line 2066, in <module>
    $ mcsub += 1
NameError: name 'mcsub' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 16:37:41 2021
 

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
That error was solved but unfortunately now i get this one:LOL::ROFLMAO::

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

While running game code:
  File "game/gallerylabels.rpy", line 2066, in script
    $ mcsub += 1
  File "game/gallerylabels.rpy", line 2066, in <module>
    $ mcsub += 1
NameError: name 'mcsub' is not defined

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

Full traceback:
  File "game/gallerylabels.rpy", line 2066, in script
    $ mcsub += 1
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/gallerylabels.rpy", line 2066, in <module>
    $ mcsub += 1
NameError: name 'mcsub' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 16:37:41 2021
I hope this was the last one :p:ROFLMAO:
 
Last edited:
  • Like
Reactions: Moffy

Wills747

Engaged Member
Dec 14, 2018
2,324
4,821
My Compressed Android port of the singer 0.4.0 with Jeevant and Sir Leon walk through and cheats mod.
Usual gestures, save name/delete etc
Alternative saves and log location, grant storage permissions on first run.
Updated my compressed unofficial Android port to 0.4.0
 

critter

Member
Jun 9, 2017
143
27
I'm not shure if the Original or the Mod trigger this exception but since the Mod changed the script.rpy I post it here:

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

While running game code:
  File "game/script.rpy", line 5747, in script
    if  kisstodd1 == True:
  File "game/script.rpy", line 5747, in <module>
    if  kisstodd1 == True:
NameError: name 'kisstodd1' is not defined

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

Full traceback:
  File "game/script.rpy", line 5747, in script
    if  kisstodd1 == True:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 5747, in <module>
    if  kisstodd1 == True:
NameError: name 'kisstodd1' is not defined

Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:44:50 2021
 

critter

Member
Jun 9, 2017
143
27
And one more:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6261, in script
    if  kisstodd1 == True:
  File "game/script.rpy", line 6261, in <module>
    if  kisstodd1 == True:
NameError: name 'kisstodd1' is not defined

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

Full traceback:
  File "game/script.rpy", line 6261, in script
    if  kisstodd1 == True:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6261, in <module>
    if  kisstodd1 == True:
NameError: name 'kisstodd1' is not defined

Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:50:25 2021
 

critter

Member
Jun 9, 2017
143
27
And again:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6439, in script
    if kisstodd2 == True:
  File "game/script.rpy", line 6439, in <module>
    if kisstodd2 == True:
NameError: name 'kisstodd2' is not defined

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

Full traceback:
  File "game/script.rpy", line 6439, in script
    if kisstodd2 == True:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6439, in <module>
    if kisstodd2 == True:
NameError: name 'kisstodd2' is not defined

Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:51:12 2021
 

critter

Member
Jun 9, 2017
143
27
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6637, in script
    if juliahate == True:
  File "game/script.rpy", line 6637, in <module>
    if juliahate == True:
NameError: name 'juliahate' is not defined

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

Full traceback:
  File "game/script.rpy", line 6637, in script
    if juliahate == True:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6637, in <module>
    if juliahate == True:
NameError: name 'juliahate' is not defined

Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:53:37 2021
 

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
critter Did you use an older version save with new version? Because saves break every version for this game and hence the variables not defined error. Dev adds variables defined in older version scripts. Hence you need to start new game every version.
Saves breaking is all on dev.
 
  • Like
Reactions: critter