cya when next update drops.Ugh, finally get some action and it isn't even Abby... Dude... I'm done with this game. smh
change textspeed.Is this super slow for anyone else or just me? When loading and quickly going through dialogue it's painfuly slow, and especially with rollback.
It's not just you, and no, text speed has nothing to do with it.Is this super slow for anyone else or just me? When loading and quickly going through dialogue it's painfuly slow, and especially with rollback.
./game/gui.rpy
line 337define config.history_length = 99999
> define config.history_length = 250
Funnily enough, I already had this topic here about a year ago. I even made a short demo for it - but it wasn't really downloaded. So I stopped it again.
Unfortunately, in the meantime the game has progressed way too far, a fully integrated audio Mod like I had in mind back then would take too much time now.
But what I could do "easily" would be a kind of jukebox function to play the tracks yourself. I've done that (I call it "QuickMusic") already for a few other games (WVM, A Wife and Mother,..). Let me know if that would be an option for you.
Because a real man would just rape those bitches and fuck the consequences?Oh! A new chapter in the story of a slug and his dominant daughters! It is curious how exactly this time, the MC will show himself as a spineless worm.
And contributing to a growing overpopulation problem.Who do have a choice and still pick it over having their own
find the post from oidex on the previous pagethe game is really laggy now, and if you try to go back to a previous decision the mouse buffer is way too large resulting in you going back dozens of steps
youre projecting a bit much here buddy. plus, that rando fucker deserves to be shot down, he was just a horny college kid that wanted all the fun and none of the work, and iirc he aint even on the birth certificate. so no, that fucker has absolutely no rights to drop bombs after 18 years of no-show. same goes for the parents of dead mom. also, the situation gets resolved, just go on playinI started to play that game yesterday and i liked it even if the MC is a kind of prude hypocritical guy. Always so concerned about any kind of nudity but also having fantasy about his daughters.
That wonderfull father so protective and his girls were quite amusing to follow until the moment when the biological father of Aby called on the phone and the MC hang up, without even telling anything to Aby and at that moment for me the MC became a total asshole.
I know he maybe wanted to protect Aby but it was also motivated by some jalousy and fear that Aby would want to know him.
Even if that guy was an asshole 18 years ago, probably a young immature guy, the MC has absolutely no right to behave like this.
And now i'm sitting in from of my pc and i just don't want to play with that MC, it reminds me of my own experience when i discovered at the age of 45 that i had a brother and that both my mother and father hid this from me because they thaught it was better for me to ignore all about him!
There is nothing worse than hiding such things even with good intention, the way to hell is paved with good intentions !
Thank you for this! It kept going back further and further that I had to just force quit the game.It's not just you, and no, text speed has nothing to do with it.
The problem is that the dev, for some reason saw it fit to set the history size to 100.000 lines, instead of a more sensible 250 or so like most other games. As the history fills up it gets slower and slower.
You can fix this by editing
./game/gui.rpy
line 337
define config.history_length = 99999
>define config.history_length = 250
You will have to start a new game and fast forward to you current point though, as that setting, as well as the 100k history is stored with your savegame.
EDIT: Spoke too soon. It's sufficient to apply the fix, load a savegame before the end and progress a few lines. The history shrinks itself then and it should run smoothly from that point on.
EDIT2: For anyone who doesn't feel comfortable doing the edit himself, here's the fixed file.
this post should be linked in the OPIt's not just you, and no, text speed has nothing to do with it.
The problem is that the dev, for some reason saw it fit to set the history size to 100.000 lines, instead of a more sensible 250 or so like most other games. As the history fills up it gets slower and slower.
You can fix this by editing
./game/gui.rpy
line 337
define config.history_length = 99999
>define config.history_length = 250
You will have to start a new game and fast forward to you current point though, as that setting, as well as the 100k history is stored with your savegame.
EDIT: Spoke too soon. It's sufficient to apply the fix, load a savegame before the end and progress a few lines. The history shrinks itself then and it should run smoothly from that point on.
EDIT2: For anyone who doesn't feel comfortable doing the edit himself, here's the fixed file.