diff --git a/README.md b/README.md index 96762d7..56b613a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # biscottiHUD -v. 1.47 +v. 1.48 This is my custom HUD for Team Fortress 2 (TF2). I'd appreciate if you'd credit me for the HUD if you use it for pseudo-commercial uses like YouTube or Twitch. diff --git a/biscottiHUD/resource/gamemenu.res b/biscottiHUD/resource/gamemenu.res index d42fc07..75def21 100644 --- a/biscottiHUD/resource/gamemenu.res +++ b/biscottiHUD/resource/gamemenu.res @@ -2,7 +2,7 @@ { "Version" { - "label" "biscottiHUD v. 1.47" + "label" "biscottiHUD v. 1.48" "command" "engine showconsole; echo ..............................................................................................................; echo ..............................................................................................................; diff --git a/biscottiHUD/resource/ui/hudpasstimeballstatus.res b/biscottiHUD/resource/ui/hudpasstimeballstatus.res index bde4d4c..85d3e8c 100644 --- a/biscottiHUD/resource/ui/hudpasstimeballstatus.res +++ b/biscottiHUD/resource/ui/hudpasstimeballstatus.res @@ -73,15 +73,38 @@ "visible" "1" "enabled" "1" "labelText" "" - // image is 1024x128, actual pixels are 872x43, scale 0.8515625 "image" "../passtime/hud/passtime_ballcontrol_bar" "scaleImage" "1" } + + "BlueProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + "ControlName" "Panel" + "fieldName" "BlueProgressEnd" + "xpos" "c-152" + "ypos" "76" // r64 + "ypos_minmode" "48" + "visible" "0" + } + + "RedProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + "ControlName" "Panel" + "fieldName" "RedProgressEnd" + "xpos" "c152" + "ypos" "76" + "ypos_minmode" "48" + "visible" "0" + } - "BaseIconBlue" + "GoalBlue0" { "ControlName" "ImagePanel" - "fieldName" "BaseIconBlue" + "fieldName" "GoalBlue0" "xpos" "c-162" "ypos" "64" // r72 "ypos_minmode" "36" @@ -90,7 +113,27 @@ "tall" "17" "autoResize" "0" "pinCorner" "0" - "visible" "1" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_blue" + "scaleImage" "1" + } + + "GoalBlue1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue1" + "xpos" "c-132" + "ypos" "64" + "ypos_minmode" "36" + "zpos" "1" + "wide" "17" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" "enabled" "1" "tabPosition" "0" "labelText" "" @@ -98,19 +141,60 @@ "scaleImage" "1" } - "BaseIconRed" + "GoalBlue2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue2" + "xpos" "c-102" + "ypos" "64" + "ypos_minmode" "36" + "zpos" "1" + "wide" "17" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_blue" + "scaleImage" "1" + } + + + "GoalRed0" { "ControlName" "ImagePanel" - "fieldName" "BaseIconRed" + "fieldName" "GoalRed0" "xpos" "c146" - "ypos" "64" // r72 + "ypos" "64" "ypos_minmode" "36" "zpos" "1" "wide" "17" "tall" "17" "autoResize" "0" "pinCorner" "0" - "visible" "1" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_red" + "scaleImage" "1" + } + + "GoalRed1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed1" + "xpos" "c116" + "ypos" "64" + "ypos_minmode" "36" + "zpos" "1" + "wide" "17" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" "enabled" "1" "tabPosition" "0" "labelText" "" @@ -118,6 +202,27 @@ "scaleImage" "1" } + + "GoalRed2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed2" + "xpos" "c86" + "ypos" "64" + "ypos_minmode" "36" + "zpos" "1" + "wide" "17" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_red" + "scaleImage" "1" + } + "ProgressBallIcon" { "ControlName" "ImagePanel" diff --git a/biscottiHUD/resource/ui/mvmvictorymannuppanel.res b/biscottiHUD/resource/ui/mvmvictorymannuppanel.res index a51fe25..36f4e2c 100644 --- a/biscottiHUD/resource/ui/mvmvictorymannuppanel.res +++ b/biscottiHUD/resource/ui/mvmvictorymannuppanel.res @@ -147,8 +147,6 @@ "wide" "399" "tall" "40" "visible" "1" - "proportionalToParent" "1" - "PlayerTab1" {