diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-01-15 18:57:36 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-01-15 18:57:36 +0000 |
commit | 3bd50d2052b8b2162178982ed546db2dbf0f4b6c (patch) | |
tree | 3083b8f8e5b83b76029e0220e9dabb513f892ed8 /docs/installing-northstar/using-northstar/direct-connect.md | |
parent | a9195530b5f5d18edac35193090f527e3f84dcfd (diff) | |
download | NorthstarWiki-3bd50d2052b8b2162178982ed546db2dbf0f4b6c.tar.gz NorthstarWiki-3bd50d2052b8b2162178982ed546db2dbf0f4b6c.zip |
GitBook: [#38] Clean up "Using Northstar" in sidebar
Diffstat (limited to 'docs/installing-northstar/using-northstar/direct-connect.md')
-rw-r--r-- | docs/installing-northstar/using-northstar/direct-connect.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/direct-connect.md b/docs/installing-northstar/using-northstar/direct-connect.md new file mode 100644 index 0000000..78e37b5 --- /dev/null +++ b/docs/installing-northstar/using-northstar/direct-connect.md @@ -0,0 +1,14 @@ +# 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. [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>"` +4. Open the game and select a single player level e.g The Gauntlet +5. Press the `KEY` you specified in step 3 |