diff options
Diffstat (limited to 'docs/installing-northstar/using-northstar/commands.md')
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index 43e428e..4284e47 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -1,6 +1,6 @@ # Commands -### Opening the Console +## Opening the Console Commands are run on the console. To open it, press `` ` `` (the key above `TAB`).\ Note that this key generally only exists in this form on English keybords (ANSI US, ISO UK, ...). @@ -12,13 +12,13 @@ To open your console you'll either have to switch to the English (US) layout **b To rebind it make sure neither Titanfall nor Northstar are running, then go to `My Documents\Respawn\Titanfall2\local\` and open `settings.cfg`.\ Look for the line containing `toggleconsole`, i.e. -``` +```txt bind "`" "toggleconsole" ``` and replace the `` ` `` key with your prefered key to open console. So if you want to open console with `F5`, change the line to -``` +```txt bind "F5" "toggleconsole" ``` @@ -43,6 +43,7 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | `r_latencyflex` | Enables [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only, enabled by default) | `0` / `1` | ### Useful dev commands + Requires `sv_cheats 1` Command|Result |