RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
6,697
31,050
I thought I had the martin line open but when Martin arrives in Seaside no options appear for the towel. The only thing I get is F/D sex in bedroom where Martin discovers the secret, or F/D sex outside. Is this right, or am I missing something other than D sees Martin in the shower? Martin sharing is available, other variables are Martin complement yes, martin rest = true. Any ideas how I can trigger or what I did wrong?
Apparently if there is D+F sex in the bedroom the Martin path is closed, if D+F sex is on the balcony the Martin path stays open and anyone walking past the building gets to watch an older guy bang a hot blonde young woman with massive boobs.
screenshot0143.png
 

mizilic

Well-Known Member
Jan 16, 2019
1,476
928
According to the original plan, DMD and Sl updates should be 1 month one, next month the other. But since SL was now delayed (twice) and will probably happen on the 13th of June) when can we hope to get the next DMD update, which according to the original plan should have been end of June?
 

itslydiabxtch

Active Member
Aug 4, 2019
514
269
According to the original plan, DMD and Sl updates should be 1 month one, next month the other. But since SL was now delayed (twice) and will probably happen on the 13th of June) when can we hope to get the next DMD update, which according to the original plan should have been end of June?
Coud I ask what the other game is?
 
May 6, 2019
54
10
I have a problem with my DMD chapter 2 game. It won't let me save anymore, I keep getting this error. Can someone send me something that can fix it please.

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\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 "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
return handle_click(self.clicked)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
rv = run(action)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
new_rv = run(i, *args, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "game/screens.rpy", line 356, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
dump((roots, renpy.game.log), logf)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded in cmp

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Sun Jun 07 22:04:10 2020
 

GrammerCop

Well-Known Member
Donor
Mar 15, 2020
1,726
1,705
I have a problem with my DMD chapter 2 game. It won't let me save anymore, I keep getting this error. Can someone send me something that can fix it please.

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\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 "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\core.py", line 3467, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\layout.py", line 241, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 907, in event
return handle_click(self.clicked)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 842, in handle_click
rv = run(action)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 308, in run
new_rv = run(i, *args, **kwargs)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "game/screens.rpy", line 356, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 404, in save
dump((roots, renpy.game.log), logf)
File "G:\DMDCH2-0215-pc\DMD.CH2-0.21.5-pc\renpy\loadsave.py", line 48, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
RuntimeError: maximum recursion depth exceeded in cmp

Windows-8-6.2.9200
Ren'Py 7.1.0.882
DMD Chapter 2 0.21.5
Sun Jun 07 22:04:10 2020
Don't really know what to tell you. Ch 2, 21.5 is a stable release. Are you using Lain's Mod?
 
May 6, 2019
54
10
Don't really know what to tell you. Ch 2, 21.5 is a stable release. Are you using Lain's Mod?
No I didn't use any mods. (at least I'm sure I didn't) It did let me save a couple of times but when I got to the train scene when the dad, daughter and her friend were coming back from the trip it just stopped saving.
 

mizilic

Well-Known Member
Jan 16, 2019
1,476
928
No I didn't use any mods. (at least I'm sure I didn't) It did let me save a couple of times but when I got to the train scene when the dad, daughter and her friend were coming back from the trip it just stopped saving.
Are you sure you're using the game version for Ch2 and not the one for CH3? Because in Ch3 the previous saves don't work anymore and .. probably you can also not save Ch2 scenes in Ch3 version.
 

GrammerCop

Well-Known Member
Donor
Mar 15, 2020
1,726
1,705
No I didn't use any mods. (at least I'm sure I didn't) It did let me save a couple of times but when I got to the train scene when the dad, daughter and her friend were coming back from the trip it just stopped saving.
Try a couple things.

First, since it's windows, reboot the computer.
Second, try opening an earlier save for CH 2. (FYI - You can't open a CH 1 save with CH 2. They are separate games.)
The third thing you could try is to use Lain's Mod. I have used it throughout and have not had a problem at all.
 

Magixian

Member
Feb 2, 2017
216
311
No I didn't use any mods. (at least I'm sure I didn't) It did let me save a couple of times but when I got to the train scene when the dad, daughter and her friend were coming back from the trip it just stopped saving.
search this thread for recursion and you'll find your answer.
 

peas

Active Member
Jul 31, 2018
549
1,172
Saw the beastiality tag and got to thinking. Since Patreon is being such a bitch about his game the dev should do a go fund me or something similar and do everything to piss the censors off.l. Have total incest with everyone, have the daughter do gangbangs to get a modeling contract, even ending with her doing beastiality when her popularity drops off to keep the producers interested. Not that I think any of these should be in a lot of stories, but just pissed that some geek thinks he should be a censor for the whole world.
 

crugh2112

Well-Known Member
Oct 9, 2017
1,066
1,315
Saw the beastiality tag and got to thinking. Since Patreon is being such a bitch about his game the dev should do a go fund me or something similar and do everything to piss the censors off.l. Have total incest with everyone, have the daughter do gangbangs to get a modeling contract, even ending with her doing beastiality when her popularity drops off to keep the producers interested. Not that I think any of these should be in a lot of stories, but just pissed that some geek thinks he should be a censor for the whole world.
This game is on SubscribeStar not Patreon. He can do whatever he wants until SS runs into troubles from PayPal and credit card companies.
 
3.80 star(s) 324 Votes