Go to file
BobTheBob 7720e51493
Fix `sv_alltalk 1` (broken originally by respawn changes) (#291)
* fix sv_alltalk 1 (broken originally by respawn changes)

* nvm i forgor to commit literally the main file

* fix formatting

* unsure why this was buidling but it shouldn't've been? fix build errors
regardless

* remove duplicate alltalk.cpp

* add (experimental) potentially less jank patch

* (now working) better patch for checking if alltalk is enabled

* oops put a z in it boo womp

* fixup formatting
2023-03-08 01:55:12 +01:00
.github Bump used Actions version (#339) 2022-11-22 12:25:31 +01:00
NorthstarDLL Fix `sv_alltalk 1` (broken originally by respawn changes) (#291) 2023-03-08 01:55:12 +01:00
NorthstarLauncher Move include directory (#337) 2022-12-02 23:00:33 +01:00
include Move include directory (#337) 2022-12-02 23:00:33 +01:00
loader_wsock32_proxy big refactor (#171) 2022-10-17 23:26:07 +01: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 Initial commit 2021-07-08 15:05:39 +01:00
BUILD.md Update link to Discord server 2022-03-23 03:04:07 -03:00
LICENSE Initial commit 2021-07-08 15:05:39 +01:00
R2Northstar.sln Remove launcher proxy (#363) 2022-12-11 22:52: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.