Saligia

Member
May 12, 2017
172
258
So, I'm not trawling through almost 500 pages of stuff to find the answer, and searching the thread doesn't get me very far since it's related to cheating and that only gets me a couple thousand false positives, so I thought i'd just throw the question out there and see if someone more savvy than me can answer it.

Last version I tried cheating and got all the various polymorph options by resetting my polymorph level and rebuying them. However, in battle it then said I couldn't use any of them since I cheated. Is there any way to get around this?

edit: Just checked, and it's still in the game. The mesage says "cheaters don't get to use this power" and man, i have played this game entirely too long to NOT use cheats.
 

Gaboris

Member
Aug 10, 2017
405
230
Welcome back. SFC has been missed the last few updates.
Last few? But the latest version was for v31.03 just last month, or do you mean it took a while to come out and people didn't noticed? :D

BTW yeah, I'm literally waiting for this update with bated breath. Can't wait to get back into the game with SFC.
 

ThunderRob

Devoted Member
May 10, 2018
9,497
26,481
is it just me..or does this game run alot faster and smoother lately?..i played this from versions..umm..22-25? and it was laggy and such..now its like it got some gogo juice and is flawless in its performance.
 

VermillioN

Active Member
May 4, 2017
683
942
I'm kind of stuck in the game right now, i've done all the goals except for the can't beat em and i can't find a way to convince tamara to join the club and every week the MC tells something about deliver something to mr. larson but i don't see any option related. How do i pass through this? HALP
 

john doe

Newbie
Aug 17, 2016
58
76
I would like to rewatch scenes that I have already witnessed (nympho/obsessive etc...). What cheat/mod would I need to install to make this happen?
 

ihat27

Newbie
Aug 10, 2017
36
9
Whats does this Sister Perk does?
It "enables" Billys sister Stephanie. If you don't choose the sister perk, you can't meet her at all, and you miss out on a lot of nice content. (I don't know why is that even a choice.)
 

Thora

Member
Jan 2, 2018
340
1,042
I don't play this game, but looking at the code my "guess" is you'll need to modify it. In specific, each power use a 'can_X' function to check if it can be used.

For example, line 298 in combat_player.rpy, function can_hulkOut():

if com_player.energy >= 30 and player_hulkOut.temp_cooldown == 0 and com_player.powered and powerTp2 and powerTs2==False and powerTm2==False and powerTg2==False:

Just strip the last three tests while keeping the ':' like this:

if com_player.energy >= 30 and player_hulkOut.temp_cooldown == 0 and com_player.powered and powerTp2:

You'd need to do this as well on line 316, 334, 352, 372 and 392. I've not tested this, but this should give you a good start.

-T-
 
  • Like
Reactions: Heresi and DJsona

pbam

Member
May 22, 2018
195
274
I'm kind of stuck in the game right now, i've done all the goals except for the can't beat em and i can't find a way to convince tamara to join the club and every week the MC tells something about deliver something to mr. larson but i don't see any option related. How do i pass through this? HALP
I belive If you've let freddy follow tamara before getting her to 100 trust and you get attacked by the hobo she's permanently locked from your game.
 
  • Like
Reactions: Gaboris

Ninjaperv

Member
May 29, 2017
437
1,137
I haven't checked this game in a long time, is there more stuff with principle Larson that was included recently?
 

pbam

Member
May 22, 2018
195
274
I haven't checked this game in a long time, is there more stuff with principle Larson that was included recently?
she supposedly got poly scenes, but I have no idea how to unlock them as with the mischief actions with ms jackson. wish there was an updated guide or something
 
  • Like
Reactions: Ninjaperv

Saligia

Member
May 12, 2017
172
258
I don't play this game, but looking at the code my "guess" is you'll need to modify it. In specific, each power use a 'can_X' function to check if it can be used.

For example, line 298 in combat_player.rpy, function can_hulkOut():

if com_player.energy >= 30 and player_hulkOut.temp_cooldown == 0 and com_player.powered and powerTp2 and powerTs2==False and powerTm2==False and powerTg2==False:

Just strip the last three tests while keeping the ':' like this:

if com_player.energy >= 30 and player_hulkOut.temp_cooldown == 0 and com_player.powered and powerTp2:

You'd need to do this as well on line 316, 334, 352, 372 and 392. I've not tested this, but this should give you a good start.

-T-
This sounds exactly like someone savvy trying to help, which is amazing. Sadly, I could not have understood this less if you typed it out in hebrew. I'm not experienced with coding at all. Sorry :S
 

MisterAnon04

Newbie
May 30, 2018
88
75
This sounds exactly like someone savvy trying to help, which is amazing. Sadly, I could not have understood this less if you typed it out in hebrew. I'm not experienced with coding at all. Sorry :S
Put simply, you have three options: extract and edit the game files so you no longer need to pass a power check; open the Ren'Py console and edit the variables so you pass the checks; or just give up and either no longer use that power, or start a new game. @Thora was recommending the first method, though if you have no coding experience I'd avoid doing that yourself, as you'd need to repeat the process with each new update your save itself is broken.

My recommendation would be to just start over and use one of the mods to make the process easier. They (usually) know what they're doing and shouldn't break your save if you decide to remove them. Though I'd recommend avoiding cheating in any powers, as there's a lot going on in the background (as you've found out), and if it isn't implemented properly you'll just break your save again.
 
Jul 30, 2018
457
148
ok as much as i liked this game i hate to say it but i probably wont be playing this game anymore this is the 4th time i have to start over again and i dont have the patience to start all over again from beginning to the end of v29 too much grind for me to keep redoing so have fun everyone im out of this game.
 

dick bullcock

Active Member
Aug 11, 2018
643
2,462
I am in the same route, @Sypolts . For me it is the fourth time I start it too. And I love the game and I think it is really good. But start it over again....
Maybe it would be nice (just if the new versions doesn´t support old saves) the developer add a "cheat" menu, so we can easily re take the game in the point we left it.
 
  • Like
Reactions: DJsona

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,138
once again i have to start all over again on this game i cant even load my saves to play i keep getting this error

Code:
AttributeError: 'module' object has no attribute 'SFC_Bio'
Your save file has mod data in it. You'll need to update your mod to continue. This isn't the game's fault, this is just how RenPy works when new objects get created.
 
  • Like
Reactions: Gaboris and DJsona
3.20 star(s) 139 Votes