f96zonetrooper

Engaged Member
Dec 21, 2018
2,617
2,529
dont remember a scene where she gets attacked is it a new one
After Sarah gets jailed, you can talk to Monique at the Clinique and accompany her on a jogging exercise through the park. There she is attacked. This event is called "The Park" in the walkthrough.
 

XBrad93X

Member
Dec 9, 2020
152
132
The heat rises in Episode 5 as Monique, Kate, Kelly, the MC, and Monty spend their first full night on the island—and things get steamy fast.

With the moon high and the firelight flickering, Monique pulls the MC into a game that’s anything but innocent. Touches linger longer, glances turn into invitations, and before long, the line between play and pleasure is deliciously blurred.

But not everyone’s in the mood to stay. Monty’s eyes are on the horizon more than on the women. Whispers, subtle glances, and a growing distance hint that he might be planning something…

As passions ignite and secrets brew, Episode 5: Ride the Jet delivers a night you won’t forget.





New game?
The f*ck is Monty now ?

Uff ... dev started making this stuff again instead of focusing on the real game (the product people pay for) which is all but complete or even acceptable right now ...
 

cxx

Message Maestro
Nov 14, 2017
72,452
37,042
The f*ck is Monty now ?

Uff ... dev started making this stuff again instead of focusing on the real game (the product people pay for) which is all but complete or even acceptable right now ...
sideproject and those have own thread.
 

yourmomma

Well-Known Member
Apr 4, 2018
1,016
2,286
The f*ck is Monty now ?

Uff ... dev started making this stuff again instead of focusing on the real game (the product people pay for) which is all but complete or even acceptable right now ...
The side stuff is actually better than the game imo.
It got me to support him for a while.
 
  • Like
Reactions: zergfeel

srteare

Newbie
Apr 3, 2020
35
4
v0.28
I started a new game and I get the same Error : AttributeError: 'MyGallery' object has no attribute 'Add'"

I am not a Python expert but it seems that it is caused by kind of a "preliminary" (empty, default) class definition or some leftover code from the old gallery implementation ????
Code:
    class MyGallery:
        pass
"Add" in Python is used to add elements to a set ... however there is no code in the script that "class MyGallery" is derived from a set or similar data type.


After the pool party the script tries to "add" lots of items to a gallery object of this class :
Code:
    if add_phone_gallery < 2:
        $ gallery = MyGallery()
        $ gallery.Add(1)
        $ gallery.Add(2)
        $ gallery.Add(3)
        $ gallery.Add(4)
        $ gallery.Add(5)
        $ gallery.Add(6)
        $ gallery.Add(7)
        $ gallery.Add(8)
        $ gallery.Add(9)
        $ gallery.Add(10)
        $ gallery.Add(11)
        $ gallery.Add(12)
        $ gallery.Add(13)
        $ gallery.Add(14)
        $ gallery.Add(15)
        $ gallery.Add(16)
        $ gallery.Add(17)
        $ gallery.Add(18)
        $ gallery.Add(19)
        $ gallery.Add(20)
        $ gallery.Add(21)
        $ gallery.Add(22)
        $ gallery.Add(23)
        $ gallery.Add(24)
        $ phone = Phone()
        $ phone.AddContact("Sarah")
        $ phone.AddContact("Monique")
        $ phone.AddContact("Kate")
        $ phone.AddContact("Elizabeth")
        $ phone.AddContact("Trevor")
        $ showPhoneButton = True
        $ add_phone_gallery = 2
At the end of that block, the "add_phone_gallery"-variable is set to 2, so these statements should not be called again and a similar block in another script file should be skipped right away.

You can ignore all the 24 Errors thrown by all these faulty "Add"-statements and try to continue the game. It should happen only once per playthrough. The gallery is working for me.


Here is a version of the script where I commented ('#') all the "gallery.Add"-statements. It should throw no error.
Use Right Mouse Button + "Save target as ..." option for download.
Place it in the game's "/game" folder.

In case you want to remove it, remove script.rpy and script.rpyc from the folder and the game should use the original script.rpy in archive.rpa again.

Edit :
Additionally fixed the bug that prevented Gallery Scene 9 to unlock.
 

funask

New Member
Sep 21, 2024
2
0
the walkthrough does not work propperly , ahter a certain mission the doctors chamber disappears from the map , and the game stucks , i tried to reinstall and install many time but the problem continues.. please give me the solution , i want to continue the game ...
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,617
2,529
the walkthrough does not work propperly , ahter a certain mission the doctors chamber disappears from the map , and the game stucks , i tried to reinstall and install many time but the problem continues.. please give me the solution , i want to continue the game ...
Did you start a new game with v0.28 or continued a save game from an earlier version?
Can you show the ingame Hint message(s) (what to do next) the game gives you?

I started a new game and played through most of v0.28 without problems besides the bug with the leftover gallery coding which can be ignored multiple times.
 

funask

New Member
Sep 21, 2024
2
0
Did you start a new game with v0.28 or continued a save game from an earlier version?
Can you show the ingame Hint message(s) (what to do next) the game gives you?

I started a new game and played through most of v0.28 without problems besides the bug with the leftover gallery coding which can be ignored multiple times.
ok , wait , i will upload the pic of my problem in game
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
72,452
37,042
the walkthrough does not work propperly , ahter a certain mission the doctors chamber disappears from the map , and the game stucks , i tried to reinstall and install many time but the problem continues.. please give me the solution , i want to continue the game ...
as said, sloppy coding. no fix but can try asking help from dev at discord.
 
  • Like
Reactions: Fauno36

lazyharry

Active Member
Modder
May 24, 2017
992
378
I've now installed the game a second time, but nothing changes. After the poolparty I always get following error.

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

While running game code:
  File "game/script.rpy", line 8704, in <module>
AttributeError: 'MyGallery' object has no attribute 'Add'

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

Full traceback:
  File "script.rpyc", line 8704, in script
  File "G:\Games1\aktuell_05_25\IndecentDesires-theGamev028-pc\IndecentDesires-theGamev028-pc\renpy\ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games1\aktuell_05_25\IndecentDesires-theGamev028-pc\IndecentDesires-theGamev028-pc\renpy\python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8704, in <module>
AttributeError: 'MyGallery' object has no attribute 'Add'

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev028
Mon Jun 09 10:35:46 2025
Ignore or Rollback didn't change anything, the game is not going on, it stopps always after poolparty. Any help? addition: it's v028 without any mod or cheat.
 

cxx

Message Maestro
Nov 14, 2017
72,452
37,042
I've now installed the game a second time, but nothing changes. After the poolparty I always get following error.

Ignore or Rollback didn't change anything, the game is not going on, it stopps always after poolparty. Any help? addition: it's v028 without any mod or cheat.
with what you extracted? dev could be able to help but he ain't here and doesn't help pirates.

also don't post error to thread, instead attach traceback.txt.
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,617
2,529
I've now installed the game a second time, but nothing changes. After the poolparty I always get following error.

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

While running game code:
  File "game/script.rpy", line 8704, in <module>
AttributeError: 'MyGallery' object has no attribute 'Add'

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

Full traceback:
  File "script.rpyc", line 8704, in script
  File "G:\Games1\aktuell_05_25\IndecentDesires-theGamev028-pc\IndecentDesires-theGamev028-pc\renpy\ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games1\aktuell_05_25\IndecentDesires-theGamev028-pc\IndecentDesires-theGamev028-pc\renpy\python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8704, in <module>
AttributeError: 'MyGallery' object has no attribute 'Add'

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev028
Mon Jun 09 10:35:46 2025
Ignore or Rollback didn't change anything, the game is not going on, it stopps always after poolparty. Any help? addition: it's v028 without any mod or cheat.
see https://f95zone.to/threads/indecent-desires-the-game-v0-28-vilelab.11623/post-16967455

It should also be possible to ignore the faulty code ... you just have to ignore ca 25 times because there are that many faulty statements in the script ...
 
  • Haha
Reactions: cxx
2.10 star(s) 136 Votes