cyberb34st

New Member
Jan 10, 2018
7
0
Hi.
I'm looking for the solutions of the relationship-game at day8. Every time i tried i've just won the bear... Maybe someone can help me.
 

Quantum

New Member
Feb 23, 2018
14
10
Hi.
I'm looking for the solutions of the relationship-game at day8. Every time i tried i've just won the bear... Maybe someone can help me.
As far as I remember the right choice was vegetable salad and lasagne.And secondly not to give her too much to drink.If you got the bear you passed the test correctly . Good luck.
 

atlas114

Engaged Member
May 4, 2017
2,618
3,916
did you use the walkthrough? it’s pretty thorough in what you have to do and i’ve gotten everything.
 
  • Like
Reactions: Wookie

xechio

New Member
Aug 12, 2017
12
7
Any of you guys getting an error loading your save game after downloading the Ch2.17 version?

log attached below

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

While running game code:
  File "renpy/common/00action_file.rpy", line 434, 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_main_menu.rpym", line 28, in script
    python hide:
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\python.py", line 1812, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in <module>
    ui.interact()
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\core.py", line 3417, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\screen.py", line 667, in event
    rv = self.child.event(ev, x, y, st)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\behavior.py", line 897, in event
    return handle_click(self.clicked)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\behavior.py", line 832, in handle_click
    rv = run(action)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, in __call__
    renpy.load(fn)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\loadsave.py", line 728, in load
    log.unfreeze(roots, label="_after_load")
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\python.py", line 1767, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\python.py", line 1604, in rollback
    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-8-6.2.9200
Ren'Py 6.99.14.1.3218
DMD Chapter 2 0.17
Mon Feb 26 21:54:19 2018
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 266, in script
    python:
  File "renpy/common/00start.rpy", line 270, in <module>
    renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'

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

Full traceback:
  File "renpy/common/00start.rpy", line 266, in script
    python:
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\python.py", line 1812, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00start.rpy", line 270, in <module>
    renpy.call_in_new_context("_main_menu")
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\game.py", line 337, in call_in_new_context
    return renpy.execution.run_context(False)
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\execution.py", line 868, in run_context
    context.pop_all_dynamic()
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "G:\Indie\Dating My Daughter\DMD.CH2-0.17-pc\renpy\execution.py", line 337, in pop_dynamic
    del store[k]
KeyError: u'_main_menu_screen'

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
DMD Chapter 2 0.17
Mon Feb 26 22:00:10 2018

Would love any help i can get :)
 

cyberb34st

New Member
Jan 10, 2018
7
0
As far as I remember the right choice was vegetable salad and lasagne.And secondly not to give her too much to drink.If you got the bear you passed the test correctly . Good luck.
k but i'm confused in that cause in ch2 you can recreate your decisions with different win-options, so...¯\_(ツ)_/¯


did you use the walkthrough? it’s pretty thorough in what you have to do and i’ve gotten everything.
i didn't but you brought me to i should go for it. but where i can find it? the thread with the different savegames?
 

Quantum

New Member
Feb 23, 2018
14
10
k but i'm confused in that cause in ch2 you can recreate your decisions with different win-options, so...¯\_(ツ)_/¯



i didn't but you brought me to i should go for it. but where i can find it? the thread with the different savegames?
can you tell me about these different win-options.I just don't quite understand you.
 

Quantum

New Member
Feb 23, 2018
14
10
[Цитата="cyberb34st, должность: 534840, член: 371944"]этот[/Цитата]
some winnings are not available in Chapter 2 ,winnings are available for use directly in the first Chapter, such as salt and lingerie
 

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
6,713
31,251
If you won the Koko concert tickets wouldn't that have screwed up D meeting Koko on the nude beach event? and that event adds to D's corruption right? or doesn't that transfer to chapter 2?
 

Quantum

New Member
Feb 23, 2018
14
10
If you won the Koko concert tickets wouldn't that have screwed up D meeting Koko on the nude beach event? and that event adds to D's corruption right? or doesn't that transfer to chapter 2?
As will look the concert Coco. when I played, I never got this version of events
 

armion82

Devoted Member
Mar 28, 2017
11,990
16,123
I think a F/D/Elena thing is possible, but Elena is kinda more into F as a relationship than as a fuck buddy, and D has no idea about F and Elena, like Elena has no idea bout F and D. so a F/D/Elena thing would have to involve massive amounts of alcohol for each girl to not catch on to the father's two secret relationships (with D and Elena). kinda like a french farce at this point.
D and Elena fooling around might have to be a prerequisite for F/D/Elena threesome.
Just my uniformed opinion.
Well I suppose we can expect F+D+Elena to happen soon.No way to keep it secret if they all go to the trip for a full week.
 
  • Like
Reactions: January2015

armion82

Devoted Member
Mar 28, 2017
11,990
16,123
NOT so fast! D can find out about F + E without E finding out about F + D.
Otherwise, the main path--D-only--would be destroyed...
How D can find out about F/Elena when you on only D path and no relationship with Elena?
Actualy the other way around seems to happen first.Elena already have some suspicions.
 

armion82

Devoted Member
Mar 28, 2017
11,990
16,123
Remember that scene where D visited at Jennifer's house ? D was really suspicious of Jen's motives.
Something like that could happen again, this time with either MC or Elena. True, this would be very complicated.
But, for Elena to find out about F/D seems far-fetched. Elena would surely bargain her way to at least sharing MC (probably not 3-way). That destroys the D-only path.
It very much appears like different endings will be needed. Since the D-only path does not usually lead to some of the extreme fetishes.
Perhaps, Adam can show up in the countryside (for a D-only path) and keep Elena occupied. Otherwise, it would take a very old-school type comedy to have MC servicing both girls on the sly (for an accepted Elena route).
I actualy will like if D found about F/Elena.I bet this will speed the things between D and F and can lead to faster corruption.BTW I want to see what will happen when D learn about F/Georgina and F/Jennifer.Also when Elena and Jennifer confess to each other:)
 
  • Like
Reactions: virtuvoid

Kane Salvatore

Salvatore Studios
Donor
Jan 2, 2018
1,064
1,141
i'm on the D only path.. but i still
You don't have permission to view the spoiler content. Log in or register now.

nothing in the walk through says that rejecting Elena for yourself, closed the MFF with F/D/E
 

Londo_Mollari

Well-Known Member
Donor
Respected User
Sep 7, 2017
1,849
3,753
I actualy will like if D found about F/Elena.I bet this will speed the things between D and F and can lead to faster corruption.BTW I want to see what will happen when D learn about F/Georgina and F/Jennifer.Also when Elena and Jennifer confess to each other:)
Only bad options.
Elena learns about Jen's affair with F --> E dump's him. Maybe even when D is around --> Game over.
D finds out about F + any other girl --> Game over

Only plausbile development I see is D getting involved with E, having fun with her. Same time relationships between D+F and E+F progress further. After some time they confess each other they have sex with the 3rd person of this trio ... ménage à trois is settled :D
Next step ... everybody has to fuck Olivia, Jennifer, Koko, Cassandra, Gorgina, ... ménage à huit?
 

Kane Salvatore

Salvatore Studios
Donor
Jan 2, 2018
1,064
1,141
maybe Vicky will show up in the countryside as well.. and apologize for being a bitch at school.. Elena doesn't buy it, and Vicky lets Elena/D punish her... so form of lesbian bdsm (we do have points...).....

Edit: maybe they have the idea of punishing Vicky with the MC's monster cock... idk..
 

Quantum

New Member
Feb 23, 2018
14
10
I don't know how D will have to seduce so she agreed to the harem. the game deserves to be the most realistic in its genre. Harem with Elena and Jennifer this a possible. but I think that D can never agree on a harem with her best girlfriend and her father . Given that she doesn't like sharing F with other girls, I think this idea seems stupid..
 
  • Like
Reactions: RustyV

Kane Salvatore

Salvatore Studios
Donor
Jan 2, 2018
1,064
1,141
Elena, Jennifer, Georgina, Olivia, Margo, Koko, Cassandra, Vicky, the Casino girl possibly (only thought of her because of the reward)...



Edit... IMO Harem is LVL 18
 
3.80 star(s) 324 Votes