diff options
author | Jan <sentrycraft123@gmail.com> | 2023-07-21 19:56:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 19:56:37 +0200 |
commit | 57d639f4960849be5f52e8702d5108bac5a0345d (patch) | |
tree | aec283ede00b17f8bf76f4bf497e273a60807f09 | |
parent | f96a1767613b853a6d8502d4345324e82be2e9b0 (diff) | |
download | NorthstarWiki-57d639f4960849be5f52e8702d5108bac5a0345d.tar.gz NorthstarWiki-57d639f4960849be5f52e8702d5108bac5a0345d.zip |
Add page for documenting packages (#201)
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/using-northstar/packages.md | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 2e74093..c922c83 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -20,6 +20,7 @@ * [Using Northstar](using-northstar/README.md) * [Mods](using-northstar/mods.md) + * [Packages](using-northstar/packages.md) * [Server Browser](using-northstar/server-browser.md) * [Direct Connect](using-northstar/direct-connect.md) * [Gamemodes](using-northstar/gamemodes.md) diff --git a/docs/using-northstar/packages.md b/docs/using-northstar/packages.md new file mode 100644 index 0000000..02468f6 --- /dev/null +++ b/docs/using-northstar/packages.md @@ -0,0 +1,10 @@ +# Packages + +Packages are community created mods with the [Thunderstore](https://northstar.thunderstore.io/) package structure retained used for installation via Mod Managers. They are located in the `Titanfall2\R2Northstar\packages` folder and can be accessed via the `Mods` menu at the bottom of the main menu. + +## Manual installation + +1. Download a mod from Thunderstore +2. Right click the relevant Zip and _Extract All_ \ + (Keep the suggested destination folder) +3. Copy the output folder into `Titanfall2\R2Northstar\packages` |