You must be 18+ to view this content

A Piece of Cake! C'est de la tarte ! may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 40 of 74 · Next page · Last page
(-1)

out of curiosity what part of the code is in charge of dealing with The health of the player character?

(1 edit)

Hey, wanted to report a bug where I think certain texts are causing problems, like once you hit an age past like 29 you start getting errors when its your birthday when you press countinue, thankfully you can just ignore it, also theres a line of dialouge that your daughter says which I dont know if its when she hits a certain weight or age but it will cause an error code, it dosent even pop up on screen before the error occurs.

I really like this game, its really fun to play and ive put a lot of time into it, only problems Ive encountered where the age affecting pills like I the one thats supposed to make you age slower just doesnt work at all, itll play the text like you did but doesnt actually take money from you and doesnt make you age slower, the deaging pill does the weight stuff but doesnt reduce your age by 5 like it says it should do. Other than that this is a great game, 5/5 definitaly will play again.

Parvinjaan my (wo)man, you made a great game here. 5/5 stars for you. Imma be real here though, no problem and all cool but is 20 gonna be long like 19? I see bugs in the comments and don't know. Wait or play 19.

Hi! Thanks! I'm really glad you enjoyed playing (that's the game's purpose after all). I have absolutely no idea about when version20 will be ready, since I absolutely cannot work on the game on a regular basis. However, not many new functionalities will be implemented so it might take a few months rather than a whole year....... Version20 will mostly consist in a very long side story (much longer than Maude's and Iris' together), new politics for the mayor and queen, and bugfixes. It won't literally bring a new breathe to the game like version19 should do. I hope this information helps you deciding wether you'll wait or not :3

Gotcha gotcha. Thanks for info. I will do 19. Good luck with 20.

(1 edit)

I would be down for a bugfix-only v0.20 and delaying new stuff for v0.21, but I realize that precisely pulling out all the new stuff is probably quite a bit of time.

Please tell me where can I get a baobab

You recieve it after getting enough of a following on the feedism Video site.

(+3)

Hey, wouldn't it be hot if your friend could bloat you with water as well?
Just a small suggestion ;>

(+2)

It could. I take note of the idea ;)

(+1)

Getting this error when I try to buy stuff at the Grocery Store:

[code]

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('free.png') at 0x00000000084f99a0>:

  File "game/script.rpy", line 4980, in script

    menu:

OSError: Couldn't find file 'free.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 4980, in script

    menu:

  File "D:\Games\APieceOfCake-0.19-pc\renpy\ast.py", line 1922, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\exports.py", line 1106, in menu

    rv = renpy.store.menu(new_items)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\exports.py", line 1345, in display_menu

    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\core.py", line 3582, 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 "D:\Games\APieceOfCake-0.19-pc\renpy\display\core.py", line 4175, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\core.py", line 2782, in draw_screen

    surftree = renpy.display.render.render_screen(

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\screen.py", line 731, in render

    child = renpy.display.render.render(self.child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\layout.py", line 1338, in render

    surf = render(child,

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\text\text.py", line 2164, in render

    renders[i] = renpy.display.render.render(i, width, self.style.size, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\im.py", line 676, in render

    return cache.get(self, render=True)

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\im.py", line 330, in get

    surf = image.load()

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\im.py", line 803, in load

    raise e

  File "D:\Games\APieceOfCake-0.19-pc\renpy\display\im.py", line 757, in load

    filelike = renpy.loader.load(self.filename, directory="images")

  File "D:\Games\APieceOfCake-0.19-pc\renpy\loader.py", line 833, in load

    raise IOError("Couldn't find file '%s'." % name)

OSError: Couldn't find file 'free.png'.

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.3.23091805

C'est de la tarte !

 A piece of cake ! 0.19

Mon Dec  4 04:14:44 2023

[/code]

Thanks for reporting! I'll look throught it!

Bonjour, je me demandais si notre "amie" avait une limite de poids ou si c'était dangereux pour sa santé, un peu comme notre perso?

Bonjour ! Elle n'a pas de limite de poids et ne tombera pas malade. Cependant, elle peut finir à l'hôpital pour sous-nutrition si vous ne la prenez pas vite en charge après votre première rencontre.

(+1)

Merci de votre réponse, je prend note.

En tout cas c'est un super jeu vous faite un excellent travail.  

(+1)

Elle n'a pas de limite de poids, mais passé un certain gabarit, les descriptions arrêteront cependant de suivre son évolution et seront bloquées à un stade qui ne sera peut-être plus pertinent.

Merci beaucoup !

(+1)

I'm really confused about when the game runs calculations to update [your friend]'s weight.  I haven't paid attention to this before the current patch, so I'm not sure if this is a result of new breakage, old breakage, or I just don't understand how the system works.

In my current save, she was 400kg a couple years ago, now she's 650kg.  Her weight doesn't seem to update between days, so maybe it only updates every year?

I'm starting to get nervous about her health (but I can't see her vitals like the MC so I can't tell), and I have no idea if the game has a failure condition on her weight going too high upward.  Her weight seems essentially the same between days, so I can't tell if weight loss pill gifts or gym visits have any effect.  I'm trying to solve this problem without discontinuing her meal subscription service.

I already maxxed out her bust size with magic milk on a previous patch, so I haven't tested if magic milk works on this patch.

(As an aside, when I first started the interactions with [your friend], I was initially trying to feed her the bust reducing medicine that I had developed, but I guess the dialog and narration is written to assume that she's well-endowed.)

(1 edit)

her weight has no limit but the mechanics don't work well and will result unrealistic when going up to higher weights... there is a lot of room for improvement yet. I'll need to work on it someday. Thanks for reporting the issue!

(1 edit) (+1)

Potion of Youth doesn't seem to be affecting my character's age on v0.19.  My weight is reduced but my age number doesn't change.

(+1)

Yes, this issue has been reported and will be fixed in v0.20. Sorry for the inconvenience! 

(+1)

Thanks for the new release. I've found a bag in 'game/script9_minihistoires.rpy'. You've got a couple of unescaped '%' characters (replace them with '%%' or '\%').

Oh, I tend do tend to forget them. Will check before next release! Thank you for reminding me!

(+1)

Possible bug in v0.19, seemingly regardless of what I choose, I always start with these options:



In this particular case, I chose to start kicked out by parents and inherit breasts and "breasts?" as options. Going back changing options other than being kicked out by the parent seemed to make no difference.

Hi! There doesn't seems to be anything wrong in code here . The point here aren't given depending on your inheritance or the difficulty level. You probably chose your character to like breakfasts however, if you choose icecream instead this point will go to the chest for example.

In your case, the breast inheritance will make you start with slightly bigger breasts at start, not a growth bonus.

Tell me if the issue persists after knowing this ;) And thanks for taking time to report!

(+1)

thx for update!!

My pleasure! :3

(+1)

Bonjour j’ai cette erreur lorsque je définis l’imc ideal:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script8_reine.rpy", line 155, in script

  File "game/script8_reine.rpy", line 155, in <module>

TypeError: '<' not supported between instances of 'str' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script8_reine.rpy", line 155, in script

  File "renpy/ast.py", line 2128, in execute

  File "renpy/python.py", line 1159, in py_eval

  File "renpy/python.py", line 1152, in py_eval_bytecode

  File "game/script8_reine.rpy", line 155, in <module>

TypeError: '<' not supported between instances of 'str' and 'float'

[/code]

Bonjour ! Merci ! Ce sera corrigé à la prochaine mise à jour !

(+1)

I'm sorry if this isn't the right place to post this, but I think I found an untranslated bit of dialogue. If you Ctrl+F for "par jour" in the first script file, it'll take you right to it. It's in the section for buying the home catering service for "jname".

(+1)

Don't be sorry! This is highly possible indeed. The translations are made through a patcher kindly developed by Dingotush for the overall game to be understandable to non-French speakers while the game is still in development, and the patcher may miss a few strings. I won't deal with translation issues before the release of a stable version, since it would mean retranslating many parts every time an update comes up. Thanks for taking the time to report the issue though! And thanks for playing the game :) Cheers!

(+1)

Potion of Youth was unavailable under the Medicine pages after being unlocked.

Did you click the "more choice" button at the list bottom to access the other potions? Potion of Youth should appear last on the second medecine page.

(+1)

Yes, it only went to the second page. And the option didn't appear with no option to go to a third page.

Thanks, I'll check it out right now!

Thez code seems correct. The only thing I can imagine is your character being younger than 23 y.o. The potion makes you 5 years younger, so in order to avoid your girl being underage, the potion won't show before she reaches 23. Could it the reason?

(+1)

Ah, that would be the cause. My character is only 21. I had expected the effect of the Potion of Youth to increase my life expectancy, not lower my age. Which was something I was starting to need since my life expectancy had plummeted to 30.

Well, if you manage to reach 23, you may use the Potion of Youth to go back to 18 and live a bit longer in that case! That's quite the stats you got here! GG :D

(1 edit) (+1)

I like the idea, but I think there's an issue.
The moment it says "you have lost weight" at the end of the day, every day after that it's the only thing that happens even though I make sure to fill up the meter to at least 3/4. I have tried the three difficulty houses but it all ends up the same: "You have lost weight" until i'm indefinitely in the hospital. Any help to get around this?

(+3)

So... After testing things around. Start the day but eating one fatty food, one salad, water, then fill up the rest by whatever you feel like. Then by the end of the day, so long as you go the gym once during that day, finish by having something fatty, a salad, and water (or just water if you don't have any room). It's crucial that you don't end the day being stuffed to the point you can't eat any more. once I started this pattern, i've been consistently gaining.

(+1)

Bonjour y a t'il moyen d'ouvrir une console de commande pour augmenter l'espérance de vie ?

Hello is there a way to open a command console to increase life expectancy?


Bonjour, non, je n'ai même pas inclus une telle fonction dans mon debug pour les tests...

(+1)

Bonjour, je vois merci pour votre réponse et bonne continuation a vous j'ai hâte de voire la suite.

What's the chance for winning the lottery?

About 10% chances to win 1 coin,  about 0,1% for jackpot. Jackpot is only 1 000 coins so not very interesting I guess.

(+1)

If you try to take the exam to become a professor but don't have enough money  : It skips you to the section to write an article

Wow, thanks, I'll try to fix it for next version.

(1 edit)

is their anyway to up life expectancy cause it only seems to go down and stay down 

Keep a good health and pass policies

(1 edit) (+1)

Hey @parvinjaan how do you gain followers cause i still lose the election please help me.

(+1)

Write articles

For now, write articles... I'll try adding a few more solutions in the future.

(+1)

just something I noticed in your code is that with the college, you the pollution and maybe other options are too good  when you don't have much intelligence for the early game due to having the wrong symbol in the code

(+1)

Yes, divisions by zero can happen too : if you take too many points incrasing the growth of a prt of your body (after winning a tv show for example)

Will be fixed in next build, but some division by 0 should already be fixed in the latest build.

(+1)

Why I have only 95 days before die?! WTF?!

(+1)

Nice, I never managed to get this bad actually!

(+1)

Ok, then seems I just need to try harder when I playing in this game XD

i keep losing weight

Some foods ar better than others for gaining weight, enhancing your appetite helps too

How do i gain followers

Any tips to try to be mayor on the first election cause i even lost the 5th election now i don't know what to do.

But this game is good and im not tryin to make you feel bad or anything just saying it might be a good idea

hey I would like to give you an idea its a game like this, but you are going to college

Hi, do you mean you would like more things to do when in college?

No i mean like there is a game where ur doing this but in college and u can do more things but also less things then u do in this one like manage money, weight, and friends. etc

Oh, does such a game exists?!

Are you perhaps talking about Gains of Life?

Is there a way to play on android?

(+1)

Yes using Joiplay app

(+1)

does anyone knows if the developer gives news anywhere? that game was great

Hi!

Well, I try to prepare an update, but... takes times... and I havn't lots of time... Sorry, it'll be very slow.

(+1)

trop bien, prends ton temps, juste savoir qu'une maj est en route fait plaisir :p

(+2)

Merciiii !

(+2)

Does the game save and go to other updates after downloading it like I got far in v0.17 but would it migrate to  v0.18? the save files

(+5)

how to activate cheat code?

Open the main script, look for "debug" line and un-tag all debug items you wish.

Maybe I'll do a trick for activating debug ingame in the next version.

(+2)

How about like a debug password and and add a debug option in the main segment

(1 edit) (+3)

Also, bug reports (v0.18):

1. The satiety meter doesn't seem to have a bottom or a top, so if you starve, you have to eat multiple meals before the meter shows up again, and if you fill the meter completely and keep eating, you can stay stuffed for as long as you want.

2. I don't know why it's happening, but on one of my characters, her metabolism must've maxed out somehow, she's eating like an absolute king every day, but she's still losing weight and getting sick every other day.

3. Stuffing through the OnlyFans thing on your PC doesn't seem to make you gain weight, though I don't know if that's related to bug #2, as it was on a different character.

4. I tried saying no to meeting the friend on walks, and now the game is popping up the dialogue to ask if I want to talk with her on every single walk, not letting me have any other events.

(+1)

Thanks for your report!

1. Yeah, that's right. Nevertheless, reaching too low or too hight satiety will cause you harm (make you sick or worse).

2. Hmm, that's weird.

3. I'm gonna check that, this is possible indeed.

4. That one is annoying, I'll make a "don't ask me again" option.

(+1)

Man, I can't figure out how to keep my character from losing weight or getting sick, I've tried getting her to eat healthy, making her get proper exercise, going a full vegetarian diet, etc., but she just keeps losing weight and getting sick.

She's practically anorexic right now despite eating far more than I do IRL, too.

Also the game could definitely use a doctor or something, any way for us to find out WHY our character's unhealthy, whether it's poor nutrition, too many stuffing sessions, whatever.

what house do you have it's extremely important to upgrade to a better house

In the example I was referring to here, she was in the easy mode housing. A couple runs after that, I cheated for infinite money and bought the best house.

(+1)

Any news on how the English translation is going?

The translator cannot work on translating the game for now. I'm sorry.
You can still use the language patcher they created for v.017b, it should work on the latest build leaving only the newest content untranslated.
Download link and how to use to be found on Weight Gaming forum: https://forum.weightgaming.com/t/a-piece-of-cake-cest-de-la-tarte-le-francais-en...

(+1)

Yes, unfortunately I'm having some health issues, so don't have the time or brain power to work on the translations at the moment. I haven't even had chance to play 0.18 yet.

(1 edit)

i dont understand how weight works in this game? or gaining?
I'll eat multiple meals from savoury and sweet, and I'll still lose weight. 
I also somehow have skeletal arms while having a 'round belly'.

It's also impossible to stay healthy in game, or to even raise your health. I've had to 'cheat' by going back to multiple different saves because I somehow always find myself moribund. I also have no idea how to keep my mental wellbeing decent ingame

TLDR; gaining weight is hard and staying healthy is really hard. Maybe there should be a hospital or medicine to help?

first thing to work on is upgrading to a better house its THE most important thing you should do

(+1)

Hey will there ever be an android version sorry if this is a stupid question but my PC is out dated and won't function and my macbook hardware is to slow that the system data was all lost

Hi! It's been requested many times but there won't be any mobile versions for now as I totally suck with exports and stuff and could never manage to make some working build for smartphones... But when the game gets "finished", I will definitely look for a solution or help for the game to be playable on mobiles. So sorry, but no Android version before long :(

(+1)

oh that's fine just asking the game is amazing by the way and I like some of the new events can't wait for the end game

Viewing most recent comments 1 to 40 of 74 · Next page · Last page