- Oct 22, 2018
- 47
- 22
@Jeff Steel I'm nearly to the end of the latest update and I must say, "nicely done" in regards to the law that the lawyer informed F and D about. Well played, sir, well played.
they are compatible.Please can someone tell me how you make v0.20 compatible with earlier saves?
Thanks, my friend. As an attorney, the concept of “reactionary laws” made this a plausible concept. In addition, we had a writer discussion in the similarity between “Rachel” and “Mrs. Robinson” from The Graduate. — A prima facie winning case for MC and D was also important, because I didn’t want the story to get bogged down in the details of the “escape from Rachel” since that would slow the story down and pull from the more important story bits: relationship building among characters, the expansion of D’s personal agency, and the expansion of D’s sexual experiences.@Jeff Steel I'm nearly to the end of the latest update and I must say, "nicely done" in regards to the law that the lawyer informed F and D about. Well played, sir, well played.
definitely my friend its a mustDid any of you played Daughter for Dessert? if so, is that any good, should I try it?
I mean if I love DMD, will DFD be any decent?
I need to see that movie one of these years.In addition, we had a writer discussion in the similarity between “Rachel” and “Mrs. Robinson” from The Graduate.
Ya must have done it wrong then, he did that at the end of the current Ch2 contentI bet chapter 3 is coming coz Daddy hasn't put the d*ck in his daughter yet.
I bet chapter 3 is coming coz Daddy hasn't put the d*ck in his daughter yet.
You don't have permission to view the spoiler content. Log in or register now.
You guys know that there's spoiler tags right?You don't have permission to view the spoiler content. Log in or register now.
o shit sorry guys, my bad. wont happen again. fixedYou guys know that there's spoiler tags right?
That seems to be a bug that appears the further you get into the game. Try typing sys.setrecursionlimit(2000) in the console prior to saving. I even had to bump the number up to 3000 by the end of the game.Hi Anyone else having this problem - I can't save progress. I have gone back and trimmed older saves as I thought maybe there was a finite number of saves the game allowed, I have deleted older files and consolidated ALL saves in latest (V20) game and deleted even more saves but still the game crashes everytime I try to make a save.
The Error report follows - Anyone help ??
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/screens.rpy", line 282, in __call__
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/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\core.py", line 3467, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\behavior.py", line 907, in event
return handle_click(self.clicked)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\behavior.py", line 842, in handle_click
rv = run(action)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\behavior.py", line 308, in run
new_rv = run(i, *args, **kwargs)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "game/screens.rpy", line 282, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\renpy\loadsave.py", line 404, in save
dump((roots, renpy.game.log), logf)
File "F:\Martin Stuff\Downloads\saves\AIF Games - Emily\DMD\DMD.CH2-0.20-pc\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.1.929
DMD Chapter 2 0.20
Sat Dec 08 17:47:55 2018
Thanks - Appreciate your help - I have no idea how to do that though - are you saying to open game load file then type "sys.setrecursionlimit(2000)" or is there a command I am missing prior to this to get to a game based or Dos command or something??That seems to be a bug that appears the further you get into the game. Try typing sys.setrecursionlimit(2000) in the console prior to saving. I even had to bump the number up to 3000 by the end of the game.
Actually, he did at the end of the latest update.I bet chapter 3 is coming coz Daddy hasn't put the d*ck in his daughter yet.
With popular threads like DMD, there's always someone new discovering the game for the first time. We were all new once upon a time.10 days after release and you ask for spoiler tags?
Stay out of the thread if you are so concerned
Actually, he did at the end of the latest update.
You guys know that there's spoiler tags right?