BobTheBob
BobTheBob
atm, modded videos will only be loaded if they are overriding a video that's present in r2/media already, nopping out a check in the engine video loading function forces 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...
…/titan executions
currently doesn't include implementations for GetRandomPilotLoadout() and GetRandomTitanLoadout(), this doesn't matter in practice since they're only called on bots, which we don't have, but it might be nice to have...
Reimplements `ns_server_name` and `ns_server_desc` replication without causing issues on clients that do not have the change locally, and prevents bad replicated cvars from breaking client connect
rewrites a good bit of the modloading code to improve quality, and add support for automatically detecting changed files and reloading them when necessary (important for automatic downloads!)