- Sep 15, 2018
- 70
- 56
Sorry, I posted the wrong archivePassion3d,
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
your are awesomeSFC with GL, Beta version is available, tell me if you find bug
Thank you @fssntuffPassion3d,
Roger that, I will replace current SFC with the beta and give it a go.
fssntuff
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.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
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 SFCCrashes 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
If you have ideas for options to add, tell me in comment
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
Updated: 2019 02.28
Mod Version: 0.9.3
Compatible Game Version:You must be registered to see the links
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.View attachment 135019 View attachment 135021 View attachment 135962 View attachment 135520 View attachment 86679 View attachment 86680 View attachment 86681 View attachment 86682 View attachment 86508 View attachment 86509 View attachment 86510 View attachment 86511 View attachment 86512 View attachment 86513 View attachment 86514
If you download/like this MOD, like this post,
so i know if it is worth updating for future versions.
Ditto!my game crash everytime i used the phone. so phone in my game is useless, cant contact anyone. what's the matter with that?
To know what GL (GetLucky) is, checkGot 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.
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 itDitto!
When you see "Lock", it means that the attribute is unlocked, click on it to lock it, and you will see "Unlock" displayedLock function..great idea..how to make it work?
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.To know what GL (GetLucky) is, checkYou must be registered to see the links.
I have no problem using the phone. Try to re-download the game and re-install it.
I just tested again and no problem.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*
Weird, Ill attempt a third reinstall then, could just be a rogue exception, thanksI just tested again and no problem.
I added a phone by SFC and then another by the game.
Everything works, no crash
Re-download the game, in the OP or my postWeird, Ill attempt a third reinstall then, could just be a rogue exception, thanks