3.80 star(s) 37 Votes

TheRadiator

Newbie
Aug 29, 2023
49
130
the game doesnt run on mac,it simply says file cannot be open,any fix??
For any Ren'py game on Mac where you get the "can't be opened" alert, the permissions on the executable file inside the app package are likely incorrect. This happens sometimes as part of the compress/uncompress process. You can fix this by doing this:

1. Right-click on the game application. In the popup menu, there will be an item to open the Terminal at the folder. The location of this item and the exact wording varies depending on what version of MacOS you are running. On MacOS Sonoma, there is a Services submenu with the item "New Terminal at Folder".

2. The Terminal app will open with the current directory set to the application package folder. In the Terminal app, type this
chmod +x Contents/MacOS/*
and press Return

3. This will change the permissions to make the files executable. chmod is the unix command meaning "change mode". +x means to add the executable flag. You can quit the Terminal app after doing this.

4. Double-click the game application to run it. If you get an alert that the app cannot be opened because the developer cannot be verified, cancel that alert. Then right-click on the app and choose "Open". You'll get another alert asking if you are sure you want to open it. Click "Open" and the app should run. After the first time running the game, you can just double-click to run.
 
  • Like
Reactions: Udayana

Udayana

Well-Known Member
Oct 19, 2021
1,483
1,289
For any Ren'py game on Mac where you get the "can't be opened" alert, the permissions on the executable file inside the app package are likely incorrect. This happens sometimes as part of the compress/uncompress process. You can fix this by doing this:

1. Right-click on the game application. In the popup menu, there will be an item to open the Terminal at the folder. The location of this item and the exact wording varies depending on what version of MacOS you are running. On MacOS Sonoma, there is a Services submenu with the item "New Terminal at Folder".

2. The Terminal app will open with the current directory set to the application package folder. In the Terminal app, type this
chmod +x Contents/MacOS/*
and press Return

3. This will change the permissions to make the files executable. chmod is the unix command meaning "change mode". +x means to add the executable flag. You can quit the Terminal app after doing this.

4. Double-click the game application to run it. If you get an alert that the app cannot be opened because the developer cannot be verified, cancel that alert. Then right-click on the app and choose "Open". You'll get another alert asking if you are sure you want to open it. Click "Open" and the app should run. After the first time running the game, you can just double-click to run.
If I may add this, Unix commands are case sensitive, "Chmod" instead of "chmod" won't work.
 

JaszMan

Well-Known Member
Aug 13, 2018
1,982
950
How corrupt can the Main Female protagonist get now?. The story is awesome,just everyone seems to be getting corrupt ands backstabby and then there is the super innocent Kiara, who still seems pretty down to earth/ Just wondering, when she goes down the dark path. "evil smirk"
 

Shikharisfree

Well-Known Member
Game Developer
Feb 2, 2022
1,144
2,130
How corrupt can the Main Female protagonist get now?. The story is awesome,just everyone seems to be getting corrupt ands backstabby and then there is the super innocent Kiara, who still seems pretty down to earth/ Just wondering, when she goes down the dark path. "evil smirk"
It would require various factors at the moment chapter 3 starts basically , so you'll have to make sure no romance exists.

You'll have to make sure she's corrupted and has avoided most if not all family interactions and you'll also need to pick corruption options when evelyn's in japan.
 
  • Heart
Reactions: JaszMan

Qixoni

Well-Known Member
Jul 10, 2017
1,012
1,010
It would require various factors at the moment chapter 3 starts basically , so you'll have to make sure no romance exists.

You'll have to make sure she's corrupted and has avoided most if not all family interactions and you'll also need to pick corruption options when evelyn's in japan.
By avoiding family interaction you don´t mean avoiding goddes Xia a Natsuke right? Impossible to resist both, hehe.
 

Shikharisfree

Well-Known Member
Game Developer
Feb 2, 2022
1,144
2,130
By avoiding family interaction you don´t mean avoiding goddes Xia a Natsuke right? Impossible to resist both, hehe.
Avoiding wholesome moments is what I meant , you already had few of these in story that were avoidable and more will come in evelyn's segments.
 
  • Like
Reactions: Qixoni

DanteDamonic

Member
Apr 1, 2023
211
243
has she banged her cousin or aunt yet cause I swear that was a very messed up tease with the aunt more than the cousin cause I can see them getting it on
 

Shikharisfree

Well-Known Member
Game Developer
Feb 2, 2022
1,144
2,130
has she banged her cousin or aunt yet cause I swear that was a very messed up tease with the aunt more than the cousin cause I can see them getting it on
I believe she lacks the tool to bang someone but for sexual stuff yes that is pretty much planned as players have by now reached enough corruption for it to occur.
 
  • Like
Reactions: Qixoni

jadepaladin

Active Member
Mar 9, 2020
633
1,243
Is this referring to the shower scene? I'm 99% sure I clicked on the deny choice. I remember Mason apologizing and running off. I know pics would get taken either way because you need the trial to go the way it does but why are they talking like they hooked up when afaik, it shouldn't have happened yet? Are they just talking about their relationship in general? It read to me like Mason's always held a candle for Mia but Mia friend-zoned him and went with John, and she's only recently started to coming around on Mason after sending Kiara away.

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


Edit- Ran into another bug. There's a scene later where Kiara is in the bath and Natsuko wants to come in. I don't have the corruption to pick it, so I pick the option to have her wait (trying to keep Kiara pure). After the following scene with Xia and Ichigo, it loops back to the bath and plays the scene like I picked to have her come in and I end up with forced corruption points.
 
Last edited:
3.80 star(s) 37 Votes