From a1468f647b392aaf937a9bfff9f362a644a427da Mon Sep 17 00:00:00 2001 From: Sainan Date: Tue, 11 Mar 2025 09:06:30 +0100 Subject: [PATCH] Update bootstrapper manual for 0.10.4 --- bootstrapper-manual.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index 661035d..bf39877 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -85,7 +85,7 @@
  • server_host — The hostname or IP address to redirect game traffic to. This should match myAddress in SpaceNinjaServer.
  • http_port — The port to use for HTTP traffic. This should match httpPort in SpaceNinjaServer.
  • https_port — The port to use for HTTPS traffic. This should match httpsPort in SpaceNinjaServer.
  • -
  • autologin
  • +
  • autologin — Uses the provided credentials to automatically login on startup. If another instance is logged in on the same account, it will be forcefully logged out.
  • autologin_email
  • autologin_password — The whirlpool hash of the password to use for autologin. You can simply enter your password and it will automatically be hashed and overwritten.
  • @@ -109,7 +109,7 @@
  • write_patches_metadata_reads_to_ee_log — If true, write patched metadata reads to EE.log. May degrade performance.
  • HTTP Interface

    -

    While the game is running, the you can visit http://localhost:61558/ to modify some of the above options, access additional features like teleportation, and use scripts.

    +

    While the game is running, the you can visit http://localhost:6155/ to modify some of the above options, access additional features like teleportation, and use scripts.

    Command Line Arguments

    The bootstrapper adds the owfServerHost command line argument, which can be used to override the server_host in the config.

    Pre-Login

    @@ -124,11 +124,12 @@
  • prohibit_scripts
  • The presence of a field disables the respective feature.

    -

    HTTP Traffic Deviations

    +

    Traffic Deviations

    Metadata Patches

    Metadata Patches are loaded from OpenWF/Metadata Patches.txt, although you can also create a OpenWF/Metadata Patches/ folder and any text file inside of that will be loaded as well.