diff --git a/guide.php b/guide.php index 57db293..15ea4eb 100644 --- a/guide.php +++ b/guide.php @@ -22,18 +22,16 @@
  • Copy config-vanilla.json to create a config.json
  • (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server
  • (Optional) If you have a GB of free space, you might want to download stripped assets such as ability videos so the client can request them on-demand: Run git clone https://openwf.io/0.git in the static/data folder
  • -
  • Run npm install --omit=dev to install library dependencies
  • -
  • Run npm run build to build the server
  • -
  • Now you can run npm run start to start the server anytime
  • +
  • Run npm install --omit=dev --omit=optional to install library dependencies
  • +
  • Now you can run npm run raw to start the server anytime
  • Server Update

    You can simply run the UPDATE AND START SERVER script for this, but otherwise the steps are pretty simple:

    1. Run git pull in the SpaceNinjaServer folder
    2. (Optional) If you have the stripped assets, run git pull in the static/data/0 folder
    3. -
    4. Run npm install --omit=dev to synchronize library dependencies
    5. -
    6. Run npm run build to build the server
    7. -
    8. Now you can use npm run start to start the server again
    9. +
    10. Run npm install --omit=dev --omit=optional to synchronize library dependencies
    11. +
    12. Now you can use npm run raw to start the server again

    Client Patch

    In order to connect to custom servers, the client needs to be patched, which is what the Boostrapper is for. To set it up: