-
-
Notifications
You must be signed in to change notification settings - Fork 73
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.
-
ignore_private
(since v0.0.1): Ignores all Private Battle results and does not upload them to stat.ink. To enable, set totrue
. -
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 totrue
. -
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 totrue
. -
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 totrue
. -
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 totrue
.
s3s (ↄ) 2017–2023 eli fessler (frozenpandaman), clovervidia under the GPLv3 license