- Sep 16, 2023
- 18
- 15
Hey there, Kuro tip has arrived!
If you are a Linux user, you probably struggled with playing RPG Maker games on your system, RPGMV games, to be exact. Worry not, for I suffered the exact same problem and have come to your aid to solve it!
How to play?
First of all, discard all thoughts regarding emulators, helpers like Wine, etc. Just forget they exist for a moment. Those methods never worked for me, outside of a VM or dual-booting, so let's assume they didn't for you too since you're here.
Without further ado, let's get this show on the road!
If you are a Linux user, you probably struggled with playing RPG Maker games on your system, RPGMV games, to be exact. Worry not, for I suffered the exact same problem and have come to your aid to solve it!
How to play?
First of all, discard all thoughts regarding emulators, helpers like Wine, etc. Just forget they exist for a moment. Those methods never worked for me, outside of a VM or dual-booting, so let's assume they didn't for you too since you're here.
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
- Download XAMPP
You must be registered to see the linksto be redirected to their home page. Make sure you install it, and make sure it can be started without any issues! Follow the various tutorials you will find online to get it up and running. - Locate the folder named
htdocs[FOLDER_NAME_HERE]/www/index.html
You don't have permission to view the spoiler content. Log in or register now. - Place your game in the htdocs folder.
In the htdocs folder, copy/move your game to that directory. The folder structure should now behtdocs/[GAME_FOLDER_NAME]/[Game executable] - What you want to do now is start your XAMPP server.
In Arch Linux, go to terminal and runxampp start
in sudo. Everyone else, the Internet has many tutorials for XAMPP. When you do so, successfully, you should note that htdocs now registers aslocalhost
. Don't believe me? Go to your browser and typelocalhost
and click enter. You will find a page written "Welcome to XAMPP" as the title and so on. - Navigate to your game
Since htdocs is now localhost, things become easier. Enter the path of your game into the browser, using localhost as the starting point. For example, if your folder structure was.../htdocs/Geezer Hero RPG/www/localhost/Geezer Hero RPG/www/Actors.json
and the like, or a permanent "Now Loading" screen from trying out Wine.