- Oct 12, 2017
- 170
- 71
I have a Mac so I'm curious to know if I'm the only one having a problem with the mod and cheats. Do we have to restart the game/start from the beginning if we have never used this cheat mod before?
On PC or Mac, a started game must be continued under the same conditions.I have a Mac so I'm curious to know if I'm the only one having a problem with the mod and cheats. Do we have to restart the game/start from the beginning if we have never used this cheat mod before?
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 173, in script call
call screen your_room
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screen/SFC_screens.rpy", line 4, in execute
File "game/screen/SFC_screens.rpy", line 4, in execute
File "game/screen/SFC_screens.rpy", line 8, in execute
File "game/screen/SFC_screens.rpy", line 11, in execute
File "game/screen/SFC_screens.rpy", line 17, in execute
File "game/screen/SFC_screens.rpy", line 17, in keywords
NameError: name 'Home' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 173, in script call
call screen your_room
File "SFC.rpyc", line 83, in script
File "D:\Installers\Super_Powered\renpy\ast.py", line 1859, in execute
self.call("execute")
File "D:\Installers\Super_Powered\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Installers\Super_Powered\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Installers\Super_Powered\renpy\exports.py", line 2724, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Installers\Super_Powered\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Installers\Super_Powered\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Installers\Super_Powered\renpy\display\core.py", line 3049, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "D:\Installers\Super_Powered\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Installers\Super_Powered\renpy\display\core.py", line 3049, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Installers\Super_Powered\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Installers\Super_Powered\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screen/SFC_screens.rpy", line 4, in execute
File "game/screen/SFC_screens.rpy", line 4, in execute
File "game/screen/SFC_screens.rpy", line 8, in execute
File "game/screen/SFC_screens.rpy", line 11, in execute
File "game/screen/SFC_screens.rpy", line 17, in execute
File "game/screen/SFC_screens.rpy", line 17, in keywords
File "<screen language>", line 20, in <module>
NameError: name 'Home' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.1.1.929
SP 0.33.00
Sat May 18 18:27:07 2019
You have the bad version of the game. Re-download.How to fix this?
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/func_action_processing.rpy", line 173, in script call call screen your_room File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/screen/SFC_screens.rpy", line 4, in execute File "game/screen/SFC_screens.rpy", line 4, in execute File "game/screen/SFC_screens.rpy", line 8, in execute File "game/screen/SFC_screens.rpy", line 11, in execute File "game/screen/SFC_screens.rpy", line 17, in execute File "game/screen/SFC_screens.rpy", line 17, in keywords NameError: name 'Home' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/func_action_processing.rpy", line 173, in script call call screen your_room File "SFC.rpyc", line 83, in script File "D:\Installers\Super_Powered\renpy\ast.py", line 1859, in execute self.call("execute") File "D:\Installers\Super_Powered\renpy\ast.py", line 1847, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "D:\Installers\Super_Powered\renpy\statements.py", line 179, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "D:\Installers\Super_Powered\renpy\exports.py", line 2724, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "D:\Installers\Super_Powered\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Installers\Super_Powered\renpy\display\core.py", line 2662, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Installers\Super_Powered\renpy\display\core.py", line 3049, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all d.visit_all(callback, seen) File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all d.visit_all(callback, seen) File "D:\Installers\Super_Powered\renpy\display\core.py", line 521, in visit_all d.visit_all(callback, seen) File "D:\Installers\Super_Powered\renpy\display\screen.py", line 424, in visit_all callback(self) File "D:\Installers\Super_Powered\renpy\display\core.py", line 3049, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "D:\Installers\Super_Powered\renpy\display\screen.py", line 434, in per_interact self.update() File "D:\Installers\Super_Powered\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/screen/SFC_screens.rpy", line 4, in execute File "game/screen/SFC_screens.rpy", line 4, in execute File "game/screen/SFC_screens.rpy", line 8, in execute File "game/screen/SFC_screens.rpy", line 11, in execute File "game/screen/SFC_screens.rpy", line 17, in execute File "game/screen/SFC_screens.rpy", line 17, in keywords File "<screen language>", line 20, in <module> NameError: name 'Home' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.1.1.929 SP 0.33.00 Sat May 18 18:27:07 2019
This mod is not abandoned, I update it with each new version of the gamehas this mod been canceled? they removed it from the super powered main thread.
They removed it from the list because Passion3D hasn't had the chance to update the mod to be compatible with the new version of the game yet. It will get updated soon.has this mod been canceled? they removed it from the super powered main thread.
No, i don't think it's possible to delete any mod from a backup.Is it possible to remove sfc from a save file? So that there would be no need to wait for a new version of sfc when the game updates.
Here's the old mod compatibility chart from the SuperPowered thread and it says no.Oh, and is it compatible with Radioactive?
I'll check it out on Monday, thanks for reportPassion3D,
Just a FYI, Terri's phone page is incomplete. Needs to be updated.
Fssntuff