diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index ac09f9d..fcbd9a9 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -34,6 +34,11 @@
  • 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.
  • +
  • save_all_metadata — If true, implicitly creates an empty patch on every metadata read to make it available for get_effective_metadata requests. May degrade performance.
  • +
  • write_all_metadata_reads_to_console — If true, writes all metadata reads to the console. May degrade performance.
  • +
  • write_all_metadata_reads_to_ee_log — If true, write all metadata reads to EE.log. May degrade performance.
  • +
  • write_patches_metadata_reads_to_console — If true, writes patched metadata reads to the console. May degrade performance.
  • +
  • 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.