From ac4c50c95cfb745ca0592d6376c0fa422df2df48 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 1 Jan 2022 16:37:35 +0000 Subject: GitBook: [#25] Describe repo setup --- docs/development.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 85ad264..e810532 100644 --- a/docs/development.md +++ b/docs/development.md @@ -6,5 +6,23 @@ description: >- # Development -> TODO: Add proper build instructions here +### Repositories + +Northstar is split over multiple git repositories that fulfil different functions. + +* [Northstar](development.md#repositories):\ + Contains compiled and packaged releases +* [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher):\ + Contains the source for the launcher used to modify the Titanfall|2 install to allow mods to be loaded. +* [NorthstarMods](https://github.com/R2Northstar/NorthstarMods):\ + Contains the standard mods shipped with Northstar to allow joining and hosting custom servers. +* [NorthstarMasterServer](https://github.com/R2Northstar/NorthstarMasterServer):\ + Contains the source for the master server used to authenticate clients, display the server browser list, and connect clients to community hosted servers. +* [NorthstarWiki](https://github.com/R2Northstar/NorthstarWiki):\ + The repository for this wiki. + + +### Setup + +> TODO: Add proper build instructions here -- cgit v1.2.3