aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/SUMMARY.md8
-rw-r--r--docs/modding-and-development/development/northstarlauncher.md (renamed from docs/modding-and-development/development/repositories/northstarlauncher.md)0
-rw-r--r--docs/modding-and-development/development/northstarmasterserver/README.md11
-rw-r--r--docs/modding-and-development/development/northstarmasterserver/deploy.md (renamed from docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md)8
-rw-r--r--docs/modding-and-development/development/repositories/northstarmasterserver/README.md11
-rw-r--r--docs/modding-and-development/development/testing.md (renamed from docs/modding-and-development/testing.md)0
6 files changed, 19 insertions, 19 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 9bec459..a07635f 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -37,10 +37,10 @@
* [Modding](modding/README.md)
* [Development](modding-and-development/development/README.md)
* [Repositories](modding-and-development/development/repositories/README.md)
- * [NorthstarLauncher](modding-and-development/development/repositories/northstarlauncher.md)
- * [NorthstarMasterServer](modding-and-development/development/repositories/northstarmasterserver/README.md)
- * [Deploy](modding-and-development/development/repositories/northstarmasterserver/deploy.md)
-* [Testing](modding-and-development/testing.md)
+ * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md)
+ * [NorthstarMasterServer](modding-and-development/development/northstarmasterserver/README.md)
+ * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md)
+ * [Testing](modding-and-development/development/testing.md)
## Other
diff --git a/docs/modding-and-development/development/repositories/northstarlauncher.md b/docs/modding-and-development/development/northstarlauncher.md
index 89aeca4..89aeca4 100644
--- a/docs/modding-and-development/development/repositories/northstarlauncher.md
+++ b/docs/modding-and-development/development/northstarlauncher.md
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)
diff --git a/docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md b/docs/modding-and-development/development/northstarmasterserver/deploy.md
index e1d5985..c384730 100644
--- a/docs/modding-and-development/development/repositories/northstarmasterserver/deploy.md
+++ b/docs/modding-and-development/development/northstarmasterserver/deploy.md
@@ -1,4 +1,4 @@
-# Deploying Master Server
+# Deploy
## Development
@@ -7,10 +7,10 @@ A Development Master Server uses http requests, it should be used for developmen
### Installation steps
1. Clone [NorthstarMasterServer](https://github.com/R2Northstar/NorthstarMasterServer).
-1. Copy the default [dev.env](https://github.com/R2Northstar/NorthstarMasterServer/blob/main/dev.env) to `.env` replace the ip with `127.0.0.1`.
-1. Run `npm install` && `npm run watch`.
+2. Copy the default [dev.env](https://github.com/R2Northstar/NorthstarMasterServer/blob/main/dev.env) to `.env` replace the ip with `127.0.0.1`.
+3. Run `npm install` && `npm run watch`.
-Your master server is now running, to connect to it you need to change some configuration files.
+Your master server is now running, to connect to it you need to change some configuration files.
Northstar default masterserver is https://northstar.tf, to point to a new location you need to modify this URL in the `autoexec_ns_server.cfg` and `autoexec_ns_client.cfg` config files.
diff --git a/docs/modding-and-development/development/repositories/northstarmasterserver/README.md b/docs/modding-and-development/development/repositories/northstarmasterserver/README.md
deleted file mode 100644
index 2b5ac8a..0000000
--- a/docs/modding-and-development/development/repositories/northstarmasterserver/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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/testing.md b/docs/modding-and-development/development/testing.md
index 6c237dd..6c237dd 100644
--- a/docs/modding-and-development/testing.md
+++ b/docs/modding-and-development/development/testing.md