Go to file
GeckoEidechse 5cbe9f7317 test ci format check 2023-09-17 01:45:16 +02:00
.github Export Northstar version number in DLL (#542) 2023-09-15 01:42:21 +02:00
NorthstarDLL test ci format check 2023-09-17 01:45:16 +02:00
NorthstarLauncher test ci format check 2023-09-17 01:45:16 +02:00
cmake Replace vendored libcurl and minhook with submodules (#500) 2023-07-22 02:22:26 +02:00
loader_wsock32_proxy test ci format check 2023-09-17 01:45:16 +02:00
thirdparty Replace vendored libcurl and minhook with submodules (#500) 2023-07-22 02:22:26 +02:00
.clang-format use tabs for only indentation 2023-09-16 17:29:21 +01: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 Update gitattributes vendored code path (#496) 2023-07-01 20:06:37 -04:00
.gitignore Move to cmake (#467) 2023-06-22 11:47:46 +02:00
.gitmodules Replace vendored libcurl and minhook with submodules (#500) 2023-07-22 02:22:26 +02:00
BUILD.md Linux build instructions in `BUILD.md` (#531) 2023-09-14 21:11:59 +02:00
CMakeLists.txt Replace vendored libcurl and minhook with submodules (#500) 2023-07-22 02:22:26 +02:00
CMakeSettings.json Add RelWithDebInfo configuration (#483) 2023-06-28 23:16:30 -04:00
Dockerfile Linux build instructions in `BUILD.md` (#531) 2023-09-14 21:11:59 +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.