GainOfLife v0.10 (PC)
🕑 Added 2021-05-07 15:07:41 +0000 UTCAlternative Download Link (GoogleDrive): https://drive.google.com/file/d/1vXCWfZ8ZDjJuC5w3xVkO9gWLscadVzeS/view?usp=sharing
Important! Please report any issues experienced in gameplay to me via private message or write in the comments. If you receive an exception, click Copy and paste it in your message. These codes help me a lot to locate these issues.
What's new in v0.10?
- Medicine was removed recently, now there is a new way to increase your health: Health+, a small doctor's office, where you pay per examination and/or insurance.
- Meet Lisa, the doctor's assistant. She will take care of your statistics. And she might visit you at the FastFood restaurant. Depending on how much you gain between examinations this will have an effect on Lisa's weight too.
- Get a new job at the FastFood restaurant. Server customers, sometimes your friends will come and visit too. Note, that if people visit you know, the amount of food you give them will have an impact on their weight.
- You can steal money in the FastFood restaurant. If you steal too much money, you'll get caught and the boss will make you pay back all the money you have stolen including an additional fee.
- As always: a new weight stage for the main character
Some other News
I've ordered a PC on which I will work on from the point on, when it gets delivered. Rendering times will be a lot smaller than on my laptop, which makes it easier to include more and more complex graphics in the game.
Comments
SirMister
Should be at 117.5 kg (259 lbs)
SirMister
Yes, that's because I forgot to include the new images of the girl...I rendered them but didn't copy them to the project folder
stone mason
only 2 I get is the social media exception, and the gym one when you ask her to workout w/you.
Miguel Amat
After a small bit of testing, I know that the limits on Ida's weight don't exist within the code, so when she gains to the a level past 25, the error appears. I soft fixed my file by renaming Ida's png file and can cause the error again with "28.png," "29.png," etc. just by feeding her enough to make her gain weight past whatever number the file is on
Miguel Amat
[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/home.rpy", line 173, in script call call JobStartWork File "game/Job.rpy", line 12, in script call call fastFoodRestaurantWork File "game/fastFoodRestaurant.rpy", line 75, in script call call ShowGirlFromRestaurant() File "game/showFunctions.rpy", line 175, in script show character5 at right Exception: DynamicImage u'[character5_path]': could not find image. (u'images/Sprites/GirlAtRestaurant/27.png') -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/home.rpy", line 173, in script call call JobStartWork File "game/Job.rpy", line 12, in script call call fastFoodRestaurantWork File "game/fastFoodRestaurant.rpy", line 75, in script call call ShowGirlFromRestaurant() File "game/showFunctions.rpy", line 175, in script show character5 at right File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\ast.py", line 1183, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\ast.py", line 1153, in show_imspec atl=atl) File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\exports.py", line 717, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\display\core.py", line 1077, in add thing.set_transform_event("show") File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\display\transform.py", line 677, in set_transform_event self.child.set_transform_event(event) File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\display\image.py", line 488, in set_transform_event return self.target.set_transform_event(event) File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\display\image.py", line 717, in set_transform_event self.find_target() File "C:\Users\migue\Downloads\gamejame\GainOfLife v0.10.0-pc\GainOfLife-1.0-pc\renpy\display\image.py", line 651, in find_target raise Exception(error) Exception: DynamicImage u'[character5_path]': could not find image. (u'images/Sprites/GirlAtRestaurant/27.png') Windows-8-6.2.9200 Ren'Py 7.3.5.606 Weight of Life 1.0 Mon May 10 00:16:46 2021 [/code]
Yuliya Kovach
Hi! Great! Thanks!
SirMister
Will be fixed later today in v0.10.1
SirMister
Hi, it is planned to be v0.10.1 online later today including a bug fix.
Yuliya Kovach
Great game, but I have this exception error in every job I get at the end(
DAVID EVANS
I got that exception too.
debuwuuu
what weight triggers the new size?
Alex Rubens
[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: DynamicImage u'[character1_path]': could not find image. (u'[character1_path]') -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 543, in visit_all callback(self) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\core.py", line 3094, in root_widget.visit_all(lambda i : i.per_interact()) File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\image.py", line 750, in per_interact self.find_target() File "D:\Gain of Life\GainOfLife-1.0-pc\renpy\display\image.py", line 651, in find_target raise Exception(error) Exception: DynamicImage u'[character1_path]': could not find image. (u'[character1_path]') Windows-8-6.2.9200 Ren'Py 7.3.5.606 Weight of Life 1.0 Fri May 07 23:11:40 2021 [/code]
Alex Rubens
For the new fast food job path, going with "nevermind" after working a 6 hour shift generates an exception. If you ignore it, it takes you back to the intro disclaimers and rollback will lead to a full crash of the game.