Cynicaladm

Active Member
Oct 21, 2020
678
1,964
I'm having a hard time figuring out the income system... I've been teaching every day and training frank every day.. at night I go to the lab office but yuki is there...not sure if what I do with her, make her work or other things counts towards work or generates income... I don't think I can get any of the girls in the stripclub yet...
and I need 4 income for the sybian but I can't figure out how to get more than 3...
am I missing something? is there a walkthrough somewhere that explains this?
the income thing in general is really confusing and not very well laid out.
help?

edit: correction..it turns out that I can have Haley dance at the club... so I guess this will fix the income thing..
that said, the rest of my observation stands.. the money system is real clunky
 
Last edited:

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
I'm having a hard time figuring out the income system... I've been teaching every day and training frank every day.. at night I go to the lab office but yuki is there...not sure if what I do with her, make her work or other things counts towards work or generates income... I don't think I can get any of the girls in the stripclub yet...
and I need 4 income for the sybian but I can't figure out how to get more than 3...
am I missing something? is there a walkthrough somewhere that explains this?
the income thing in general is really confusing and not very well laid out.
help?

edit: correction..it turns out that I can have Haley dance at the club... so I guess this will fix the income thing..
that said, the rest of my observation stands.. the money system is real clunky
Well, appart from the confusion, what you say tells me that the income system achieved 100% of its designed role.


The money system is there to push you toward other sources of income. Doing so you encounter the other characters and are are introduced to them in a controlled manner.

You needed more income, so putting a girl to work at the stripclub made sense for you as a player, in tune with the MC.


So, while it is not perfect, here it did its job.
 

Cynicaladm

Active Member
Oct 21, 2020
678
1,964
Well, appart from the confusion, what you say tells me that the income system achieved 100% of its designed role.


The money system is there to push you toward other sources of income. Doing so you encounter the other characters and are are introduced to them in a controlled manner.

You needed more income, so putting a girl to work at the stripclub made sense for you as a player, in tune with the MC.


So, while it is not perfect, here it did its job.
agreed..it's just a little confusing..which makes one flounder around for a while...and that reduces the fun in the gaming experience.
 
  • Like
Reactions: MorganMaximara

Dringar

Member
Nov 16, 2019
146
110
Got an error while using the auto updater in mid update

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

While loading <ScaledImage u'bg 1st Player Lab.webp' (None, None)>:
  File "game/01_custom_display.rpy", line 34, in render
  File "game/01_custom_display.rpy", line 31, in load
Exception: Could not load image u'bg 1st Player Lab.webp': error('Unsupported image format',)

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

Full traceback:
  File "script.rpyc", line 151, in script call
  File "story.rpyc", line 18, in script
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\character.py", line 842, in do_display
    **display_args)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "game/01_custom_display.rpy", line 34, in render
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "game/01_custom_display.rpy", line 31, in load
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "F:\Private\AGames\DDGame-0.45.2-lossless\renpy\display\pgrender.py", line 162, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'bg 1st Player Lab.webp': error('Unsupported image format',)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Deviant Discoveries 0.47.2
Fri Jan 15 12:27:28 2021
 

Dringar

Member
Nov 16, 2019
146
110
Going to install fresh copy with the old save and see if that clears it up by downloading a copy instead of using the updater but figured ya'll may want to at least know about it anyway
 

omisaghkjbkjbkj

New Member
Jan 22, 2021
1
0
Um how many endings and how to get them all please I got ending 1 and karas ending and the one where you tell the truth. Is there any others that I am missing?.
 

JimmyJazz69

Member
Jul 3, 2020
380
438
Besides this being a great game, something that is always worth repeating, I'd like to add a little bit of feedback.
I've been playing (since I discovered DD) several Ren'Py based games and they are just *terrible* in terms of playability and logical progression when compared with DD.
DD has several characters and different possible endings but the player feels it always makes sense. I seldom felt "lost" during the game and, when i did, I quickly got on track again and was able to continue. Also, I don't remember doing anything that "broke" the game progression -- which happened *a lot* with so many others I've tried, unfortunately.
Kudos to the developers!
 
  • Like
Reactions: Janthespider

MooseMager

Member
Dec 11, 2017
168
216
Had a full playthrough of the game and encountered minimal spelling errors & zero crashes/critical bugs.

Game was very easy to navigate thanks to the UI and crash course intro.

The only issue I ran into, which looking back may have to do with me not turning off the notification option when it came up, was the annoyance of contacts in my PHONE blinking despite not having fresh options.

Excellent progress and work thus far!
 

_MrKnight_

New Member
Aug 14, 2019
5
6
so ive tried to look for an answer so sorry if this is a repeat question.

i have two issues:
1. trying to progress Luna, i have performed all her first stage scenes, the learn by doing and the "have her blow you" where she rides you and you have the option to take control or let her continue, and at the end of the let her continue scene it says to go to the sex shop and buy her a new outfit but that option is unavailable, i have completed that scene with both options several times inc ase i simply needed to increase a stat and no change. am i missing something or am i bugged.

2. is there anything more for Francesca past fucking her ass, i have had her wear the green outfit twice, have got her opinion on all toys and followed every option of the school girl uniform, it seemed the relationship was progressing but now seems to have stopped, so is there any more is that the end of engagement with Francesca.

nice game though, one of the best with dominant style and bdsm that ive ever played, really like that the MC is caring while dominant and not just using the girls. good job.
 
  • Like
Reactions: Janthespider

KuroKumo

Member
Mar 13, 2020
111
67
So, I have played through the main story, for everyone except Harley, but when I inject Lola she no longer appears in the gym. Any ideas?
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
So, I have played through the main story, for everyone except Harley, but when I inject Lola she no longer appears in the gym. Any ideas?
How odd, where could she be ?


Oh, well maybe she will get back to you at some point.
 
Last edited:
  • Like
Reactions: MonteChristo

Limited20

Active Member
Aug 4, 2020
878
1,491
What the difference between "Loseless" , "Light" and "Ultralight" ? In terms of content ?

First time seeing a game with a updater lol, do we need it? Or can we just get the latest version and play ?

Although I dont like how dark this game is with all the corruption, how the MC just turns the girls into sluts, but I do like Bimbos so I want to give the game a try, tho some of the images provided on the post look wack :D
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
What the difference between "Loseless" , "Light" and "Ultralight" ? In terms of content ?

First time seeing a game with a updater lol, do we need it? Or can we just get the latest version and play ?

Although I dont like how dark this game is with all the corruption, how the MC just turns the girls into sluts, but I do like Bimbos so I want to give the game a try, tho some of the images provided on the post look wack :D
Lossless, light and ultralight are just different compression. There is no change of content between the three.

The updater is is actually a Ren'Py native feature, you can download the game manually each time or let it update itself.
It is very handy for bugfix updates as you won't have to download the whole game.


I think that is the first time someone told us the game was "dark". I mean personally don't like to use the term "corruption" for DD as all the girls end up happy and with less psychological issues than before.
 

nfawns21

Member
Feb 19, 2019
130
212
The most recent update for this game was very dull. The green ending was boring and a complete waste of time. None of the endings have been very good so far especially Kara's because the dev teased transformation content and then didn't show it which is just annoying. The fact that we haven't transformed Francesca or the tattoo girl is also disappointing.
 
Nov 9, 2017
211
124
The most recent update for this game was very dull. The green ending was boring and a complete waste of time. None of the endings have been very good so far especially Kara's because the dev teased transformation content and then didn't show it which is just annoying. The fact that we haven't transformed Francesca or the tattoo girl is also disappointing.
Don't forget this is still in progress. I still would like a Harem option :p
 
  • Like
Reactions: Dringar

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
Don't forget this is still in progress. I still would like a Harem option :p
Well both blue and green ending are harem ending, the MC wouldn't leave his girl to their own device.


The only ending I see not being a harem ending would be Harley's.

Kara's is a bit like that too but except for his relationship with Harley that IMO she would dislike, Kara is perfectly fine with him fucking other girls as long as he shares his toys. That why I think she would have issues with Harley since she consider herself as his exclusive sub an lover.


The plan for the ending is to make the current character endings (Chrystal's and Yuki's) sort of addons on game endings. There is no reason the MC cannot have Yuki as his pet-girl for any of the game ending.
And while Chrystal's pornstar ending might be slightly altered depending of the ending, for example, in the green ending the MC cannot be as close to her professionally as he could be in the give-up ending (Kara's), it is still very independent of the game ending.
 

spartianrapesass

New Member
Sep 15, 2018
8
0
How do I get crystals? missionary position I've been working on her for over two hours and have not been able to unlock missionary.

Is it tied to giving her money?

Or am I just doing something wrong?

nevermind figured it out.
 
Last edited:
4.10 star(s) 58 Votes