fixerrr

Active Member
Game Developer
Nov 4, 2020
563
581
I find the game very laggy when it comes to the sandbox department. WHen i open the map it takes ages to be able to select an option, and even then it does not respond quickly. Also in house it´s the same at the stairs. and so on.
Hmm... I have never heard of this before. Maybe something is wrong with your cpu ? idk..
 

mijati

Active Member
Dec 7, 2019
625
1,098
I don't blame anyone i'm trying to help everyone. It's not because of hint system... You should start a new game if you downloaded v0.06 this version doesn't work perfect with old save because i changed old version's events ( added new triggers )
i did start a new game. i start again a new game tomorrow and we see
 
  • Like
Reactions: fixerrr

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,594
8,894
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.08
Size 547 MB

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

This unofficial port/version is not released by the developer, download at your own risk.

(if it gives you a .zip, just rename it as .apk)

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯
 
Last edited:

fixerrr

Active Member
Game Developer
Nov 4, 2020
563
581
New Android port. Nothing too fancy but let me know if you have any issues.
I know there's already one, but I had this done, so here.

Version: 0.06

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

Mega

Buy me a beer if you want. Or don't ¯\_(ツ)_/¯
Thank you so much !
 

mijati

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen GymCorridorNight is not known.


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

Full traceback:
  File "locations/Gym/BackCorridor/GymCorridorLabels.rpyc", line 7, in script
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, 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 3052, in call_screen
    show_screen(_screen_name, _transient=True, *args, **kwargs)
  File "renpy/display/screen.py", line 1115, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen GymCorridorNight is not known.


Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Hot Dawn v0.06
Fri Sep 10 18:30:01 2021
 

fixerrr

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen GymCorridorNight is not known.


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

Full traceback:
  File "locations/Gym/BackCorridor/GymCorridorLabels.rpyc", line 7, in script
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, 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 3052, in call_screen
    show_screen(_screen_name, _transient=True, *args, **kwargs)
  File "renpy/display/screen.py", line 1115, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen GymCorridorNight is not known.


Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Hot Dawn v0.06
Fri Sep 10 18:30:01 2021
Ignore it. There is nothing at gym
 

mijati

Active Member
Dec 7, 2019
625
1,098
nice last step with scarlett and we got this :

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 56, in script
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, 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 3057, 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 3276, 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 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, 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 786, 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 786, 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 786, 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 681, 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 786, 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 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'images/WorldImages/Day/College/CollegeMyClassroom5.png.'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Hot Dawn v0.06
Sat Sep 11 09:35:57 2021
 
  • Like
Reactions: fixerrr
Dec 15, 2019
88
36
WHen i buy wine (in 05 version and also now in 06 version) i receive this

Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/SexShop/GeneralStore.rpy", line 85, in <module>
NameError: name 'wine' is not defined

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

Full traceback:
  File "locations/SexShop/GeneralStore.rpyc", line 85, in script
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/locations/SexShop/GeneralStore.rpy", line 85, in <module>
NameError: name 'wine' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Hot Dawn v0.06
Sat Sep 11 13:08:04 2021
[/CODE]

Also I would know:
In lilith hints i see 2 level indicator (one for make Mistress and one for make slave).

Are these two roads viable? Or do I have to choose one? Is there anything new with her in this version? Until now, the bib character has almost no interaction

Also appeared the warning that new "hints" were present in the mobile and to check, but I did not find them.

and more,

Is it any use looking at the sky with binoculars?
 
Last edited:
  • Like
Reactions: fixerrr
3.80 star(s) 16 Votes