A simple .pchtxt porting tool. Coxxs/patch-porter GUI version.
Thanks to Coxxs for creating this porting tool!
This repository was just published, so it is still a work in progress.
Currently, only Japanese is supported. An English version will be added in the future!
Install Node.js (LTS version): https://nodejs.org
- Download and extract this source code.
- Type
cmdinto the address bar and press Enter. - Enter the following command to download and install the required files:
npm install
- After making changes to the files, run the following command to test the application:
npm start
- To build the application as a
.exefile, run:
npm run dist
- Done!