2.90 star(s) 26 Votes

Pause development of new content for a week to convert all animations to videos?


  • Total voters
    128
  • Poll closed .

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
733
2,097
KK, making the scene with Lois, Lily, and Daisy optional starting in the .20 update; thanks for calling that out. Also updating & improving memory management which should solve the animation freezing situation on less than state of the art computers.

If there are other bugs you know of or if you'd like to beta test, shoot me a note. Thanks a ton.
 

CamaroFan432

Active Member
Mar 13, 2020
973
2,828
KK, making the scene with Lois, Lily, and Daisy optional starting in the .20 update; thanks for calling that out. Also updating & improving memory management which should solve the animation freezing situation on less than state of the art computers.

If there are other bugs you know of or if you'd like to beta test, shoot me a note. Thanks a ton.
Ehm, I did play the latest version up here (0.18) but the reports you collect here are at least 2 if not 3 updates behind. This looks a bit useless(?) to me. And reading all the comments makes me want to wait even more time before replaying this. Not very encouraging for both sides. And you should probably look for playtester with "low end" systems to make sure all your customers (paying or not, doesn't really matter) get a good expierence at least. Otherwise it could scare them away. Just my two thoughts, don't want to offend or bash anyone.
 

brankom

Member
Mar 3, 2022
126
197
Man... the renders are nice but holy cow, the story, sorry I had to stop playing it, is as profound as "she trip, fell, landed on his dick" But good luck.
 

WastedTalent

Active Member
Dec 11, 2020
910
1,448
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/day4night/elizapartment01.png'>:
IOError: Couldn't find file 'images/day4night/elizapartment01.png'.

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

Full traceback:
File "day4night.rpyc", line 199, in script
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_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/day4night/elizapartment01.png'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Herheartsdesire 0.018
Mon May 9 13:18:50 2022
```

Images are missing too. Just a checkered grey screen...
 

theoffkilter

Newbie
Jan 28, 2018
50
84
Im having the same thing pop up right after the scene with Tricia.



```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/day4night/elizapartment01.png'>:
IOError: Couldn't find file 'images/day4night/elizapartment01.png'.

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

Full traceback:
File "day4night.rpyc", line 199, in script
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_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/day4night/elizapartment01.png'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Herheartsdesire 0.018
Mon May 9 13:18:50 2022
```

Images are missing too. Just a checkered grey screen...
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
733
2,097
Ah...that content isn't in this version of the game. I'll see if there's an easy way to update that...the error won't happen in newer builds beyond the current one.

Also, the "low memory," thing was fixed in this version so it shouldn't freeze during any of the .018 content. Anything referring to day 4 night (such as those errors above) is due to that being content from the .019 update, and in my haste to push things to the cloud yesterday, I made that error. Thanks for trying it out and letting me know.
 

theoffkilter

Newbie
Jan 28, 2018
50
84
Your playing this game for realism? Or really almost any game(especially AVN) for realism? If thats your expectation then you must get soooo disappointed on this site. I mean almost all of these games( and especially ones like this one) are like porn films, you dont enjoy them because of how they realistically portray people, relationships, sex or anything like that. Dev made this to fap to, not make you have some kind of strange girlfriend fantasy with a bunch of 0's and 1's.


The realistic kind.
If my MC continuously shuts down everyone then I expect the realistic outcome that that certain path is closed.
As opposed to turning them down at every choice only to a mega simp a couple scenes later and having the LI be all cock hungry so you have to turn them down again and again and again.

I find it rare to encounter a Game Dev that was actually clever enough to sit back and think, Ok what if someone actually says no to this? How can I make it somewhat realistic and entertaining.

Instead 99% of the time they just phone it in. No matter what choice you make the story will always make the MC a pathetic whiny perv that simps on everyone and the LI's no matter his choice will always keep fiending for that dick.

After 2 , 3 choices of dick denying any particular LI I expect the game to reflect that choice.
Not to keep going on as though I clicked yes on those choices.
[/
 

WastedTalent

Active Member
Dec 11, 2020
910
1,448
The realistic kind.
If my MC continuously shuts down everyone then I expect the realistic outcome that that certain path is closed.
As opposed to turning them down at every choice only to a mega simp a couple scenes later and having the LI be all cock hungry so you have to turn them down again and again and again.

I find it rare to encounter a Game Dev that was actually clever enough to sit back and think, Ok what if someone actually says no to this? How can I make it somewhat realistic and entertaining.

Instead 99% of the time they just phone it in. No matter what choice you make the story will always make the MC a pathetic whiny perv that simps on everyone and the LI's no matter his choice will always keep fiending for that dick.

After 2 , 3 choices of dick denying any particular LI I expect the game to reflect that choice.
Not to keep going on as though I clicked yes on those choices.
No Offense but harem is in the tags. If you are looking for singular LI type stories where every choice has a consequence usually harem games aren't those. I'm not trying to be rude but to complain about something being what the tags say it is that's comparable to ordering a steak at a steak house then complaining that meat is murder. I'm not trying to start a vegetarian debate here either just pointing out your complaint is that this game is exactly as advertised....
 

supernova874

Member
Sep 18, 2019
329
273
As i see other have the same error:

IOError: Couldn't find file 'images/day4night/elizapartment01.png'.

While loading <'Image' u'images/day4night/elizapartment01.png'>:
File "game/day4night.rpy", line 199, in script
"I stepped up to the door and opened it after a brief hesitation."
IOError: Couldn't find file 'images/day4night/elizapartment01.png'.


the folder "day4night" doeent exist at all
 

goulet1995

Well-Known Member
Sep 30, 2021
1,312
2,567
No Offense but harem is in the tags. If you are looking for singular LI type stories where every choice has a consequence usually harem games aren't those. I'm not trying to be rude but to complain about something being what the tags say it is that's comparable to ordering a steak at a steak house then complaining that meat is murder. I'm not trying to start a vegetarian debate here either just pointing out your complaint is that this game is exactly as advertised....
most harem games iv played will still allow you to turn down a LI if you arent into them
 
  • Like
Reactions: SkyeHigh 038

Ramagar

Well-Known Member
Nov 19, 2017
1,103
1,101
The Walkthrough mod link on the OP, goes to a compressed version and not the walkthrough.
 

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,902
This walkthrough mod should work for 0.18 but only covering v0.17.
The modified day4noon file has been adapted to 0.18 and it jumps on to the afternoon.

So, from day 4 afternoon and until the end of current version, there's no walkthrough (yet).
I'm trusting the WT modder handles this.

EDITED: There were two errors in my original upload, they are fixed.

If you get an error concerning duplicate labels, delete the original archive.rpa file in the game folder. But it works for me without removing it. (I still advise to do so)
 
Last edited:

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,902
Actually, I advise you to not play 0.17. Keep the one you have.
This update is a big fucking mess of missing images etc.
 
Sep 1, 2019
321
450
I just about had a heart attack while I was scrolling over the new releases/updates. I thought, "no, my eyes must be deceiving me." but alas they were not. As I mouse over the game once more I see it. Big Chungus Productions. I am now typing this message on a sticky keyboard, as I spit out my sweet tea while I was looking at this website, and the sweet tea got all over my fancy keyboard.
 
  • Like
Reactions: BlondieAngelEyes
2.90 star(s) 26 Votes