Mod SuperPowered: SFC

5.00 star(s) 3 Votes

Jackson187

Newbie
Oct 29, 2017
40
14
thank you Passion3D for taking time for us bro Maybe you can make mood getlucky update here too becouse the admin of getlucky mood is offline Long time and updating not more the mood of getlucky thank you for all wish you all the best : )
 

jason95821

Active Member
Feb 10, 2017
927
356
You don't have to shout, I'm not deaf!
I don't know about you, but I have a real life and it takes priority over the game;)

I didn't know version 0.32 had been released. I'll do the update this week. First the repack and then the mod.
like hell your life takes priority over this game hurry it up and update the dam mod ^_-
lol just given you a hard time
 

Orzammar

Member
Nov 21, 2017
281
318
When I hit CTRL+F1 I get this error:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_action_processing.rpy", line 211, in script call
    call screen kitchen
  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 211, in script call
    call screen kitchen
  File "SFC.rpyc", line 68, in script
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\statements.py", line 203, 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:\MEGA Download\SuperPowered_v0.32.01-all\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\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-8-6.2.9200
Ren'Py 7.1.3.1092
SP 0.32.01
Tue Feb 26 14:29:13 2019


I also have the newest RadioActive installed, maybe they're incompatible?
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
When I hit CTRL+F1 I get this error:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_action_processing.rpy", line 211, in script call
    call screen kitchen
  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 211, in script call
    call screen kitchen
  File "SFC.rpyc", line 68, in script
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\statements.py", line 203, 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:\MEGA Download\SuperPowered_v0.32.01-all\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\MEGA Download\SuperPowered_v0.32.01-all\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-8-6.2.9200
Ren'Py 7.1.3.1092
SP 0.32.01
Tue Feb 26 14:29:13 2019


I also have the newest RadioActive installed, maybe they're incompatible?
SFC not compatible with RA
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
The big OOF. I really like your locking stats feature, but I also really like Radioactive's Get Lucky and Moral choices implementation.

The real hard choices in life, I'm very conflicted.
:) GetLucky will be implemented as soon.
For RA, i'll study the question. It's more complicated. RA is distributed in source, which when the game is launched, overwrites the other files. I'll see to implement some of its functions in SFC. I need to analyze the code
 
5.00 star(s) 3 Votes