BH3_PS
BH3_PS copied to clipboard
A private server implementation for a third impact game sea mainly but should also work for glb and probably cn too
BH3_PS (Not actually usable)
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
Getting Started
-
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
What Works
- Login
- Main Story!!!
- Chatroom Commands
- GM WebUI (WIP) Run
npm run gm
- others soon to be implemented!
Notes
- If something is broken after
git pull
, try nuking the db first
Acknowledgement
-
Crepe-Inc for:
- CrepeSR that inspires the development project!