Leakoo
fishstickmate from patreon
fishstickmate patreon

Fattening Career 0.06c Windows release

🕑 Added 2023-05-07 21:23:56 +0000 UTC
Fattening Career 0.06c Windows release

Comments

DaveH

0.06c fixes most bugs and many many typos

Alex

what was added or changed in 0.06c, like whats different between 0.06b and 0.06c

matthew supulver

Yes, and will reinstall tonight

DaveH

I don't understand why this happens and I can't recreate the same issue. Could you try re downloading the game and see if problem is still there? You are playing on windows right?

matthew supulver

Yes exercise too. Just the two vid loop, at this one point.

DaveH

I see, does the skip button also not work on the exercise? I did find a bug in my code that makes the skip button not work on the dance after giving her the dvd. But it's weird that the video continues looping after its done. Were the other videos looping constantly for you or just these?

matthew supulver

Yes o.o6c, I started a new full game still happening, it's just after she gets the DVD, the skip button is shadowed , is the dance 30mins long?

DaveH

Sorry this happened, I would like to ask a few questions to find out how I can fix this issue. Are you playing version 0.06c? Did you start a new playthrough(no existing save)? At what stage is leanne/lyn in your playthrough? Is there a skip button that you see and can click during the dance? Could it be that the dance isn't done yet? some take about a minute to finish.

matthew supulver

I have a problem with the online show, she will start dancing or working out and it will loop forever. I have to back step and not go in to her part of the story line.

Abe

Gonna write a more in-depth "review" on WG or something later, but immediate comments - I really dig our lovely personal trainer gym gal, I wish I had the option to tell Katrine I DO want her to stop working out - that broke my immersion a lot, and my UGH I wish there wasn't the drunk sex scene. That's really uncomfortable for me.

DaveH

Please try, hopefully that fixes it.

Icarus con Queso

Scenes are on, and it is a new save file. Only thing I can think to do is re-download the update and run it again, followed by uninstall-reinstall if that doesn't help.

DaveH

I think something is wrong in your game. Did you start a new save after updating? Do you have sex scenes turned off? I can't think of any other reason it wouldn't work.

Icarus con Queso

My dumb ass spent over an hour on a new save before realizing I hadn't actually updated the game. That aside, the new sex scenes with Katrine and Trista have animated portions, right? I seem to remember the apartment visit having some the first time, but repeats don't and although they look like they are supposed to, the sauna sex scenes don't either. Am I delusional or is something not going right in my game?

Voxpopularian

The only real problem I have with the game is how long it takes to find a new cutscene. I end up watching the same ones over and over and over just skipping through most of it. otherwise, it's fantastic to see these girls grow. Trista and Leanne are my absolute favorites and I want to see ALL of them get MUCH bigger.

Kerenga

Well that explaines it. Thank you. Im just a little bummed that i have to invest so many Hours again to get everything from 0.05. I spend so many Hours on 0.05. Is there no way for Updates not to break older saves?

Bob Morgan

I really liked the new content, hope for more boobs/ass growth competition between the girls, I hope Trista's ass gets bigger, Katrine and Bonnie still are bigger than her. Trista's thighs grew so much that her ass looks smaller in comparison. The proportions of her lowerbody changed, so now, the ass need to keep up with the thighs and hips to keep the bubble butt and make it stand out more.

DaveH

0.06c came after 0.06b, which fixes even more bugs.

Lurker0815

You replied to a comment that was posted 4days ago. ;) That's why he still stated 0.06b.

Kerenga

Im confused. You post a Hotfix 0.06c and than state that a Bug is going to be fixed in 0.06B?! Am i missing something here or was that just a Typo? And is the Bug fixed and posted by now? The newest Update seems to be 0.06c. Please Help :P

Doktorhund

Its just a great game

DaveH

I will get a new hotfix(0.06b) out in a few hours to fix this.

Ayy

getting this error when looking at Rebecca on the phone: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 170, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 170, in $ ui.interact() File "game/custom_screens.rpy", line 51, in execute screen StatsUI(): File "game/custom_screens.rpy", line 51, in execute screen StatsUI(): File "game/custom_screens.rpy", line 54, in execute hbox: File "game/custom_screens.rpy", line 187, in execute frame: Exception: DynamicImage u'UI/[selectedCharacter.name][selectedCharacter.stage].jpg': could not find image. (u'UI/Rebecca2.jpg') -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 170, in script $ ui.interact() File "renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 170, in $ ui.interact() File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/custom_screens.rpy", line 51, in execute screen StatsUI(): File "game/custom_screens.rpy", line 51, in execute screen StatsUI(): File "game/custom_screens.rpy", line 54, in execute hbox: File "game/custom_screens.rpy", line 187, in execute frame: File "renpy/display/image.py", line 594, in _scope return self.find_target(scope, update) File "renpy/display/image.py", line 676, in find_target raise Exception(error) Exception: DynamicImage u'UI/[selectedCharacter.name][selectedCharacter.stage].jpg': could not find image. (u'UI/Rebecca2.jpg') Windows-10-10.0.19041 AMD64 Ren'Py 7.5.3.22090809 Fattening Career 0.06a Mon May 8 22:13:19 2023 [/code]

lionheart9527

Yes,when you open sex scenes,the game runs normally

DaveH

Can you check if 0.6a fixes this for you?

DaveH

I completely forgot about Rebecca being in the stats page, I will get this fixed asap. 0.06a should at least fix the bug with Lyn.

IlluminatedOtter

I've found the same problem occurs with rebecca1 - not seen if it works for later stages of her yet. (edit: Same with rebecca2)

Akeno Himejima

I can't wait to get home and play this ^^ I love your game

DaveH

Its up.

Death knight

When is the android file coming?

Traegerthorn

Oh ok, good to know! Just wanted to make sure I wasn't missing out on any content cuz of some bug haha. Again, fantastic update! Appreciate all the hard work that's put into this.

DaveH

Glad you liked this update. The Katrine stage 8 event is the last event in this update. For Trista this means her stage 7 event is the last one.

Traegerthorn

Absolutely loved the update so far. However, I didn't get any unique events for Trista for stages, 8, 9, and 10. The last one I saw was the burger event at the gym for stage 7 but after that nothing new. Just her texts for weekly training sessions and seeing her at the gym. Just wondering if this is a bug or if she just doesn't have events for those stages.

DaveH

I think Trista needs some extra love in 0.07 :P I will make sure she has her spotlight,

FFDrive

Great work as always Blade, given the circumstance you went through you Im glad to see you up and at it again. Just wanted to say though I felt like Trista's content didn't give as much as Katrine's, she didn't have many angles to her scenes and her weight gain didn't change much about her dialogue, was personally looking forward to her the most. That said Im just giving a few of my own thoughts for whenever you go back to adding more to these characters, keep doing what you're doing man you have my full support.

humblesasquatch

Also eagerly awaiting the android release, keep up the great work!

DaveH

I found out why this happens, I will bring out a patch quickly.

DaveH

nvm, I figured it out, I forgot to add a check to make sure the event happens only once when you have sex scenes disabled. Will bring out a patch in a bit, then you will be able to do the event once more and it should no longer pop up.

Ahri Sz

lionheart9527 perfectly described what happens.

Ahri Sz

That's exactly what happens, I wrote because I didn't know the exact words in English, sorry

lionheart9527

When Trista reached the sixth stage, after a weekend training session, the content was infinitely repeated and no other options were available

DaveH

Could you explain a bit what happened? On what part are you stuck in the stage 6 event?

DaveH

Later today, after i fix the current issues.

DaveH

Katrine her old model was one of the first ones I made, it had some real big issues with collision and posing. So when i remade her model I felt like a bit more bottom heavy suited her character and there was a big lack of bottom heavy characters in the game(which is now taken care off). There is still Daisy, Marie and Amber(and Charlene but she is a minor character) who are apple.

lionheart9527

Trista make me have no choice,i can only saty with her or at school

DaveH

I will do my best to get to the point where I can confidently keep save compatibly between updates as soon as possible. Currently there are 2 major roadblocks to doing this, reworking old content(which is nearly all finished now) and having story for all current characters up to their max stage(so that people have no issues like Maya getting a stage 2 event while their Maya is stage 10)

DaveH

I will release the android version today, after i fix some of the bugs that have come up.

Ahri Sz

There is a bug with Trista during the stage 6 event message, there is no way to do other actions

Allan Davis

``` I'm sorry, but an uncaught exception occurred. Exception: DynamicImage u'UI/[selectedCharacter.name][selectedCharacter.stage].jpg': could not find image. (u'UI/Lyn7.jpg') Windows-10-10.0.22621 AMD64 Ren'Py 7.5.3.22090809 Fattening Career 0.06 Mon May 8 00:32:03 2023 ``` I ran into this with both lyn6 and 7

sbg

expecting Android version

Varlin

Awesome update as always! Especially liked the Trista content. For not being a top heavy girl, she still managed to work her way into my favorites. Legit did an awesome job on her facial expressions, she is the prettiest girl of the game imo facial wise. Eagerly looking forward to the 0.7 content, its looking to be a great one for booba fans. lol

Traegerthorn

He's stated multiple times that saves from previous versions will break the game until the 0.1 beta is reached. A big goal of the beta release is to make saves compatible between updates. Until then, old saves will be broken with the release of new alpha updates. If it's really that annoying, you are more than free to wait until the 0.1 beta releases.

Traegerthorn

Bonnie was the only pear type before this, with 6 hourglasses and 4 apples (now 3). Besides, Katrine's not a pure pear, she's more so a mix between apple and pear. Even bonnie was a pear/apple mix. Trista seems like the only true pear.

Magna Graecia

It’s a very linear game and you can skip through seen content with ctrl. I personally don’t mind redoing it every time. A new release only comes every few months and a play through is pretty quick with skipping of seen stuff.

Connectwithfrie

Damn Katrine used to have an apple type... Sad to see her now a pear type... Theres so many pear types now...

WhiteWalker43

One thing of critique that I must sadly say before even playing the game, as we are getting up there in version numbers, it's more and more annoying to constantly have to restart my games to play new content, I hope in the future that this can be alleviated somewhat since I love this game, but constant restarting is a bit of a fly in the ointment

Dex

Is there an android version coming soon? I tried to use joiplay on the windows version but I couldn't get it to work

Rasmus

Holy shit, I have only reached stage 2 of both Trista and Katrine, and this is already AMAZING! These new models really blow my mind, they are extremely good. Your best work to date in my opinion, especially all the background girls in the café and all the other details and the new sex animations with katrine. Well worth the wait and I am really looking forward to seeing the rest of the update, because this is looking to be a banger.

Lukas Kölsch

the mac release is the next post when you scroll down.

DaveH

Its up right now

Teddy baker

When’s the mac release plz ?

DaveH

tomorrow

Lenny

Whens the android release? 😊

Lukas Kölsch

aaah. the long awaited update. thanks for bringing us this joy ^^

Xander1990

Can't wait and thanks again for the great work!

WannabeTranslator

Damn, I just ended 0.05


More Creators