mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
No description
- Removes the log spam of "changing mod search path" - Logs mods as they are loaded, alongside their ConVars, Scripts, ConCommands, etc. - Warns in the console about errors in the mod.json instead of silently skipping things |
||
|---|---|---|
| .github | ||
| loader_wsock32_proxy | ||
| NorthstarDLL | ||
| NorthstarLauncher | ||
| thirdparty | ||
| .clang-format | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| CMakeSettings.json | ||
| LICENSE | ||
| README.md | ||
NorthstarLauncher
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.