NorthstarLauncher icon indicating copy to clipboard operation
NorthstarLauncher copied to clipboard

Launcher used to modify Titanfall 2 to allow mods to be loaded

Results 189 NorthstarLauncher issues
Sort by recently updated
recently updated
newest added

The correct type is `uint8_t`, not `uint8` which is non-standard and is Microsoft specific. The `#define` caused an error for the RCON PR (#100). The commit in this PR was...

needs testing
almost ready to merge

This pull request contains: * Full CNetAdr class rewrite in modern C++ (protocol agnostic) * Full CSocketCreator rebuild (based on Valve's implementation, but protocol agnostic) * RCON for server (dedicated...

needs testing
waiting on changes by author

hello smart fellas and fart smellas, basically talked abt this with gecko. we keep using offsets and its fucking awful how we just put a buncha random ass hex numbers...

needs testing
needs code review
feedback wanted

# Safe I/O This PR allows Squirrel isolated access to a limited set of files, by having *file names* defined in the mod.json file. It also adds many safety precautions...

needs testing
needs code review
feedback wanted

![mp_lobby0015](https://user-images.githubusercontent.com/40122905/183406146-435bd411-e1b4-4ec7-9392-e753cfebd591.jpg) Adds capability to parse `region` field proposed in https://github.com/R2Northstar/NorthstarMasterServer/pull/84 and adds it to server object. Further it exposes a function to Squirrel to read server region via `NSGetServerRegion` just...

feedback wanted
depends on another PR

Makes the status command include UIDs and makes it functional.

needs testing
needs code review
feedback wanted

Implemented: * CServer * CClient * CNetChan * A few smaller ones Not all members align, however a lot do (structs have been taken from R5R). CServer is aligned entirely...

needs testing
needs code review
feedback wanted

Currently the starpak path found in the rpak is relative to the Titanfall 2 directory (example: `paks\Win64\camo_skin00_col.starpak`). This can currently be resolved ~~by using the path `R2Northstar\mods\MODNAME\paks\camo_skin00_col.starpak`, or~~ by using...

Idk why we don't already log the response to this, it means we don't get any errors in logs if we fail northstar origin auth I put a check in...

needs testing
needs code review

Closes #229 This allows Postload to use relative paths for the target rpak, meaning modded rpaks can be used as valid Postload targets. This is now valid, and will cause...

needs testing
needs code review
almost ready to merge