diff options
author | TH3-S4LM0N <99826409+TH3-S4LM0N@users.noreply.github.com> | 2022-06-14 14:28:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 21:28:41 +0200 |
commit | e75b4ff6b51c181c35394a8beef6639c165e4309 (patch) | |
tree | dec8bc8686365eca918a30c59c2578b5371698a2 /docs | |
parent | ff5f4d1a40f6fa055164b1d3d9f8eb58da781acc (diff) | |
download | NorthstarWiki-e75b4ff6b51c181c35394a8beef6639c165e4309.tar.gz NorthstarWiki-e75b4ff6b51c181c35394a8beef6639c165e4309.zip |
Mention mod installation from Thunderstore (#86)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-northstar/using-northstar/mods.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/mods.md b/docs/installing-northstar/using-northstar/mods.md index bce2c4e..38c5b34 100644 --- a/docs/installing-northstar/using-northstar/mods.md +++ b/docs/installing-northstar/using-northstar/mods.md @@ -17,3 +17,8 @@ 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! |