FerduxomniFerduximage
Anyone know how to change the borders so that they are not curved? I can't seem to find it in HudTournament.res.
Isn't it "HudTournamentBG"? I haven't touched that file in a long time, but I believe it's that. Change "draw_corner_width" and "draw_corner_height" to "0"
It isn't, changing HudTournamentBG doesn't affect the borders.
To change this I went into clientscheme and removed every border basically from the game.
Go into clientscheme and look for TFThinLineBorder, I'm not sure which one it is but I just changed
"draw_corner_width" "0"
"draw_corner_height" "0"
from their default values to 0. The greybox ones above the one I used as an example is the tournament spec hud boxes that show when people are dead. It's not the best approach but it worked.