crugh2112

Well-Known Member
Oct 9, 2017
1,109
1,362
If you imagine such a situation and this kind of D (when she is ready to jump from the embrace of F, with which many relationships and experiences are connected, into the bed of a person whose penis she accidentally saw), then this will instantly go away when she has seen another penis, more impressive than Martin's, for example. The penis of someone other "nice guy". It`s just a game. (But it is not original D personality).

But people do not want just a game, they want DMD, as it is. In original idea, DMD do not include "MMF", it included "MMF (optional)", contrary the "Incest F/D" path was the first and the basic. (See )

A little talk is about something else (remember, this is a game?). For the game, people are talking about the visible affect of other paths on the "clean" F\D path (it does affect on it, if you don't read the walkthrough too carefully, and (or) accidentally switch some invisible trigger, thereby destroying the whole impression about the character, as mentioned above). People don`t want to see this affect, or they want to have such game mechanics, that the decisions of the characters (sharing or not, and so on) would be justified by their (F&D - main chars`s of the main story) personalities and motivations, well written in the plot earlier (from the point of story and personality, not game mechanics).

People don't mind having different possibilities and different paths. They just don't want a decent story and worthy characters to turn into a farce by the injecting some of "trigger" tendencies from other paths, that begin to distort not only the "clean" path itself, but the impression of the main characters, and the original story itself (the base of this game). And it`s a game, remember? Always possible to play hundreds of games, where so easy to do sharing or everything else. For this it is not nesessary to broke the original DMD main story. IMO, again.
No, what you and "people" want is a virtual novel with no replayability at all. Then support a dev that provides you with a safe story that will make you feel good. If you are not enjoying the game. Find another and be content. I have been supporting Mr. Dots for quite some time and I am happy with what he and his team have produced. Could some things be better. Yes. But for my money, everything is fine. I like to see all the story options and play through several times to see those different avenues each time a chapter is released. His walkthrough is one of the best out there explaining every possible turn in fine detail. I don't use it until a chapter ends if I felt I missed something. That rarely happens. The walkthrough is much better than many, many others here. It's a big game. Save often. Ren'Py offers tons of save slots.
 

Lex Liber

Newbie
Jul 18, 2020
36
74
No, what you and "people" want is a virtual novel with no replayability at all. Then support a dev that provides you with a safe story that will make you feel good. If you are not enjoying the game. Find another and be content. I have been supporting Mr. Dots for quite some time and I am happy with what he and his team have produced. Could some things be better. Yes. But for my money, everything is fine. I like to see all the story options and play through several times to see those different avenues each time a chapter is released. His walkthrough is one of the best out there explaining every possible turn in fine detail. I don't use it until a chapter ends if I felt I missed something. That rarely happens. The walkthrough is much better than many, many others here. It's a big game. Save often. Ren'Py offers tons of save slots.
OK, it`s your vision, I have mine own, as many others. I support devs too, and I like main story very well.
 
  • Like
Reactions: crugh2112

Imnus

Newbie
Apr 26, 2020
77
107
Hi, I keep getting errors trying to save in the 2nd chapter, it's not even in the same place, sometimes I can save sometimes I get an error, but it's really annoying constantly having to restart the game.

The problems start in the Japanese baths after the friend arrives, and like I said it's always in different places, like sometimes I tried to saves in one scene and it gives me an error and I restart and try again and I can.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while pickling an object

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\core.py", line 3467, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\layout.py", line 995, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 907, in event
    return handle_click(self.clicked)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 842, in handle_click
    rv = run(action)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\loadsave.py", line 404, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Games\DMD\DMD (Chapter 2)\renpy\loadsave.py", line 48, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded while pickling an object

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Mon Aug 03 01:16:09 2020

Damn it's so weird, I restarted the game and making all the same choices this time all went well with saving in the Japanese bath scenes and beyond, until the museum, specifically when the MC holds Victoria from behind, that's exactly the scene when it started fucking around again.

I don't think it's a problem with the script of the game, I think it's something with Renpy, but I don't know what.
 

Big Rooster

Forum Fanatic
Mar 16, 2018
4,892
35,728
I know its useless to say this at this point, but since when did "Dating my Daughter" turned into "Sharing my daughter with every little fuck who wants to take a shot at her" ? Might as well have let Lucas (had to dig out ancient history to make a point) and his brother and anyone else that came along bang her if that was the case.
I hope she bangs, everyone, except lucas...F that guy
 
  • Haha
Reactions: crugh2112

Holy Bacchus

Conversation Conqueror
Dec 13, 2018
7,748
19,543
dad with mum + daughter is a holy grail and pretty uncommon :) adding a loli cutie to that and it's golden
And this is probably the one game that could do it too which is why it needs to happen.

D can be into other women and threesomes, Rachel had a similar affair with her Dad and so she approves of their relationship, and Rachel has shown that she too is into women. So it seems to me like it wouldn't be much of a stretch for the idea of a family threesome to get planted in Rachel's head as a means to not only show how she truly accepts F and D's relationship, but as a way to bond with her daughter and get that closeness she wants so much. I can see F being totally OK with that and convincing D it's OK too, and then it would be a glorious moment. :love:
 

Death_dark

Newbie
Mar 16, 2019
36
214
yeah no, we're not going to be doing that anytime soon.
your GF is a big nympho whore.... get over it
Calm down, she is a child. It may be a game, but she is still, a child.
Keep your satyriasis (or nymphomania, who knows?) in check.

If the daughter wishes, to have a relationship with someone and it makes her happy, player should not stand in the way.
In this game, player is a parent. Mercy, compassion is the staple of elderly or a parent.

You hate Lucas huh, you are no different from Lucas; (from what I have read; from you).
 

Lex Liber

Newbie
Jul 18, 2020
36
74
WOW! Maybe the idea of new good game? (thanks for some commentators)

BTW, judging by the some posts written, there is becoming so much of Martin in DMD (so great role in story) that he seems to become the main character of this game. And this is completely justified, he is such a nice guy! Unfortunately, not in game named after him. Let Martin get his own popular incest game about his own daugther!

Perhaps, for example, to get to know Martin`s and Martin`s daughter`s personalities much better, and fully enjoy all kinds of angles, there should be a new wonderful and deeply romantic game MADS ("Martin AND his own Daughter`s Sharing")? Surely we would get numerous plot twists, sharing, MMF by all means (optional, but... with some invisible triggers;)), banging, tag teams, perhaps even MMMF and whoring, voyeurism, exhibitionism, and so on. Will be so good game!

And..... Course! There objectively has to be a coup when Martin`s daughter sees the dick of some fuck (maybe, any Martin`s good friend, no matter) in the shower, and that dick will never goes away from her head! It`s so typically for nice teen girl! She has just liberated from any sex and mind inhibitors by Martin (dearest father) and explore the world, so horny! BTW, this is a very good motivation technique (respect for founders!), - you will no longer need to write anything in the plot about the motivations of the characters. This dick in the shower is quite enough for any motive of all Martin`s daugter sexual adventures! And then this girl develops, flourishes, and out of interest and thanks her liberation begins to use every opportunity to explore sexual pleasures (from fitness buddies and beach photographers and some contest judges to white bikers, maybe Lucas friends [from prison?]). So long as the Maritn gives consent its all good.
And don`t forget Maria (possibly, the Martin`s daugter`s Mother[or possibly not]). May be she could take photos of all daugter`s fun! It will be so pretty! Why not, this is a game. The tastes of all players must be covered!

But dont`t worry, we're not going to be doing that all anything things at once. Get over it! And If somebody don't want to, just don't choose "another" path. Let`s play "pure" route (but with some small fun "triggers"))
But NO BESTIALITY! No,no!... We aren`t inciting riots, fuzzballz! Just maybe only optional... For example, if Martin`s daugter want buy a puppy, it would define the appropriate path... It's a game, chill!

I would love to play this MADS game, probably, it seems so exciting, so many possibilities! If the graphics were good, and a if it was high quality love story, of course.) Good idea at all. When it will be there, I would support dev for it!

Someone,
as simple player, "simply enjoying the games" and never looks into the mirror.

PS. Tag: sarcasm
 
Last edited:

Sesinho

Active Member
Jan 3, 2020
554
3,215
Those first person kisses dont work
Lizard tongue kisses dont work either.
Jennifer looks more like 12, instead of 19.

When sex begins taking over the love for his daughter, dialogs become the type that you think you would need to get "close" with an underage girl. Maybe im projecting here.
So far is similiar to Melody in many aspects, and thats bad cause the porn part lacks.
But im gonna play it cause im a addict.
 

Sarge6669

Newbie
May 12, 2020
44
24
having a problem, i followed the installation instructions. got to the hospital scene in chapter one. and all the images were missing, same with the cafe right after it. have i messed up somewhere? how do i fix it?
 

ShadowThrone

Active Member
Mar 3, 2020
608
1,178
Hahahaha I love reading through this thread to see all the people crying about D sleeping with other men. I can't wait for more Martin content so fresh tears can flow.
I'm not sure why people complain. It's all optional and avoidable (apart from a couple of bugs).
I'm waiting to see what happens with F / D and Graham / Olivia.
 
3.80 star(s) 334 Votes