• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Mod SuperPowered: SFC

5.00 star(s) 3 Votes

ordos

Member
Aug 21, 2018
241
134
Please help to clear some things about mods installation
146165_SLDR-0.27.01-GETLUCKY.zip
and
149077_SFC_0.4.3_GetLucky

Following the order: For installation Game + GetLucky + SimpleFullCheat
I unpack archive and copy in game folder file "scripts.rpa" (the only one in this archive)
then I unpack 149077_SFC_0.4.3_GetLucky - there is two files:
"scripts.rpa" and "SFC_Keys.rpy"
following the instruction given above I have to copy these two files in game folder with overwriting file "scripts.rpa" from archive 146165_SLDR-0.27.01-GETLUCKY.zip. Right?
and the question is - what the sence?

or I do not have to overrite file scripts.rpa (which is the GetLucky mod itself) ?
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,872
Please help to clear some things about mods installation
146165_SLDR-0.27.01-GETLUCKY.zip
and
149077_SFC_0.4.3_GetLucky

Following the order: For installation Game + GetLucky + SimpleFullCheat
I unpack archive and copy in game folder file "scripts.rpa" (the only one in this archive)
then I unpack 149077_SFC_0.4.3_GetLucky - there is two files:
"scripts.rpa" and "SFC_Keys.rpy"
following the instruction given above I have to copy these two files in game folder with overwriting file "scripts.rpa" from archive 146165_SLDR-0.27.01-GETLUCKY.zip. Right?
and the question is - what the sence?

or I do not have to overrite file scripts.rpa (which is the GetLucky mod itself) ?
There was indeed a small packaging error.
SFC_0.4.3a_GetLucky.zip updated

For the order, it is necessary to install SFC last
 

ordos

Member
Aug 21, 2018
241
134
And one more question:
SFC_0.4.3a_GetLucky.zip goes with only one file "scripts.rpa" , as I see for now there is no other file as was in previous package of the mod: "SFC_Keys.rpy"
So the hot keys is not editable now or this function included in "scripts.rpa" ?

And if there is now only single file "scripts.rpa", alike in the mod GetLucky, and installing one after another is just owerwriting the first one, I still have a question - What's the sence in the order of installation. It seems like I have to choose, not combine...
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,872
And one more question:
SFC_0.4.3a_GetLucky.zip goes with only one file "scripts.rpa" , as I see for now there is no other file as was in previous package of the mod: "SFC_Keys.rpy"
So the hot keys is not editable now or this function included in "scripts.rpa" ?

And if there is now only single file "scripts.rpa", alike in the mod GetLucky, and installing one after another is just owerwriting the first one, I still have a question - What's the sence in the order of installation. It seems like I have to choose, not combine...
Sorry, I have the archive a bit fast and forgot to include SFC_Keys.rpy ;) updated

With the new packaging, to use GetLucky + SFC, just install SFC_GetLucky.
GL code is included.

Sorry again for this little problem :)
 

ordos

Member
Aug 21, 2018
241
134
Sorry, I have the archive a bit fast and forgot to include SFC_Keys.rpy ;) updated

With the new packaging, to use GetLucky + SFC, just install SFC_GetLucky.
GL code is included.

Sorry again for this little problem :)
Thanks! All clear now. And yet it was about to choose - my intuition did not did not fail me :)
 
  • Like
Reactions: Passion3D

theimpregnator

Well-Known Member
Jun 21, 2017
1,318
283
Edit file SFC_Keys.rpy.
each key is preceded by a comment.
i use notepad and this is what i see what do i change in it

#
# For change hotkeys, replace 'ctrl_K_F1', 'ctrl_K_F2'... by symbol Renpy of your choice
#
# Example:
# K_a # letter 'a'
# alt_K_a # alt+a
# ctrl_K_a # ctrl+a
# shift_K_a # shift+a
# K_F1 # F1
# alt_K_F1 # alt+F1
# alt_shift_K_a # alt+shift+a
# alt_ctrl_K_a # alt+ctrl+a
# K_AMPERSAND # char '&'
# etc...

init python:
# ctrl+F1 - Show Cheat Menu
SFC_Menu = "ctrl_K_F1"
# ctrl+F2 - Up Charm to 100
SFC_Charm = "ctrl_K_F2"
# ctrl+F3 - Up Energy to 100
SFC_Energy = "ctrl_K_F3"
#
# These hotkeys, show you directly girl's bio when you are in kitchen or school,
# without going through the menus
#
# alt+m - mom
SFC_Bio_m = "alt_K_m"
# alt+s - sister
SFC_Bio_sis = "alt_K_s"
# alt+l - Ms Larson
SFC_Bio_pl = "alt_K_l"
# alt+k - Kelly
SFC_Bio_k = "alt_K_k"
# alt+n - Nikki
SFC_Bio_n = "alt_K_n"
# alt+d - Denise
SFC_Bio_d = "alt_K_d"
# alt+a - Allie
SFC_Bio_a = "alt_K_a"
# alt+r - Sandra
SFC_Bio_sd = "alt_K_r"
# alt+h - Samantha
SFC_Bio_sam = "alt_K_h"
# alt+y - Mary
SFC_Bio_my = "alt_K_y"
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,872
i use notepad and this is what i see what do i change in it

#
# For change hotkeys, replace 'ctrl_K_F1', 'ctrl_K_F2'... by symbol Renpy of your choice
#
# Example:
# K_a # letter 'a'
# alt_K_a # alt+a
# ctrl_K_a # ctrl+a
# shift_K_a # shift+a
# K_F1 # F1
# alt_K_F1 # alt+F1
# alt_shift_K_a # alt+shift+a
# alt_ctrl_K_a # alt+ctrl+a
# K_AMPERSAND # char '&'
# etc...

init python:
# ctrl+F1 - Show Cheat Menu
SFC_Menu = "ctrl_K_F1"
# ctrl+F2 - Up Charm to 100
SFC_Charm = "ctrl_K_F2"
# ctrl+F3 - Up Energy to 100
SFC_Energy = "ctrl_K_F3"
#
# These hotkeys, show you directly girl's bio when you are in kitchen or school,
# without going through the menus
#
# alt+m - mom
SFC_Bio_m = "alt_K_m"
# alt+s - sister
SFC_Bio_sis = "alt_K_s"
# alt+l - Ms Larson
SFC_Bio_pl = "alt_K_l"
# alt+k - Kelly
SFC_Bio_k = "alt_K_k"
# alt+n - Nikki
SFC_Bio_n = "alt_K_n"
# alt+d - Denise
SFC_Bio_d = "alt_K_d"
# alt+a - Allie
SFC_Bio_a = "alt_K_a"
# alt+r - Sandra
SFC_Bio_sd = "alt_K_r"
# alt+h - Samantha
SFC_Bio_sam = "alt_K_h"
# alt+y - Mary
SFC_Bio_my = "alt_K_y"
??? Where is the problem?
Comments are lines that start with a '#'
For example, if you want to change the shortcut for the SFC menu, replace
SFC_Menu = "ctrl_K_F1" (ctrl + F1)
by
SFC_Menu = "ctrl_K_m" (ctrl + m)
 

Injector

Newbie
Jun 11, 2018
56
57
Can someone make step by step how to install so it will work for me? just keeps showing me errors
 
5.00 star(s) 3 Votes