Launcher used to modify Titanfall 2 to allow Northstar mods and custom content to be loaded.
Check BUILD.md for instructions on how to compile, you can also download binaries built by GitHub Actions.
You also need to get a copy of the Epic Online Services SDK. The contents of the "SDK" folder should go inside src/thirdparty/eossdk
For project coding standards check out STANDARDS.md.
This project uses clang-format, make sure you run clang-format -i --style=file --exclude=src/include src/*.cpp src/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.