4DPi –RPG MAKER MV

by 4D Makers in Circuits > Raspberry Pi

1739 Views, 1 Favorites, 0 Comments

4DPi –RPG MAKER MV

4DPi RPG Maker MV

Developing a game has become easier due to the progressive and
sharing community that we have. By using a third-party software named “RPG Maker MV”, we can easily create an application that does not pale on comparison with the other RPG games available on the online market. The said application is also compatible on different platforms (e.g. Windows, Linux and Android/IOS).

Using the 4DPi displays as the primary display for the Raspberry Pi, you can create a custom game playable at any time. By using the Raspberry Pi as a webserver you can also use multiple 4DPi displays to play the same game by accessing the IP address of the Raspberry Pi hosting the webserver.

Create a Webserver: to Check If It Is Successful, Enter the IP Address of the Raspberry Pi to a Browser. You Should See Something Like This:

2.PNG

Download the Apache Webserver available on the Raspberry Pi.

Using the command:

-> sudo apt-get update

-> sudo apt-get install apache2 -y


Build: Download the RPG Maker MV Application to Create Your Own Game.

3.png

Export the File: Export the File by Clicking the File - Deployment - Android / IOS

4.png

Copy the File:

Copy the generated file on this Raspberry Pi directory

  • /var/html/www/

Note: You can delete the file inside the directory (index.html)

Run the File:

Now go to your default browser (chromium) and enter 'localhost' - this will load your game.

Note: If the game is not loading, it may be because the chromium browser prevents insecure file transfers on a local level.

To fix these issues, you can change Chromium's security protocol using the command:

  • chromium-browser --disable-web-security

Download the project here.