Add command line arguments#1152
Add command line arguments#1152lg28literconvectionmicrowaveoven wants to merge 3 commits intoR2NorthstarTools:mainfrom
Conversation
Alystrasz
left a comment
There was a problem hiding this comment.
Thanks for the PR!
I confirm UI to prompt launch args is visible in the settings section, and settings are stored persistently in memory.
However, launching the game with Steam, it appears launch args are not transmitted to Steam.
| } | ||
|
|
||
| // Grab "Northstar command line arguments" setting from store if possible | ||
| const commandLineArgs: { value: String } | null | undefined = await persistentStore.get('northstar-command-line-args'); |
There was a problem hiding this comment.
On first launch, this would return nothing, leading to an error when starting the game
Yes, and quite intentionally so since if a user wishes to have command line arguments exclusively when running off Northstar for some reason they can. |
No description provided.