Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
513 stars 130 forks source link

Prepare a rpgmaker game accesible to Mac #194

Open Zukidata opened 6 years ago

Zukidata commented 6 years ago

Hello! I'm trying to send a game made by RPG maker VX Ace to a friend in Mac, and I want for it to work, but I don't know anything about programming and I'm not even sure I downloaded the right thing, what should I do exactly?

ReinUsesLisp commented 6 years ago

I do not own a modern Mac to test it, but looking at 2015's build (file named mkxp-16-8-2015-withrubyzlib.zip) it has an standard ".app" Extract it (it's done automatically by OS X) and right click your mkxp application. then choose "Show Contents" or something like that. There is a Resources directory inside Contents. You should put the game's contents there (you can exclude Game.exe). Then you just execute the application like any other (you should be able to drag & drop it in Applications). I hope this works.