RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
2,187
12,573
728
Notice: Some of the screens are black in this compressed version when they're loaded into the game.
Here's a hotfix to fix the black screen issue

Hot Dawn [v0.04] - Compressed

Original Win/Lin Size: 2.52GB
Win/Lin Compressed Size: 243MB - -

Original Mac Size: 2.50GB
Mac Compressed Size: 226MB - -

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

fixerrr

Active Member
Game Developer
Nov 4, 2020
565
599
143
No, it's not random. What you get in your dice roll is random.

What happens based on that dice roll is not random. From your own script:

And I'm pretty sure you flipped what happens on a 4 (On Leash) such that that's what happens on a 5 and what happens on a 5 (Amazon) actually happens on a 4.
Oh i see... I'll fix that don't worry..
 

BigPoppaLoppa

Active Member
Jun 29, 2020
506
200
159
I really liked this game and found it interesting but on several of the screens were just blacked out such as the store you work at is totally confusing. Idk if maybe the black out screens that only showed the x to exit were just not downloaded or what but if that was fixed and the job was easier to understand the process it would be much better. I'm still trying it but idk with all the blackouts
 

fixerrr

Active Member
Game Developer
Nov 4, 2020
565
599
143
I really liked this game and found it interesting but on several of the screens were just blacked out such as the store you work at is totally confusing. Idk if maybe the black out screens that only showed the x to exit were just not downloaded or what but if that was fixed and the job was easier to understand the process it would be much better. I'm still trying it but idk with all the blackouts
Hey ! That blacked screens are not normal. Did you download compressed version or full version ?
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
2,187
12,573
728
Hey ! That blacked screens are not normal. Did you download compressed version or full version ?
Just did a comparison test and it appears that some of the screens in the compressed version are black when loaded by the game.
(when you view the images in the images folder they all look normal and not black)

Due to the game being a sandbox it would take too long to play it and find all the black screens and fix them.
 
Last edited:

lightpower

Well-Known Member
Oct 12, 2018
1,245
464
297
which is the 100 points event with Jessica? I'm not able to unlock that dunno why :/ anyone can share full save? thank u
 
  • Like
Reactions: fixerrr

fixerrr

Active Member
Game Developer
Nov 4, 2020
565
599
143
which is the 100 points event with Jessica? I'm not able to unlock that dunno why :/ anyone can share full save? thank u
Hey friend ! Maybe you can watch walkthrough of jessica ? Then you can find how you can unlock that. You can check our discord #walkthrough or search it on youtube ( Hot Dawn Jessica Walkthrough )
 
  • Like
Reactions: Jackmcbean

Mangaqe

Member
Jun 20, 2019
140
198
193
Can anyone share a save from end of 0.3 i lost mine and i don't wanna play from thr beginning again
 
  • Like
Reactions: fixerrr

fixerrr

Active Member
Game Developer
Nov 4, 2020
565
599
143
how far can you go with Lilith in this update btw
This update I focused on main story and hint system. People were complain about not knowing what to do. I guess i made it clear in this update.
 

horahorahorahora

New Member
Nov 21, 2020
6
4
80
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/WorldImages/Day/College/CollegeMyClassroom5.png.'>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/WorldImages/Day/College/CollegeMyClassroom5.png.'.

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

Full traceback:
File "locations/College/MyClassroom/CollageMyClassroomLabels.rpyc", line 38, in script
File "D:\Games\\HotDawn-v0.04-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "D:\Games\\HotDawn-v0.04-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\\HotDawn-v0.04-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games\\HotDawn-v0.04-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games\\HotDawn-v0.04-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Games\\HotDawn-v0.04-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Games\\HotDawn-v0.04-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/WorldImages/Day/College/CollegeMyClassroom5.png.'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hot Dawn v0.04
Fri Apr 30 23:55:04 2021
```
 
  • Like
Reactions: fixerrr
3.80 star(s) 17 Votes