Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 780 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 780 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.

Format

For project coding standards check out STANDARDS.md.

This project uses clang-format, make sure you run clang-format -i --style=file --exclude=primedev/include primedev/*.cpp primedev/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.