CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
3.80 star(s) 37 Votes

TheRadiator

Newbie
Aug 29, 2023
40
95
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,460
1,262
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,975
945
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,136
2,105
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,001
983
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,136
2,105
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
3.80 star(s) 37 Votes