diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index 9b927da..dd09819 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -11,25 +11,29 @@
The bootstrapper creates a client_config.json in your game folder. It has the following fields:
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.fallback_language
— The language to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.fallback_graphicsDriver
— The graphics driver to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.fallback_cluster
— The cluster to use when Warframe.x64.exe was double-clicked or the argument was simply omitted. Can be public
, test
, or dev
— the latter two enable some more logging.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_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.high_damage_numbers_patch
— If true, patches the game to display the exact number of damage that you dealt to fix -2147483648 showing up on high damage.skip_mission_start_timer
— If true, disables the 5 second wait before a mission starts.fov_override
— If not 0, overrides the game's FOV setting. You can use any value from 1 to 226.simulacrum_blacklisted
— If true, blacklisted enemies are shown in the Simulacrum. Defaults to false to match the game.simulacrum_whitelisted
— If true, whitelisted enemies are shown in the Simulacrum. Defaults to true to match the game.pause_always_stops_time
disable_nrs_connection
— If true, disables NRS connections, preventing the game from showing "Please ensure that your firewall permits UDP ports 4950 & 4955."autologin
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.auto_start_scripts
— A list of scripts to automatically start, e.g. ["samples/Cycle Camera Hotkey (K).pluto"]
.forced_profile_dir
— An absolute path to a folder that will be used to read and write your game settings. Notably, this can be used to have the same settings regardless of username.ee_log_in_console
— If true, writes everything that gets written to EE.log to the console as well.skip_mission_start_timer
— If true, disables the 5 second wait before a mission starts.fov_override
— If not 0, overrides the game's FOV setting. You can use any value from 1 to 226.forced_profile_dir
— An absolute path to a folder that will be used to read and write your game settings. Notably, this can be used to have the same settings regardless of username.auto_start_scripts
— A list of scripts to automatically start, e.g. ["samples/Cycle Camera Hotkey (K).pluto"]
.dont_resolve_labels
— If true, shows language tags instead of their associated value, e.g. /Menu/Confirm_Item_Yes
instead of YES
.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.