-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added the Pyro's jetpack in the same styles as all the other meters. - updated the main menu a little bit to make it more consistent with the other menus (like backpack). It's not perfect by any means but it's a little closer to what I want. This should be close to it as far as emergency updates. There may be some more, but the next updates will most likely be to redesign the main menu again.
- Loading branch information
MedicodiBiscotti
committed
Oct 22, 2017
1 parent
6ec6dcd
commit 8b50d9f
Showing
9 changed files
with
407 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# biscottiHUD | ||
v. 1.83 | ||
v. 1.85 | ||
|
||
This is my custom HUD for Team Fortress 2 (TF2). | ||
|
||
|
20 changes: 20 additions & 0 deletions
20
biscottiHUD/customization/manual/[METERS] bigger #/resource/ui/hudrocketpack_size.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"xpos" "c-80" [$WIN32] | ||
"wide" "160" | ||
} | ||
"ItemEffectMeter" | ||
{ | ||
"xpos" "32" | ||
"wide" "44" | ||
"tall" "7" | ||
} | ||
"ItemEffectMeter2" | ||
{ | ||
"xpos" "84" | ||
"wide" "44" | ||
"tall" "7" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ttiHUD/customization/manual/[METERS] small # (default)/resource/ui/hudrocketpack_size.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"xpos" "c-40" [$WIN32] | ||
"wide" "80" | ||
} | ||
"ItemEffectMeter" | ||
{ | ||
"xpos" "16" | ||
"wide" "22" | ||
"tall" "5" | ||
} | ||
"ItemEffectMeter2" | ||
{ | ||
"xpos" "42" | ||
"wide" "22" | ||
"tall" "5" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
biscottiHUD/customization/manual/[METERS] thin #/resource/ui/hudrocketpack_size.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"xpos" "c-40" [$WIN32] | ||
"wide" "80" | ||
} | ||
"ItemEffectMeter" | ||
{ | ||
"xpos" "16" | ||
"wide" "22" | ||
"tall" "2" | ||
} | ||
"ItemEffectMeter2" | ||
{ | ||
"xpos" "42" | ||
"wide" "22" | ||
"tall" "2" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
biscottiHUD/customization/manual/[METERS] thin and long #/resource/ui/hudrocketpack_size.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"xpos" "c-80" [$WIN32] | ||
"wide" "160" | ||
} | ||
"ItemEffectMeter" | ||
{ | ||
"xpos" "32" | ||
"wide" "44" | ||
"tall" "2" | ||
} | ||
"ItemEffectMeter2" | ||
{ | ||
"xpos" "84" | ||
"wide" "44" | ||
"tall" "2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
#base "hudrocketpack_size.res" | ||
|
||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"fieldName" "HudItemEffectMeter" | ||
"visible" "1" | ||
"enabled" "1" | ||
"ypos" "c105" [$WIN32] | ||
"tall" "45" | ||
} | ||
|
||
"ItemEffectMeterBG" | ||
{ | ||
"ControlName" "CTFImagePanel" | ||
"fieldName" "ItemEffectMeterBG" | ||
"xpos" "4" | ||
"ypos" "0" | ||
"zpos" "1" | ||
"wide" "90" | ||
"tall" "45" | ||
"visible" "0" | ||
"enabled" "1" | ||
"scaleImage" "1" | ||
"image" "../hud/ammo_blue_bg" | ||
"teambg_2" "../hud/ammo_red_bg" | ||
"teambg_2_lodef" "../hud/ammo_red_bg_lodef" | ||
"teambg_3" "../hud/ammo_blue_bg" | ||
"teambg_3_lodef" "../hud/ammo_blue_bg_lodef" | ||
} | ||
|
||
"ItemEffectIcon" | ||
{ | ||
"ControlName" "CTFImagePanel" | ||
"fieldName" "ItemEffectIcon" | ||
"xpos" "24" | ||
"ypos" "0" | ||
"zpos" "2" | ||
"wide" "32" | ||
"tall" "32" | ||
"visible" "0" | ||
"enabled" "1" | ||
"image" "../hud/pyro_jetpack_off2" | ||
"scaleImage" "1" | ||
} | ||
|
||
"ItemEffectMeterLabel" | ||
{ | ||
"ControlName" "CExLabel" | ||
"fieldName" "ItemEffectMeterLabel" | ||
"xpos" "0" | ||
"ypos" "0" | ||
"zpos" "2" | ||
"wide" "80" | ||
"tall" "8" | ||
"autoResize" "1" | ||
"pinCorner" "2" | ||
"visible" "0" | ||
"enabled" "1" | ||
"tabPosition" "0" | ||
"labelText" "#TF_RocketPack_Disabled" | ||
"textAlignment" "center" | ||
"dulltext" "0" | ||
"brighttext" "0" | ||
"font" "HudFontSmallest" | ||
"fgcolor" "178 0 0 255" | ||
} | ||
|
||
"ItemEffectMeter" | ||
{ | ||
"ControlName" "ContinuousProgressBar" | ||
"fieldName" "ItemEffectMeter" | ||
"font" "Default" | ||
"ypos" "33" | ||
"zpos" "2" | ||
"autoResize" "0" | ||
"pinCorner" "0" | ||
"visible" "1" | ||
"enabled" "1" | ||
"textAlignment" "Left" | ||
"dulltext" "0" | ||
"brighttext" "0" | ||
"fgcolor" "White" | ||
} | ||
|
||
"ItemEffectMeter2" | ||
{ | ||
"ControlName" "ContinuousProgressBar" | ||
"fieldName" "ItemEffectMeter2" | ||
"font" "Default" | ||
"ypos" "33" | ||
"zpos" "2" | ||
"autoResize" "0" | ||
"pinCorner" "0" | ||
"visible" "1" | ||
"enabled" "1" | ||
"textAlignment" "Left" | ||
"dulltext" "0" | ||
"brighttext" "0" | ||
"fgcolor" "White" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/UI/HudRocketPack.res" | ||
{ | ||
HudItemEffectMeter | ||
{ | ||
"xpos" "c-40" [$WIN32] | ||
"wide" "80" | ||
} | ||
"ItemEffectMeter" | ||
{ | ||
"xpos" "16" | ||
"wide" "22" | ||
"tall" "5" | ||
} | ||
"ItemEffectMeter2" | ||
{ | ||
"xpos" "42" | ||
"wide" "22" | ||
"tall" "5" | ||
} | ||
} |
Oops, something went wrong.