3.80 star(s) 24 Votes

Ranxerox

Engaged Member
Nov 11, 2021
2,276
8,175
637
nerdpeoples8
Please, don't start spamming now.. You have asked 3 times in less than an hour.
You'll just have to be patient and wait for the port to be posted.
And if you're desperate, learn how to create a port by yourself.
 
Last edited:

Pogo123

Engaged Member
Mar 25, 2019
3,810
5,342
691
damn been a while since i tried this game. liked the idea and setting. girl looks nice too.

now got some updates it seems so question: will she finally fuck with that old melon-hat private detective guy? cause i really hoped she would
 

onefingersalute

Engaged Member
Mar 30, 2022
2,223
2,722
386
When Patreon launched their most recent crusade against a variety of tags, the dev took time to redo the beginning of the AVN.

Jason is no longer the son - he is someone who is staying with Diana and her husband after his parents died.

Given this, there is no tag to add and, IMO, an increased likelihood of Diana/Jason sexy time beyond what we had in the early revs of this AVN.

Cheers!! :coffee:
no that is what they make patches for to add the incest back in either they make it or someone else does mostly someone else does or they(dev) adds a relationship changer at the beginning which solves that little issue.
NOTE: relationship changer is in fact in game so no need in a patch so their is technically INCEST is in the VN if you so choose that route as it was intended from the start
 
Last edited:
  • Like
Reactions: SteveCamera

DavideXXX

New Member
Feb 15, 2025
14
17
3
damn been a while since i tried this game. liked the idea and setting. girl looks nice too.

now got some updates it seems so question: will she finally fuck with that old melon-hat private detective guy? cause i really hoped she would
me too. ship them. at least optionally. would be interesting :devilish:
 

nino40

Newbie
Nov 22, 2020
60
87
142
Oops... seems this time (very rare as far as you are concerned) something is wrong : with mod stops at previously release. whithout mod there is the continuation of version 6.0__downloaded from patreon
Thanks anyway for the great contributions you give us
 

Hamsunman

Newbie
Nov 3, 2022
42
49
110
My old saves worked, but I noticed the new stats and quest menus don't show with them. They do show up with a new game, so did that and skipped through the old choices
 

SteveCamera

Member
Apr 5, 2024
141
125
120
I solved all the puzzles. I finished the game until the end of this new update. When I wanted to see the gallery as a reward, what surprised me was the fact that the gallery was empty... why? Clean game with no mods installed and such a bad prank?
 

gunzen

Member
Oct 23, 2017
441
707
280
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen hint_screen is not known.


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

Full traceback:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 2188, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 3232, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 1327, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen hint_screen is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.3.0.24082114
Echoes of Deception 0.60
Sun Feb 16 08:00:13 2025
 
3.80 star(s) 24 Votes