Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Starting

Rafi edited this page May 21, 2023 · 12 revisions

Starting the Server

Prerequisites

Before Running the Server

  1. Clone the project (git clone https://github.com/rafi1212122/BH3_PS.git) or download as zip.
  2. Run npm install in the project directory.
  3. Put your extracted resources in the resources directory.
├───resources
│   └───ExcelOutputAsset
│   └───proto

Running the Server

  1. Run npm start.
    • Running this will generate config.json.
    • After modifying config.json you need to completely restart the server.

Connecting to the Server

  1. Run mitmdump -k -s .\proxy.py in the project directory.
  2. Configure your device proxy settings to connect trough mitmproxy.
  3. Run the game.
  4. Log in with any username and account will be automatically created.
Clone this wiki locally