2.00 star(s) 125 Votes

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,114
16,147
full save?
There's no such thing. There are several paths you can go down:
  • blackmailing characters (only certain ones or even almost all main LIs)
  • focusing on love routes
  • focusing on submissive / lust routes
  • having the MC become a prostitute's bitch
  • the MC selling his body to old ladies at night
  • choosing various girls for dates
  • ditching girls on dates for another (side) girl's attention
  • etc.
There's no way a "full save" even remotely exists. They aren't all mutually exclusive, but there's no way anybody's choices will come close to matching what you personally want from different girls in the game.
 
  • Haha
Reactions: cxx

cxx

Message Maestro
Nov 14, 2017
58,974
29,363
are you saying the mc shot him. I was thinking he didnt.
nope, auntie sarah did and mc found gun she used in her drawers and then mc has 2 options at school, either give it to her back or use it to get her to do things to mc aka blackmail path which scamlab likes so much that someday whole update is just that.

There's no way a "full save" even remotely exists. They aren't all mutually exclusive, but there's no way anybody's choices will come close to matching what you personally want from different girls in the game.
exactly and also possible that no pooldate with kelly.
 
  • Like
Reactions: -CookieMonster666-

Cyyto

New Member
Jan 24, 2023
4
1
Getting this error when trying to go to right part of university (the part where library is):

I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Image' u'navigation/Univ_Hallway_A/day/University.png'> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'navigation/Univ_Hallway_A/day/University.png'.

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

Full traceback:
File "rooms.rpyc", line 319, in script
File "D:\Games\IndecentDesires-theGamev022\renpy\ast.py", line 1907, in execute
self.call("execute")
File "D:\Games\IndecentDesires-theGamev022\renpy\ast.py", line 1895, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\IndecentDesires-theGamev022\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games\IndecentDesires-theGamev022\renpy\exports.py", line 2873, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games\IndecentDesires-theGamev022\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\behavior.py", line 740, in render
rv = super(Button, self).render(width, height, st, at)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\layout.py", line 1124, in render
st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\Games\IndecentDesires-theGamev022\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Games\IndecentDesires-theGamev022\renpy\display\im.py", line 1256, in load
surf = cache.get(self.image)
File "D:\Games\IndecentDesires-theGamev022\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Games\IndecentDesires-theGamev022\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Games\IndecentDesires-theGamev022\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'navigation/Univ_Hallway_A/day/University.png'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev022
Sat Dec 24 17:25:08 2022
Has anyone gotten a fix for this? It seems to occur after Aiko is stuck in the bathtub.
 
  • Like
Reactions: EdExmaquina

Cyyto

New Member
Jan 24, 2023
4
1
are you blackmailing her? do you work for that futa in dark alley?
I f'd her when she was stuck. The mission is to blackmail her with Karina, but I'm thinking this requires going into that hallway which I cannot do. I have tried hiring Chloe in the alley.
 

cxx

Message Maestro
Nov 14, 2017
58,974
29,363
I f'd her when she was stuck. The mission is to blackmail her with Karina, but I'm thinking this requires going into that hallway which I cannot do. I have tried hiring Chloe in the alley.
not meant to fuck her then. i'd forget blackmailing and working for that futa unless those are your kinks.
 

Cyyto

New Member
Jan 24, 2023
4
1
not meant to fuck her then. i'd forget blackmailing and working for that futa unless those are your kinks.
I still get the error on older saves though.

What do you mean working for the futa? All I've been able to do is choose fuck or bj.
 

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,519
8,733
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.22 + IC
Size 512 MiB

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PIXELDRAIN (if it gives you a .zip, just rename it as .apk)

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

Come find me on Discord:
No more Mega, somebody didn't like this game post.

1674843525694.png
1674844486879.png

I'll be dropping this game now, I'm not interested in losing my accounts because somebody gets their panties in a bunch.
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
58,974
29,363
No more Mega, somebody didn't like this game post.

I'll be dropping this game now, I'm not interested in losing my accounts because somebody gets their panties in a bunch.
it was scam/vilelab most likely or mega started their own war against porn (there were posts about that some time ago).

anyways not a big thing since game has basically stalled but thx for your work.
 

dno007

Newbie
Jul 2, 2017
20
204
How to use:
https://f95zone.to/threads/indecent-desires-the-game-v0-24-vilelab.11623/post-12177221

Made something
IndecentDesiresv022-CheatGallery.

IndecentDesiresv023-full-CheatGallery.


IndecentDesiresv024-ALPHA-CheatGallery.


IndecentDesiresv024-full-CheatGallery.


updated to IndecentDesires-theGamev025


For support:
 
Last edited:

Ass Fan

Conversation Conqueror
TwitFollower
Jun 27, 2020
6,326
12,608
Can someone tell me if you can fuck your aunt or cousins now? I haven't played for a while :BootyTime:
 

cxx

Message Maestro
Nov 14, 2017
58,974
29,363
Can someone tell me if you can fuck your aunt or cousins now? I haven't played for a while :BootyTime:
aunt once if you bm her with pic of that old guy (whom our dear auntie killed) fucking aiko and kate gets fucked if bms aiko (and that leads to depths of dark pit) so gotta choose who to bm (auntie is w/o consequences). otherwise no sex with auntie or cousins. last 2 non-bm sexscenes are mc fucking aiko in shower and mc fucking gia after picnic date.

check wt-pdf to see what happens on bm aiko path.
 

KomsBoult

Newbie
Apr 17, 2022
24
2
Need some help here....
All of the sudden the Hints themselves disappeared and button doesn't show them anymore.
I even checked the Save with a Save Editor and it shows Hints Enabled? True - Yet they don't show up, any ideas?

This sucks, now I have to remember what I have to do by the top of my head :S
 

cxx

Message Maestro
Nov 14, 2017
58,974
29,363
Need some help here....
All of the sudden the Hints themselves disappeared and button doesn't show them anymore.
I even checked the Save with a Save Editor and it shows Hints Enabled? True - Yet they don't show up, any ideas?

This sucks, now I have to remember what I have to do by the top of my head :S
dev's choice, wt-pdf helps.
 
2.00 star(s) 125 Votes