RPDL

do torrent. go fast.
Donor
Dec 17, 2020
5,056
14,506
Torrent: ( ) ❤
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You can find additional information and if you find this useful, we also accept !
We have a thread here if you have any questions, feedback or requests!
Join for requests/support and get torrents a few minutes early! (rpdl#6652)
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,105
80,483
Hot Dawn [v0.07 hotfix] [Compressed]

Original Size Win/Linux: 6.60 GB

Compressed Size Win/Linux: 499 MB: -
Compressed Size Mac: 464 MB: -

Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find this and all my other content here:

Or you can:
 
Last edited:

jardafarda

Newbie
May 10, 2017
66
36
Hi. Can someone help me, pls? I cant buy a wine in store for fridays party with mom. When i click on wine in store menu, i got error name 'wine' is not defined. thx
 

omenthirteen

Member
Jun 23, 2021
123
107
Hey dev I am a little confused, in the change log it is written that the animations have slow,normal and hard , shouldn't it be fast instead of hard? or is it something else?
 
  • Like
Reactions: fixerrr

vimey

Active Member
Nov 29, 2020
823
601
Hot Dawn [v0.07] [Compressed]

Original Size Win/Linux: 6.60 GB

Compressed Size Win/Linux: 499 MB:
Compressed Size Mac: 464 MB:

Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find this and all my other content here:

Or you can:
Thank you for all your compressed games it's really helps a lot but unfortunately Mixdrop and Workupload not helping at all could please host somewhere else like Mediafire for example thanks again
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,074
fixerrr

intro.rpy

line 114

mc "Good to hear. It’s very critical for your situation."
↑↓
doc


this makes no sense after the long conversation before :

y "Can I ask one more?"
hg "It's enough Doc said he should rest. We will have as much time as we want at home."
hg "Ohh, good morning sleepyhead. How are you feeling today?"
mc "Today? How long have I been sleeping?"

hg "Don't worry about these. I’ve good news for you."
hg "Doctor said you could be discharged today."
hg "Did you miss your home?"

there should be atleast a render to change the day visually before :
hg "Ohh, good morning sleepyhead. How are you feeling today?"
 
Last edited:
  • Like
Reactions: fixerrr

mijati

Active Member
Dec 7, 2019
644
1,131
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/WorldImages/Day/College/CollegeMyClassroom5.png.'>:
  File "renpy/common/000statements.rpy", line 569, 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 72, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'images/WorldImages/Day/College/CollegeMyClassroom5.png.'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hot Dawn v0.07
Fri Dec 24 15:16:34 2021
still this shit error that prevents zs to continue the stuff with scarlett is not solved. even if i reported it more times already
and YES i started the 6th time new game now and iam sick of it.. so fix this sh1t already
 
  • Like
Reactions: fixerrr

fixerrr

Active Member
Game Developer
Nov 4, 2020
563
585
Hey dev I am a little confused, in the change log it is written that the animations have slow,normal and hard , shouldn't it be fast instead of hard? or is it something else?
Yes but in some dialogues girl says " Fuck me hard " and then that video starts LOL. But yes fast would be okay too
 
  • Like
Reactions: omenthirteen

fixerrr

Active Member
Game Developer
Nov 4, 2020
563
585
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/WorldImages/Day/College/CollegeMyClassroom5.png.'>:
  File "renpy/common/000statements.rpy", line 569, 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 72, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'images/WorldImages/Day/College/CollegeMyClassroom5.png.'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hot Dawn v0.07
Fri Dec 24 15:16:34 2021
still this shit error that prevents zs to continue the stuff with scarlett is not solved. even if i reported it more times already
and YES i started the 6th time new game now and iam sick of it.. so fix this sh1t already
Hey ! Sorry for that but I heard it from 2 people. It is working perfectly for the others. You probably do something different can you give me more detail about it? You can join my discord can give me more detail in #report
 

GaboCAP

Well-Known Member
Jun 7, 2018
1,923
1,645
So, I invited the asian chick to the cinema, but then she's never there, just the mom, every day, every time. Bug or I'm missin something?
 
  • Like
Reactions: fixerrr

fixerrr

Active Member
Game Developer
Nov 4, 2020
563
585
fixerrr

intro.rpy

line 114

mc "Good to hear. It’s very critical for your situation."
↑↓
doc


this makes no sense after the long conversation before :

y "Can I ask one more?"
hg "It's enough Doc said he should rest. We will have as much time as we want at home."
hg "Ohh, good morning sleepyhead. How are you feeling today?"
mc "Today? How long have I been sleeping?"

hg "Don't worry about these. I’ve good news for you."
hg "Doctor said you could be discharged today."
hg "Did you miss your home?"

there should be atleast a render to change the day visually before :
hg "Ohh, good morning sleepyhead. How are you feeling today?"
I would love to hear your advice on dialogs. You can contact me if you like to
 
3.80 star(s) 16 Votes