Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 725 Bytes

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