diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-11-05 00:29:51 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-11-05 00:29:51 +0100 |
commit | f270f250fdc027330ee3c8c2fe3fd64c462e4527 (patch) | |
tree | 173f285aafcfc649b0ea0f9d3fdc5eaa02336976 | |
parent | 3334717a33fa7f7653bd25784b79902be4a1b39a (diff) | |
download | NorthstarWiki-f270f250fdc027330ee3c8c2fe3fd64c462e4527.tar.gz NorthstarWiki-f270f250fdc027330ee3c8c2fe3fd64c462e4527.zip |
Add links to new repos
-rw-r--r-- | docs/modding-and-development/development/repositories/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/modding-and-development/development/repositories/README.md b/docs/modding-and-development/development/repositories/README.md index db59a0b..bce048e 100644 --- a/docs/modding-and-development/development/repositories/README.md +++ b/docs/modding-and-development/development/repositories/README.md @@ -2,6 +2,8 @@ Northstar is split over multiple git repositories that fulfill different functions. +* [Atlas](https://github.com/R2Northstar/Atlas):\ + The next-gen master server for Northstar * [Northstar](https://github.com/R2Northstar/Northstar):\ Contains compiled and packaged releases * [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher):\ @@ -9,13 +11,15 @@ Northstar is split over multiple git repositories that fulfill different functio * [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. + Contains the source for the old master server used to authenticate clients, display the server browser list, and connect clients to community hosted servers. * [NorthstarDiscordRPC](https://github.com/R2Northstar/NorthstarDiscordRPC):\ Contains plugin to integrate Northstar with Discord's SDK to enable rich presence. * [NorthstarNavs](https://github.com/R2Northstar/NorthstarNavs):\ Contains custom navmesh files to use with TItanfall 2 AI * [NorthstarStubs](https://github.com/R2Northstar/NorthstarStubs):\ Contains D3D11 and GFSDK stubs for the Northstar dedicated server. +* [NorthstarTF](https://github.com/R2Northstar/NorthstarTF):\ + The Northstar website. * [NorthstarWiki](https://github.com/R2Northstar/NorthstarWiki):\ The repository for this wiki. * [ModdingDocs](https://github.com/R2Northstar/ModdingDocs):\ |