From 0b66cc95439c1e93b3e207fc656909fd45eb20f0 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:38:14 +0200 Subject: [PATCH] Note that alternative_loading may break quest missions --- bootstrapper-manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index f9199d2..1eca8cc 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -101,7 +101,7 @@
  • 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"].
  • -
  • alternative_loading — Enables an alternative loading mode (Server.FastLoad) which also skips some intro cutscenes, e.g. when loading into a relay.
  • +
  • alternative_loading — Enables an alternative loading mode (Server.FastLoad) which also skips intro cutscenes when loading into a relay. However, this breaks some parts of The New War and possibly other missions.
  • 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.