SamCZ

Newbie
Apr 23, 2017
16
10
Hi guys - is there a way to send more girls off the island? Sometimes you need to be alone and to have the girls with all scenes acheived leave would help :)
Obviously I am talking about cheats... Is there any girl.is_present cheat or so? :D
 

Annhwi

Newbie
Aug 27, 2018
24
13
darkhound1

I honestly don't know what you mean with the resolutions maybe I am misunderstanding something?. My native resolution is 2560x1440 but no matter what I use the ingame settings are still the same. I don't have other resolutions available. Here is a picture.

View attachment 487490
This is what my preferences page looks like as well... as far as the function call darkhound mentioned, I got a 1440 returned (as my primary monitor is 1440p native...
 

MarcelPappas

Newbie
Feb 15, 2019
70
51
The only thing that matters is there outfit. Location is only important if they wear a special outfit there. So basically day outfits, bar outfits, reception(two sets for most girls), and nurse. Some girls have special/extra outfits though you should be able to tell who based on other achievements.
This is what I was looking for, even tho the txt file Linked by PuppetMaster provided everything.
Thank you both, and keep enjoying this wonderful game ;)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,345
13,243

Bantry

Forum Fanatic
Oct 24, 2017
5,345
13,243
Hi guys - is there a way to send more girls off the island? Sometimes you need to be alone and to have the girls with all scenes acheived leave would help :)
Obviously I am talking about cheats... Is there any girl.is_present cheat or so? :D
No there is no such cheat code available. You want to be alone in a location with a specific girl? Just ask the others to change their wardrobe (swimsuit, dress, etc.).
 

zapallbugs

Engaged Member
Jul 10, 2018
2,276
2,594
where can i just download the full ver, without doing patches or something?
The download links are on the OP. The last full version is 1.9.0 for Windows and Mac. You have to patch to get to 1.9.1. And it is strongly recommended to do so as there are some severe problems with imaging in 1.9.0.
 
  • Like
Reactions: Bantry

Burt

Ignoring Social Media
Dec 14, 2016
1,151
903
Currently running my monitor in 3440 x 1440
ran suggested rpy command still cant run other than basic modes so I am still wondering how dev runs his at 1440?




1576422510159.png
 

Bantry

Forum Fanatic
Oct 24, 2017
5,345
13,243
Not sure, i think i did once i got the info about the panels. I do not have that option at the reception now.
Well there's a couple ways. Try going into your phone. Select this app.

Frame App.png That will take you directly to the App and let you choose from available pictures. Re-size the frame as you wish and then select which location you want. L, M, R.


Or open your phone again and select the Character App.

Character App.png Now pick a girl, any girl and open one of the completed achievements. You should see an icon in the lower right of the picture like this:


Frame icon.PNG Select it and position/re-size the frame around the content you want and then select a location.
 
  • Like
Reactions: partanen

Burt

Ignoring Social Media
Dec 14, 2016
1,151
903
Yeah thanks again my friend I had already done that before he posted it

It does actually remove the options and run the game naively depending on your screen possibilities

The question I had was he says the game has options to run the game in new resolutions in the options it does not

I said previously this would be very impressive but I realize it was just a language miscommunication
I have some understanding of most programming languages and knew that this programming like most grabs the res from your operating system so whilst I may have always been getting a x1440 res it would not have been showing in the options as the menu was not written to reflect that
As I said miscommunication
Sadly I was not criticizing him just asking for a clearer communication but I will leave the discussion as he seemed to be annoyed so I am not sure he wanted constructive comment

Thank you for your help
 
  • Like
Reactions: partanen and Bantry

zapallbugs

Engaged Member
Jul 10, 2018
2,276
2,594
Yeah thanks again my friend I had already done that before he posted it

It does actually remove the options and run the game naively depending on your screen possibilities

The question I had was he says the game has options to run the game in new resolutions in the options it does not

I said previously this would be very impressive but I realize it was just a language miscommunication
I have some understanding of most programming languages and knew that this programming like most grabs the res from your operating system so whilst I may have always been getting a x1440 res it would not have been showing in the options as the menu was not written to reflect that
As I said miscommunication
Sadly I was not criticizing him just asking for a clearer communication but I will leave the discussion as he seemed to be annoyed so I am not sure he wanted constructive comment

Thank you for your help
Just for the record, Darkhound usually seems to value constructive comment. In this case he is getting grumpy because of having to answer the same questions over and over.
 
  • Like
Reactions: partanen and Bantry

Burt

Ignoring Social Media
Dec 14, 2016
1,151
903
Just for the record, Darkhound usually seems to value constructive comment. In this case he is getting grumpy because of having to answer the same questions over and over.
Understandable most people do get annoyed when they repeat comment does not change the points I made and I gave direct info on my point screen grabs etc

Also, posted on his profile but I get the irritation if only I had this luxury in my own job :)
As I said no point in the discussion or personality defense
Not a big deal in the game just an extra will not stop me playing it though might stop my patreon support.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,835
8,597
Yeah thanks again my friend I had already done that before he posted it

It does actually remove the options and run the game naively depending on your screen possibilities

The question I had was he says the game has options to run the game in new resolutions in the options it does not

I said previously this would be very impressive but I realize it was just a language miscommunication
I have some understanding of most programming languages and knew that this programming like most grabs the res from your operating system so whilst I may have always been getting a x1440 res it would not have been showing in the options as the menu was not written to reflect that
As I said miscommunication
Sadly I was not criticizing him just asking for a clearer communication but I will leave the discussion as he seemed to be annoyed so I am not sure he wanted constructive comment

Thank you for your help
Why am I annoyed? I am not annyoed, nor did I act annoyed.
The problem is that everyone seems to think he/she knows something and is mixing everything up, stuff that has absolutely nothing to do with one another.
This is what my preferences screen looks like. You see there are the options to use 1920x1080.
screenshot0009.png

I know what I coded and I'm pretty sure it is working for the huge majority, or we would see a lot more complaints, because one thing is for sure in this forum - if something even a tiny little something is not working, there will be complaints.

This is the code that is executed when the game starts:
Python:
init -5 python:
    from time import time
    import datetime
    import os
    if os.name == "nt":
        import ctypes
        g_user32 = ctypes.windll.user32
        g_y_physical_screen = g_user32.GetSystemMetrics(1)
    else:
        g_y_physical_screen = 1200
And this is the code that defines the preferences:
Python:
                    if not renpy.loadable("use_fixed_resolution_720.txt"):
                        vbox:
                            style_prefix "check"
                            label _("Resolution")
                            textbutton _("manual resize") action SetField(persistent, 'resolution', 1000)
                            textbutton _("1280x720") action SetField(persistent, 'resolution', 1280)
                            textbutton _("1600x900") action SetField(persistent, 'resolution', 1600)
                            if g_y_physical_screen >= 1200:
                                textbutton _("1920x1080") action SetField(persistent, 'resolution', 1920)
                            if g_y_physical_screen >= 1600:
                                textbutton _("2560x1440") action SetField(persistent, 'resolution', 2560)
So if you get 1440 when you manually execute the command after the game has been loaded, maybe it starts on your secondary screen which has lower settings?
Please check the variable g_y_physical_screen in the console.
Just type:
g_y_physical_screen
If you also get 1440 then I have no idea why it doesn't work. But probably you get 1080 or lower.
I only use one screen, so I cannot really test this.
If g_y_physical_screen is not 1440, you can try this:
Open the console and type:
g_y_physical_screen = 1440
After that, go to the preferences. You should see the additonal option 1920x1080 now.
If for whatever reason windows returns the resolution from the wrong monitor when the game starts, I'm pretty sure something can be found to work around that. But I wasn't aware of that problem.

EDIT: If you have the problem that higher resolutions are not available, please try the files attached in the zip. Copy them to the "game" folder and replace the two existing files. The logic has been changed, so that every time the preferences are opened, the game will again get the native resolution of your screen (instead of only once when the game is started). Please let me know if this works for you.
 
Last edited:
4.00 star(s) 231 Votes