Gain of Life: A weight gain life simulator [v0.44.0] - New Free Version!

I do not have the patreon version and I notice that a lot tends to repeat like I went to the witches house and found my way out but now I can’t go back will there be other things to do besides work and school and going hiking camping etc or is it because I have the basic version of the game.

1 Like

Glad you played the free version!

Every month, month by month, I add more features to the game. Every now and then I update the free version, but the Patreon version is generally a couple of months ahead in terms of features.

In the game there is also a manor, which you can visit after Trevor’s party (you can attend it by phoning Jane). Also, you can upgrade your house at Real Estate in town, getting to know Lisa (Health+) and Jessica (at the gym), and so on… I’ll be working on a documentation document for all newbies of the game to give them an overview of what is possible in the game.

In the newest version, there is for example a lot more story for Jane (I think a difference of about 50k words).

So the Patreon version does include a lot more features to value the sincere support of my Patrons. Without my Patrons this game wouldn’t be possible, because I would not have the money to purchase all the 3d objects for the graphics of the game.

2 Likes

Thank you for the information the game is really good and you’ve done a very good job. One more thing which patreon supporter level is needed to download the game.

The Silver Tier is required to get access to versions as soon as they release.

This month’s version has not yet been released (I’ll try to finish it on this weekend). The version of last month was an easter-special, which is not available for download anymore.

If you subscribe today, you get access to March’s version and May’s version as soon as it releases.

Link to Patreon

1 Like

Hi, first off love the game.
Once this month’s paycheck rolls around I will 100% be getting the silver tier.
For version 0.21.0 what is the maximum weight that will be updated on the character model? It seems to have remained the same from around 130kg to 150kg flipping between normal and tight-fitting depending on the fullness. I don’t know if this is the current max or if it’s a bug following the gingerbread house sequence because I can’t seem to update the outfit from the witches’ outfit.

Again, love the game and can’t wait to experience the future updates

1 Like

i also just experienced this message after attempting to access the project menu after losing some weight above what ive surmised to be max weight that is displayed on the character model if thats any help.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/collegeDay.rpy", line 297, in script call
    call collegeProjects
  File "game/collegeDay.rpy", line 576, in script
    $ gainLevel = player.rm.noticeLoss("jane")
  File "game/collegeDay.rpy", line 576, in <module>
    $ gainLevel = player.rm.noticeLoss("jane")
  File "game/_classes.rpy", line 630, in noticeLoss
    self.relations[character].weight = self.player.getWeight()
AttributeError: 'Player' object has no attribute 'getWeight'

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

Full traceback:
  File "game/collegeDay.rpy", line 297, in script call
    call collegeProjects
  File "game/collegeDay.rpy", line 576, in script
    $ gainLevel = player.rm.noticeLoss("jane")
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/collegeDay.rpy", line 576, in <module>
    $ gainLevel = player.rm.noticeLoss("jane")
  File "game/_classes.rpy", line 630, in noticeLoss
    self.relations[character].weight = self.player.getWeight()
AttributeError: 'Player' object has no attribute 'getWeight'

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Gain of Life v0.14.3
Tue May 10 02:36:02 2022

ignoring works as intended

Thank you, I appreciate each of my subscribers :slight_smile:

It’s 104.0 kg (there are no more graphics after that in v0.14). Please note that the weight displayed in the game is manipulated depending on how full you are (if you have eaten a lot recently, then you will slightly weigh more).

This bug has been fixed in a later version, I think. Since the free version is outdated, there won’t be any bug fixes. Bugs only get fixed in the newest versions, otherwise I’d have to fix each bug twice, eating up time. Ignoring it should be just fine though!

i want you to know that a portion of this months educational maintenance grant from my college went to subscribing to your patreon, who needs education anyway XD

I appreciate your support a lot, hope you’re not affected by this spending in a negative way… Not sure, if I should feel bad now.

The new version for this month will be out this weekend. I’m trying to reduce the delays from the last months (which result in less time to the next month), but it’s hardly possible due to how busy everything is. Starting with June things should start becoming better. New versions won’t be any smaller though, just a lot more stress for me. The new version will be available for all Silver-Patrons and higher as soon as it releases: Link to Patreon

haha it’s fine, benefits of free college tuition in ireland, grant goes solely to alcohol and bad ideas

2 Likes

Alright, finished content for this version, doing some last testing and adjustments to the elements and uploading the new version within the next hours :smiley:

This slot machine features more than you think. For example, the cherry icons transform into pieces of cherry chocolate cake - and the cherry chocolate cake pieces transform into whole cakes. But they’re just icons…are they? (Bets are possible between $5 and $1000 and can be changed by clicking the “Bet” button) And YES, this slot is fully animated and works (almost) like a real one…I have spent too much time on its animations, but it sure was fun :stuck_out_tongue:

New version will be available for all Silver-Patrons and higher as soon as I publish it in a few hours: Link to Patreon

1 Like

[v0.22] New version!

What’s new?

  • 8 new weight stages for Lisa (the girl at the hospital)
  • 4 new stages for the language student at the college
  • 4 new stages for the police girl in the park
  • new location: the casino
    • play slots and win $ (pretty proud of the way the slots came out)
    • beware, slots might feed you cake
    • The slots have multiple symbols; the cherries transform into pieces of cherry cake and the pieces of cherry cake transform into whole cherry cakes. But they’re just symbols…are they?
  • general background improvements

Downloads

v0.22.0 - PC/Windows/Linux
v0.22.0 - Mac
v0.14.3 - Free (Click to go to the first post)

2 Likes

Getting an error when going to town.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/town.rpy", line 39, in script
    if(easterEvent == True and 0 in easterChallengeEggsAvailable):
  File "game/town.rpy", line 39, in <module>
    if(easterEvent == True and 0 in easterChallengeEggsAvailable):
NameError: name 'easterEvent' is not defined

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

Full traceback:
  File "game/town.rpy", line 39, in script
    if(easterEvent == True and 0 in easterChallengeEggsAvailable):
  File "/Users/cortana/Desktop/GainOfLife.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "/Users/cortana/Desktop/GainOfLife.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/Users/cortana/Desktop/GainOfLife.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/town.rpy", line 39, in <module>
    if(easterEvent == True and 0 in easterChallengeEggsAvailable):
NameError: name 'easterEvent' is not defined

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Gain of Life v0.22.0
Sun May 15 22:31:08 2022
1 Like

Noted, working on a fix for it right now. You can expect a bug-fixed version to be up within the next hour.

2 Likes

How do I get Jessica to gain weight? I have done nothing but feed her large, fattening meals, I have not worked out with her and I get her to drink a lot when we go out. I also give her extra at the fast food place.

Jessica gains very slowly so any changes will be very gradual. You have to be patient with her

I’m trying to gain muscle. Does this affect that appearance of the MC at all because I’m gaining weight but it mostly seems to be fat. I’m eating pretty healthy (at least I think so, Salmon and Chicken Soup are my go to). Any tips?

Welcome to the forum @hoppocross. There are no visual changes for the main character for anything other than weight gain sprites.

1 Like