How would you like the publication of updates to be in terms of content?

  • Every month and a half (300 renders or more)

    Votes: 739 30.5%
  • every 2 and a half months (700 renders or more)

    Votes: 1,684 69.5%

  • Total voters
    2,423
  • Poll closed .

Krylo Zagato

Newbie
May 23, 2019
91
143
I think I'm having a problem with KoGa3's Multi-Mod. The characters are still referring to MC as Ethan even after changing his name in the Mod Menu. It does show the correct changed name at the top on the text box, so I'm pretty sure I applied it right.
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,022
31,013
I think I'm having a problem with KoGa3's Multi-Mod. The characters are still referring to MC as Ethan even after changing his name in the Mod Menu. It does show the correct changed name at the top on the text box, so I'm pretty sure I applied it right.
Hi. I made a quick check and for me the renaming worked so far, even in the dialogs. You said that you already did the renaming in my Mod menu, so it's a bit strange. Do you use another Mod/patch?. Because the I-patch and the Walkthrough Mod from the OP are not compatible to my Mod (and they are both outdated now anyway).
 
  • Like
Reactions: Punto

Krylo Zagato

Newbie
May 23, 2019
91
143
Hi. I made a quick check and for me the renaming worked so far, even in the dialogs. You said that you already did the renaming in my Mod menu, so it's a bit strange. Do you use another Mod/patch?. Because the I-patch and the Walkthrough Mod from the OP are not compatible to my Mod (and they are both outdated now anyway).
I only used your Mod, no other patches. I did use the compressed version of the game, could that be creating the problem?
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,022
31,013
I only used your Mod, no other patches. I did use the compressed version of the game, could that be creating the problem?
That shouldn't actually cause that issue. Strange. Please try to rename with my Mod at that point in the game again, maybe it's an issue with a save. Otherwise I don't know...
 

Krylo Zagato

Newbie
May 23, 2019
91
143
That shouldn't actually cause that issue. Strange. Please try to rename with my Mod at that point in the game again, maybe it's an issue with a save. Otherwise I don't know...
I tried the compressed version again and it still wouldn't work. I downloaded the uncompressed version and also re-downloaded the Mod just in case, and now it works. This was my first time playing this game, so there were no previous saves.
 
  • Like
Reactions: KoGa3
Mar 19, 2021
38
29
If you want mother/son & sister/brother relationships, simply overwrite the script.rpy in the "game" folder with the attached one..

Game version Ch.2 Part2.

Edit: It should work with and without the walkthrough mod now.
how can i download this
 

trauts

Active Member
Aug 12, 2018
700
502
surprised that no one hit this bug. or just ignored it (no mods)

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

While running game code:
  File "game/script.rpy", line 5924, in script
    luca"Are you still on vacation?"
Exception: Sayer 'luca' is not defined.

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

Full traceback:
  File "game/script.rpy", line 5924, in script
    luca"Are you still on vacation?"
  File "renpy/ast.py", line 681, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'luca' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Sat Nov 27 03:55:54 2021
also didn't MC take aly to dinner already? back in line 3901 or is it an another dinner that wasn't mentioned beforehand?
1637958446971.png

1637958569227.png
 
Last edited:

RayJefferson

Member
Mar 4, 2018
312
141
good evening I have 2 errors the first with Alessia
the second by clicking on the mod menu button

Alesssia error

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script.rpy", line 9792, in script
    menu :
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 215, in execute
    vbox:
  File "game/screens.rpy", line 216, in execute
    for i in items:
  File "game/screens.rpy", line 217, in execute
    textbutton i.caption action i.action
NameError: Name 'KoGa3ChoiceView1a' is not defined.

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

Full traceback:
  File "game/script.rpy", line 9792, in script
    menu :
  File "renpy/ast.py", line 1683, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, 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 3276, 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 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, 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 3691, 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 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 215, in execute
    vbox:
  File "game/screens.rpy", line 216, in execute
    for i in items:
  File "game/screens.rpy", line 217, 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 1549, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1668, 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 'KoGa3ChoiceView1a' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Sun Nov 28 04:12:34 2021
Mod menu Error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9789, in script
    mc"{i}As I approached [Alessianame]'s room, I saw her chatting with Kumiko.{i}"
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 151, in execute
    vbox:
  File "game/KoGa3Mod.rpy", line 250, in execute
    if KoGa3ChoiceOption == 0:
  File "game/KoGa3Mod.rpy", line 251, in execute
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 251, in keywords
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 256, in <module>
    SetVariable("KoGa3ChoiceView1a", KoGa3ChoiceText1a),
NameError: name 'KoGa3ChoiceText1a' is not defined

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

Full traceback:
  File "game/script.rpy", line 9789, in script
    mc"{i}As I approached [Alessianame]'s room, I saw her chatting with Kumiko.{i}"
  File "renpy/ast.py", line 716, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1219, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', 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 3276, 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 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, 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 3691, 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/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 151, in execute
    vbox:
  File "game/KoGa3Mod.rpy", line 250, in execute
    if KoGa3ChoiceOption == 0:
  File "game/KoGa3Mod.rpy", line 251, in execute
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 251, in keywords
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 256, in <module>
    SetVariable("KoGa3ChoiceView1a", KoGa3ChoiceText1a),
NameError: name 'KoGa3ChoiceText1a' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Sun Nov 28 04:13:18 2021
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,022
31,013
good evening I have 2 errors the first with Alessia
the second by clicking on the mod menu button

Alesssia error

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script.rpy", line 9792, in script
    menu :
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 215, in execute
    vbox:
  File "game/screens.rpy", line 216, in execute
    for i in items:
  File "game/screens.rpy", line 217, in execute
    textbutton i.caption action i.action
NameError: Name 'KoGa3ChoiceView1a' is not defined.

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

Full traceback:
  File "game/script.rpy", line 9792, in script
    menu :
  File "renpy/ast.py", line 1683, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, 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 3276, 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 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, 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 3691, 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 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 212, in execute
    screen choice(items):
  File "game/screens.rpy", line 215, in execute
    vbox:
  File "game/screens.rpy", line 216, in execute
    for i in items:
  File "game/screens.rpy", line 217, 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 1549, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1668, 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 'KoGa3ChoiceView1a' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Sun Nov 28 04:12:34 2021
Mod menu Error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9789, in script
    mc"{i}As I approached [Alessianame]'s room, I saw her chatting with Kumiko.{i}"
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 151, in execute
    vbox:
  File "game/KoGa3Mod.rpy", line 250, in execute
    if KoGa3ChoiceOption == 0:
  File "game/KoGa3Mod.rpy", line 251, in execute
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 251, in keywords
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 256, in <module>
    SetVariable("KoGa3ChoiceView1a", KoGa3ChoiceText1a),
NameError: name 'KoGa3ChoiceText1a' is not defined

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

Full traceback:
  File "game/script.rpy", line 9789, in script
    mc"{i}As I approached [Alessianame]'s room, I saw her chatting with Kumiko.{i}"
  File "renpy/ast.py", line 716, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1219, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', 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 3276, 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 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, 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 3691, 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/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 148, in execute
    screen KoGa3ScreenModMenu:
  File "game/KoGa3Mod.rpy", line 151, in execute
    vbox:
  File "game/KoGa3Mod.rpy", line 250, in execute
    if KoGa3ChoiceOption == 0:
  File "game/KoGa3Mod.rpy", line 251, in execute
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 251, in keywords
    textbutton _("Game choices help (walkthrough):  {color=[KoGa3Color2]}OFF{/color}"):
  File "game/KoGa3Mod.rpy", line 256, in <module>
    SetVariable("KoGa3ChoiceView1a", KoGa3ChoiceText1a),
NameError: name 'KoGa3ChoiceText1a' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Sun Nov 28 04:13:18 2021
Hi. According your error logs I assume there is something wrong with the Mod installation, since the Variables causing the problems actually should work with the latest version. I would recommend to download and install my Mod again.
Info: Don't want that this is becomming a Mod thread here, will therefore better make an own one in the Mod section soon.
 

Hairy Pussy Lover

Active Member
Jul 7, 2021
810
760
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 5370, in script
jump coffeemod
ScriptError: could not find label 'coffeemod'.

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

Full traceback:
File "game/script.rpy", line 5370, in script
jump coffeemod
File "renpy/ast.py", line 1752, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'coffeemod'.

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Between Salvation and Abyss Chapter3part2
Tue Dec 7 03:20:16 2021
download chapter 3 part 2 at end have text that is all for chapter 2 part 2 and have this error
 
3.20 star(s) 80 Votes