Tom Ashford
Tom Ashford
- Connect to game sync - Disable game sync via cvar or `sv_cheats 0` Client doesn't acknowledge disconnect at all. Not sure if C++ or C# issue.
Sometimes mappers will add a Valve asset to their BSP, then rename the VTF and VMT. The asset removal job will remove the texture, since it matches the hash. This...
Need to test `UpdateViewModelFromModel` more.
Discussed a while ago but never tracked, idea was to fire traces until we get a zone that completely wraps a displacement
See e.g. https://github.com/momentum-mod/panorama/blob/9c30f62b19b7e799978fd795257820ad6e040039/scripts/pages/settings/speedometer.ts#L685
Haven't seen this in a bit but almost certain it's still there, need to mess around with it. Logic is a nightmare since has to handle multiple requests in flight...
Even in TypeScript we still get frequent bugs around `null` and `undefined` values, including mixing up `null` and `undefined`. (I could rant hours, I won't, we should maybe consider making...