Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 324 to 339 of 339 · Previous page · First page
(+1)

Would be nice to have a gallery to see again all the progression unlocked (i.e. some standing poses of the characters from the first stage to their final one)

(+2)

Great idea, i will make this possible in a future update.

(+4)

Do you plan to add pregnancy in this game?

(1 edit) (+2)

Pregnant Fat Bitches in this would be 10/10! not gonna lie!

(+4)

Yes, at some point i will add a optional pregnancy branch for a couple characters.

(+1)

I absolutely agree I totally think it should be optional because some people will just complain about Pregnancy being in the game. lmfao

(3 edits) (+1)

Actually, you could use pregnancy as a means/"excuse" to grow the boobs of characters such as Daisy--conveniently keeping their bigger boobs after childbirth! ^^

While the idea is great, it would be far too much work to create alternate versions of Daisy her models with bigger boobs. The way the programming works makes every character limited to 1 predefined weight gain route. So your suggestion would only work if she would become pregnant in the main story, but i want to keep pregnancy and any other secondary fetish optional.(As a separate route, or a post game addition.)

Hm... Maybe the following could work:

  • At a certain stage, a fat belly is going to look pregnant-like, anyway, so just use that as a branching point (so that you don't even need to spend time rendering a more believable pregnant-looking belly).
  • Next, in its simplest form, just show a  "before/after pregnancy" scene--same belly size but one render with "default" boobs and the other with larger ones.
  • For the remaining stages in the "pregnant" route, just use the same increasing belly sizes as in the "default" route, but with bigger boobs--effectively meaning you'd just have two renders for each stage.

Pseudocode:

if ( Daisy_pregnancy==true && if Daisy_stage>=30 ) { /* show the alternate set of renders and physical attributes*/ }

😊

How do you get Cayenne sex scene? I got her to stage 11 but even if I stop feed her the game just skips throug

(+1)

I made a mistake while programming, i will have it fixed in the next update.

(1 edit) (+1)

Of the many VNs that I've (painstakingly) tried (to get behind), I think this one is going to stay a favourite... :)

Any plan to harmonise  measurement units, and either show only metric or only imperial? Currently, weight/mass in kilograms looks odd with distances in inches--well, except height (also metric). I presume the cup size you show is in the US format--but that will be harder to convert...

(+1)

Yeah, i am trying to get both metric and imperial in the game and then let the player decide what they want. Where i am from we for some reason measure circumference of bodyparts in inches while we use the metric system for everything else so this is why it is like that right now.
Cupsizes are based on the US sizes from sizechart.com

(+1)

Does anyone know whats the latest "nonfree" version is and where to get it?
I love this game hopefully the creater looks forward to update this masterpiece frequently!

(+1)

Hello, Glad to hear you enjoyed the game.

The Patreon release and the Free release are the same right now.
Next update is planned to release end of december and will be Patreon only for a while.

Ok ty

(1 edit)

Finished all the content so far, And i loved pretty much all of it. One small gripe, though: The diner guests seem to be luck-based, and RNG screwed me over pretty bad (2.5k earnings and nobody else to spend it on). Could we maybe get scheduled visits for diner-exclusive NPC's like Maya?

(+1)

Hello, the bunny bites encounters are made to help characters gain weight but weren't intended to be the only way to do this. Next update will see some of these characters that currently can only gain through Bunny Bites get their own repeatable ways of gaining weight. This way you would no longer be reliant on just Bunny Bites.

sounds great! Looking forward to it.

How do you unlock Trista

(+2)

Trista cannot be unlocked in 0.04, she will get content in future patches.

(+2)

It can't be unlocked, but I've seen her ass grow. So you're working on it and I'm waiting for updates. And what about Hari? Will it also be possible to unlock it in the next updates?

(+2)

Hari is planned for 0.06

(1 edit)

I discovered in a certain game file (that you might want to change to 'csv' format, BTW) a reference to a character called Paige. ^^ I see that Caroline has a planned progression, too. I can't wait to see Luna's evolution--I see one of her attributes is going to be absolutely insane, and I want more like her! <3

I have nothing to hide haha, if people want to dive into the files they can do that.

I downloaded the 0.04 version, took my saves from the 0.03 one and when I tried to open the stats it showed this error:

[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 <module>

    $ ui.interact()

  File "game/custom_screens.rpy", line 32, in execute

    screen StatsUI():

  File "game/custom_screens.rpy", line 32, in execute

    screen StatsUI():

  File "game/custom_screens.rpy", line 35, in execute

    hbox:

  File "game/custom_screens.rpy", line 95, in execute

    frame:

  File "game/custom_screens.rpy", line 98, in execute

    vbox:

  File "game/custom_screens.rpy", line 111, in execute

    text "Stage: [selectedCharacter.stage]/[selectedCharacter.maxstage]"

  File "game/01Base_Stats.rpy", line 176, in __getattr__

    return super(BaseStatsObject, self).__getattr__(key)

AttributeError: 'super' object has no attribute '__getattr__'

-- 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 1052, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 170, in <module>

    $ 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, **kwargs) # type: ignore

  File "renpy/display/core.py", line 3804, 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 3804, in <lambda>

    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 32, in execute

    screen StatsUI():

  File "game/custom_screens.rpy", line 32, in execute

    screen StatsUI():

  File "game/custom_screens.rpy", line 35, in execute

    hbox:

  File "game/custom_screens.rpy", line 95, in execute

    frame:

  File "game/custom_screens.rpy", line 98, in execute

    vbox:

  File "game/custom_screens.rpy", line 111, in execute

    text "Stage: [selectedCharacter.stage]/[selectedCharacter.maxstage]"

  File "renpy/text/text.py", line 1688, in _scope

    return self.set_text(self.text_parameter, scope, self.substitute, update)

  File "renpy/text/text.py", line 1712, in set_text

    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)

  File "renpy/substitutions.py", line 278, in substitute

    s = formatter.vformat(s, (), kwargs) # type: ignore

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat

  File "renpy/substitutions.py", line 168, in get_field

    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field

  File "game/01Base_Stats.rpy", line 176, in __getattr__

    return super(BaseStatsObject, self).__getattr__(key)

AttributeError: 'super' object has no attribute '__getattr__'

Windows-10-10.0.19041 AMD64

Ren'Py 7.5.2.22081402

Fattening Career 0.04b

Mon Nov 28 15:58:15 2022

[/code]

(+1)

Hey, right now every update will break all saves from the previous update.
That means that you will have to start over, sorry.
But on a positive note, you will get to witness Daisy her reworked content!

(+1)

Loving the game so far. would it be possible for us to get a "this is all the content we have For (insert girl) right now" message to let us know when we're done and ready to focus more on other chartacters?

Yeah i should make this, for now you can check the stats page to see if you hit the max stage.

(+1)

Will there be a walk through made at some point? 

(+2)

Yes, but probably not until version 0.1, which is about 3 updates away.
Right now there is too much content W.I.P to make a walkthrough.

makes sense

(+1)

suggestions on how to make daisy's tits bigger?

(+2)

Daisy her body type makes it so she pretty much only gain weight around her waist. Other characters like Luna get big breasts.

(1 edit)

Oh, I'm sure the MC could learn of a recipe that would include tons of fenugreek (and similar ingredients) and characters like Daisy would become top-heavy in no time (and imagine what it would do to Luna who is already "blessed")! \m/

(2 edits) (+2)

Will we still be able to see Leanne's streaming after reaching stage 11? Or has her account been permanently banned?

(+3)

In a later update she will return to streaming.

(+1)

Can anyone give me some advice?

What kind of advice do you need?

(+1)

I'm stake with the late ish game.

(+1)

Maybe you reached the end of all the content in 0.03?
What part are you stuck at?

(+1)

and you can ask this question, will version 0.04 ever be available for free?

(+2)

Yes after a while i will release it for free.

(+1)

请问我能直接通过itch下载它吗?

(+3)

I really like what you have so far on this, and I’m looking forward to seeing future progress.

Viewing most recent comments 324 to 339 of 339 · Previous page · First page