Mod [DMD] Chapter 1 End Game Saves With Rewards Unlocked.

ScottyLQ

Well-Known Member
Apr 28, 2017
1,012
1,205
Nope, same thing. I deleted all the saves file in chapter 2, ran chapter 1, loaded up one of those saves right at the end, clicked main menu, clicked quit, ran chapter 2 and I still got corrupt/None... Weird.
 

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,470
16,032
Nope, same thing. I deleted all the saves file in chapter 2, ran chapter 1, loaded up one of those saves right at the end, clicked main menu, clicked quit, ran chapter 2 and I still got corrupt/None... Weird.
Did you play the save game all the way till the end?
 
  • Like
Reactions: ScottyLQ

ScottyLQ

Well-Known Member
Apr 28, 2017
1,012
1,205
I downloaded chapter 2 off the OP in the game's thread. Didn't see anything about extra content for it.
 

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,470
16,032
I downloaded chapter 2 off the OP in the game's thread. Didn't see anything about extra content for it.
It should have everything then.

You may need to redownload from a different site and see if that will work.
 
  • Like
Reactions: ScottyLQ

uudar

New Member
Oct 3, 2017
6
5
I am getting the following error when I start DMD chapter 2 with the saves_with_all_rewards files.
I have run the saves through DMD 0.14

Full traceback:
File "renpy/common/00start.rpy", line 107, in script
return
File "C:\My download Files\Movies\DMD-0.15-win\renpy\ast.py", line 1376, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "C:\My download Files\Movies\DMD-0.15-win\renpy\execution.py", line 552, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'C:\\Users\\Cristian\\OneDrive\\Mrdots Games\\Projects\\Dating My Daughter/game/day13_00.rpy', 1506080593, 68).

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.15
 

ScottyLQ

Well-Known Member
Apr 28, 2017
1,012
1,205
Went and purged all the save files and tried again and it worked this time. Thanks for the help.
 

spiderfff

Newbie
May 4, 2017
33
12
Those saves work fine, thanks so much for sharing them, but I have a question, can I change the names of MC and D or is not possible? Thanks.
 

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,470
16,032
Those saves work fine, thanks so much for sharing them, but I have a question, can I change the names of MC and D or is not possible? Thanks.
Yes you can just click on her face and you can change both names. change name.jpg
 
  • Like
Reactions: spiderfff

dark16sider

New Member
Jun 12, 2017
10
0
Can anyone upload D, G and E route for the 15 because I can't download 14 my internet speed is so slow to download full +3 gb. I would really appreciate it.
 

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,470
16,032
Can anyone upload D, G and E route for the 15 because I can't download 14 my internet speed is so slow to download full +3 gb. I would really appreciate it.
Here you go and this only works in chapter 2.
 

ranma100

Member
Oct 23, 2017
107
120
Thanks you so much guys, I was lost but everyone here was so helpful so I manage to get this thing working.
 

Forgepuppy

Member
Oct 6, 2017
245
474
Good start. That doctor Adam better keep his hands off Elena or he'll never perform another operation with them! XD
 

Capuzzi09

Newbie
Sep 26, 2017
33
57
Hey there,
First let me thank you for giving those saves to us. I lost all my own saves because of an HD crash and so I was happy to find yours.
I have a little problem using them though. I think I did anything as you described, putting those saves and the persistent into the saves folder. But when I try loading one, I get the following error message:

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\python.py", line 1715, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\core.py", line 2507, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\core.py", line 3181, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "O:\__________Dating my Daughter\_____Dating_My_Daughter-0.14-win\renpy\loadsave.py", line 59, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
Dating My Daughter Chapter 1 0.14

Any Idea, what's going wrong?

Edit:
Hmm... I just loaded the 0.14 again from another source and now it works. Maybe mine was somehow corrupted.
 
Last edited: