Create and Fuck your AI Cum Slut –70% OFF
x

zain_d

Newbie
May 5, 2017
67
7
144
Is there hope for a mod that would enable me to enjoy all routes all at once like previous episodes? Cuz I feel like this is gonna be complicated now and yet I'm still waiting for it and I don't my waiting to be in vain
 

Arvie33

Newbie
Jan 27, 2018
49
71
102
One of the most controversial decisions of dev..(seal path) not giving the option to continue the harem in case of neutral path on all girls..
Until now I don't understand if it's because of wanting a faithful mc (MC asks the girls what they think about being unfaithful and makes the decision, that BS feminist)
Or if the Dev got tired, and maintaining mix paths is a lot of work..and bugs.
At the end of each (I don't know how many months now) you have an update with less encounters..(aka Fap scenes)
Because the dev thinks it's better that way..
View attachment 2241693
Aren't you tired of Harem genre? almost every visual novel is Harem genre...thats so boring
 

Aldnoah Zero

Member
Apr 29, 2018
317
441
216
Aren't you tired of Harem genre? almost every visual novel is Harem genre...thats so boring
nope-dont.gif
I find it more pointless to wait months to have less scenes (since the paths blocked) and having to download an even bigger file to see less .
In many VNs harem is optional...or mods for it... B a Dik was fine the way it was..
 
Last edited:

FreshRevenge

Well-Known Member
Oct 17, 2019
1,118
2,625
369
The update was good but the planning the party mini game seem so complicated. I decided to skip it and failed miserably at the end but now I have to play it again since it looks like it's going to carry over into chapter 10 whenever that releases.
 

TheSeedy1

Member
Jan 2, 2020
333
712
213
So some thoughts so far - there's a lot to this update of course but man I just burned through it so fast a couple times already. Really well done but I gotta say - my tier list has definitely shifted so far.

Much as I enjoy the sweetness of Jill's arc, Sage has absolutely taken the top spot for me going forward though I need to do a 2nd save where I'm more CHICK cause holy hell the DIK route with her mom involved is gonna fucking frag me I know it lmao.

I did a run through with "Others" too and that one is just fun as fuck for random fucking though - hard to say that Lily/Nicole don't top that list there though <.<

Gonna try a CHICK Sage run, Josy/May run and then a Bella one too.
 

stormhawk

Member
Sep 17, 2020
164
134
208
One of the most controversial decisions of dev..(seal path) not giving the option to continue the harem in case of neutral path on all girls..
Until now I don't understand if it's because of wanting a faithful mc (MC asks the girls what they think about being unfaithful and makes the decision, that BS feminist)
Or if the Dev got tired, and maintaining mix paths is a lot of work..and bugs.
At the end of each (I don't know how many months now) you have an update with less encounters..(aka Fap scenes)
Because the dev thinks it's better that way..
View attachment 2241693
this is not harem game(seducer), its a dating sim game for store release , mix path gives replay value that what this game is about. don't expect something that a game doesn't tell you expect. Have you played 'acting lessons'. you expect this to be like milfy city , filf, dreams of desire ,nlt games but its not. u cannot compare a darks souls game to jrpg one, you get the reference
 

FreshRevenge

Well-Known Member
Oct 17, 2019
1,118
2,625
369
So some thoughts so far - there's a lot to this update of course but man I just burned through it so fast a couple times already. Really well done but I gotta say - my tier list has definitely shifted so far.

Much as I enjoy the sweetness of Jill's arc, Sage has absolutely taken the top spot for me going forward though I need to do a 2nd save where I'm more CHICK cause holy hell the DIK route with her mom involved is gonna fucking frag me I know it lmao.

I did a run through with "Others" too and that one is just fun as fuck for random fucking though - hard to say that Lily/Nicole don't top that list there though <.<

Gonna try a CHICK Sage run, Josy/May run and then a Bella one too.
Sage is life. Personally, I feel that she has the better story arcs in the game. I know I will get tarred and feather for saying that but what can I say. Now I am going to do another playthrough and avoid the romance with the mother, I don't need that biting me in the ass.
 
  • Heart
Reactions: Bmagada

The Midget

Newbie
Aug 17, 2019
25
32
80
I don't know how to solve the problem of the game shutting down after Jacob say fucking mansion.
I tried to download the fix file but I don't know what do next. Can somebody help please ?
 

Lackofaname

Member
Jul 13, 2022
118
42
61
Isn't the Interlude included with this update? I think it is. You have the option to play it right before chapter 9. Yet personally the interlude really sucks. I don't really like Zoey as a character.
Idk how but I sorted it out, I didnt paid attentio to save files in "Extras" at first, now I got it, thanks alot
 

angangan

Newbie
Oct 23, 2020
91
64
183
I download S2 no mod,just ckick gallery rewards
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/rewards/rewards_jill.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 34, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 41, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 41, in <module>
IndexError: list index out of range

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/rewards/rewards_jill.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 1, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 22, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 34, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 35, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 41, in execute
  File "game/scripts/rewards/rewards_jill.rpy", line 41, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.8.3
Sat Dec 17 15:35:47 2022
Someone can help me fix it?
 

NOVASSR

Member
Dec 30, 2017
102
91
211
Man i really hope that someone ends up making a skip mod for the new episode, because i just finished my first playthrough and all that free roam already felt like a chore i dont wanna imagine how much it would be for all the 9 saves i have
 
Last edited:
4.70 star(s) 1,728 Votes