From addf9d4842f1fe5a43a7230876fefd97a35f43bd Mon Sep 17 00:00:00 2001 From: Cyn <70904206+itscynxx@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:25:34 -0600 Subject: [PATCH 1/3] Update manual update section to mention deleting core mods --- docs/installing-northstar/manual-installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installing-northstar/manual-installation.md b/docs/installing-northstar/manual-installation.md index 4242708e..4e031cc3 100644 --- a/docs/installing-northstar/manual-installation.md +++ b/docs/installing-northstar/manual-installation.md @@ -3,7 +3,8 @@ ## Installing Northstar: {% embed url="https://www.youtube.com/watch?v=bK4pV-AHOHM" %} -Firstly, note that the Northstar client is only available on PC and requires you to **both own the game and have it installed**. +Firstly, note that the Northstar client is only available on PC and requires you to **both own the game and have it installed**.\ +**If you're looking to update Northstar, read [this](./manual-installation.md#updating-northstar) first.** 1. Download the latest version of Northstar from the [releases](https://github.com/R2Northstar/Northstar/releases) page 2. Copy all the files in the newly downloaded zip folder to your `Titanfall2` folder.\ @@ -33,7 +34,8 @@ Should you notice any issues/warnings/errors while running Northstar, check the ## Updating Northstar -To update, simply follow the same process you used to install Northstar using the newest zipped release of Northstar. When copying the new files make sure to select "_Overwrite_".\ +To update, first delete the core mods (`Northstar.Client`, `Northstar.Custom`, and `Northstar.CustomServers`) from `Titanfall2/R2Northstar/mods`. Then, simply follow the same process you used to install Northstar using the newest zipped release of Northstar.\ +When copying the new files, if prompted, make sure to select "_Overwrite_".\ Note that if you modified some files like `ns_startup_args.txt`, these will also be overwritten. If you want to keep the changes you made make sure to make a copy of these files beforehand and change them back after applying the update. ## Installing Northstar mods manually From 87a18e9be939786f9b25f0db210cd9c108628265 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:50:25 +0100 Subject: [PATCH 2/3] Add newline in source --- docs/installing-northstar/manual-installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing-northstar/manual-installation.md b/docs/installing-northstar/manual-installation.md index 4e031cc3..d6d8ef93 100644 --- a/docs/installing-northstar/manual-installation.md +++ b/docs/installing-northstar/manual-installation.md @@ -34,7 +34,8 @@ Should you notice any issues/warnings/errors while running Northstar, check the ## Updating Northstar -To update, first delete the core mods (`Northstar.Client`, `Northstar.Custom`, and `Northstar.CustomServers`) from `Titanfall2/R2Northstar/mods`. Then, simply follow the same process you used to install Northstar using the newest zipped release of Northstar.\ +To update, first delete the core mods (`Northstar.Client`, `Northstar.Custom`, and `Northstar.CustomServers`) from `Titanfall2/R2Northstar/mods`. +Then, simply follow the same process you used to install Northstar using the newest zipped release of Northstar.\ When copying the new files, if prompted, make sure to select "_Overwrite_".\ Note that if you modified some files like `ns_startup_args.txt`, these will also be overwritten. If you want to keep the changes you made make sure to make a copy of these files beforehand and change them back after applying the update. From 76589fed010482e69144cfa63e84d22563231186 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 8 Jan 2024 16:55:18 +0100 Subject: [PATCH 3/3] Move comment about updating to note --- docs/installing-northstar/manual-installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/installing-northstar/manual-installation.md b/docs/installing-northstar/manual-installation.md index d6d8ef93..c55dcf47 100644 --- a/docs/installing-northstar/manual-installation.md +++ b/docs/installing-northstar/manual-installation.md @@ -3,8 +3,11 @@ ## Installing Northstar: {% embed url="https://www.youtube.com/watch?v=bK4pV-AHOHM" %} -Firstly, note that the Northstar client is only available on PC and requires you to **both own the game and have it installed**.\ -**If you're looking to update Northstar, read [this](./manual-installation.md#updating-northstar) first.** +Firstly, note that the Northstar client is only available on PC and requires you to **both own the game and have it installed**. + +{% hint style="info" %} +If you're looking to update Northstar, read [this](./manual-installation.md#updating-northstar) instead. +{% endhint %} 1. Download the latest version of Northstar from the [releases](https://github.com/R2Northstar/Northstar/releases) page 2. Copy all the files in the newly downloaded zip folder to your `Titanfall2` folder.\