From 11a6706c75364c265dc3cfba44bca504e4f68b9a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 24 Apr 2021 19:21:29 -0600 Subject: [PATCH] add new options to readme --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fe69314..a4a0950 100644 --- a/README.md +++ b/README.md @@ -112,15 +112,17 @@ Windows: `%LOCALAPPDATA%\min-ed-launcher\settings.json` Linux: `$XDG_CONFIG_DIR/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CONFIG_DIR` isn't set) -| Settings | Effect | -|-----------------|------------------------------------------------------------------------------------------------------------------------| -| apiUri | FDev API base URI. Should only be changed if you are doing local development | -| watchForCrashes | Determines if the game should be launched by `WatchDog64.exe` or not | -| gameLocation | Path to game's install folder. Specify this if the launcher can't figure it out by itself | -| language | Sets the game's language. Supported values are _en_ and the names of the language folders in Elite's install directory | -| restart | Restart the game after it has closed | -| forceUpdate | Be default, Steam and Epic updates are handled by their respective platform. In cases like the Odyssey alpha, FDev doesn't provide updates through Steam or Epic. This allows the launcher to force updates to be done via FDev servers by providing a comma delimited list of SKUs | -| processes | Additional applications to launch before launching the game | +| Settings | Effect | +|------------------------|------------------------------------------------------------------------------------------------------------------------| +| apiUri | FDev API base URI. Should only be changed if you are doing local development | +| watchForCrashes | Determines if the game should be launched by `WatchDog64.exe` or not | +| gameLocation | Path to game's install folder. Specify this if the launcher can't figure it out by itself | +| language | Sets the game's language. Supported values are _en_ and the names of the language folders in Elite's install directory | +| restart | Restart the game after it has closed | +| autoUpdate | Automatically update games that are out of date | +| maxConcurrentDownloads | Maximum number of simultaneous downloads when downloading updates | +| forceUpdate | Be default, Steam and Epic updates are handled by their respective platform. In cases like the Odyssey alpha, FDev doesn't provide updates through Steam or Epic. This allows the launcher to force updates to be done via FDev servers by providing a comma delimited list of SKUs | +| processes | Additional applications to launch before launching the game | When specifying a path for either `gameLocation` or `processes.fileName` on Windows, it's required to escape backslashes. Make sure to use a double backslash (`\\`) instead of a single backslash (`\`). @@ -135,6 +137,8 @@ double backslash (`\\`) instead of a single backslash (`\`). "enabled": false, "shutdownTimeout": 3 }, + "autoUpdate": true, + "maxConcurrentDownloads": 4, "forceUpdate": "PUBLIC_TEST_SERVER_OD", "processes": [ {