Idontknow94
Newbie
- Dec 18, 2017
- 51
- 63
Mod is broke i got two errorsHello!
I wrapped up quick walkthrough mod for this game.
Game is very good so far and deserves more attention!
Enjoy
NOTE: A lot of choices have no effect, they are not marked in any way. Choose at your discretion. Only important choices are marked.
P.S
i almost failed to enter topic because of the "TAG" , really needs something else to differentiate.
+(Minor fix, one of characters names was interfering with color mod)
+(Included .rpyc files per request) no other changes.
+updated to 0.8.1
---Note: There was one.. .odd choice so i removed it altogether. I think everyone knows what that choice was. U wont miss anything , dont worry.
+Update to 0.9
+Unlocked gallery
+transparent text mod (remove y_outline files if you prefer with texbox)
(minor typo error fix renpy notify)
==========
+Update 0.10
==========
+Update 0.11.1
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 30220, in script
menu:
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 290, in execute
vbox:
File "game/screens.rpy", line 291, in execute
for i in items:
File "game/screens.rpy", line 292, in execute
textbutton i.caption action i.action
NameError: Name 'C' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 30220, in script
menu:
File "renpy/ast.py", line 1688, 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 3315, 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 3735, 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 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 290, in execute
vbox:
File "game/screens.rpy", line 291, in execute
for i in items:
File "game/screens.rpy", line 292, in execute
textbutton i.caption action i.action
File "renpy/ui.py", line 991, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, 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 'C' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Higher Society 0.11.1.illustrated
Sun Nov 20 22:15:16 2022
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 30248, in script
menu:
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 290, in execute
vbox:
File "game/screens.rpy", line 291, in execute
for i in items:
File "game/screens.rpy", line 292, in execute
textbutton i.caption action i.action
NameError: Name 'C' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 30248, in script
menu:
File "renpy/ast.py", line 1688, 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 3315, 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 3735, 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 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 287, in execute
screen choice(items):
File "game/screens.rpy", line 290, in execute
vbox:
File "game/screens.rpy", line 291, in execute
for i in items:
File "game/screens.rpy", line 292, in execute
textbutton i.caption action i.action
File "renpy/ui.py", line 991, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, 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 'C' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Higher Society 0.11.1.illustrated
Sun Nov 20 22:17:21 2022