From 409af09c36796f114c0be597fa70a6067cb3bcac Mon Sep 17 00:00:00 2001 From: Commander Neon <58310402+cmdrneon@users.noreply.github.com> Date: Wed, 3 May 2023 11:57:38 -0400 Subject: Move `using-northstar/direct-connect.md` to the dedicated `using-northstar` directory (#178) --- docs/SUMMARY.md | 2 +- .../installing-northstar/using-northstar/direct-connect.md | 14 -------------- .../development/northstarmasterserver/README.md | 2 +- docs/using-northstar/direct-connect.md | 14 ++++++++++++++ 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 docs/installing-northstar/using-northstar/direct-connect.md create mode 100644 docs/using-northstar/direct-connect.md (limited to 'docs') diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 6583513..50ef6d2 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -21,7 +21,7 @@ * [Using Northstar](using-northstar/README.md) * [Mods](using-northstar/mods.md) * [Server Browser](installing-northstar/using-northstar/server-browser.md) - * [Direct Connect](installing-northstar/using-northstar/direct-connect.md) + * [Direct Connect](using-northstar/direct-connect.md) * [Gamemodes](using-northstar/gamemodes.md) * [Commands](using-northstar/commands.md) * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md) diff --git a/docs/installing-northstar/using-northstar/direct-connect.md b/docs/installing-northstar/using-northstar/direct-connect.md deleted file mode 100644 index 78e37b5..0000000 --- a/docs/installing-northstar/using-northstar/direct-connect.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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 :`. 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 :"` -4. Open the game and select a single player level e.g The Gauntlet -5. Press the `KEY` you specified in step 3 diff --git a/docs/modding-and-development/development/northstarmasterserver/README.md b/docs/modding-and-development/development/northstarmasterserver/README.md index 1d9f660..e40cef5 100644 --- a/docs/modding-and-development/development/northstarmasterserver/README.md +++ b/docs/modding-and-development/development/northstarmasterserver/README.md @@ -8,7 +8,7 @@ The old NodeJS master server has been replaced in favour of the Go rewrite calle The master server is responsible for centralizing game servers created by players, it also verifies that connecting players own an Origin account with Titanfall 2. -There's no need to host your own master server to play games with other people, you can use [direct connect](../../../installing-northstar/using-northstar/direct-connect.md) or just setup a [normal server](../../../hosting-a-server-with-northstar/basic-listen-server.md) that announces itself to `northstar.tf`. This tutorial is aimed for those who want to contribute improvements to the code or test their own changes to the project. +There's no need to host your own master server to play games with other people, you can use [direct connect](../../../using-northstar/direct-connect.md) or just setup a [normal server](../../../hosting-a-server-with-northstar/basic-listen-server.md) that announces itself to `northstar.tf`. This tutorial is aimed for those who want to contribute improvements to the code or test their own changes to the project. ## Contents diff --git a/docs/using-northstar/direct-connect.md b/docs/using-northstar/direct-connect.md new file mode 100644 index 0000000..78e37b5 --- /dev/null +++ b/docs/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 :`. 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 :"` +4. Open the game and select a single player level e.g The Gauntlet +5. Press the `KEY` you specified in step 3 -- cgit v1.2.3