Skip to content

SCORINFO (and scoreboard) improvements

I made some improvements to SCORINFO, as per https://zandronum.com/tracker/view.php?id=4227#c23607

  1. HeaderColor, RowColor, LocalRowColor, and LocalRowDemoColor scoreboard commands are renamed to HeaderTextColor, RowTextColor, LocalRowTextColor, and LocalRowDemoTextColor respectively. It's now easier to understand that these commands affect the text colours on the scoreboard.
  2. Renamed the USEHEADERCOLORFORBORDERS scoreboard flag to USEHEADERTEXTCOLORFORBORDERS, for the same reason as above.
  3. Added the ONLYSHOWLOCALROWBACKGROUND scoreboard flag, in case users only want to see the row background of the player they're spying on. It'll look like what you see in the screenshot shown below.
  4. Added the CVar cl_usescoreboardscale_screenratio, so that there's a way to toggle between using the screen's ratio when using the scoreboard's own scale, instead of relying on con_scaletext_usescreenratio.

Screenshot_Doom_20240414_184953

Edited by Adam Kaminski

Merge request reports