From 3f2470e5dc8ad1becc0ffbcba9cf9fee9dd21c73 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sat, 15 Jan 2022 00:14:08 -0300 Subject: Add LFX commands and args --- docs/using-northstar/commands.md | 19 ++++++++++--------- docs/using-northstar/launch-arguments.md | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/using-northstar/commands.md b/docs/using-northstar/commands.md index 6e7001f..0cfbc57 100644 --- a/docs/using-northstar/commands.md +++ b/docs/using-northstar/commands.md @@ -31,15 +31,16 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin ### Northstar Commands -| Command | Result | -| ----------------------- | -------------- | -| `ns_masterserver_hostname` | Masterserver URL, default: `https://northstar.tf` | -| `ns_auth_allow_insecure 1` | Allows clients to connect without masterserver authorization | -| `connect :` | Directly connect to a Northstar gameserver | -| `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 | +Command|Description|Value +-|-|- +`ns_masterserver_hostname` | Masterserver URL |`https://northstar.tf` by default +`ns_auth_allow_insecure` | Allows clients to connect without masterserver authorization | `0` / `1` +`connect` | Directly connect to a Northstar gameserver |` :` ex: `localhost:37015` +`reload_mods`|Reload mods| +`ns_disallowed_tacticals` | String list of disallowed tactical abilities|example: `"mp_ability_grapple,mp_ability_heal"` +`ns_disallowed_tactical_replacement` | Name of optional replacement ability for disallowed tacticals | ex: `"mp_ability_grapple"` +`give mp_weapon_peacekraber` | Gives you peacekraber | +`r_latencyflex`|Enables [LatencyFleX](playing-on-linux#latencyflex) (Linux-only, enabled by default)| `0` / `1` ### Server commands diff --git a/docs/using-northstar/launch-arguments.md b/docs/using-northstar/launch-arguments.md index ffed974..667db7b 100644 --- a/docs/using-northstar/launch-arguments.md +++ b/docs/using-northstar/launch-arguments.md @@ -10,3 +10,4 @@ Argument|Description|Value `-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` +`LFX|Enables the use of [LatencyFleX](playing-on-linux#latencyflex) (Linux-only)|`0` or `1` -- cgit v1.2.3