Ancurio / mkxp

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

A Guide to running RPGmaker games on Mkxp for total computer noobs? #152

Closed gibzx closed 4 years ago

gibzx commented 7 years ago

Hi! would anyone be so kind as to make a step by step guide on how to run an RPGmaker game on mkxp? I am a complete computer noob, and even more so on linux which i only started using a week ago. So far i have downloaded mkxp, and the game i want to play, and im completely stumped on what to do next. I'm very sorry to be such trouble, but I rarely understand command lines and what not, I need someone to tell me what to do, (copy paste this on my terminal, move the files here or there). thanks!

Ancurio commented 7 years ago

Hello!

A lot of RPGMaker games out there, especially the bigger ones, use scripts that call directly into native Windows functions; there are ways to work around those, but sometimes this is non-trivial (and mkxp doesn't at all try to reimplement WINE).

I'd hate to give you instructions, only for the game not working due to errors. Is the game you're trying to play encrypted? If not, upload the Data/Scripts file and give me a link, I'll take a look at whether it is runnable with an unextended mkxp executable at all. If it's encrypted, you can also upload the encrypted archive (usually called "Game.rgssad" or similar), but that tends to be a bit bigger in size.

gibzx commented 7 years ago

@Ancurio thanks for the reply Ancurio, I would appreciate it very much ^,^

Ancurio commented 7 years ago

Don't worry, I just need to look at the code controlling the game logic. I promise I won't look at any art assets.

Send me the link at [address]

Slider-Whistle commented 5 years ago

I know this is an old-ass issue, but it might help to add a little introductory paragraph to the readme.

Ancurio commented 5 years ago

@Slider-Whistle I'll add a part about that to the README

Ancurio commented 4 years ago

Closing to declutter, I don't remember being able to finish this port, sorry about that.