Skip to content

Commit

Permalink
1.88 [Blue Moon]
Browse files Browse the repository at this point in the history
So... sorry it's been so long. I haven't been playing TF2 and the update came out of freaking nowhere which spooked me. So it took me a while to get around to it, but it's fine now. It's been done. It didn't even take long. I shouldn't have freaked out about it.

- updated to be compatible with latest game update
- Valve now lets you change the colour of the damage numbers in-game now, which is good, but I cannot lie, it upset me a bit because it takes purpose away from custom HUDs. But it's a good change. I've left the colour code in just in case they change it back for whatever reason. It doesn't seem to do anything anyway.
- I haven't the foggiest what the change to hudobjectivetimepanel is supposed to accomplish but it should be fine leaving it as is. I'll update if I find any issues.
  • Loading branch information
MedicodiBiscotti committed Apr 10, 2018
1 parent 7e9e059 commit 71d5f01
Show file tree
Hide file tree
Showing 8 changed files with 321 additions and 219 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# biscottiHUD
v. 1.87
v. 1.88

This is my custom HUD for Team Fortress 2 (TF2).

Expand Down
2 changes: 1 addition & 1 deletion biscottiHUD/info.vdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"biscottiHUD"
{
"ui_version" "2"
"ui_version" "3"
}
2 changes: 1 addition & 1 deletion biscottiHUD/resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Version"
{
"label" "biscottiHUD v. 1.87"
"label" "biscottiHUD v. 1.88"
"command" "engine showconsole
echo ..............................................................................................................
echo ..............................................................................................................
Expand Down
46 changes: 46 additions & 0 deletions biscottiHUD/resource/ui/hudmatchstatus.res
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,52 @@
"border" "TFFatLineBorder"
}

"RankUpLabel"
{
"ControlName" "CExLabel"
"fieldName" "RankUpLabel"
"font" "HudFontMediumSmallBold"
"xpos" "cs-0.5"
"ypos" "80"
"wide" "600"
"tall" "60"
"zpos" "5"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "0"
"centerwrap" "1"
"alpha" "0"
"labelText" "%rank_possibility%"
"textAlignment" "center"
"proportionaltoparent" "1"
"fgcolor" "TanLight"
}

"RankUpShadowLabel"
{
"ControlName" "CExLabel"
"fieldName" "RankUpShadowLabel"
"font" "HudFontMediumSmallBold"
"xpos" "cs-0.5+2"
"ypos" "80+2"
"wide" "600"
"tall" "60"
"zpos" "5"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "0"
"centerwrap" "1"
"alpha" "0"
"labelText" "%rank_possibility%"
"textAlignment" "center"
"proportionaltoparent" "1"
"fgcolor" "Black"
}

"ObjectiveStatusTimePanel"
{
"ControlName" "EditablePanel"
Expand Down
1 change: 0 additions & 1 deletion biscottiHUD/resource/ui/lobbycontainerframe_casual.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"mouseinputenabled" "0"

"matchgroup" "MatchGroup_Casual_12v12"
"xp_source_notification_center_x" "350"
}

"SearchStatus"
Expand Down
1 change: 0 additions & 1 deletion biscottiHUD/resource/ui/lobbycontainerframe_comp.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"mouseinputenabled" "0"

"matchgroup" "MatchGroup_Ladder_6v6"
"xp_source_notification_center_x" "350"
}

"StartExplanation"
Expand Down
Loading

0 comments on commit 71d5f01

Please sign in to comment.