Skip to content

Commit

Permalink
1.60 [MM]
Browse files Browse the repository at this point in the history
I can't guarentee that everything looks good.
  • Loading branch information
MedicodiBiscotti committed Mar 18, 2016
1 parent 96764df commit c12a76f
Show file tree
Hide file tree
Showing 12 changed files with 389 additions and 17 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.59a
v. 1.60

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
"Resource/UI/HudObjectiveKothTimePanel.res"
{
"HudKothTimeStatus"
{
if_comp
{
"zpos" "5"
}
}

"BlueTimer"
{
"ControlName" "CTFHudTimeStatus"
Expand All @@ -21,6 +29,22 @@
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"

if_comp
{
"proportionaltoparent" "1"
"xpos" "cs-0.5"
"xpos_minmode" "cs-0.5"
"ypos" "0"
"ypos_minmode" "0"
"delta_item_x" "10"
"delta_item_start_y" "12"
"delta_item_end_y" "50"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMediumSmall"
}

"TimePanelValue"
{
"ControlName" "CExLabel"
Expand All @@ -46,6 +70,23 @@
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"

if_comp
{
"proportionaltoparent" "1"

"xpos" "15"
"xpos_minmode" "15"
"ypos" "9"
"ypos_minmode" "9"
"tall" "10"
"wide" "35"
"wide_minmode" "35"
"font" "HudFontSmall"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontSmall"

}
}
}

Expand All @@ -70,6 +111,22 @@
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"

if_comp
{
"proportionaltoparent" "1"
"xpos" "cs-0.5"
"xpos_minmode" "cs-0.5"
"ypos" "0"
"ypos_minmode" "0"
"delta_item_x" "50"
"delta_item_start_y" "12"
"delta_item_end_y" "50"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMediumSmall"
}

"TimePanelValue"
{
"ControlName" "CExLabel"
Expand All @@ -95,6 +152,23 @@
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"

if_comp
{
"proportionaltoparent" "1"

"xpos" "rs1-15"
"xpos_minmode" "rs1-15"
"ypos" "9"
"ypos_minmode" "9"
"wide" "35"
"wide_minmode" "35"
"tall" "10"
"font" "HudFontSmall"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontSmall"

}
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
"Resource/UI/HudObjectiveKothTimePanel.res"
{
"HudKothTimeStatus"
{
if_comp
{
"zpos" "5"
}
}

"BlueTimer"
{
"ControlName" "CTFHudTimeStatus"
Expand All @@ -21,6 +29,22 @@
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"

if_comp
{
"proportionaltoparent" "1"
"xpos" "cs-0.5"
"xpos_minmode" "cs-0.5"
"ypos" "0"
"ypos_minmode" "0"
"delta_item_x" "10"
"delta_item_start_y" "12"
"delta_item_end_y" "50"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMediumSmall"
}

"TimePanelValue"
{
"ControlName" "CExLabel"
Expand All @@ -46,6 +70,23 @@
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"

if_comp
{
"proportionaltoparent" "1"

"xpos" "15"
"xpos_minmode" "15"
"ypos" "9"
"ypos_minmode" "9"
"tall" "10"
"wide" "35"
"wide_minmode" "35"
"font" "HudFontSmall"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontSmall"

}
}
}

Expand All @@ -70,6 +111,22 @@
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"

if_comp
{
"proportionaltoparent" "1"
"xpos" "cs-0.5"
"xpos_minmode" "cs-0.5"
"ypos" "0"
"ypos_minmode" "0"
"delta_item_x" "50"
"delta_item_start_y" "12"
"delta_item_end_y" "50"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMediumSmall"
}

"TimePanelValue"
{
"ControlName" "CExLabel"
Expand All @@ -95,6 +152,23 @@
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"

if_comp
{
"proportionaltoparent" "1"

"xpos" "rs1-15"
"xpos_minmode" "rs1-15"
"ypos" "9"
"ypos_minmode" "9"
"wide" "35"
"wide_minmode" "35"
"tall" "10"
"font" "HudFontSmall"
"font_minmode" "HudFontSmall"
"font_lodef" "HudFontSmall"

}
}
}

Expand Down
18 changes: 15 additions & 3 deletions biscottiHUD/incognito/scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "12" [$WIN32]
"ypos" "18" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
Expand Down Expand Up @@ -1494,9 +1494,21 @@
"tall" "f0"
}

HudCompetitive
HudMatchStatus
{
"fieldName" "HudCompetitive"
"fieldName" "HudMatchStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "f0"
}

HudTeamStatus
{
"fieldName" "HudTeamStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
Expand Down
18 changes: 15 additions & 3 deletions biscottiHUD/incognito_revert/scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "12" [$WIN32]
"ypos" "18" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
Expand Down Expand Up @@ -1494,9 +1494,21 @@
"tall" "f0"
}

HudCompetitive
HudMatchStatus
{
"fieldName" "HudCompetitive"
"fieldName" "HudMatchStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "f0"
}

HudTeamStatus
{
"fieldName" "HudTeamStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
Expand Down
24 changes: 24 additions & 0 deletions biscottiHUD/resource/clientscheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -5657,6 +5657,30 @@ Scheme
"draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "7"
}

RedWithThinBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"

"image" "../hud/panel_scalable_red"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
"draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "7"
}

BlueWithThinBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"

"image" "../hud/panel_scalable_blue"
"src_corner_height" "23" // pixels inside the image
"src_corner_width" "23"
"draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "7"
}
}

//////////////////////// CUSTOM FONT FILES /////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion biscottiHUD/resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Version"
{
"label" "biscottiHUD v. 1.59a"
"label" "biscottiHUD v. 1.60"
"command" "engine showconsole
echo ..............................................................................................................
echo ..............................................................................................................
Expand Down
Binary file modified biscottiHUD/resource/tf_english.txt
Binary file not shown.
Loading

0 comments on commit c12a76f

Please sign in to comment.