You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| apiUri | FDev API base URI. Should only be changed if you are doing local development |
214
-
| watchForCrashes | Determines if the game should be launched by `WatchDog64.exe` or not |
215
-
| gameLocation | Path to game's install folder. Specify this if the launcher can't figure it out by itself |
216
-
| language | Sets the game's language. Supported values are _en_ and the names of the language folders in Elite's install directory |
217
-
| autoUpdate | Automatically update games that are out of date |
218
-
| checkForLauncherUpdates | Check if there is a newer version of min-ed-launcher |
219
-
| maxConcurrentDownloads | Maximum number of simultaneous downloads when downloading updates |
220
-
| forceUpdate | By 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 |
221
-
| processes | Additional applications to launch before launching the game |
222
-
| processes.arguments | Optional arguments for the process |
223
-
| processes.restartOnRelaunch | Will shutdown and restart the application when the `/restart` flag is specified before restarting the game |
224
-
| processes.keepOpen | Keep application open after launcher exits |
225
-
| shutdownProcesses | Additional applications to launch after game has shutdown |
226
-
| shutdownTimeout | Time, in seconds, to waitfor additional applications to shutdown before forcefully terminating them |
227
-
| filterOverrides | Manually override a product's filter for use with launch options filter flag (e.g. /edo, /edh, etc...) |
228
-
| additionalProducts | Provide extra products to the authorized product list. Useful for launching Horizons 4.0 when you own the Odyssey DLC |
229
-
| cacheDir | Path to directory used for downloading game updates. See [cache] section for default location |
230
-
| gameStartDelay | Time to delay after starting processes but before starting ED. Defaults to zero |
231
-
| shutdownDelay | Time to delay before closing processes. Defaults to zero |
0 commit comments