- Aug 12, 2017
- 707
- 1,948
With mkxp
Another plus is that advanced users can inject raw scripts when loading the game by creating/modifying the "mkxp.conf".
Instructions:
- Download one of the Prebuilt binaries Linux/OSX/Windows
For Linux download the "mkxp-20180121.tar.xz"
For Mac choose the "mkxp-6-8-2018-withrubyzlib.zip"
For Windows choose the "mkxp-20190518.zip"
Instructions for Linux: Copy the game files and folders in the same directory where you extracted the mkxp. Depending on your OS you need to execute either the "mkxp.amd64" or the "mkxp.x86"
open the console in the folder directory and run if you have a 32bit OS
or for a 64bit OS
Then to play the game you open the console in the folder directory and run
or
accordingly.
Update: attached a " linux mkxp launchers.zip" containing 2 launchers 1 for the x86 version and 1 for the x64 version. You can use them to start mkxp.x86 or mkxp.amd64 without running the console. The first time efore executing them you should run in the console.
Instructions for Mac: Copy the game files and folders in the diretory "mkxp.app/Contents/MacOS/". Run the mkxp app and play the game.
Instructions for Windows: Copy the game files and folder in the same directory where you extracted the mkxp. Run the mkxp.exe to play the game.
If a game does not have the rtp files just download the correct "...RTP.zip" for your game and extract its files and folders in the same directory where you copied the game files/folders. Pay attention to not overwrite any of the existing files.
Update: I attached in a zip mkxp_addons.zip the config file and the two raw ruby scripts, that I use when playing games that come with lots of custom plugins.
Just extract it in the game directory. If the game that you want ot play comes with a renamed exe (and not the default Game.exe) you should open the "mkxp.conf" file with a text editor find the string "execName=Game" and use the name of the exe.
edit: attached 3 different zips mkxp_addons_1.zip, mkxp_addons_2.zip and mkxp_addons_3.zip. 2 and 3 are slightly modified versions that the freebird games use. In case of errors with the first you can try the other two.
mirror of "mkxp-20180121.tar.xz"
mirror of "mkxp-6-8-2018-withrubyzlib.zip"
mirror of "mkxp-20190518.zip"
mirrors expired and I do not have a backup (cannot reupload them)
Windows and linux users can use Falcon-mkxp
https://f95zone.to/threads/falcon-mkxp.49367/
and Mac users
mkxp-z (it brakes compatibility with some games)
You must be registered to see the links
you can play "RPG Maker XP", "RPG Maker VX" and "RPG Maker VX Ace" on Linux and Mac without using winehq.Personally I prefer using it in windows too, since it supports fullcsreen by pressing the keys "alt" and "Enter" while preserving the aspect ratio.mkxp is a project that seeks to provide a fully open source implementation of the Ruby Game Scripting System (RGSS) interface used in the popular game creation software "RPG Maker XP", "RPG Maker VX" and "RPG Maker VX Ace" (trademark by Enterbrain, Inc.), with focus on Linux. The goal is to be able to run games created with the above software natively without changing a single file.
Another plus is that advanced users can inject raw scripts when loading the game by creating/modifying the "mkxp.conf".
Instructions:
- Download one of the Prebuilt binaries Linux/OSX/Windows
For Linux download the "mkxp-20180121.tar.xz"
For Mac choose the "mkxp-6-8-2018-withrubyzlib.zip"
For Windows choose the "mkxp-20190518.zip"
Instructions for Linux: Copy the game files and folders in the same directory where you extracted the mkxp. Depending on your OS you need to execute either the "mkxp.amd64" or the "mkxp.x86"
open the console in the folder directory and run if you have a 32bit OS
Code:
chmod +x mkxp.x86
Code:
chmod +x mkxp.amd64
Code:
./mkxp.x86
Code:
./mkxp.amd64
Update: attached a " linux mkxp launchers.zip" containing 2 launchers 1 for the x86 version and 1 for the x64 version. You can use them to start mkxp.x86 or mkxp.amd64 without running the console. The first time efore executing them you should run in the console.
Code:
chmod +x launcher_mkxp_x86.desktop
Code:
chmod +x launcher_mkxp_amd64.desktop
Instructions for Windows: Copy the game files and folder in the same directory where you extracted the mkxp. Run the mkxp.exe to play the game.
If a game does not have the rtp files just download the correct "...RTP.zip" for your game and extract its files and folders in the same directory where you copied the game files/folders. Pay attention to not overwrite any of the existing files.
Update: I attached in a zip mkxp_addons.zip the config file and the two raw ruby scripts, that I use when playing games that come with lots of custom plugins.
Just extract it in the game directory. If the game that you want ot play comes with a renamed exe (and not the default Game.exe) you should open the "mkxp.conf" file with a text editor find the string "execName=Game" and use the name of the exe.
edit: attached 3 different zips mkxp_addons_1.zip, mkxp_addons_2.zip and mkxp_addons_3.zip. 2 and 3 are slightly modified versions that the freebird games use. In case of errors with the first you can try the other two.
You don't have permission to view the spoiler content.
Log in or register now.
mirror of "mkxp-6-8-2018-withrubyzlib.zip"
mirror of "mkxp-20190518.zip"
mirrors expired and I do not have a backup (cannot reupload them)
Windows and linux users can use Falcon-mkxp
https://f95zone.to/threads/falcon-mkxp.49367/
You must be registered to see the links
and Mac users
mkxp-z (it brakes compatibility with some games)
You must be registered to see the links
Last edited: