p2sr / SourceAutoRecord

Speedrun plugin for Source engine games.
https://sar.portal2.sr/
MIT License
93 stars 29 forks source link

quickhud draws all types of wrong in splitscreen #99

Open ThisAMJ opened 1 year ago

ThisAMJ commented 1 year ago

a) it draws over top of cutscenes Blue crosshair visible over top of Vault Entrance cutscene b) It draws in the incorrect position (most visible on ss_pipsplit 1) Coop splitscreen, with blue's crosshair on the vertical border between blue's and orange's screens c) Blue doesn't draw when you have sar_hud_orange_only 1 (imo it should be identical to buillt-in crosshair) Blue's crosshair isn't drawing while orange's is

ThisAMJ commented 1 year ago

b) has been resolved by ed3fd1b0ca6b49b95b5981750caaab27169a741e

mlugg commented 1 year ago

(c) isn't an issue - that cvar is meant to disable all SAR HUD drawing for blue. It's pretttty much made for the specific case of fullscreen PIP, for which not drawing blue's quickhud is the correct thing to do. (a) sounds faiiirly easy to fix (we just need to detect that a movie is playing), although I've not looked into it