@GrimRyu I think it might have been only said once by Amber.
fair, I took it as my fault as I probably skimmed past it while quickly reading it and clicking next
It has been a while since i updated everyone here about the status of the next update and when i expect it to be released.
So first of I would like to make a short list of what the new update will bring.
- Two more events for Daisy(including the next Eating contest with Luna)
- Four more events for Luna and the test subjects in her Hospital
- Complete rework for everything relating to the Gym
- Katrine and Trista will get a lot of content, 10 weight gain stages for both and many many events.(This is by far the biggest part of the update.)
- Updates stats screen with images of the girl selected in their current weight gain stage.
- New Lisa content.
- Leanne/Lyn will come back!
- And more things I probably forgot.
So next update will be quite stacked.
My estimated release date would be early April for the Patreon release and a month later for the Public release.
Next up I want to announce that I that i decided to leave my day job to go work full time on the game and comics. I have build up sufficient funds to cover my ass if things go bad and my skills would allow me to find a new day job in no time if needed. The overwhelming support i have received these past months has just been absolutely amazing, I really can’t thank all my supporters enough, they have made this possible for me to commit to doing this full time. I absolutely love working on the game and being able to spend more time on it and it not being a side thing is just a dream come true. I will be leaving my day job at the end of April so I’m currently still quite busy finishing projects and training a replacement.
Thanks for reading my message and i wish you all a good weekend!
Great! Look forward to Leanne’s next story!
Finally some Trista content, she has been the biggest tease for quite some time.
I think you meant to say “She has the biggest ass in the game”
It’s all coming together boys.
That’s great news, happy you’ll be able to switch to pursuing passion projects. Congratulations!
Are you planning on eventually adding more weight stages for the ones who are currently at their max?
(Really hoping Luna ends up looking like some of the more extreme animations on your DA)
@JoeyVee Absolutely, the sizes in the game currently are not the final sizes, all girls will get plenty of extra weight gain stages in future updates. The only reason you see most girls max at weight gain stage 11 is because I want to first get the early game done well before I start going into bigger sizes.
Hey,
Just one small question for 0.06 version, will we be able to see more Rebecca progression ?
Love this chatacter body shape and render. I think that currently she can only go up to level 2.
Thanks !!
Hey Pingou66,
I’m happy to see you like Rebecca her model.
More Rebecca content is in the works, but this won’t be added in 0.06 yet.
Good to know that regardless if the creator of Forks releases the source code or not sooner or later your game will have this feature.
Interesting to read this, what’s your country? Here it is also very difficult before graduating, maybe we are in the same country.
Got it, thanks for the information !
I’m on the latest version of the game (0.05) and the game is giving several error screens, this is one of them, what could it be?
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 43, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 43, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 46, in execute
hbox:
File "game/custom_screens.rpy", line 114, in execute
frame:
File "game/custom_screens.rpy", line 117, in execute
vbox:
File "game/custom_screens.rpy", line 130, 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 1061, 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, 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 <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 43, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 43, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 46, in execute
hbox:
File "game/custom_screens.rpy", line 114, in execute
frame:
File "game/custom_screens.rpy", line 117, in execute
vbox:
File "game/custom_screens.rpy", line 130, 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.22621 AMD64
Ren'Py 7.5.3.22090809
Fattening Career 0.05c
Sun Mar 12 12:29:11 2023
This is really weird, did you continue an existing safe from before 0.05?
It looks like it can’t get the value maxstage for the selected character, which is something that would happen if you started the game with a old safe, because old versions of the game did not have the value maxstage yet.
Out of curiosity, does Charisma actually serve a purpose in the current build?
Katrine requires charisma to talk to her for the first time, nothing else yet.