[v0.19.2] New Version - PC
🕑 Added 2022-02-13 00:45:50 +0000 UTCWhat's new in relation to v0.18?
- 200 questions for the kidnapping quiz (all about food, weight, etc.) in different difficulty categories, making questions be easier at the beginning and slightly increasing in difficulty (about 4000 words)
- Updated balances for kidnapping
- The quiz got a new design
- Extension for Jane's story (about 8000 words)
- New weight stages
- Main character
- Police girl at the park
- New side-NPC: Asian college student
- Several bug fixes, some of these bugs made code unreachable, which means there might be "new" content at some chapters.
Comments
SirMister
Yes, there will be at least a littie bit of new content with them in the March or the April version. For now there are no bigger plans, my plans usually don't go further than 2 months, so this doesn't say a lot. I'll keep it in mind to add something new for them.
Jeremy
Just curious I know Jane's been getting a lot of story in the recent updates... is there any plans to add more stages or content for Jessica or Lisa?
SirMister
I see, an image seems to be missing. Thanks for letting me know!
hadrhune
At the last weight stage if you go to the office job you get an error and you cant work. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/home.rpy", line 174, in script call call JobStartWork File "game/OfficeAssistant.rpy", line 4, in script call call ShowCharacter(outfit = "office") from _call_ShowCharacter_9 File "game/showFunctions.rpy", line 49, in script show character1 at left Exception: DynamicImage u'[character1_path]': could not find image. (u'images/Sprites/Character/20_2_office_default.png') -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/home.rpy", line 174, in script call call JobStartWork File "game/OfficeAssistant.rpy", line 4, in script call call ShowCharacter(outfit = "office") from _call_ShowCharacter_9 File "game/showFunctions.rpy", line 49, in script show character1 at left File "renpy/ast.py", line 1191, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "renpy/ast.py", line 1161, in show_imspec atl=atl) File "renpy/exports.py", line 770, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "renpy/display/core.py", line 1095, in add thing.set_transform_event("replace") File "renpy/display/transform.py", line 525, in set_transform_event self.child.set_transform_event(event) File "renpy/display/image.py", line 489, in set_transform_event return self.target.set_transform_event(event) File "renpy/display/image.py", line 718, in set_transform_event self.find_target() File "renpy/display/image.py", line 652, in find_target raise Exception(error) Exception: DynamicImage u'[character1_path]': could not find image. (u'images/Sprites/Character/20_2_office_default.png') Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Gain of Life v0.19.2 Mon Feb 14 06:26:26 2022 [/code]
SirMister
You meet her in random encounters during lectures and when going to college. The first encounter with her happens during a lecture, then right when going to college.
Nathan
how do you meet the new college student?
SirMister
Thanks for reporting, fixed most of these bugs in v0.19.1; will fix the police girl in v0.19.2, then re-upload the game in a few minutes and update this post then.
Luc
Hi :) Asian Student 1.png is 1080x1620 (oversized to the rest) Policewoman 4.png is also 1080x1620. If you run the game normally (it is a 100% chance to offer the kidnapping option on your trip to town, so if you choose not to do straight away, the next thing you do in town will prompt again as an option) The clock didn't pop up after the kidnap event (and that may be because I went more than the required amount which doesn't run the end script part of that event, it just offers the home menu overlay). Each time you sleep, it appears to run the breakup event with Jane (i.e. college day 1, day 2 etc, because we can't have had a relationship with her yet and the default is 0. jane_endfriendship is checked before going to sleep which runs jane_endfriendship. You probably need to add another condition like perhaps a counter of times you hurt Jane enough to then warrant ending friendship? Also when its time for the meeting Asian Student there's an uncaught logic exception: I'm sorry, but an uncaught exception occurred. While running game code: File "game/collegeDay.rpy", line 34, in script call call MathLecture() File "game/collegeDay.rpy", line 134, in script call call LectureTalk() File "game/collegeDay.rpy", line 169, in script call call LectureAsianCollegeGirl File "game/collegeDay.rpy", line 207, in script if(random(1, 5) == 2 && metAsianStudent != 1): SyntaxError: invalid syntax (collegeDay.rpy, line 207) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/collegeDay.rpy", line 34, in script call call MathLecture() File "game/collegeDay.rpy", line 134, in script call call LectureTalk() File "game/collegeDay.rpy", line 169, in script call call LectureAsianCollegeGirl File "game/collegeDay.rpy", line 207, in script if(random(1, 5) == 2 && metAsianStudent != 1): File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2247, in py_eval code = py_compile(code, 'eval') File "renpy/python.py", line 835, in py_compile raise e SyntaxError: invalid syntax (collegeDay.rpy, line 207) Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Gain of Life v0.19.0 Sun Feb 13 20:20:55 2022 ```