diff options
author | Barichello <artur@barichello.me> | 2022-01-14 10:49:04 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-14 10:52:11 -0300 |
commit | 74b2a4549202d7a8fabb2ddf7e4467112e53ce17 (patch) | |
tree | 6d4a7393f8afcecb73cf15be33513ba98bcc7b31 /docs/using-northstar/launch-arguments.md | |
parent | 3793ae1ff8d64e8d8072de1f63493e800df94664 (diff) | |
download | NorthstarWiki-74b2a4549202d7a8fabb2ddf7e4467112e53ce17.tar.gz NorthstarWiki-74b2a4549202d7a8fabb2ddf7e4467112e53ce17.zip |
Add launch arguments section
Diffstat (limited to 'docs/using-northstar/launch-arguments.md')
-rw-r--r-- | docs/using-northstar/launch-arguments.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/using-northstar/launch-arguments.md b/docs/using-northstar/launch-arguments.md new file mode 100644 index 0000000..ffed974 --- /dev/null +++ b/docs/using-northstar/launch-arguments.md @@ -0,0 +1,12 @@ +# Launch arguments + +Here's a list of new command line arguments that Northstar introduces, they should be included in `ns_startup_args.txt` or `ns_startup_args_dedi.txt`. + +Argument|Description|Value +-|-|- +`-disablelogs`|Disable logging and creation of log files +`-vanilla`|Disables Northstar loading +`-northstar`|Enables Northstar loading +`-dedicated`|Starts a dedicated server without video output +`-waitfordebugger`|Waits for debugger to connect before launching game +`-language`|Forces loading of client localisation|language string ex: `portuguese` |