Two Horns API Server
General Instructions:
1. Append "127.0.0.1 api.pinkcafeart.com" to hosts file of your system.
2. Import certificate.
3. Install Node.js
4. Run "node server.js" with root or administrator privilege. Since listening on port 443 may require root / Administrator privilege.
5. Run the game and you should be able to login now. Note that you should keep the server running while playing the game.
Instructions for Android:
// You can only do this on a rooted Android device!
1. Append "127.0.0.1 api.pinkcafeart.com" to /system/etc/hosts
2. Copy 85c9734f.0 to /system/etc/security/cacerts/ and change it's owner to root:root, permissions to 644
3. Install Termux(
You must be registered to see the links
).
4. Open Termux and install Node.js and tsu package with "pkg install nodejs tsu".
// You may need to run "termux-setup-storage" to gain access to internal SD card.
5. cd into the directory where server.js is located, run "sudo node server.js"
I have only tested it on Android, but it should work on any other platforms as well in theory.