Paradisum

Member
May 13, 2017
332
492
EP11 was so worth the wait, I can't wait for more Tracy in EP12...
You don't have permission to view the spoiler content. Log in or register now.


Please Lewdlab reconsider doing DOD2, but with better/fluid sex movements and a lot of improvements.
 

Fission Mailed

Active Member
Modder
Nov 27, 2017
633
677
Did what you said but now the mom's scene don't work.
make a copy of it, then rename the copy leaving the original alone.

I haven't played the "bugfix" version yet but the inital post has a VERY broken replay system, some of the fix's are easy to mod like that copy/rename file issue but others require messing with the rpym's and I haven't looked into that file type yet.
 

LafielBG

Newbie
May 1, 2017
23
10
I got all the scenes beside this one in the extras if someone knows how to get it pls tell me
You don't have permission to view the spoiler content. Log in or register now.

P.S
And since you can't change outfit and you can't choose which scene to watch I'm kinda disappointed
 

Pepé Le Pew

Resident Skunk
Uploader
Donor
Compressor
Former Staff
Feb 3, 2017
1,963
21,354
did my thingy...
Dreams of Desire Episode 11 Elite v1.0.1
Patched & Skunked
(1GB*)
*compressed by reducing image quality slightly

- - - - - -

works with windows linux and mac

 

Shocker

Member
Jun 2, 2017
177
211
Has anyone found a fix for the error/bug immediately after the Tracy/Aunt event just before the MC mentions he now has the key to Aby's place? I've been thinking of starting a new game but I'm not even sure if that would solve it or I would simply run into it again. (I tried what @Nerttu explained above but then got stuck in a bedroom with no options to leave).
 

LafielBG

Newbie
May 1, 2017
23
10
Has anyone found a fix for the error/bug immediately after the Tracy/Aunt event just before the MC mentions he now has the key to Aby's place? I've been thinking of starting a new game but I'm not even sure if that would solve it or I would simply run into it again. (I tried what @Nerttu explained above but then got stuck in a bedroom with no options to leave).
the bug happens because you are using old save ... and that has been answered a lot of times on the last 20 pages or so
 

Ecchi-Lover44

Newbie
Jan 8, 2018
36
5
did my thingy...
Dreams of Desire Episode 11 Elite v1.0.1
Patched & Skunked
(1GB*)
*compressed by reducing image quality slightly

- - - - - -

works with windows linux and mac

thanks you dirty lewd skunk
 

Dastibal

Member
Mar 21, 2018
153
142
help her choose the dresses
I chose to visit her when the 3 options appeared to me {episode 8}, I entered the dream and the double of her appeared
I also chose her in the last episode and I still have a bad ending
I followed the instructions of the tutorial so as not to insult her, confronting her and choosing the route All Out Lying on him and I still have a bad end
Am I the only one who happens?
 

Agungteguh27

Well-Known Member
Jun 4, 2017
1,691
517
here we go again...

.torrent for DreamsOfDesireEP11-ELITE-101-pc




please confirm that it work

here is the same torrent link but under spoiler... somehow it can start to make problems and make 404 error
You don't have permission to view the spoiler content. Log in or register now.

btw... do not make "thank you" post ... You have "like" button under post....much easier and give all of us spare time where we looking/searching true thread
how are there 2 torrent links?
 
  • Like
Reactions: MOTAZ

Moisan4

Member
Jul 12, 2017
150
453
Getting this error after the Tracy (Sister) and Jenna (Aunt) scene in episode 11:

While running game code:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/room.rpy", line 137, in execute
File "game/room.rpy", line 137, in execute
File "game/room.rpy", line 138, in execute
File "game/room.rpy", line 74, in bg
NameError: global name 'time' is not defined
 

McDoogan

Newbie
May 25, 2017
34
11
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/room.rpy", line 137, in execute
  File "game/room.rpy", line 137, in execute
  File "game/room.rpy", line 138, in execute
  File "game/room.rpy", line 74, in bg
NameError: global name 'time' is not defined

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

Full traceback:
  File "data/rooms/abys_bedroom.rpyc", line 12, in script
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\exports.py", line 2664, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\screen.py", line 420, in visit_all
    callback(self)
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\screen.py", line 430, in per_interact
    self.update()
  File "H:\AG\Dreams of Desire (Mar 29)\DreamsOfDesireEP11-ELITE-1.0.1-pc\renpy\display\screen.py", line 611, in update
    self.screen.function(**self.scope)
  File "game/room.rpy", line 137, in execute
  File "game/room.rpy", line 137, in execute
  File "game/room.rpy", line 138, in execute
  File "<screen language>", line 138, in <module>
  File "game/room.rpy", line 74, in bg
NameError: global name 'time' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.2.3333
Dreams of Desire EP11 ELITE-1.0.1
Sat Mar 31 23:30:11 2018
 
4.20 star(s) 297 Votes