bFeather

Member
Apr 27, 2017
181
475
308
Bug 0.03
Sleeping with the enemy (below), Ignore
Three`s a Crowd. But what about Four?, Ignore 8x times

You don't have permission to view the spoiler content. Log in or register now.
The code incorrectly uses ‘mc’ instead of ‘f’.

Another bug is in "Three's A Crowd. But What About Four?".
When the code uses "show scene_name onlayer montage", it displays the layer error.
I think this is because Dev adopted renpy module "renpy.display.scenelists", causing slight differences from the older version.
I don't know how the fixed it, but I deleted the onlayer montage after the show function.
 

Goodthrust

Member
Oct 26, 2017
295
449
267
The code incorrectly uses ‘mc’ instead of ‘f’.

Another bug is in "Three's A Crowd. But What About Four?".
When the code uses "show scene_name onlayer montage", it displays the layer error.
I think this is because Dev adopted renpy module "renpy.display.scenelists", causing slight differences from the older version.
I don't know how the fixed it, but I deleted the onlayer montage after the show function.
got this error too
 

cpdp11

Member
Jul 5, 2020
111
175
208
The code incorrectly uses ‘mc’ instead of ‘f’.

Another bug is in "Three's A Crowd. But What About Four?".
When the code uses "show scene_name onlayer montage", it displays the layer error.
I think this is because Dev adopted renpy module "renpy.display.scenelists", causing slight differences from the older version.
I don't know how the fixed it, but I deleted the onlayer montage after the show function.
I'm not sure if this is the correct fix, but you can change the code like this.

Python:
# "game/scripts/Scenes 03/Weekend Martin.rpy", line 95
init python:
    #Add anim_layer layer for overlay effects over images.
    #config.layers = [ 'master', 'transient', 'anim_layer','anim_layer_2','screens', 'overlay', 'ontop']
    config.layers = [ 'master', 'transient', 'montage', 'anim_layer','anim_layer_2','screens', 'overlay', 'ontop']
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,380
9,137
728
these are 2 different bugs - one with MC mentionned in a scene where he shouldn't (MC is only used for the name of MC from Sunshine Love, but accidentially used elewhere at some point).
The other bug is the incompatibility with older versions (layer for overlay effects).
Both should be fixed soon and a new version should be uploaded shortly
 

bFeather

Member
Apr 27, 2017
181
475
308
I'm not sure if this is the correct fix, but you can change the code like this.

Python:
# "game/scripts/Scenes 03/Weekend Martin.rpy", line 95
init python:
    #Add anim_layer layer for overlay effects over images.
    #config.layers = [ 'master', 'transient', 'anim_layer','anim_layer_2','screens', 'overlay', 'ontop']
    config.layers = [ 'master', 'transient', 'montage', 'anim_layer','anim_layer_2','screens', 'overlay', 'ontop']
Oh, it seems config.layers has been redefined in “Weekend Martin”.
Scripts.py has already defined it once.
 

joelurmel

Engaged Member
Nov 3, 2022
2,714
4,774
397
these are 2 different bugs - one with MC mentionned in a scene where he shouldn't (MC is only used for the name of MC from Sunshine Love, but accidentially used elewhere at some point).
The other bug is the incompatibility with older versions (layer for overlay effects).
Both should be fixed soon and a new version should be uploaded shortly
You can add this:

game/ch4_characters.rpy:116 'define dir' replaces a python built-in name, which may cause problems.

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:1125 'sound effects/Chapter 4/sexy_dee_seduction2.mp3' is not loadable

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:2001 'sound effects/Chapter 4/Art of Today1.mp3' is not loadable

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:3758 'sound effects/Chapter 4/sexy_dee_seduction2.mp3' is not loadable

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:4623 'sound effects/Chapter 4/Art of Today1.mp3' is not loadable

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:5560 'sound effects/Chapter 4/sexy_dee_seduction2.mp3' is not loadable

game/scripts/Scenes 02/F and D, Olivia and Graham, swap partners for a night.rpy:6665 'sound effects/Chapter 4/Art of Today1.mp3' is not loadable

game/scripts/Scenes 02/Olivia and D have their way with the peeping tom.rpy:834 'sound effects/Chapter 4/dee_cowgirl_sex_sound_effect.mp3' is not loadable

game/scripts/Scenes 02/Olivia and D have their way with the peeping tom.rpy:879 'sound effects/Chapter 4/dee_cowgirl_sex_sound_effect1.mp3' is not loadable

game/scripts/Scenes 03/Weekend Martin.rpy:4077 'sound effects/music/Velvet Seduction1.mp3' is not loadable
 

slackster

Active Member
Feb 1, 2017
938
2,237
455
Credit where it's due, this update was good.

It's what the original game promised and should have included, instead of the insipid squib that came out.
 
  • Like
Reactions: Kryptozoid

NoX Productions

''The Last Embrace'' Dev
Game Developer
Nov 21, 2022
926
986
208
DMD was my first VN back in the day. It used to be that I didn't mind sharing and NTR but now days it bothers me to no end. I don't like our favorite girl D getting passed around like some common fuck toy. It is good that this stuff can be avoided in the main game but seems here it is the focus of it in most of the scenes. I do like improvements to the models though, maybe a DMD remaster is in order.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,018
4,121
436
DMDFantasySceneCollection-0.03P3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

RG80100

Well-Known Member
Feb 23, 2018
1,006
3,134
490
Elena looks gorgeous in her new version (although her butt is still too flat). It almost makes you want to see a remake.
 
  • Jizzed my pants
Reactions: Jeancul2
4.20 star(s) 6 Votes