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

## Issue This issue is a continuation of https://github.com/R2Northstar/NorthstarMods/issues/409 https://github.com/R2Northstar/NorthstarLauncher/blob/85635ad99dbdfa909341e4138f6fdb0c9bf73bf1/NorthstarDedicatedTest/modmanager.cpp#L102 On this line an unchecked call to `GetString()` is made which crashes if the value is not a string For...

This is a system I made a few months ago, from le old giant PR. Currently, it only checks file access, to prevent Titanfall from accessing files it should never...

console is visible until game window opens `-showconsole` startup arg keeps console open `show_console_window` convar allows the console to be opened and closed at runtime console always stays open on...

broadcasts links to the masterserver and makes them available for the client depends on R2Northstar/NorthstarMasterServer#58 and R2Northstar/NorthstarMods#309

Unlike vanilla, gameservers in Northstar are considered "untrusted". As such we have to vet commands sent to client by server. When fixed our previously broken client command restriction with https://github.com/R2Northstar/NorthstarLauncher/pull/210...

bug
reproducible
regression

This PR should only be merged by @BobTheBob9 It adds a return type enum to the registration of native functions in squirrel. This is required for to return types like...

We should allow comments (and empty lines) in `banlist.txt`, basically just skipping the line with the comment when reading in UIDs. This way hosters can annotate in banlist why someone...

feature request

Windows has a set of features called "mitigation policies" for developers to use on their programs. This allows the developer to prevent their program from being able to do certain...

As a lot of core bin files are generated on first launch of vanilla, it causes a lot of confusion in tickets with ppl just instantly installing n* and not...

feature request

### Bug Not sure if this is a bug at all, but something I discovered while playing around with https://github.com/R2Northstar/Northstar/issues/251. If the server files are in the same folder as...

bug