aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-14 10:49:04 -0300
committerBarichello <artur@barichello.me>2022-01-14 10:52:11 -0300
commit74b2a4549202d7a8fabb2ddf7e4467112e53ce17 (patch)
tree6d4a7393f8afcecb73cf15be33513ba98bcc7b31
parent3793ae1ff8d64e8d8072de1f63493e800df94664 (diff)
downloadNorthstarWiki-74b2a4549202d7a8fabb2ddf7e4467112e53ce17.tar.gz
NorthstarWiki-74b2a4549202d7a8fabb2ddf7e4467112e53ce17.zip
Add launch arguments section
-rw-r--r--docs/SUMMARY.md1
-rw-r--r--docs/using-northstar/commands.md1
-rw-r--r--docs/using-northstar/launch-arguments.md12
3 files changed, 14 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index ef5edf6..dad5a04 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -15,6 +15,7 @@
* [Direct Connect](using-northstar/direct-connect.md)
* [Gamemodes](using-northstar/gamemodes.md)
* [Commands](using-northstar/commands.md)
+* [Launch arguments](using-northstar/launch-arguments.md)
* [Playing on Linux](using-northstar/playing-on-linux.md)
***
diff --git a/docs/using-northstar/commands.md b/docs/using-northstar/commands.md
index 6b48a12..6e7001f 100644
--- a/docs/using-northstar/commands.md
+++ b/docs/using-northstar/commands.md
@@ -39,6 +39,7 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin
| `reload_mods` | Reload mods |
| `ns_disallowed_tacticals` | String list of disallowed tactical abilities, ex: `"mp_ability_grapple,mp_ability_heal"` |
| `ns_disallowed_tactical_replacement` | Optional replacement ability for disallowed tacticals |
+| `give mp_weapon_peacekraber` | Gives you peacekraber |
### Server commands
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`