New Version! [v0.30.1] - PC/Windows/Linux
🕑 Added 2023-01-08 10:53:16 +0000 UTCWhat's new with the new version?
- Several fixes and a few typo corrections for existing improperly functioning events, including one to make the directions in the maze of the dream with the witch make sense. Navigating through the labyrinth works with a system that generates a maze to make it feel realistic.
- New event at the beach: Eating contest (3 visible competitors)
- New side character at the gym: A fitness instructor. You should go and check her out. She appears during workouts and tries to help you.
- New weight stage for the main character
PS: Please let me know if you figure out any issues/bugs so I can resolve them for now and ever.
Comments
Mr_Adonitologist
is there only one opportunity to do the eating competition? I did it the first time and assumed it would get progressively more difficult.
Jay K
nvm I figured it out
Jay K
I think Jessica's eating motivation is resetting each week. This behavior might be intentional, but it is stopping me from giving her larger meals.
ben kelly
Sorry for the long delay, I was flying home from the states, it's not happening now on my PC so i'm guessing it as I generally run the versions zipped it my laptop was trying to unzip the files as needed and ran out of storage (there was only about 1.5gb left on the ssd before downloading the .rar lol
SirMister
Thank you for reporting. Please copy the exception you get inside here, it gives me hints about where to investigate what. Do not use old save files, they are incompatible with newer versions.
ben kelly
I'm running into a plethora of errors from background images and sprites loading in the town and fast food restaurant, hovering over the bar at the bottom causes exceptions. Trying to load the menu (pressing escape). It started after loading the new content but after closing the game out and starting a new save with the vanilla presets the issues persisted
SirMister
Which version do you use? v0.30.0 or v0.30.1? The issue should be solved with 0.30.1 - save your game, download the new version and use your save. It should work with the new bug-fixed version and resolve that error.
Nathaniel
I get an error if I talk with the Fitness trainer
SirMister
Fixed & post updated :)
SirMister
Thank you for reporting. I fixed the issue and will upload the new version now. It'll probably take about an hour. I will update the post's title to v0.30.1; you should be able to use saves from v0.30.0
Romanska Polanski
``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/town.rpy", line 92, in script call call gym() File "game/gym.rpy", line 8, in script call call gymInside File "game/gym.rpy", line 77, in script call call gymWorkoutDecide File "game/gym.rpy", line 85, in script call call gymWorkout(1) File "game/gym.rpy", line 98, in script call call workout("none") File "game/gym.rpy", line 127, in script call call workoutEvent(minutes) File "game/gym.rpy", line 398, in script call call workoutEventFitnessInstructor File "game/gym.rpy", line 507, in script $ fitnessCoach.gain(10) File "game/gym.rpy", line 507, in $ fitnessCoach.gain(10) File "game/scripts/characters/managers/cFitnessCoach.rpy", line 25, in gain this.weightPoints += x NameError: global name 'this' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/town.rpy", line 92, in script call call gym() File "game/gym.rpy", line 8, in script call call gymInside File "game/gym.rpy", line 77, in script call call gymWorkoutDecide File "game/gym.rpy", line 85, in script call call gymWorkout(1) File "game/gym.rpy", line 98, in script call call workout("none") File "game/gym.rpy", line 127, in script call call workoutEvent(minutes) File "game/gym.rpy", line 398, in script call call workoutEventFitnessInstructor File "game/gym.rpy", line 507, in script $ fitnessCoach.gain(10) File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/gym.rpy", line 507, in $ fitnessCoach.gain(10) File "game/scripts/characters/managers/cFitnessCoach.rpy", line 25, in gain this.weightPoints += x NameError: global name 'this' is not defined Windows-10-10.0.22000 Ren'Py 7.4.11.2266 Gain of Life v0.30.0 Sun Jan 8 13:44:48 2023 ```