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.
Go to file
GeckoEidechse 5d946ca2c1
CI create release and upload files on tag (#439)
1 week ago
.github CI create release and upload files on tag (#439) 1 week ago
NorthstarDLL Fix `sv_alltalk 1` (broken originally by respawn changes) (#291) 3 weeks ago
NorthstarLauncher Move include directory (#337) 4 months ago
include Move include directory (#337) 4 months ago
loader_wsock32_proxy big refactor (#171) 5 months ago
.clang-format Update clang-format 12 months ago
.editorconfig Add editorconfig file (#246) 7 months ago
.git-blame-ignore-revs Ignore folder rename (#245) 7 months ago
.gitattributes Add .gitattributes 1 year ago
.gitignore Initial commit 2 years ago
BUILD.md Update link to Discord server 1 year ago
LICENSE Initial commit 2 years ago
R2Northstar.sln Remove launcher proxy (#363) 4 months ago
README.md Add newline 7 months ago

README.md

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

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.