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.write_patches_metadata_reads_to_ee_log
— If true, write patched metadata reads to EE.log. May degrade performance.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.
The bootstrapper adds the owfServerHost
command line argument, which can be used to override the server_host
in the config.
prohibit_scripts
The presence of a field disables the respective feature.
-buildLabel
to indicate the client's buildLabel.clientMod
parameter indicating the Bootstrapper's name and version. If Metadata Patches are in use, metadataPatchesInUse=1
is added as well.xpBasedLevelCapDisabled
to indicate that the client has been patched to accept any PlayerLevel and doesn't need XPInfo to match.USER
message is adjusted to contain nonce=...
in the 'realname' field.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.