diff options
author | 0neGal <mail@0negal.com> | 2024-04-29 18:01:07 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-04-29 18:01:07 +0200 |
commit | 9b31e6dfc2277dc2b904b4319b9bc06f849c38dc (patch) | |
tree | 0e0374d4078c7ee6768ebb2200d35c7f44ab5c9c /src/app/main.js | |
parent | 82ab89b7509f81066eea40d00dc7d7addf90be77 (diff) | |
download | Viper-9b31e6dfc2277dc2b904b4319b9bc06f849c38dc.tar.gz Viper-9b31e6dfc2277dc2b904b4319b9bc06f849c38dc.zip |
added launch method settings
Diffstat (limited to 'src/app/main.js')
-rw-r--r-- | src/app/main.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/main.js b/src/app/main.js index c3f89d2..f4c1624 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -15,6 +15,9 @@ var modsobj = { let shouldInstallNorthstar = false; // Base settings +// +// TODO: dont duplicate this, instead just use the one in +// `src/modules/settings.js` automatically var settings = { nsargs: "", gamepath: "", @@ -25,6 +28,11 @@ var settings = { originkill: false, zip: "/northstar.zip", lang: navigator.language, + + linux_launch_cmd_ns: "", + linux_launch_cmd_vanilla: "", + linux_launch_method: "steam_auto", + excludes: [ "ns_startup_args.txt", "ns_startup_args_dedi.txt" |