11 config keys
eli edited this page 2023-12-05 11:09:59 +09:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.