You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
.github | 1 week ago | |
NorthstarDLL | 3 weeks ago | |
NorthstarLauncher | 4 months ago | |
include | 4 months ago | |
loader_wsock32_proxy | 5 months ago | |
.clang-format | 12 months ago | |
.editorconfig | 7 months ago | |
.git-blame-ignore-revs | 7 months ago | |
.gitattributes | 1 year ago | |
.gitignore | 2 years ago | |
BUILD.md | 1 year ago | |
LICENSE | 2 years ago | |
R2Northstar.sln | 4 months ago | |
README.md | 7 months ago |
README.md
NorthstarLauncher
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
This project uses clang-format, make sure you run clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h
when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.