Go to file
Barichello 04b0b417d1
Update clang-format
Configs suggested by: https://github.com/R2Northstar/NorthstarLauncher/issues/119#issuecomment-1079788384
Closes #119
2022-04-13 19:30:22 -03:00
.github/workflows Multiple workflow triggers 2022-02-08 00:38:51 -03:00
LauncherInjector Update ns_icon.ico (#127) 2022-04-12 17:46:55 -03:00
NorthstarDedicatedTest Fix formatting to stop clang-format failing in CI (#143) 2022-04-13 19:23:20 -03:00
loader_launcher_proxy Major exploit fixes and some minor bug fixes/improvements (#117) 2022-03-26 23:20:09 +00:00
loader_wsock32_proxy Implement KittenPopo exploit fixes (and sanity changes) (#112) 2022-03-23 20:03:56 +00:00
.clang-format Update clang-format 2022-04-13 19:30:22 -03:00
.git-blame-ignore-revs Ignore formatting changes in git blame 2022-02-08 13:25:05 -03:00
.gitattributes Add .gitattributes 2022-02-06 11:38:05 -03:00
.gitignore Initial commit 2021-07-08 15:05:39 +01:00
BUILD.md Update link to Discord server 2022-03-23 03:04:07 -03:00
LICENSE Initial commit 2021-07-08 15:05:39 +01:00
R2Northstar.sln add wsock32 proxy!!! (it works quite nicely) 2022-01-02 07:57:21 +01:00
README.md Implement KittenPopo exploit fixes (and sanity changes) (#112) 2022-03-23 20:03:56 +00:00

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 LauncherInjector/*.cpp LauncherInjector/*.h NorthstarDedicatedTest/*.cpp NorthstarDedicatedTest/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.