Mod SuperPowered: SFC

5.00 star(s) 3 Votes

Lunasmeow

Newbie
Jul 22, 2017
73
60
Once your character is created, you can modify his characteristics and advantages in the Billy menu of SFC
Characteristics and advantages, yes. Perks, no. Sister, or Big Dick for example, being ones we cannot change. And once Working Mom is added in... There goes all three perks. And while Big Cock can be done manually in-game with transformation, it takes up one of the very limited slots to do so.
 

dragoon93041

Member
Jul 22, 2017
139
71
Yeah but all you are getting from the perks is a one time quick double level up. The experience for the next level goes up anyway and 30 exp isn't that much. So you might as well take the three non-standard perks.
 
  • Like
Reactions: Wrynn13

NeoArcadia

New Member
Jan 7, 2021
2
0
What went wrong

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screen/SFC_screens.rpy", line 693, in execute
File "game/screen/SFC_screens.rpy", line 693, in execute
File "game/screen/SFC_screens.rpy", line 701, in execute
File "game/screen/SFC_screens.rpy", line 703, in execute
File "game/screen/SFC_screens.rpy", line 732, in execute
File "game/screen/SFC_screens.rpy", line 733, in execute
File "game/screen/SFC_screens.rpy", line 735, in execute
AttributeError: 'Person' object has no attribute 'SFClocation'

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

Full traceback:
File "func_action_processing.rpyc", line 202, in script
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\ast.py", line 1947, in execute
self.call("execute")
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\exports.py", line 2896, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screen/SFC_screens.rpy", line 693, in execute
File "game/screen/SFC_screens.rpy", line 693, in execute
File "game/screen/SFC_screens.rpy", line 701, in execute
File "game/screen/SFC_screens.rpy", line 703, in execute
File "game/screen/SFC_screens.rpy", line 732, in execute
File "game/screen/SFC_screens.rpy", line 733, in execute
File "game/screen/SFC_screens.rpy", line 735, in execute
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\ui.py", line 1004, in _label
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\text\text.py", line 1479, in __init__
self.set_text(text, scope, substitute)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\text\text.py", line 1598, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "C:\Users\cyber\Downloads\SuperPowered_v0.43.00-pc\SuperPowered_v0.43.00-pc\renpy\substitutions.py", line 253, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'SFClocation'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.43.00
Sat Oct 16 04:28:52 2021
```
 

SimpleFapper

Member
Donor
May 4, 2017
245
1,596
Seem to be having a problem with SFC. I have a fresh install of 44.04, i extract this folder inside Superpowered/game and hit replace the scripts.rpa file. but whenever I try to open the cheat menu by hitting Alt+ F1, i get the following error which I've attached.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,862
Seem to be having a problem with SFC. I have a fresh install of 44.04, i extract this folder inside Superpowered/game and hit replace the scripts.rpa file. but whenever I try to open the cheat menu by hitting Alt+ F1, i get the following error which I've attached.
Does it happen with a backup or with a new game?
 

Whyllow

Member
Apr 18, 2018
232
500
Unity? So, basically, ANOTHER engine shift that will prompt several years of not completing this, before hopping onto the next engine to tickle their fancy....
 
5.00 star(s) 3 Votes