TheKins / frankenhud

A user-interface mod for Team Fortress 2
39 stars 23 forks source link

[Addons/Old Scoreboard] Spectator count overlaps server label #104

Closed Whurrhurr closed 4 months ago

Whurrhurr commented 4 months ago

title. they have the same ypos. you could move the spectator count up, but then it overlaps the "Spectators in Queue" text. and you don't really have enough room to move the spectators in queue text up as well, because then it bleeds into the blue team playercount (and red team's, if there's enough spectators in the queue) so moving it to the eastern side of the scoreboard above the "Server map time left" text is the next best thing you can do.

Kruphixx commented 4 months ago

Got a screenshot?

Whurrhurr commented 4 months ago

image depending on the length of usernames, it can clip into the server name label. i've made some changes on my end to make it look like this image changes made: the ypos for spectators in mvm is set to "218" (this puts it between the player list panel and the credits breakdown panel) image the ypos for spectators outside of mvm is "348" which is the same as SpectatorsInQueue (though i'm not sure if both of these can ever be used at once) the xpos for ServerLabel is set to "12" because servers with really long names could overlap the "Server map time left" text if the server uses mp_timelimit and the server map time has run out) BluePlayerList and RedPlayerList have had their "tall" set to "282" so that the avatar of the 16th player on both teams would not get cut off when playing on smaller resolutions the VerticalLine has had it's "tall" lowered to "272" to accommodate the changes made to Spectators' ypos

Kruphixx commented 4 months ago

Hm, any chance you could do a pull request with the changes you made?

Whurrhurr commented 4 months ago

Old Scoreboard.zip

here's the .res file zipped up.

Kruphixx commented 4 months ago

I suppose that works too. Thank you!