aboutsummaryrefslogtreecommitdiff
path: root/docs/modding-and-development
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-20 01:52:13 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-20 01:52:13 +0200
commita1a9a6e31822fb148dfe8bbca608587c48f71f76 (patch)
tree5042a55240346c8829a5429d05ee93a05f4b96f1 /docs/modding-and-development
parentcce17a0ece11aed93dbb6d2adf3165df9e7fc656 (diff)
downloadNorthstarWiki-a1a9a6e31822fb148dfe8bbca608587c48f71f76.tar.gz
NorthstarWiki-a1a9a6e31822fb148dfe8bbca608587c48f71f76.zip
Add install instructions for Launcher PR
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r--docs/modding-and-development/testing.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md
index 9722d0d..12ca44e 100644
--- a/docs/modding-and-development/testing.md
+++ b/docs/modding-and-development/testing.md
@@ -33,7 +33,22 @@ After testing, make sure to mention the steps tested in your review.
### NorthstarLauncher
-TODO
+Before starting, make sure you have a **working and up-to-date Northstar install** and you're **logged into GitHub with your GitHub account** (downloading files from CI only works while logged into any GitHub account)!
+
+1. Head to the bottom of the page of the PR and click on "_Show all checks_"
+![rcon1](https://user-images.githubusercontent.com/40122905/179726100-48945eb6-3ebe-467f-acef-1c7d56f3e4bd.png)
+
+2. For "_CI / build (pull_request)_" click on "_Details_"
+![rcon2](https://user-images.githubusercontent.com/40122905/179726993-d1cb7849-a2fc-4d0d-9379-cf4e279469a1.png)
+
+
+3. From here click on "_Summary_"
+![rcon3](https://user-images.githubusercontent.com/40122905/179727326-5e6d64c7-6ff0-472a-ac7d-7e4f04d6bac9.png)
+
+4. And then click on "_NorthstarLauncher-XXXXXXX_"
+![rcon4](https://user-images.githubusercontent.com/40122905/179727511-877641f8-e5fc-4a34-bcf1-29bafefc1ad2.png)
+
+5. Once downloaded, open the zip and copy `Northstar.dll` and `NorthstarLauncher.exe` to your Titanfall2 folder, overwriting the existing DLL and EXE in there.
### NorthstarMods