m5kro / Painless-Porter

A tool to quickly port RPG Maker MV and MZ games to Linux and MacOS and upload to file hosters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Painless-Porter

A tool to quickly port RPG Maker MV and MZ games to Linux and MacOS and upload to file hosters.
No guarantee on the painless part.

How to Use

Prerequisites: Docker

  1. Clone the repo
  2. Build the image
    docker build -t painless-porter .
  3. Create a container
    docker run -p 3000:3000 painless-porter
  4. Go to http://127.0.0.1:3000/ in your browser
  5. Put in pixeldrain stuff or upload your file (zip,7z,rar,tar.gz supported)
  6. Wait a while for it to finish running
  7. Check container logs for the links

Credits

nwjs team for nwjs
adlerosn for cicpoffs
docker team for docker
pixeldrain for free api and file hosting
gofile for free api and file hosting

About

A tool to quickly port RPG Maker MV and MZ games to Linux and MacOS and upload to file hosters.

License:GNU General Public License v3.0


Languages

Language:Shell 70.2%Language:JavaScript 14.9%Language:HTML 11.4%Language:Dockerfile 3.5%