''Fuck! The gun is not here...''
''This doesn't make sense. Someone must have taken it, but who and why?''
''Neither Kate nor Monique visited Sarah in jail, so they couldn't have known about the gun. Or did they?!''
''Maybe Aiko saw this as an opportunity for revenge... but accusing Aiko without evidence would be reckless.''
''Hmmmmm! I can't confront any of them...''
$ check_sarah_drawer_sarah_in_jail = 1
$ h_check_sarah_drawer_sarah_in_jail = 0
No offense :well this is english only forum and mods don't have time to google translate every non-english post so those get deleted unless translation is provided.
none taken but per rules orig. poster needs to provide translation not 3rd party. mods are strict in those and many other cases.No offense :
My english posts got deleted because they answered/quoted a spanish post which I additionally had translated into english and answered in english.
sorta if acts like a dickhead and doesn't intervene when she's attacked.is there any Ntr with Monique yet
dont remember a scene where she gets attacked is it a new onesorta if acts like a dickhead and doesn't intervene when she's attacked.
bit old (25 or 26) and she and mc are going back home in the evening/at night and they get attacked and no don't have save before that. not rly ntr since if you were on good path you'd rescue her.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.dont remember a scene where she gets attacked is it a new one
The f*ck is Monty now ?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.
You must be registered to see the links
You must be registered to see the links
New game?
sideproject and those have own thread.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.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 ...
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 ????
"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.Code:class MyGallery: pass
After the pool party the script tries to "add" lots of items to a gallery object of this class :
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.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
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.