⚠️ DEPRECATED⚠️ This tools has been deprecated in favour of importing the functionality to FlightCore. For info on how to use FlightCore to install pull requests, check this README
A small tool to ease in testing PRs for Northstar.
Allows for 1-click download of a PR to Titanfall2 install folder as a separate profile. Also places a batch file into your Titanfall2 folder called r2ns-launch-mod-pr-version.bat
which launches Northstar with the PR profile.
Note: This tool is aimed at developers and expects a working Northstar install. Further it gives no guarantees to maintaining your Northstar install. Do not complain if your Northstar install breaks and requires reinstalling Northstar!
If you just want a tool to auto-install and update Northstar, use FlightCore instead.
Simply download the latest release for your platform (Windows or Linux) from the releases page, unzip it, and run.
Set your Titanfall2 install path (should be saved between restarts), get the list of current pull requests for NorthstarLauncher or NorthstarMods, and then click "Apply PR" on the appropriate PR.
Like any Rust project use cargo to build and run the code, e.g. cargo run
.
If you want to fork the code for your own project, note that it uses the self_update
crate for updates. The source for updates is hardcoded to this repository and would need to be changed to your own in main.rs
.