Checkout the new project PemukulPaku a rewritten version of this project, i recommend checking out that project because that's the one under active development
git clone
or download this repo- Run
npm install
in this project directory - Place your resources in the
resources
directory (read the wiki for more information)
├───resources
│ └───ExcelOutputAsset
│ └───proto
- Make sure you have MongoDB server running
- Start the server
npm start
- Check
config.json
for anything that needs to be changed, and restart after changing - Run your proxy
mitmdump -k -s .\proxy.py
- Start the game and login with any username, account will automatically created
- Login
- Main Story!!!
- Chatroom Commands
- GM WebUI (WIP) Run
npm run gm
- others soon to be implemented!
- If something is broken after
git pull
, try nuking the db first
- Crepe-Inc for:
- CrepeSR that inspires the development project!