Use unren to extract rpa packages then reinstall the mod
bruv I used unren and now I'm getting another error :/
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/game/1NewCheatMod.rpy", line 78, in execute
screen cheat_menu:
File "game/game/1NewCheatMod.rpy", line 78, in execute
screen cheat_menu:
File "game/game/1NewCheatMod.rpy", line 80, in execute
if cheat_on == True:
File "game/game/1NewCheatMod.rpy", line 103, in execute
if cheatcat == "CHEATS":
File "game/game/1NewCheatMod.rpy", line 111, in execute
frame:
File "game/game/1NewCheatMod.rpy", line 117, in execute
has viewport:
File "game/game/1NewCheatMod.rpy", line 120, in execute
vbox:
File "game/game/1NewCheatMod.rpy", line 124, in execute
hbox xpos 0 ypos 0:
File "game/game/1NewCheatMod.rpy", line 125, in execute
frame xpos 0 ypos 0 background None:
File "game/game/1NewCheatMod.rpy", line 134, in execute
vbox xpos 0 ypos 220 spacing 5:
File "game/game/1NewCheatMod.rpy", line 135, in execute
textbutton "{color=#F0F0F0}Money:[money]" text_style "text_small_cheats" action NullAction()
NameError: Name 'money' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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 3694, 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/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 3694, 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/game/1NewCheatMod.rpy", line 78, in execute
screen cheat_menu:
File "game/game/1NewCheatMod.rpy", line 78, in execute
screen cheat_menu:
File "game/game/1NewCheatMod.rpy", line 80, in execute
if cheat_on == True:
File "game/game/1NewCheatMod.rpy", line 103, in execute
if cheatcat == "CHEATS":
File "game/game/1NewCheatMod.rpy", line 111, in execute
frame:
File "game/game/1NewCheatMod.rpy", line 117, in execute
has viewport:
File "game/game/1NewCheatMod.rpy", line 120, in execute
vbox:
File "game/game/1NewCheatMod.rpy", line 124, in execute
hbox xpos 0 ypos 0:
File "game/game/1NewCheatMod.rpy", line 125, in execute
frame xpos 0 ypos 0 background None:
File "game/game/1NewCheatMod.rpy", line 134, in execute
vbox xpos 0 ypos 220 spacing 5:
File "game/game/1NewCheatMod.rpy", line 135, in execute
textbutton "{color=#F0F0F0}Money:[money]" text_style "text_small_cheats" action NullAction()
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 1551, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1670, 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 'money' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2b
Sun Sep 26 05:50:13 2021