- Aug 13, 2021
- 7,410
- 20,387
Basically, Amy does a lot of slutty, whorish shit, often at the request of her boyfriend/fiancé (never understood why they can't stick to one word or the other).Changelog: N/A
tnx for INFORMATION
Basically, Amy does a lot of slutty, whorish shit, often at the request of her boyfriend/fiancé (never understood why they can't stick to one word or the other).Changelog: N/A
tnx for INFORMATION
if idiocy==5:
$idiocyFactor=10
if idiocy==4:
$idiocyFactor=15
if idiocy==3:
$idiocyFactor=20
if idiocy==2:
$idiocyFactor=25
if idiocy==1:
$idiocyFactor=30
$currentPayment= underpassQuest*idiocyFactor
$idiocyFactor = 0
if idiocy>=5:
$idiocyFactor=10
if idiocy==4:
$idiocyFactor=15
if idiocy==3:
$idiocyFactor=20
if idiocy==2:
$idiocyFactor=25
if idiocy<=1:
$idiocyFactor=30
$currentPayment= underpassQuest*idiocyFactor
Thank you very much, you are our hero
And this is for sure without using cheats?I've checked this value in my current game and it's currently 7 and there's nothing in the whole code to curb it
I had that the first time I played and ignoring the error ended up in getting me $0 for the effort. Which I found hilarious and decided not to fixNoticed some shoddy code in CH14 causes the game to throw a fit cause the variable 'idiocyFactor' is not defined anywhere, which is easy to fix but the real problem is that the 'idiocy' variable doesn't seem to be tracked properly throughout the story and the following code in 'CH 14.rpy' completely ignores any value above 5. I've checked this value in my current game and it's currently 7 and there's nothing in the whole code to curb it, which means the following code will break even if I add something like $idiocyFactor=0 to fix the issue without modifying the IF blocks.
Something like this should fix it:Python:if idiocy==5: $idiocyFactor=10 if idiocy==4: $idiocyFactor=15 if idiocy==3: $idiocyFactor=20 if idiocy==2: $idiocyFactor=25 if idiocy==1: $idiocyFactor=30 $currentPayment= underpassQuest*idiocyFactor
Copy & paste the code above into CH 14.rpy if you want the issue fixed or extract the attachment below into the game folder and overwrite the file then restart the game.Python:$idiocyFactor = 0 if idiocy>=5: $idiocyFactor=10 if idiocy==4: $idiocyFactor=15 if idiocy==3: $idiocyFactor=20 if idiocy==2: $idiocyFactor=25 if idiocy<=1: $idiocyFactor=30 $currentPayment= underpassQuest*idiocyFactor
View attachment 1497857
There is actually. One of the guys Amy meets, don´t know her name, instead of plowing her, plows Dave´s ass. The gay tag is just that single scene, she is shocked to see the guy he met likes menThe gay tag seriously has no reason to be here. From all the comments it's obvious that there is no actual gay content to be seen but just to be a "haha, funny joke bc men fucking funny or whatever". And as someone who can only use this one tag to get content I want to see it's really annoying to see things like this constantly.
It's not that hard to know when a tag is appropriate or not; can I see m/m sexual content in the game and follow a gay storyline? Yes? The gay tag is appropriate. No? Why would anybody even consider adding the gay tag for a one-off 'joke'.
Anybody actually bothering to read this comment: Just imagine only having one tag to find content you want to look at and about 50% or something of it still being full of things you don't want to see... That's pretty much the gay tag on here since even in games where you have gay content it's 'avoidable' most of the time when the straight content isn't.
I raised the loveScore value to 20 at the start for convenience, which may have allowed me to choose more 'idiotic' options (i.e. more porn) for Amy, which in turn may have caused the idiocy value to go over 5, however, that doesn't change the fact that it's a leaky code with an actual error in it. Not relying on assumptions is a good programming practice.And this is for sure without using cheats?
If you ignore the error, the interpreter most likely defines the idiocyFactor variable for you and initializes it with the value 0, which results in no payment cause the result of the multiplication $currentPayment= underpassQuest*idiocyFactor would be 0 when you multiply the number of BJ with 0 OR it may not even calculate $currentPayment at all and uses its initial value which is possibly 0. With the code change I posted above the payment should be between 50-150 bucks depending on the # of BJs, which was 5 in my game.I had that the first time I played and ignoring the error ended up in getting me $0 for the effort. Which I found hilarious and decided not to fix
How much money has Amy currently made in your game? I'm curious if it's even possible to make 10K in 12 days, without using any cheats obviously. Unless there's a huge gangbang scene or something that pays several thousands, I'd imagine most people who play the game normally won't be able to gather that much.I love this game and I hate Dave so I hope Amy keeps the 10000 and sends Dave to hell afterwards.
As far as I know, a tag is appropriate as soon as there is at least one single scene where it is fulfilled. And that is exactly the case. And it is also easy to avoid.The gay tag seriously has no reason to be here. From all the comments it's obvious that there is no actual gay content to be seen but just to be a "haha, funny joke bc men fucking funny or whatever". And as someone who can only use this one tag to get content I want to see it's really annoying to see things like this constantly.
It's not that hard to know when a tag is appropriate or not; can I see m/m sexual content in the game and follow a gay storyline? Yes? The gay tag is appropriate. No? Why would anybody even consider adding the gay tag for a one-off 'joke'.
Anybody actually bothering to read this comment: Just imagine only having one tag to find content you want to look at and about 50% or something of it still being full of things you don't want to see... That's pretty much the gay tag on here since even in games where you have gay content it's 'avoidable' most of the time when the straight content isn't.
Stop your crusade. There is no way to use tags based on the way you suggest, because huge number of games are ambiguous. Who would decide when the tag is appropriate? Everybody has different oppinion on these subjects.The gay tag seriously has no reason to be here. From all the comments it's obvious that there is no actual gay content to be seen but just to be a "haha, funny joke bc men fucking funny or whatever". And as someone who can only use this one tag to get content I want to see it's really annoying to see things like this constantly.
It's not that hard to know when a tag is appropriate or not; can I see m/m sexual content in the game and follow a gay storyline? Yes? The gay tag is appropriate. No? Why would anybody even consider adding the gay tag for a one-off 'joke'.
Anybody actually bothering to read this comment: Just imagine only having one tag to find content you want to look at and about 50% or something of it still being full of things you don't want to see... That's pretty much the gay tag on here since even in games where you have gay content it's 'avoidable' most of the time when the straight content isn't.