4.20 star(s) 53 Votes

visagedirect

Member
Feb 21, 2020
351
345
The nav system needs hella lot of work (pointless blue arrows just send round the Bend haha) renders are nice (9mins of play See next season :)
 

clowns234

Engaged Member
Game Developer
May 2, 2021
3,081
4,810
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/ashlynn 2/ash_2.png'>:
  File "game/code/5 events/release 1/ashlynn3.rpy", line 73, in script
    with medium_dissolve
Exception: Could not load image u'images/ashlynn 2/ash_2.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "game/code/5 events/release 1/ashlynn3.rpy", line 73, in script
    with medium_dissolve
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Jogos\VN\Godson-v0.1.5-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:\Jogos\VN\Godson-v0.1.5-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:\Jogos\VN\Godson-v0.1.5-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:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, 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:\Jogos\VN\Godson-v0.1.5-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:\Jogos\VN\Godson-v0.1.5-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 "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  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:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Jogos\VN\Godson-v0.1.5-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:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Jogos\VN\Godson-v0.1.5-pc\renpy\display\pgrender.py", line 162, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/ashlynn 2/ash_2.png': error('Error reading the PNG file.',)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Godson v0.1.5
Fri Jun 11 00:03:36 2021
Image is in the folder and the path is correct on code... so.... whats wrong?
Can you open the png outside of the game? Maybe it's a corrupt file?
 

Nuctom

New Member
Feb 1, 2020
10
1
Yeah I get a error code trying to put in incest patch but runs fine without it just the usual roomate tenant stuff lol Ill make a copy of the gamer itself and post the error code when i apply the patch
 

Nuctom

New Member
Feb 1, 2020
10
1
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/code/0 python-functions/0-init.rpy', 1613750362, 1) is defined twice, at code/0 python-functions/0-init.rpyc:1 and game/game/code/0 python-functions/0-init.rpyc:1.

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

Full traceback:
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\main.py", line 422, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\script.py", line 275, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\script.py", line 779, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\script.py", line 456, in finish_load
check_name(node)
File "D:\Godson-v0.1.5-pc - Copy\Godson-v0.1.5-pc\renpy\script.py", line 439, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/code/0 python-functions/0-init.rpy', 1613750362, 1) is defined twice, at code/0 python-functions/0-init.rpyc:1 and game/game/code/0 python-functions/0-init.rpyc:1.

Windows-8-6.2.9200
Ren'Py 7.3.5.606

Fri Jun 11 22:05:02 2021
 

Cheesecake Studio

Certified MILF Creator
Game Developer
Jul 24, 2020
166
1,943
I'm having an issue with getting past night one. Just saw Marnie in bed and went back to my room but nothing to click on to go to sleep...
Sorry about that. It's just a bug, one that I seemed to have missed. The workaround is in the dev notes, however it'll be fixed for v0.2.

Cheesecake Can I suggest that if you adding more female characters in the future could you choose the models to look like some famous actress/pornstar please? If we got a lookalike Megan Fox I think it would be nice to have some other love interests to look like young Angelina Jolie, young Charlize Theron or young Salma Hayek. If you can't find the models then maybe you can use some sexy female game character like Bayonetta because she's look hot and fit your game
There will be plenty more models, idk about making them look like real people though I have my own ideas and I'm experimenting atm. Will have previews on Patreon.

Dat overview..
:whistle:

Better just say "Dude, play the fucking game"
I couldn't say anymore or it would spoil the game :(

That twist added a whole new flavour to the story, great job Cheesecake3D
Thank you :)! I wanted a deep emotional main plot to keep everyone always interested and looking for more. I'm very happy with the result.

If another was doing a game like this, this update would have been in initial release. It would have more meaning to the game title and a proper ending to it. Having it come out now feels like the dev is stalling for time. 50ish renders don't take 23 days to make, and if the statement for v2.0 is true, it maybe 2+ months before it comes out.
This has got to be the dumbest, post I have ever read. I usually don't respond to nonsense because I have alot of work to do and it's a waste of time, but this was hilarious to read. You know absolutely nothing and it shows. No point in responding to this as you'll never get another reply from me.

I don't know what to make of the story yet, You the Mc is actually some sort of an angel or "Child of God" occupying the vessel of a human that apparently offed himself. Yeah that's some heavy stuff to start a game.

From the optics point of view the girls look pretty good, with Katie being my favorite.

The voice acting can be hit or miss depending on the player, I thought it was different, but in a good way. Great music selection also.

To hubvan's point I hope this isn't one of those games where the Mc's new found power lets him manipulate the ladies into sex, because for one it's weak and too basic and two the ladies so far seem corrupted enough anyway, particular Marnie, Jennifer and Ashlynne.

Best of luck.
Thank you for your feedback, always good seeing you again as you always try to give a decent sized summary of your experience and any improvement!

As per feedback, I will add the subtitles to Myles's lines, however, he is only voiced when he's on the phone. In person he won't be voiced. Also this won't be a "corrupt everyone with powers", it's story driven with freeroam elements.


Yeah I get a error code trying to put in incest patch but runs fine without it just the usual roomate tenant stuff lol Ill make a copy of the gamer itself and post the error code when i apply the patch
I just want to point out that I did not make the IC patch, idk who made it, and I have no control over it's progression, so I can't offer any help with it if you catch my drift.

:)

Also to everyone, I'm work in fixing the navigation system to be more clear about where you are about to go. Thank you all for your feedback!
 
Last edited:

JhojanS

Member
Jan 14, 2021
182
94
Godson [v0.1.5] [Cheesecake3D ORIGINAL SIZE: 1.54GB
If you would like to support me you can do so by giving a like :)

Compressed version for WINDOWS/LINUX (309MB):MEGA
Compressed version for MAC (302MB):MEGA

This compression is unofficial and may break your game.
compressed Android version plis
 

drhotrod

Active Member
Aug 18, 2019
697
505
This has got to be the dumbest, pessimistic post I have ever read. I usually don't respond to nonsense because I have alot of work to do and it's a waste of time, but this was hilarious to read. You know absolutely nothing and it shows. No point in responding to this as you'll never get another reply from me.
I am calling out like I see it. I have played at least 100+ different games so I know what devs do. Updates ranging from only a few scenes to ones with 1000+ renders. This v1.5 update felt to me to be just an add on that could have easily been in v1.0 to complete that story. V1.0 basically gave a beginning and a middle but no clear end. All the best VN's give all three parts of the story. And what did v1.5 give, just the concluding part and the reason for the title of this game.
 
  • Haha
Reactions: Cheesecake Studio

Wicked Garden

Osiris
Donor
May 9, 2018
1,824
7,634
Sorry about that. It's just a bug, one that I seemed to have missed. The workaround is in the dev notes, however it'll be fixed for v0.2.



There will be plenty more models, idk about making them look like real people though I have my own ideas and I'm experimenting atm. Will have previews on Patreon.



I couldn't say anymore or it would spoil the game :(



Thank you :)! I wanted a deep emotional main plot to keep everyone always interested and looking for more. I'm very happy with the result.



This has got to be the dumbest, post I have ever read. I usually don't respond to nonsense because I have alot of work to do and it's a waste of time, but this was hilarious to read. You know absolutely nothing and it shows. No point in responding to this as you'll never get another reply from me.



Thank you for your feedback, always good seeing you again as you always try to give a decent sized summary of your experience and any improvement!

As per feedback, I will add the subtitles to Myles's lines, however, he is only voiced when he's on the phone. In person he won't be voiced. Also this won't be a "corrupt everyone with powers", it's story driven with freeroam elements.




I just want to point out that I did not make the IC patch, idk who made it, and I have no control over it's progression, so I can't offer any help with it if you catch my drift.

:)

Also to everyone, I'm work in fixing the navigation system to be more clear about where you are about to go. Thank you all for your feedback!
Alright cool, I'll be on the lookout for this.
 
  • Red Heart
Reactions: Cheesecake Studio

Ahchi

Forum Fanatic
Jul 17, 2020
4,186
7,370
If you are inhabiting the body of "her" dead son
Then would you be committing incest?
or because you are using his dead body "Necro" ?:sick:, or Necro Incest?o_O
:unsure:
 
  • Haha
Reactions: Nulldev

Ahchi

Forum Fanatic
Jul 17, 2020
4,186
7,370
what does this incest patch do?
Does not really matter, you are not related to any of them ! you are just using the "dead" son's body .
While you may not be committing Incest :unsure:, they on the other hand, Necro Incest ?? :sick:o_O

:p:p
 

mijati

Active Member
Dec 7, 2019
625
1,098
no interface, no hint system, no nothing .. what are we supposet to do at day1 at night ???
 

saynotoNTR

Active Member
Mar 17, 2021
840
1,869
Hey, Cheesecake3D!

I just wanted to wish you good luck, your project seems to have great potential. There aren't many games that stand out in the "incest with sandbox" genre, but something tells me your game could be one of the big ones. I hope you don't give up and that you can someday remember that comment when you reach the top.

Peace!
 
4.20 star(s) 53 Votes