aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+gitbook@protonmail.com>2021-12-29 12:38:01 +0000
committergitbook-bot <ghost@gitbook.com>2021-12-29 12:38:01 +0000
commit039a85f24a69b4ee17965a8a20607dae456b5ea8 (patch)
treed4ccdc1d8927d8426429a67b268f0f603a11b087
parent67efed10d96f63cdc0f3cda4bc3aeeb16bc45a78 (diff)
downloadNorthstarWiki-039a85f24a69b4ee17965a8a20607dae456b5ea8.tar.gz
NorthstarWiki-039a85f24a69b4ee17965a8a20607dae456b5ea8.zip
GitBook: [#17] Add content to "Commands" section
-rw-r--r--faq.md4
-rw-r--r--using-northstar/commands.md35
-rw-r--r--using-northstar/direct-connect.md6
3 files changed, 43 insertions, 2 deletions
diff --git a/faq.md b/faq.md
index 9408caf..f0d38fd 100644
--- a/faq.md
+++ b/faq.md
@@ -10,6 +10,10 @@ A: Northstar runs separate from official servers and progress does not carry ove
However your progress on official servers is not lost, so running vanilla client after playing on Northstar you should be back to your old level on official servers.
+### Q: How do I open the console?
+
+A: Check [_Opening the console_](using-northstar/commands.md#opening-the-console).
+
## Copied from the Discord FAQ channel
### Q: Will there be a console version?
diff --git a/using-northstar/commands.md b/using-northstar/commands.md
index 61c515e..41fc983 100644
--- a/using-northstar/commands.md
+++ b/using-northstar/commands.md
@@ -1 +1,36 @@
# Commands
+
+### 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, ...).
+
+If you for example have a German keyboard you'll notice that this key is located left of `BACKSPACE` but won't open the console when you press it.
+
+To open your console you'll either have to switch to the English (US) layout **before** starting the game or rebinding the key to open console.
+
+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.
+
+```
+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
+
+```
+bind "F5" "toggleconsole"
+```
+
+{% hint style="info" %}
+In the future this keybind should hopefully be adjustable via `Controls > Settings > Key Binds` from within Titanfall.\
+**Note** that if you're using the [Enhanced Menu Mod](https://github.com/taskinoz/Enhanced-Menu-Mod) this might already be the case
+{% endhint %}
+
+### List of commands
+
+| Command | Result |
+| ----------------------- | -------------- |
+| `sv_cheats 1` | Enable cheats |
+| `sv_cheats 0` | Disable cheats |
+| TODO more commands here | |
diff --git a/using-northstar/direct-connect.md b/using-northstar/direct-connect.md
index ebb82c5..78e37b5 100644
--- a/using-northstar/direct-connect.md
+++ b/using-northstar/direct-connect.md
@@ -1,10 +1,12 @@
# Direct Connect
If a server is set to private and doesn't show up in the server browser, you can directly connect to it from the console by:
-1. Pressing `~` will open the command console. If it is bound to something else you can change it in `Controls > Settings > Key Binds`
-2. Type in `connect <ip address>:<port number>`. The default port is `37015`.
+
+1. [Opening the console](commands.md#opening-the-console).
+2. Typing in `connect <ip address>:<port number>`. The default port is `37015`.
If you are using a normal Titanfall 2 client (Note this will only work on servers with `ns_auth_allow_insecure 1`):
+
1. Open Origin, click on Titanfall 2 and Click on the settings icon.
2. Click `Game Properties` and select `Advanced Launch Options`.
3. Add `+bind "KEY" "connect <ip address>:<port>"`