NorthstarLauncher/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
710 B
Markdown
Raw Permalink Normal View History

2021-07-08 16:05:39 +02:00
# NorthstarLauncher
2022-02-06 02:09:07 +01:00
![Build Status](https://github.com/R2Northstar/NorthstarLauncher/actions/workflows/ci.yml/badge.svg)
2022-01-14 15:06:03 +01:00
Launcher used to modify Titanfall 2 to allow Northstar mods and custom content to be loaded.
## Build
Check [BUILD.md](BUILD.md) for instructions on how to compile, you can also download [binaries built by GitHub Actions](https://github.com/R2Northstar/NorthstarLauncher/actions).
2022-02-15 04:54:14 +01:00
## Format
This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file --exclude=primedev/include primedev/*.cpp primedev/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.