diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-09-17 17:05:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 18:05:31 +0200 |
commit | d29a941624e1c2a397dc1eb0b1cd615308c4d7e5 (patch) | |
tree | 75b210a8a29d78bafe3c0697cf652c6c41956b42 | |
parent | fdb98de43215f26e898e9e05746b21b96e892dde (diff) | |
download | NorthstarWiki-d29a941624e1c2a397dc1eb0b1cd615308c4d7e5.tar.gz NorthstarWiki-d29a941624e1c2a397dc1eb0b1cd615308c4d7e5.zip |
Add wiki page about toggling progression system (#217)
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/using-northstar/progression.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 8e63751..3450d91 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -26,6 +26,7 @@ * [Gamemodes](using-northstar/gamemodes.md) * [Commands](using-northstar/commands.md) * [Launch arguments](using-northstar/launch-arguments.md) + * [Progression System](using-northstar/progression.md) * [Advanced](using-northstar/advanced.md) * [FAQ](faq.md) diff --git a/docs/using-northstar/progression.md b/docs/using-northstar/progression.md new file mode 100644 index 0000000..5184250 --- /dev/null +++ b/docs/using-northstar/progression.md @@ -0,0 +1,13 @@ +# Progression + +As of version `1.19.0` Northstar allows you to toggle the progression system. +This means that you can choose whether to have everything unlocked or not. +By default progression is disabled and all weapons and skins are unlocked. + +## Enabling/Disabling Progression + +1. Go into the multiplayer lobby +2. Click on the "Toggle Progression" button at the bottom of the screen +![The "Toggle Progression" Button](https://github.com/R2Northstar/NorthstarWiki/assets/66967891/baa5791b-226e-4f97-a3ae-f47f1286f436) +3. Click "Yes" to toggle progression +![Dialogue explaining what toggling progression does](https://github.com/R2Northstar/NorthstarWiki/assets/66967891/b7ac692f-fb74-4772-b2f9-f1c1b22719a8)
\ No newline at end of file |