aboutsummaryrefslogtreecommitdiff
path: root/docs/using-northstar
diff options
context:
space:
mode:
authorCommander Neon <58310402+cmdrneon@users.noreply.github.com>2023-05-02 07:58:11 -0400
committerGitHub <noreply@github.com>2023-05-02 13:58:11 +0200
commit800f276db2c685be8c552a4ef8e5bf238a1a59d2 (patch)
treebb9c21b3c88db22c80cb3cc699ad345ec96ee32e /docs/using-northstar
parent7fb3a48f298feb70f756d09f11195bd4050a7217 (diff)
downloadNorthstarWiki-800f276db2c685be8c552a4ef8e5bf238a1a59d2.tar.gz
NorthstarWiki-800f276db2c685be8c552a4ef8e5bf238a1a59d2.zip
Move `using-northstar/mods.md` to the dedicated `using-northstar` directory (#175)
* Move mods.md to discrete using-northstar directory * Update SUMMARY.md
Diffstat (limited to 'docs/using-northstar')
-rw-r--r--docs/using-northstar/mods.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/using-northstar/mods.md b/docs/using-northstar/mods.md
new file mode 100644
index 0000000..38c5b34
--- /dev/null
+++ b/docs/using-northstar/mods.md
@@ -0,0 +1,24 @@
+# Mods
+
+![Northstar Mods](https://user-images.githubusercontent.com/7439692/146625579-20586c9e-2e23-4c5d-ba56-27b6eb1ffff4.jpg)
+
+## Pre-installed mods
+
+Northstar by default comes with 3 mods installed. They are located in the `Titanfall2\R2Northstar\mods` folder. You can access these from the `Mods` menu at the bottom of the main menu.
+
+- **Northstar.Client** - Various ui and client changes to fix bugs and add better support for mods
+- **Northstar.Custom** - Additional gamemodes and weapons for the game, such as Fastball, Titan Tag, Infection, and Hide and Seek.
+- **Northstar.CustomServers** - The basic mod for hosting servers with additional match settings
+
+## Community created mods
+
+Northstar additionally has many mods that are created by members of the community which are avaliable on the [Northstar Discord](https://northstar.tf/discord).
+They can be found in the following channels:
+
+- `#northstar-client-mods` for client-side only mods like HUD changes, skins, etc.
+- `#northstar-server-mods` for mods that primarily target servers, like new gamemodes, moderation tools, etc.
+
+### Thunderstore
+
+Northstar also has a [Thunderstore](https://northstar.thunderstore.io/) page! You can find lots of mods here too! These mods are packaged slightly differently, and therefore have a different install proccess.
+In each `.zip` you download from Thunderstore, there will, at minimum be 2 files, `icon.png` and `manifest.json`. You can ignore or delete those. There will also be a folder called `mods` and in said folder the mod itself. Move the contents of the mods folder into `R2Northstar\mods` and you should be good!