aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-15 00:14:08 -0300
committerBarichello <artur@barichello.me>2022-01-15 00:14:21 -0300
commit3f2470e5dc8ad1becc0ffbcba9cf9fee9dd21c73 (patch)
tree616a5f0150ac7d95157ccf51b3e321069a98bfe4
parente1fc93677e81ddccb37af26dc626a175ea23b0b4 (diff)
downloadNorthstarWiki-3f2470e5dc8ad1becc0ffbcba9cf9fee9dd21c73.tar.gz
NorthstarWiki-3f2470e5dc8ad1becc0ffbcba9cf9fee9dd21c73.zip
Add LFX commands and args
-rw-r--r--docs/using-northstar/commands.md19
-rw-r--r--docs/using-northstar/launch-arguments.md1
2 files changed, 11 insertions, 9 deletions
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 <ip address>:<port>` | 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 |` <ip address>:<port>` 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`