Tutorial Ren'Py How To Create A 'Mac' Version Of Any Ren'Py Game

5.00 star(s) 2 Votes

thedodus

New Member
Oct 13, 2020
4
5
This method used to be absolutely fool-proof, I could even do Package Contents on the Mac build and throw mods in there with no problem. Lately though it seems that every time I try to port a Windows game, I get a script error almost immediately. Not even messing with mods, just the basic port doesn't work anymore. Is anyone else experiencing this?
 

JohnJG

Engaged Member
May 17, 2018
2,437
2,761
This software and tutorial has been very helpful. It saved me a lot of time, rather than waiting for Renpy PC games to be converted to a Mac version. :coffee:
 

GooseElite

Newbie
Feb 18, 2019
33
25
Is anyone else simply unable to open the Renpy app? The app opens for a split second then immediately closes.
I'm going to assume you already tried .

GamerMcGameFace Try this.
  1. Open Terminal
  2. cd into /Applications/renpy-sdk-8.3.7
  3. run "sudo xattr -d com.apple.quarantine renpy.app" to remove the app from quarantine
  4. Now renpy.app should successfully launch.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Heart
Reactions: GamerMcGameFace
Feb 15, 2019
392
713
I'm going to assume you already tried .

GamerMcGameFace Try this.
  1. Open Terminal
  2. cd into /Applications/renpy-sdk-8.3.7
  3. run "sudo xattr -d com.apple.quarantine renpy.app" to remove the app from quarantine
  4. Now renpy.app should successfully launch.
You don't have permission to view the spoiler content. Log in or register now.
That worked, thank you so much!!!
 
  • Like
Reactions: GooseElite
5.00 star(s) 2 Votes