Go to file
F1F7Y 89996405ee
Move to cmake (#467)
Moves the entire project to cmake as the build system
2023-06-22 11:47:46 +02:00
.github Move to cmake (#467) 2023-06-22 11:47:46 +02:00
NorthstarDLL Move to cmake (#467) 2023-06-22 11:47:46 +02:00
NorthstarLauncher Move to cmake (#467) 2023-06-22 11:47:46 +02:00
include Remove httplib 2023-04-17 14:50:10 -04:00
loader_wsock32_proxy Move to cmake (#467) 2023-06-22 11:47:46 +02:00
.clang-format Update clang-format 2022-04-13 19:30:22 -03:00
.editorconfig Add editorconfig file (#246) 2022-08-24 22:34:53 +01:00
.git-blame-ignore-revs Ignore folder rename (#245) 2022-08-24 23:36:27 +02:00
.gitattributes Add .gitattributes 2022-02-06 11:38:05 -03:00
.gitignore Move to cmake (#467) 2023-06-22 11:47:46 +02:00
BUILD.md Move to cmake (#467) 2023-06-22 11:47:46 +02:00
CMakeLists.txt Move to cmake (#467) 2023-06-22 11:47:46 +02:00
CMakeSettings.json Move to cmake (#467) 2023-06-22 11:47:46 +02:00
LICENSE Initial commit 2021-07-08 15:05:39 +01:00
README.md Add newline 2022-09-02 02:19:54 +02: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 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.