diff options
Diffstat (limited to 'docs/modding-and-development/development')
-rw-r--r-- | docs/modding-and-development/development/northstarmasterserver/README.md | 11 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/README.md | 3 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/northstarlauncher.md (renamed from docs/modding-and-development/development/northstarlauncher.md) | 0 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/northstarmasterserver/README.md | 11 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md (renamed from docs/modding-and-development/development/northstarmasterserver/deploy.md) | 0 |
5 files changed, 14 insertions, 11 deletions
diff --git a/docs/modding-and-development/development/northstarmasterserver/README.md b/docs/modding-and-development/development/northstarmasterserver/README.md deleted file mode 100644 index 85ab24e..0000000 --- a/docs/modding-and-development/development/northstarmasterserver/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Hosting a Master Server - -## 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) diff --git a/docs/modding-and-development/development/repositories/README.md b/docs/modding-and-development/development/repositories/README.md new file mode 100644 index 0000000..d459d3b --- /dev/null +++ b/docs/modding-and-development/development/repositories/README.md @@ -0,0 +1,3 @@ +# Repositories + +The Northstar codebase stretches over multiple repositories, with different repos containing code for different aspects of Northstar. Check sub-pages for a description of some of them. diff --git a/docs/modding-and-development/development/northstarlauncher.md b/docs/modding-and-development/development/repositories/northstarlauncher.md index 89aeca4..89aeca4 100644 --- a/docs/modding-and-development/development/northstarlauncher.md +++ b/docs/modding-and-development/development/repositories/northstarlauncher.md diff --git a/docs/modding-and-development/development/repositories/northstarmasterserver/README.md b/docs/modding-and-development/development/repositories/northstarmasterserver/README.md new file mode 100644 index 0000000..2b5ac8a --- /dev/null +++ b/docs/modding-and-development/development/repositories/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) diff --git a/docs/modding-and-development/development/northstarmasterserver/deploy.md b/docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md index e1d5985..e1d5985 100644 --- a/docs/modding-and-development/development/northstarmasterserver/deploy.md +++ b/docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md |