401Grem
Well-Known Member
- May 14, 2017
- 1,801
- 1,621
Can we stop with trying to whore out the daughter?
It's a game, chillCan we stop with trying to whore out the daughter?
yeah no, we're not going to be doing that anytime soon.Can we stop with trying to whore out the daughter?
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.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. (SeeYou must be registered to see the links)
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.
You are inciting riot, fuzzballz!I like how this is going. I hope the tease on Martin turns into actual. Maybe take it to MMF, that would be hot.
Make the right decisions during your play and it won't happen.Can we stop with trying to whore out the daughter?
OK, it`s your vision, I have mine own, as many others. I support devs too, and I like main story very well.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.
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
I hope she bangs, everyone, except lucas...F that guyI 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.
dad with mum + daughter is a holy grail and pretty uncommonIf it means getting a threesome with her, D, and F, then yes, absolutely yes.![]()
And this is probably the one game that could do it too which is why it needs to happen.dad with mum + daughter is a holy grail and pretty uncommonadding a loli cutie to that and it's golden
Calm down, she is a child. It may be a game, but she is still, a child.yeah no, we're not going to be doing that anytime soon.
your GF is a big nympho whore.... get over it
NoCan we stop with trying to whore out the daughter?
I'm not sure why people complain. It's all optional and avoidable (apart from a couple of bugs).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.