Mod SuperPowered: SFC

5.00 star(s) 3 Votes

fssntuff

Newbie
Sep 15, 2018
69
56
Passion3d,

I will help with testing, but have a question that needs some guidance. The SFC mod scripts.rps is 8.9Mb, the GL Beta scripts.rpa is 2.5 meg. Can the two mods work together, or do they need to be combined, or is the GL beta both already?

fssntuff
 
  • Like
Reactions: Passion3D

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
Passion3d,

I will help with testing, but have a question that needs some guidance. The SFC mod scripts.rps is 8.9Mb, the GL Beta scripts.rpa is 2.5 meg. Can the two mods work together, or do they need to be combined, or is the GL beta both already?

fssntuff
Sorry, I posted the wrong archive :)
I just put the right one on, it's 8.6M
Thanks for the tests ;)
 

AnuBiS95

New Member
May 21, 2018
2
0
when i start the game there is no sfc cheat button and when i click ctrl+f1 it gives me this. i don't have any other mods


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

While running game code:
  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
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
when i start the game there is no sfc cheat button and when i click ctrl+f1 it gives me this. i don't have any other mods


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

While running game code:
  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
OP was been updated recently, re-dowload et re-install.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
SFC updated to 0.9.3.
- GetLucky is included
- Added phone to Freddy, Tamara, Danny, Sophie
 
  • Like
Reactions: Gaboris

nightburn12

Newbie
Jul 7, 2017
41
62
Crashes upon opening phone
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 77, in execute
Exception: Imagebutton does not have a idle image.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "locations/loc_school.rpyc", line 677, in script call
  File "func_action_processing.rpyc", line 47, in script
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\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 "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 77, in execute
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 933, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 929, in choice
    raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
SP 0.32.01
Thu Feb 28 17:08:47 2019
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
Crashes upon opening phone
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 77, in execute
Exception: Imagebutton does not have a idle image.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "locations/loc_school.rpyc", line 677, in script call
  File "func_action_processing.rpyc", line 47, in script
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\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 "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 46, in execute
  File "game/screen/screen_cellphone.rpy", line 76, in execute
  File "game/screen/screen_cellphone.rpy", line 77, in execute
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 933, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "C:\Users\John\Desktop\SuperPowered_v03201-win\SuperPowered_v0.32.01-win\renpy\ui.py", line 929, in choice
    raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
SP 0.32.01
Thu Feb 28 17:08:47 2019
Isn't an error SFC
 

Exo883

Newbie
Aug 8, 2017
30
3
Got a question. Im in the options setting up the game for me and i was just wondering What does the GL under Cheats mean? It has options like Felix Felicis and Kobayashi Maru(nice star trek reference) mean game wise? Sorry if this been asked before and i just did not notice.
 

VolksKrieg

Well-Known Member
Apr 6, 2018
1,008
360


View attachment 77045
Overview:

Allows you to modify all the parameters available in the game, in simple menus.
GetLucky is now included
Hotkeys customizable: Edit file game/SFC_Keys.rpy
If you have ideas for options to add, tell me in comment;)

Updated: 2019 02.28
Mod Version: 0.9.3
Compatible Game Version:
Language: english
Hotkeys
You don't have permission to view the spoiler content. Log in or register now.

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

If you download/like this MOD, like this post,
so i know if it is worth updating for future versions.

my game crash everytime i used the phone. so phone in my game is useless, cant contact anyone. what's the matter with that?
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
Got a question. Im in the options setting up the game for me and i was just wondering What does the GL under Cheats mean? It has options like Felix Felicis and Kobayashi Maru(nice star trek reference) mean game wise? Sorry if this been asked before and i just did not notice.
To know what GL (GetLucky) is, check .

my game crash everytime i used the phone. so phone in my game is useless, cant contact anyone. what's the matter with that?
I have no problem using the phone. Try to re-download the game and re-install it

Lock function..great idea..how to make it work?
When you see "Lock", it means that the attribute is unlocked, click on it to lock it, and you will see "Unlock" displayed
Once locked, the attribute will not change anymore.
 

christoflurp

Newbie
May 10, 2018
26
16
To know what GL (GetLucky) is, check .



I have no problem using the phone. Try to re-download the game and re-install it.
I'm having the same issue, but to be more specific it works until a second number is acquired (mother works fine) but anyone added besides her it immediately crashes.
Edit: crashes upon use of the phone*
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
I'm having the same issue, but to be more specific it works until a second number is acquired (mother works fine) but anyone added besides her it immediately crashes.
Edit: crashes upon use of the phone*
I just tested again and no problem.
I added a phone by SFC and then another by the game.
Everything works, no crash
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,903
Okay, I managed to get the crash :) After adding all the phones.
It's a missing image. I'll find out if it's an SFC image or an image of the game.
 
5.00 star(s) 3 Votes