https://github.com/r2northstar/northstarlauncher
Launcher used to modify Titanfall 2 to allow mods to be loaded
https://github.com/r2northstar/northstarlauncher
northstar northstar-client r2northstar titanfall titanfall-2
Last synced: about 2 months ago
JSON representation
Launcher used to modify Titanfall 2 to allow mods to be loaded
- Host: GitHub
- URL: https://github.com/r2northstar/northstarlauncher
- Owner: R2Northstar
- License: mit
- Created: 2021-07-08T14:05:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T22:54:24.000Z (2 months ago)
- Last Synced: 2025-04-01T05:35:49.271Z (about 2 months ago)
- Topics: northstar, northstar-client, r2northstar, titanfall, titanfall-2
- Language: C++
- Homepage:
- Size: 21.8 MB
- Stars: 284
- Watchers: 12
- Forks: 126
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NorthstarLauncher
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).
## Format
For project coding standards check out [STANDARDS.md](STANDARDS.md).
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.