Skip to content

config keys

eli edited this page Dec 5, 2023 · 11 revisions

The following keys can be manually added to your config.txt. These are features that change how s3s functions – more similar to user-specific settings, as opposed to the command line arguments which may get changed each time the script is run.

If you'd like to request support for a feature that can be enabled/disabled with an optional key, please create a GitHub issue.

Supported keys

  • ignore_private (since v0.0.1): Ignores all Private Battle results and does not upload them to stat.ink. To enable, set to true.
  • ignore_private_jobs (since v0.3.1): Ignores all Private Job results (for use with Salmon Run) and does not upload them to stat.ink. To enable, set to true.
  • app_user_agent (since v0.0.1): Overrides the default user agent used in SplatNet 3 requests. Should specify a mobile web browser's User-Agent string.
  • force_uploads (since v0.1.4): Force (re)uploading of certain results that may have been already uploaded previously (normally would be skipped despite a change in UUID calculation). To enable, set to true.
  • errors_pass_silently (since v0.3.2): Do not exit s3s upon encountering an error when checking for missing battles or uploading results. To enable, set to true.
  • old_export_format (since v0.3.2): Export & import files in the pre-v0.3.2 way, i.e. -i results.json overview.json rather than -i path/to/results/ overview.json, and export into large single files rather than individual JSONs. To enable, set to true.
Clone this wiki locally