aboutsummaryrefslogtreecommitdiff
path: root/docs/modding-and-development/development/northstarmasterserver/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+gitbook@protonmail.com>2022-06-16 15:49:40 +0000
committergitbook-bot <ghost@gitbook.com>2022-06-16 15:49:40 +0000
commita47293ae32ef2e616d18d73f29a753e83f14c395 (patch)
tree53709f689dc7d8acc2cf1594005c82816e76032a /docs/modding-and-development/development/northstarmasterserver/README.md
parent1a76b5e319ef7304081fa63a41b82bb976b9c962 (diff)
downloadNorthstarWiki-a47293ae32ef2e616d18d73f29a753e83f14c395.tar.gz
NorthstarWiki-a47293ae32ef2e616d18d73f29a753e83f14c395.zip
GitBook: [#47] Move Testing page into Development section
Diffstat (limited to 'docs/modding-and-development/development/northstarmasterserver/README.md')
-rw-r--r--docs/modding-and-development/development/northstarmasterserver/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/modding-and-development/development/northstarmasterserver/README.md b/docs/modding-and-development/development/northstarmasterserver/README.md
new file mode 100644
index 0000000..c6fbadb
--- /dev/null
+++ b/docs/modding-and-development/development/northstarmasterserver/README.md
@@ -0,0 +1,11 @@
+# NorthstarMasterServer
+
+## Introduction
+
+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.
+
+## Contents
+
+* [Deploy](deploy.md)