NorthstarLauncher
NorthstarLauncher copied to clipboard
Launcher used to modify Titanfall 2 to allow mods to be loaded
I don't know when or why but on some client the revocation checks fail and the NorthstarLauncher is not able to establish an ecrypted connection using https. It seems related...
Needed for https://github.com/R2Northstar/NorthstarMods/pull/298
With https://github.com/R2Northstar/NorthstarMasterServer/pull/67 a server auto-restarting after a crash might be blocked by its ghosted hogging the `ip:port` combo until timeout. The problem is that if the restarted server doesn't retry...
Apparently on listen servers do atm. When dedi gets closed it should call `/server/remove_server` on master server to properly deregister.
The game becomes unresponsive when tabbing out on fullscreen.
The last 4 frames of the callstack will always be calls to the crash handler by default. This simply hides all stackframes until we find the one that matches the...
there's been some work on mod persistence recently, mod persistence in general is kind of an issue for how we currently handle insecure auth, which is just through reading a...
Plugins must now specify whether or not they want to run on client and/or server. DiscordRPC has already been updated
We can use sq_createtable to clean up a bunch of stuff around server browser and squirrel bridge