NorthstarLauncher
NorthstarLauncher copied to clipboard
Launcher used to modify Titanfall 2 to allow mods to be loaded
The authentication HTTP servers is started by calling `listen` [here](https://github.com/R2Northstar/NorthstarLauncher/blob/8d242da7981204ea61b4678741a7cfe73d337442/NorthstarDedicatedTest/serverauthentication.cpp#L133). It returns a bool to indicate failure or success, which is ignored. Running two servers on the same machine without...
To help with users running Northstar under unsupported Wine/Proton versions it was suggested to check the version the game is running under to display some information if the version is...
Should add a field to the plugin manifest to control whether it should be loaded on client and/or server
# Intro In order to reduce the damage any undetected exploit can do we should try to intercept filesystem calls of the Titanfall2 install and ensure that they are within...
We should create our own external console window, as the one we use right now makes it tricky to have a console window when invoked from another application.
- Also prevent it from attempting to load plugins from there. - Add it to the dll search path.
It might be a good idea to replace this with a snprintf + proper error checking in the future, but it won't overflow with any reasonable version (and we control...
Also: - Improve curl logging. - Make parameter handling more consistent. - Better error message display.
Alt-tabbing and sharing screens on Discord can be a pain with the console window open, and not many people are going to use it anyways, so a command-line argument that...