From 800f276db2c685be8c552a4ef8e5bf238a1a59d2 Mon Sep 17 00:00:00 2001 From: Commander Neon <58310402+cmdrneon@users.noreply.github.com> Date: Tue, 2 May 2023 07:58:11 -0400 Subject: Move `using-northstar/mods.md` to the dedicated `using-northstar` directory (#175) * Move mods.md to discrete using-northstar directory * Update SUMMARY.md --- docs/using-northstar/mods.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/using-northstar/mods.md (limited to 'docs/using-northstar') 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! -- cgit v1.2.3