seraphimd2

Well-Known Member
Jun 18, 2017
1,452
1,823
before someone talks about pregnax bug,i must say i didnt even tried to make the quest for it just to evade the bug,and yet shit gets weird anyways...
 

Dogeek

Summertime Saga
Game Developer
Apr 20, 2018
74
510
I know I shouldn't step in, but I can't hold myself.

WE DID NOT REMOVE THE ACCESS TO THE CONSOLE

You need to enable the console at a LATE INIT TIME. Literally init 100 to be safe.

Also, there's a pretty likely chance that 0.17.1 saves are compatible with 0.17.5. I haven't tested, don't come bust my balls with it if it doesn't work. The changelog basically says what to type in the console to disable the save lock popup. It has no menu option because there are too many stupid af people that will think "oh yeah, that won't have any bugs in it, and then fucking spam the bug tracker with bugs that we can't reproduce. Also, you have no idea how crummy the bug tracker is, with people literally reporting the same bug over 20 times.

And if you're too lazy to figure out how to do enable the console/disable the save lock, just paste the following into a file like "unlock_console.rpy":
Python:
init 100 python:
    persistent.enable_save_locking = False
    config.developer = True
    config.console = True
and place that file in the game folder.

It's not hard.

And yes, I try to idiot proof the game. I'd rather not give an idiot an ak-47 when I have a spoon. You have no idea how many idiots there are. I get DMs from them all the time.

The wiki has a walkthrough, we provide save files with everything done but the new content. We literally busted our asses off to release to you an update which fixes more than 20 bugs, adds extra content (and I mean, it's not a full update's worth, but still, it's pretty hefty) and y'all are still not happy? The best part? We released it less than a month after 0.17.1. A month.

Now you guys want save compatibility? Pledge 5$ the next time a vote comes around. Vote for it. We do what our patreons want us to do. If they don't deem save compat necessary, then it must not be that big of an issue. Excessive whining makes this thread cancerous, and frankly, make me want to stop caring about the community as a whole. Be nicer to everyone, whining like a bitch won't get you any favors ever.
 

seraphimd2

Well-Known Member
Jun 18, 2017
1,452
1,823
I know I shouldn't step in, but I can't hold myself.

WE DID NOT REMOVE THE ACCESS TO THE CONSOLE

You need to enable the console at a LATE INIT TIME. Literally init 100 to be safe.

Also, there's a pretty likely chance that 0.17.1 saves are compatible with 0.17.5. I haven't tested, don't come bust my balls with it if it doesn't work. The changelog basically says what to type in the console to disable the save lock popup. It has no menu option because there are too many stupid af people that will think "oh yeah, that won't have any bugs in it, and then fucking spam the bug tracker with bugs that we can't reproduce. Also, you have no idea how crummy the bug tracker is, with people literally reporting the same bug over 20 times.

And if you're too lazy to figure out how to do enable the console/disable the save lock, just paste the following into a file like "unlock_console.rpy":
Python:
init 100 python:
    persistent.enable_save_locking = False
    config.developer = True
    config.console = True
and place that file in the game folder.

It's not hard.

And yes, I try to idiot proof the game. I'd rather not give an idiot an ak-47 when I have a spoon. You have no idea how many idiots there are. I get DMs from them all the time.

The wiki has a walkthrough, we provide save files with everything done but the new content. We literally busted our asses off to release to you an update which fixes more than 20 bugs, adds extra content (and I mean, it's not a full update's worth, but still, it's pretty hefty) and y'all are still not happy? The best part? We released it less than a month after 0.17.1. A month.

Now you guys want save compatibility? Pledge 5$ the next time a vote comes around. Vote for it. We do what our patreons want us to do. If they don't deem save compat necessary, then it must not be that big of an issue. Excessive whining makes this thread cancerous, and frankly, make me want to stop caring about the community as a whole. Be nicer to everyone, whining like a bitch won't get you any favors ever.
oh you can step in,anytime you want,its good to clarify some dumb questions(not joking with you,dumb questions can overrun the patience of anyone),but you see,there is a problem on my behalf,after concluding Daisy route,i lose progress on Diane's route and Daisy route gets reseted,i can understand bugs could happen when we force the load from other versions,but this was a clean save,made from this version alone,aside from this reset on diane's and daisy route(who locked any possible advance for me to try continue that save),just for clarification,didnt made the pregnax quest,and completed and debbie route,but didnt triggered the threesome scene from Debbie and Diane
 
  • Like
Reactions: E-Dog

CsoiretgeFsM

Member
Mar 21, 2018
109
150
All these top 10 lists and virtually nobody is mentioning Ivy. Do you all resent that you gotta pay to play?
I was about to ask who the fuck Ivy was then I remembered she was the sex shop/massage parlor girl.

She's not bad, but yeah her scenes are kinda tame, that and Becca is already top-tier Ginger. Eve's sister is 2nd and Ivy comes in third out of the 3 firecrotches. Assuming Ivy's carpet actually does match the drapes.

The coach kind of reminded me of Zarya from overwatch
Huh... What do you know... she does.

I never realized that until you pointed it out. Ironic because I know about Zarya too despite never having played overratedwatch.

The wiki has a walkthrough, we provide save files with everything done but the new content.
PREACH.

So many people here keep asking simple walkthrough questions when there's a dedicated frontpage sticky linking to a walkthrough thread already.

It's like most of them just jump in here without even checking the front page first.

I can understand not having the patience to skim through pages and pages of this thread just to find a single answer for something unique like a bug that hinders progress that you can't readily find in a dedicated walkthrough, but for something that's linear with an answer that's not even that hard to find, that's just straight up lazy.
 

sregi

Newbie
Oct 16, 2017
66
394
I know I shouldn't step in, but I can't hold myself.

I try to idiot proof the game. You have no idea how many idiots there are. I get DMs from them all the time.

...y'all are still not happy?

Now you guys want save compatibility? Pledge 5$

Excessive whining makes this thread cancerous, and frankly, make me want to stop caring about the community as a whole. Be nicer to everyone, whining like a bitch won't get you any favors ever.
 
  • Like
Reactions: Big-T and WhatAFool

Automata

Member
Apr 10, 2017
170
236
Is there an easy way to edit save files? I just want to change the name of the MC. Seeing Anon or GAWD when using one of the unlock saves isn't my cup of tea.
 

Deleted member 690333

Active Member
Jun 18, 2018
747
773
I know I shouldn't step in, but I can't hold myself.

WE DID NOT REMOVE THE ACCESS TO THE CONSOLE

You need to enable the console at a LATE INIT TIME. Literally init 100 to be safe.

Also, there's a pretty likely chance that 0.17.1 saves are compatible with 0.17.5. I haven't tested, don't come bust my balls with it if it doesn't work. The changelog basically says what to type in the console to disable the save lock popup. It has no menu option because there are too many stupid af people that will think "oh yeah, that won't have any bugs in it, and then fucking spam the bug tracker with bugs that we can't reproduce. Also, you have no idea how crummy the bug tracker is, with people literally reporting the same bug over 20 times.

And if you're too lazy to figure out how to do enable the console/disable the save lock, just paste the following into a file like "unlock_console.rpy":
Python:
init 100 python:
    persistent.enable_save_locking = False
    config.developer = True
    config.console = True
and place that file in the game folder.

It's not hard.

And yes, I try to idiot proof the game. I'd rather not give an idiot an ak-47 when I have a spoon. You have no idea how many idiots there are. I get DMs from them all the time.

The wiki has a walkthrough, we provide save files with everything done but the new content. We literally busted our asses off to release to you an update which fixes more than 20 bugs, adds extra content (and I mean, it's not a full update's worth, but still, it's pretty hefty) and y'all are still not happy? The best part? We released it less than a month after 0.17.1. A month.

Now you guys want save compatibility? Pledge 5$ the next time a vote comes around. Vote for it. We do what our patreons want us to do. If they don't deem save compat necessary, then it must not be that big of an issue. Excessive whining makes this thread cancerous, and frankly, make me want to stop caring about the community as a whole. Be nicer to everyone, whining like a bitch won't get you any favors ever.
PREACH THAT SHIT BOIIIII
whining gets you nooooooowhere but making yourself look like a child
 
  • Like
Reactions: llong0415

Sebhero

Member
Oct 1, 2017
126
91
When is they going to fix the big bug when you load a save after the pregnancy stuff the game take you back to before the pregnancy startde
 

samitn

Newbie
Dec 8, 2018
16
8
it turns ridiculous .. a new version to allow us to have a sex scene with a cow . there is also the seercante sexy consuela But not touch .. forbidden .. kompas takes us for idiot
 
  • Like
Reactions: Marzapane

DrFog

Active Member
Sep 18, 2018
835
1,735
When is they going to fix the big bug when you load a save after the pregnancy stuff the game take you back to before the pregnancy startde
They already fixed it, read the changelog
stop whining about whiners
Oh, the irony. Did you make an account specifically just to say that?
it turns ridiculous .. a new version to allow us to have a sex scene with a cow . there is also the seercante sexy consuela But not touch .. forbidden .. kompas takes us for idiot
What? The fuck are you even saying?
 

CsoiretgeFsM

Member
Mar 21, 2018
109
150
There was no Incest patch for content up to ver 17+ correct? The lewdpatcher only has dialog changed for 16 and prior?
Correct. And the 0.16 Lewdpatcher Incest Decensor Patch only works about 45% and has a lot of unfixed dialogue.
That patch work partially in recent Builds
And by "partially in recent Builds", it means: NO. It BARELY works for anything 0.17 and above thanks to the newly modified codework of the new releases. It also causes a bug where you won't be able to train strength at the gym if you already did Erik's Mom's path.

I say I do not like sex with cow girls
A. Then DON'T have sex with the cow girl.​
B. Then play some other game.​
C. Would you like some cheese to go with that "Whine"?​
D. All of the above.​
Please choose one of the above options or choose the SECRET option:​
You don't have permission to view the spoiler content. Log in or register now.
Or choose the "Secret" SECRET Option:​
You don't have permission to view the spoiler content. Log in or register now.
 

Xobaer

Newbie
May 14, 2017
16
10
what is the current status of pregnancy in the game now?
I mean does MC can get anyone pregnant in the game now or only the aunt?
 
4.20 star(s) 337 Votes