- Sep 25, 2018
- 8,944
- 10,839
Read step 3.1 again. Create a new folder, name it "RenPyGames" and put all your extracted Windows games there. In the same "RenPyGames" folder you place Ren'Py SDK.dmg.how do I add games to the projects section??
Read step 3.1 again. Create a new folder, name it "RenPyGames" and put all your extracted Windows games there. In the same "RenPyGames" folder you place Ren'Py SDK.dmg.how do I add games to the projects section??
It is extremely important to match the version of the SDK with the version of the game. 7.3.5 SDK with 6.0.99 game WILL cause issues. I've seem problems with 7.2 SDK and 7.1 game.Here is a step-by-step instruction for Mac users made by a Linux user
1. Donwload the Windows version of a Ren'Py game.
2. Check with which Ren'Py version the game was made:
2.1. For this, check the game's folder and open "log.txt". Check the Ren'Py version (here Ren'Py 7.3.5.606):
Note: Ren'Py 7.3.5 is the latest available version. Some games were made with an older Ren'Py version.Code:Thu May 21 17:22:54 2020 Linux-4.15.0-101-generic-x86_64-with-debian-stretch-sid Ren'Py 7.3.5.606
3. Visit Ren'Py's homepage (You must be registered to see the links) and download the correct Ren'Py SDK dmg version according to step 2.1.
3.1 Save Ren'Py.dmg where you store all your games (Ren'Py SDK will use this folder to find "projects")
4. Run Ren'Py SDK
Note: Because we saved Ren'Py SDK in the same directory as all our other Ren'Py games they are now listed on the left side under "Projects".You don't have permission to view the spoiler content. Log in or register now.
5. Select the game from your "Projects"-List (see spoiler tag: left side) for which you want to build a stand-alone Mac build and click on "Build Distributions" (right panel).
6. Select the distribution you want to compile: Macintosh x86_64 and then click on "Build"You don't have permission to view the spoiler content. Log in or register now.
7.Extract game and run game.app as native Mac build.You don't have permission to view the spoiler content. Log in or register now.
8. Enjoy the game.
Tip - say what OS you're running, and give the EXACT error message. It helps people trying to figure out what you mean if we don't have to interpret certain things.unable to convert anything as the renpy.app is always "damaged" when I download it... any fix for this? Thanks
Add it to the instruction.It is extremely important to match the version of the SDK with the version of the game. 7.3.5 SDK with 6.0.99 game WILL cause issues. I've seem problems with 7.2 SDK and 7.1 game.
Also...<game>/Contents/Resources/Autorun/game/script_version.txt will tell you the SDK version used to make the game.
Which game?anyone wanna message me on discord so they could possibly go through step by step, cause i did everything that was said and still not working, thankss
anyone wanna message me on discord so they could possibly go through step by step, cause i did everything that was said and still not working, thankss
And what does "still not working" mean?Which game?
Which Ren'Py version was the game made with?
Which Ren'Py SDK version did you download?
Where did you store the extracted game folder (windows version) and Ren'Py SDK on your Mac?
probably insufficient rights to execute the application. Try chmod:Renpy.app is opening for a split second and closing. What am I doing wrong?
probably insufficient rights to execute the application. Try chmod:
Open Terminal.app and type:
chmod a+x [drag and drop renpy.app into terminal window and hit enter]
probably insufficient rights to execute the application. Try chmod:
Open Terminal.app and type:
chmod -R a+x [drag and drop renpy.app into terminal window and hit enter]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not find font u'Courier Prime.ttf'.
-- Full Traceback ------------------------------------------------------------
Darwin-19.5.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Doctor Amana: Sexual Therapist 001 v1.1.5
Sat Jul 4 01:54:28 2020
between a+x [your game path] you missed the space.chmod -R a+x/Users/McMcail/Downloads/Rnpey/renpy.app
Sometimes an apostrophe in front and end of the game path is needed Like that:chmod -R a+x /Users/McMcail/Downloads/Rnpey/renpy.app
but it depends on how your system is set.chmod -R a+x '/Users/McMcail/Downloads/Rnpey/renpy.app'
The game uses some non-standard fonts. You need to find them in the pc version and put them in the equivalent place in the Mac app.not working for me, however if I right-click on Rnpey (show package content - Content - MacOS - Rnpey) it does work but keep showing me this error
Code:I'm sorry, but an uncaught exception occurred. While running game code: Exception: Could not find font u'Courier Prime.ttf'. -- Full Traceback ------------------------------------------------------------ Darwin-19.5.0-x86_64-i386-64bit Ren'Py 7.3.5.606 Doctor Amana: Sexual Therapist 001 v1.1.5 Sat Jul 4 01:54:28 2020
Here is a step-by-step instruction for Mac users made by a Linux user
1. Donwload the Windows version of a Ren'Py game.
2. Check which Ren'Py version were used to make the game:
2.1. For this, check the game's folder and open "log.txt". Check the Ren'Py version (here Ren'Py 7.3.5.606):
Note: Ren'Py 7.3.5 is the latest available version. Some games were made with an older Ren'Py version.Code:Thu May 21 17:22:54 2020 Linux-4.15.0-101-generic-x86_64-with-debian-stretch-sid Ren'Py 7.3.5.606
EDIT: IMPORTANT NOTE BY goobdoob
3. Visit Ren'Py's homepage (You must be registered to see the links) and download the correct Ren'Py SDK dmg version according to step 2.1.
3.1 Save Ren'Py.dmg where you store all your games (Ren'Py SDK will use this folder to find "projects")
4. Run Ren'Py SDK
Note: Because we saved Ren'Py SDK in the same directory as all our other Ren'Py games they are now listed on the left side under "Projects".You don't have permission to view the spoiler content. Log in or register now.
5. Select the game from your "Projects"-List (see spoiler tag: left side) for which you want to build a stand-alone Mac build and click on "Build Distributions" (right panel).
6. Select the distribution you want to compile: Macintosh x86_64 and then click on "Build"You don't have permission to view the spoiler content. Log in or register now.
7.Extract game and run game.app as native Mac build.You don't have permission to view the spoiler content. Log in or register now.
8. Enjoy the game.
Wrong thread. If such a thread don't exist create a new one.How To Create A 'Android' Version Of Any Ren'Py Game??
"Apple agreed to drop a long-running lawsuit in which they alleged Microsoft copied the look and feel of the Mac OS for Windows." Let's face it Microsoft didn't do that out of the goodness of their heart but because they knew if Apple went belly up the trafe departments of many governments would rule Microsoft was a trust/monopoly (they are similar but not identical) and carve them up like a Thanksgiving turkey.13 years ago?
Apple was bankrupt, and IBM bailed them out.
1997 when Apple was again bankrupt, and Microsoft bailed them out.
You must be registered to see the links