gelu123

Active Member
Dec 25, 2017
888
1,478
349
Yeah, I get that Patreon is sort of a "necessary evil", for lack of a better term, in that if nobody supported them during production, there would be much fewer finished games for me to buy. And aside from the few that are big enough to go kickstarter (Subverse) or Steam early access, I don't have a solution. So I buy the ones that make it to the finish line, and sometimes throw a few bucks through stuff like Buy Me a Coffee, but I just can't see myself getting on board with the "subscribe to my rent" services, even if I get the need for alternate means of funding being available.

Anyway, we're getting off topic based on me pointing out that there isn't a sinister "DMCA agency" that the dev is paying off, so I'm gonna knock it off.
Well i should probably say we will get same treatment when season 2 is finished and launches on steam. The dev would do so to encourage the buying it on steam rather than pirating. I cant actually say i like it but i dont blame him for doing it.
Overall inceton is a reliable dev in terms of update release and although the high amount of patreons and games they develop is starting to take a toll on the story quallity , the renders and time releases make up for it in my opinion.
 

JustAmou

Member
Jul 11, 2020
240
328
179
I've hit a point where i get "complete a special event" hints for every character except the "to be continued" ones, could someone please help me where tf is this special event? episode 6 specifecally
 

Badgerlad

Member
Mar 3, 2020
203
299
204
I've hit a point where i get "complete a special event" hints for every character except the "to be continued" ones, could someone please help me where tf is this special event? episode 6 specifecally
Go to the party, I believe.
 

Dracconic Evolution

Active Member
Feb 28, 2020
808
425
248
WOW there are a lot of photos/scenes where they don't match up with what is going on in the conversation. For instance when doing the Jessica quest and you choose the "Romance" movie you get scenes of her bent over a desk and it is not part of the convo as you are in the living room. Too many scene photo mistakes in this update.
 

joe316

Member
Dec 3, 2016
431
279
144
I agree with everyone else the bonus code pumpkin doesn't work. People must just be pretending that it works to mess with us.
 

gelu123

Active Member
Dec 25, 2017
888
1,478
349
Yeah its the biggest and most elaborate ruse ever.Both Inceton and F95 stuff gathered and intentionally made the secret code not to work, what a bunch of jokers. :BootyTime:
 
  • Haha
Reactions: PreachyLocust

h0130j03

New Member
Feb 27, 2021
2
1
38
something from start of season i guess
You don't have permission to view the spoiler content. Log in or register now.

you can use universal cheat , tho compare what your missing, and watch the scenes
https://f95zone.to/threads/echoes-of-lust-cheatmod-universal.36373/
You don't have permission to view the spoiler content. Log in or register now.
Oh ok, it must be the first time Chloe invites you up then. Unfortunately, the latest version of that mod hasn't been updated to the most recent episode on android. Oh well, I don't mind missing that scene all too much. I'm more into Jess. Maybe I'll follow your advice if someone ports the mod to the most recent android version though. Thanks.
 
  • Like
Reactions: micmitja
Sep 2, 2018
53
26
56
Good episode but with less Jessica content, wish Jessica was one of the girls in any of the 2 hidden events (or even both :love:) Halloween event was long without much reward , it would have been worth playing if Jessica was in Halloween event , I love her so much, wanna fuck her day & night
 

Karl Franz 77

Member
Dec 21, 2017
334
383
263
The game crash:

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  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 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
EchoesOfLust2 S2E7
Tue Nov  9 10:52:55 2021
 

Ponte77

Newbie
Sep 7, 2017
84
31
136
Yeah its the biggest and most elaborate ruse ever.Both Inceton and F95 stuff gathered and intentionally made the secret code not to work, what a bunch of jokers. :BootyTime:
you have to enter it from the main menu, then it works... entering it while ingame doesn't
 
3.60 star(s) 267 Votes