Mod Ren'Py Abandoned Vis - Multi-Mod [The Witcher & ShaddyModda]

JenMistress

Engaged Member
Oct 1, 2019
2,529
2,820
The Witcher, here to help you out, and I hope that you get better soon.

Vis [v1.4 Ch.1] Walkthrough Mod

Download: -

Edit: If you downloaded the mod before this warning please download again, I forgot some files.

Note: don't ask for updates, this is just to help out the Modder, this is still his project.

You can find all of my Walkthrough Mods content here:

Or you can:
Thank you, you are a saint to help out here. Truly appreciate it.
 

MacDog16

Newbie
Oct 3, 2017
21
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/script.rpy", line 275, in script
    menu:
  File "game/scripts/screens.rpy", line 202, in execute
    screen choice(items):
  File "game/scripts/screens.rpy", line 202, in execute
    screen choice(items):
  File "game/scripts/screens.rpy", line 205, in execute
    vbox:
  File "game/scripts/screens.rpy", line 206, in execute
    for i in items:
  File "game/scripts/screens.rpy", line 207, in execute
    textbutton i.caption action i.action
NameError: Name 'JGR' is not defined.

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

Full traceback:
  File "game/scripts/script.rpy", line 275, 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 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 3213, 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 3630, 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 3630, 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/scripts/screens.rpy", line 202, in execute
    screen choice(items):
  File "game/scripts/screens.rpy", line 202, in execute
    screen choice(items):
  File "game/scripts/screens.rpy", line 205, in execute
    vbox:
  File "game/scripts/screens.rpy", line 206, in execute
    for i in items:
  File "game/scripts/screens.rpy", line 207, 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 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, 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 'JGR' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Vis 1.4
Mon Jul 12 00:35:14 2021
 

NyVar

Member
May 23, 2020
297
319
I dont understand this one :unsure: There's not a dupe anywhere..

EDIT: Well, as it says it does have same names, but its 1 rpy and 1 rpcy. Arent they diffrernt?
EDIT2: Im such an idiot xD (!!) I didn't overwright the game folder, i put it INSIDE the game folder xD Hahaha, my bad

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/scripts/Story_character_dev/0.7_update_story.rpy', 1623096533, 398) is defined twice, at game/game/scripts/Story_character_dev/0.7_update_story.rpyc:6 and game/scripts/Story_character_dev/0.7_update_story.rpy:6.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/scripts/Story_character_dev/0.7_update_story.rpy', 1623096533, 398) is defined twice, at game/game/scripts/Story_character_dev/0.7_update_story.rpyc:6 and game/scripts/Story_character_dev/0.7_update_story.rpy:6.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648

Mon Jul 12 09:26:05 2021
 
Last edited:
Sep 4, 2018
165
192
Looks like your free to make your version of the mod Sancho1969 since both creators are not working on this anymore and would help a lot of people out for sure in playing. :)
 
Sep 4, 2018
165
192
oh right on haven't looked in a good while and been holding out to play till updates are longer and don't involve the sandbox part lol