diff options
Diffstat (limited to 'docs/using-northstar')
-rw-r--r-- | docs/using-northstar/commands.md | 1 | ||||
-rw-r--r-- | docs/using-northstar/launch-arguments.md | 12 |
2 files changed, 13 insertions, 0 deletions
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` |