From d29a941624e1c2a397dc1eb0b1cd615308c4d7e5 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:05:31 +0100 Subject: Add wiki page about toggling progression system (#217) --- docs/SUMMARY.md | 1 + docs/using-northstar/progression.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/using-northstar/progression.md 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 -- cgit v1.2.3