Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save begin-theadventure/b74370800fcf6b12ee55c7d2487eb6e8 to your computer and use it in GitHub Desktop.
Save begin-theadventure/b74370800fcf6b12ee55c7d2487eb6e8 to your computer and use it in GitHub Desktop.
How to play Titanfall 2 Vanilla with Northstar mods / the Northstar client.
Tutorial
https://gist.github.com/begin-theadventure/b74370800fcf6b12ee55c7d2487eb6e8?permalink_comment_id=4634027#gistcomment-4634027
@begin-theadventure
Copy link
Author

begin-theadventure commented Jul 19, 2023

Try VanillaPlus.
Video tutorial.

Previously, when there was no VanillaPlus (without).
  1. Download Northstar v1.12.7, newer versions currently cause an issue.
    Only Northstar.dll needs to be replaced with the one from v1.12.7, in the Titanfall2 folder.
    Backup the latest Northstar.dll and use it if you want to play on Northstar servers.

  2. Steam or/and Origin/EA App launch options: -norestrictservercommands -profile=R2Vanilla.

  3. The console will be empty, for example, so to fix this, we need to create a mod.

    Mods will be in path/to/Titanfall2/R2Vanilla/mods.

    Northstar.resource (folder):

    mod.json:

    {
       "Name": "Northstar.resource",
       "Description": "Restores some UI stuff in Vanilla without breakage",
       "Version": "0.0.0",
       "LoadPriority": 0,
       "ConVars": [
       ]
    }

    Northstar.resource/mod: create a shortcut (symlink) here from path/to/Titanfall2/R2Northstar/mods/Northstar.Client/mod/resource.

    Another good mod to have is Auto Matchmaking.

  4. Play.

    Note that not all mods work in Vanilla.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment