Having issues when i install the mod - tried a brand new save and loading saves w/o mod.
Here's the traceback. LMK if I'm being stupid.
Here's the traceback. LMK if I'm being stupid.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/story/chapitre0/chap0.rpy", line 8, in script
scene black with fade
File "game/CheatMod.rpy", line 41, in execute
screen cheats:
File "game/CheatMod.rpy", line 41, in execute
screen cheats:
File "game/CheatMod.rpy", line 44, in execute
key "-" action SetVariable("GData.Time", GData.Time-1)
File "game/CheatMod.rpy", line 44, in keywords
key "-" action SetVariable("GData.Time", GData.Time-1)
File "game/CheatMod.rpy", line 44, in <module>
key "-" action SetVariable("GData.Time", GData.Time-1)
NameError: name 'GData' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/story/chapitre0/chap0.rpy", line 8, in script
scene black with fade
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\ast.py", line 1658, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 2 more times]
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\chads\OneDrive\Documents\MEGAsync Downloads\GlowingStones-Chapter-2-pc\GlowingStones-Chapter-2-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/CheatMod.rpy", line 41, in execute
screen cheats:
File "game/CheatMod.rpy", line 41, in execute
screen cheats:
File "game/CheatMod.rpy", line 44, in execute
key "-" action SetVariable("GData.Time", GData.Time-1)
File "game/CheatMod.rpy", line 44, in keywords
key "-" action SetVariable("GData.Time", GData.Time-1)
File "game/CheatMod.rpy", line 44, in <module>
key "-" action SetVariable("GData.Time", GData.Time-1)
NameError: name 'GData' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Glowing Stones Chapter-2
Sat Feb 11 23:04:55 2023