Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 951 Bytes

File metadata and controls

16 lines (9 loc) · 951 Bytes

NorthstarLauncher

Build Status

Launcher used to modify Titanfall 2 to allow Northstar mods and custom content to be loaded.

Build

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

Format

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.