Skip to content

Commit b25d60a

Browse files
authored
Update README.md
1 parent e097832 commit b25d60a

File tree

1 file changed

+35
-9
lines changed

1 file changed

+35
-9
lines changed

README.md

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
1-
# northstar-mod-template
2-
Northstar mod template for northstar.thunderstore.io compatible mods.
1+
# NP.VanillaPlus
2+
Patch for Northstar.Client to enable client-side mods on official servers.
33

4-
# READ!
4+
# THIS HAS A NON-STANDARD INSTALL PROCESS!
5+
This guide assumes you have standard Northstar installed already. If you don't, go install that and then come back here.
56

6-
Please change the folder name of Example.Mod to your mods name.
7+
# Install
78

8-
Please modify the manifest.json and mod.json and change everything to your mods needs.
9-
Make sure the version between them both is the same.
9+
1.) Create a folder in your `Titanfall2 Directory` called `R2Titanfall`
1010

11-
Make sure you change the LICENSE file too, its currently a
12-
MIT license and you need to change the COPYRIGHT_HOLDER to your name.
11+
2.) Inside of that folder, create another one called `mods`
1312

14-
There is a empty example Squirrel script in mods/Example.Mod/mod/scripts/vscripts/. You likely want to rename and modify or replace that file.
13+
3.) place the `NP.VanillaPlus` folder inside of that folder
14+
15+
4.) Download the latest release of Northstar and unzip it
16+
17+
5.) Navigate into `Northstar/R2Northstar/mods` and copy `Northstar.Client` from there into the `mods` folder of the `R2Titanfall` folder we created earlier
18+
19+
6.) It should look like this
20+
```
21+
Titanfall2
22+
+R2Titanfall
23+
+mods
24+
+Northstar.Client
25+
+NP.VanillaPlus
26+
```
27+
28+
7.) Create a file called `R2Titanfall.txt`, open it and paste the following into it
29+
```
30+
start "G:\SteamLibrary\steamapps\common\Titanfall2" NorthstarLauncher.exe -norestrictservercommands -profile=R2Titanfall
31+
```
32+
Now save it and rename it to `R2Titanfall.bat`
33+
34+
8.) Double click `R2Titanfall.bat` to launch the Vanilla+ Profile we just made
35+
36+
# Install (Easier Alternative Method)
37+
38+
1.) Download the latest Release and unzip it, then put the files from that zip in your `Titanfall2` folder (where the `Titanfall2.exe` is)
39+
40+
2.) Double click `R2Titanfall.bat` to play Vanilla+

0 commit comments

Comments
 (0)