3.50 star(s) 15 Votes

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
hmm didnt try it yet but i get very strong sumertime saga vibes!?? or am i wrong!?
Well, there is a saying that the isnt nothing new under the sun, we try to avoid using same topics and characters, but the fact the game is set up on a High School makes it complicated not to be compared, but well, there are a ton of games similar :)
 

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
When I went joging the second time with Jessie for me it is a new bug !!! (in the old versio n no problems)

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage 'images/personajes/andy/BI/[andy_torso]/[andy_bi]_[andy_side].png': could not find image. ('images/personajes/andy/BI/Base_Simple/Borracho_Left.png')

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

Full traceback:
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/historias.rpyc", line 13954, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 11 more times]
File "game/pantallas.rpyc", line 2532, in script call
File "game/pantallas.rpyc", line 2605, in script call
File "game/pantallas.rpyc", line 2532, in script call
File "game/pantallas.rpyc", line 2605, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 3 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 4 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 6 more times]
File "game/historias.rpyc", line 21056, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 6673, in script call
File "game/pantallas.rpyc", line 6673, in script call
File "game/pantallas.rpyc", line 6673, in script call
[Previous line repeated 2 more times]
File "game/pantallas.rpyc", line 6731, in script call
File "game/pantallas.rpyc", line 6731, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 8 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 7122, in script call
File "game/pantallas.rpyc", line 7178, in script call
File "game/pantallas.rpyc", line 7178, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 5 more times]
File "game/historias.rpyc", line 33170, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 5 more times]
File "game/historias.rpyc", line 35163, in script
File "D:\Downloads\HighSchoolDays 0.101\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\exports.py", line 1473, in say
who(what, *args, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 1003, in do_display
display_say(who,
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Downloads\HighSchoolDays 0.101\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 3579, 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:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 5 more times]
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 671, in visit_all
for d in self.visit():
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\image.py", line 785, in visit
self.find_target()
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage 'images/personajes/andy/BI/[andy_torso]/[andy_bi]_[andy_side].png': could not find image. ('images/personajes/andy/BI/Base_Simple/Borracho_Left.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
High School Days 0.101
Wed Jun 28 15:24:53 2023
Thanks! fixed! uploading new version
 
  • Like
Reactions: amsousa95

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
When I went joging the second time with Jessie for me it is a new bug !!! (in the old versio n no problems)

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage 'images/personajes/andy/BI/[andy_torso]/[andy_bi]_[andy_side].png': could not find image. ('images/personajes/andy/BI/Base_Simple/Borracho_Left.png')

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

Full traceback:
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/historias.rpyc", line 13954, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 11 more times]
File "game/pantallas.rpyc", line 2532, in script call
File "game/pantallas.rpyc", line 2605, in script call
File "game/pantallas.rpyc", line 2532, in script call
File "game/pantallas.rpyc", line 2605, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 3 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 4 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 6 more times]
File "game/historias.rpyc", line 21056, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 6673, in script call
File "game/pantallas.rpyc", line 6673, in script call
File "game/pantallas.rpyc", line 6673, in script call
[Previous line repeated 2 more times]
File "game/pantallas.rpyc", line 6731, in script call
File "game/pantallas.rpyc", line 6731, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 8 more times]
File "game/pantallas.rpyc", line 3040, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 7122, in script call
File "game/pantallas.rpyc", line 7178, in script call
File "game/pantallas.rpyc", line 7178, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 5 more times]
File "game/historias.rpyc", line 33170, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
File "game/pantallas.rpyc", line 2204, in script call
[Previous line repeated 5 more times]
File "game/historias.rpyc", line 35163, in script
File "D:\Downloads\HighSchoolDays 0.101\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\exports.py", line 1473, in say
who(what, *args, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 1003, in do_display
display_say(who,
File "D:\Downloads\HighSchoolDays 0.101\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Downloads\HighSchoolDays 0.101\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 3579, 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:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 5 more times]
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\core.py", line 671, in visit_all
for d in self.visit():
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\image.py", line 785, in visit
self.find_target()
File "D:\Downloads\HighSchoolDays 0.101\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage 'images/personajes/andy/BI/[andy_torso]/[andy_bi]_[andy_side].png': could not find image. ('images/personajes/andy/BI/Base_Simple/Borracho_Left.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
High School Days 0.101
Wed Jun 28 15:24:53 2023
Wait, did you went to run using the Base outfit? you need the exercise outfit! :'(
 

Loki0

Newbie
Jul 16, 2017
92
81
If you are playing on a PC, Linux or Mac, please:

Save the game, close it, then open the game folder
Replace this files
Open the game and reload your saved file
Go bang Ginger, then leave the house.


If you are playing on an Android, there is no way to patch the game, you'll have to wait for us to upload the game again, it should be done by later today
Hey,

thanks for the quick answer!

I play on Win 10. I downloaded and added your two filesi nto the game folder, loaded my last save, and dated Ginger.
The night dates ended with sex, again, but the quest didn't progressed.

I add my save file, so you can check this out and try for yourself.

Still, it could be that that save is before patch 0.101. And maybe some "old ginger script/events" of my save could mess with your new patch. Right now, I don't have that much time for today to replay the game from the beginning but I'll look into that.
 

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
1) In the version before was this aso that Felicia talked to you a second time to make friends/club activity. - logic bug - old bug, You must go there without you have not anymore to wait some days.
For some reason, this has been a recurring bug, we tried fixing it and keeps poping up :(

2) Ashley when you try to talk to her again after a time you get the information again that - she likes cats and this is aso writing again as info in the address book. These bug was aso in the version before. - old bug
Let me check the code, this shouldnt be happening

3) Do the Darkness Ritual Event - bug? (have it immediately after the rave) - in the old version I talked with her in the school and get items for her before I meet her in the forest can it be that it is buged now ???
The ritual event should be trigger after the rave, from wednesday to saturday, once you step outside your house... when did it trigger for you?
 

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
Hey,

thanks for the quick answer!

I play on Win 10. I downloaded and added your two filesi nto the game folder, loaded my last save, and dated Ginger.
The night dates ended with sex, again, but the quest didn't progressed.

I add my save file, so you can check this out and try for yourself.

Still, it could be that that save is before patch 0.101. And maybe some "old ginger script/events" of my save could mess with your new patch. Right now, I don't have that much time for today to replay the game from the beginning but I'll look into that.
Try it again, just backup the original
 

Barbol

Member
Feb 10, 2019
186
90
When I invite ginger to the party on Saturday, she asks me to meet her at her house, but I can't go because I can't click and meet her. Can someone help me thanks.
 
  • Like
Reactions: dod1958

RichyCapy

Active Member
Game Developer
Jul 26, 2017
743
818
can't progress even after having a night date with ginger ending in sex
If you are playing on a PC or Mac,

Save your game and close it, then replace this files in the game folder.

Then, open your game, go to the phone, then to the user's stats, at the end, there should be a line that says "Ginger Story", that should be a 19, after going on a date with her and having sex, check that number again, it should still be 19
 
  • Like
Reactions: lordpp2000

DemonXros

Member
Apr 17, 2021
134
60
hi! willy dont speak to me in the mission : ask willy where jssie live. and i have a mission askin to jog again with jessie, but she is not in the beach. D:
 

jxd

Active Member
Jun 8, 2020
529
188
I don't know whether to call it a recommendation, but do not put a task book if after completing it you still do not finish seeing all the content, I remember that when I tried the game a long time ago there were more scenes than what I achieved now, I completed the tasks to be done and I got almost nothing, in addition to those ridiculous waiting times between one event and another, I could understand 1 day, but for example, the painting took several days to arrive ... I completed the tasks to be done and I haven't had any new events for about 4 days I surrender good luck with the project. 1687976523666.png 1687976486237.png
 

Sommion

Member
Apr 13, 2018
298
203
I don't know whether to call it a recommendation, but do not put a task book if after completing it you still do not finish seeing all the content, I remember that when I tried the game a long time ago there were more scenes than what I achieved now, I completed the tasks to be done and I got almost nothing, in addition to those ridiculous waiting times between one event and another, I could understand 1 day, but for example, the painting took several days to arrive ... I completed the tasks to be done and I haven't had any new events for about 4 days I surrender good luck with the project. View attachment 2730772 View attachment 2730771
same here, i just found this game and started a new game, i got till the handjob scene with the principal, and now the journal says all its finished(and i though that was it, but i saw in the changelog that there is more and even sex scenes, i didnt get any, only the principal and the blowjob in the bed in the prologue)
 
3.50 star(s) 15 Votes