Skip to content

Commit

Permalink
KBNHud v435: VGA Edition
Browse files Browse the repository at this point in the history
Fixed for easter 2018 update
  • Loading branch information
Jotunn committed Mar 30, 2018
1 parent 879acc2 commit c3ca746
Show file tree
Hide file tree
Showing 23 changed files with 581 additions and 257 deletions.
2 changes: 1 addition & 1 deletion KBNHud/info.vdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"KBNHud"
{
"ui_version" "2"
"ui_version" "3"
}
2 changes: 1 addition & 1 deletion KBNHud/resource/GameMenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"KBNHudButton"
{
"command" "engine toggleconsole;
play engine play ui/lel.mp3
play engine play ui/vodka.mp3
echo -------------------------------------------------------------------------------;
echo -------------------------------------------------------------------------------;
echo --------- To check for updates go to steamcommunity.com/groups/KBNHud ---------;
Expand Down
60 changes: 57 additions & 3 deletions KBNHud/resource/ui/MainMenuOverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,64 @@
"show_progress" "0"
}

"CRankPanel"
"CycleRankTypeButton"
{
"ControlName" "CExImageButton"
"fieldName" "CycleRankTypeButton"
"xpos" "280"
"ypos" "cs-0.5-134"
"wide" "15"
"tall" "15"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"textinsetx" "25"
"labelText" ""
"use_proportional_insets" "1"
"font" "HudFontSmallBold"
"command" "open_rank_type_menu"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "vo/null.mp3"
"actionsignallevel" "1"
"proportionaltoparent" "1"

"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"paintbackground" "1"
"paintborder" "0"
"image_drawcolor" "235 226 202 255"
"image_armedcolor" "255 255 255 255"

"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "1"
"wide" "f2"
"tall" "f2"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "glyph_options"

"proportionaltoparent" "1"
"mouseinputenabled" "0"
"keyboardinputenabled" "0"
}
}

"RankPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "CRankPanel"
"fieldName" "RankPanel"
"xpos" "-20"
"ypos" "71"
"zpos" "0"
Expand Down Expand Up @@ -440,7 +494,7 @@
"ControlName" "CExLabel"
"fieldName" "KBNHudLabel"
"font" "MavenProBold24"
"labelText" "KBNHud v434"
"labelText" "KBNHud v435"
"textAlignment" "west"
"xpos" "51"
"ypos" "31"
Expand Down
50 changes: 42 additions & 8 deletions KBNHud/resource/ui/mainmenuplaylistentry.res
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
"image" ""
}

"PlayListDropShadow"
{
"ControlName" "EditablePanel"
"fieldName" "PlayListDropShadow"
"xpos" "0"
"ypos" "0"
"zpos" "1000"
"wide" "f0"
"tall" "f0"
"visible" "1"
"PaintBackgroundType" "2"
"border" "InnerShadowBorderThin"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
}

"BGColor"
{
"ControlName" "EditablePanel"
Expand All @@ -39,13 +55,31 @@
"fieldName" "ToolTipHack"
"xpos" "0"
"ypos" "0"
"zpos" "490"
"zpos" "50"
"wide" "f0"
"tall" "f0"
"visible" "1"
"visible" "0"
"enabled" "1"
"mouseinputenabled" "1"
"eatmouseinput" "0"
"showtooltipswhenmousedisabled" "1"
}

"ToolTipButtonHack"
{
"ControlName" "EditablePanel"
"fieldName" "ToolTipButtonHack"
"xpos" "rs1-6"
"ypos" "2"
"zpos" "51"
"wide" "122"
"tall" "15"
"visible" "0"
"enabled" "1"
"mouseinputenabled" "1"
"eatmouseinput" "0"
"showtooltipswhenmousedisabled" "1"
"proportionaltoparent" "1"
}

"ModeButton"
Expand All @@ -54,7 +88,7 @@
"fieldName" "ModeButton"
"xpos" "rs1-6"
"ypos" "2"
"zpos" "5"
"zpos" "6"
"wide" "122"
"tall" "15"
"visible" "1"
Expand Down Expand Up @@ -171,10 +205,10 @@
"fieldName" "DisabledIcon"
"xpos" "0"
"ypos" "0"
"zpos" "50"
"zpos" "49"
"wide" "f0"
"tall" "f0"
"visible" "1"
"visible" "0"
"enabled" "1"
"actionsignallevel" "1"
"command" "comp_access_info"
Expand All @@ -192,13 +226,13 @@
"armedBgColor_override" "0 0 0 0"
"depressedBgColor_override" "0 0 0 0"

"image_drawcolor" "117 107 94 255"
"image_armedcolor" "235 226 202 255"
"image_drawcolor" "235 226 202 255"
"image_armedcolor" "235 140 140 255"
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "110"
"xpos" "233"
"ypos" "2"
"zpos" "1"
"wide" "15"
Expand Down
56 changes: 46 additions & 10 deletions KBNHud/resource/ui/matchmakingcasualcriteria.res
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,48 @@
"pinCorner" "2"
"autoResize" "1"

"RankImage"
{
"ControlName" "CTFLocalPlayerBadgePanel"
"fieldName" "RankImage"
"xpos" "4"
"ypos" "-8"
"zpos" "110"
"wide" "o1"
"tall" "60"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"

"matchgroup" "MatchGroup_Casual_12v12"
}

"RankPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "RankPanel"
"xpos" "-70"
"ypos" "-35"
"zpos" "100"
"wide" "330"
"tall" "92"
"visible" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"

"matchgroup" "MatchGroup_Casual_12v12"

"show_model" "0"
"show_name" "0"
}

"RestoreCasualSearchCriteria"
{
"ControlName" "CExImageButton"
"fieldName" "RestoreCasualSearchCriteria"
"xpos" "rs1-49"
"ypos" "20"
"ypos" "49"
"zpos" "100"
"wide" "15"
"tall" "o1"
Expand Down Expand Up @@ -64,7 +100,7 @@
"ControlName" "CExImageButton"
"fieldName" "SaveCasualSearchCriteria"
"xpos" "rs1-29"
"ypos" "20"
"ypos" "49"
"zpos" "100"
"wide" "15"
"tall" "o1"
Expand Down Expand Up @@ -107,7 +143,7 @@
"ControlName" "CExButton"
"fieldName" "ShowExplanationsButton"
"xpos" "rs1-9"
"ypos" "20"
"ypos" "49"
"zpos" "100"
"wide" "15"
"tall" "o1"
Expand All @@ -134,13 +170,13 @@
"ControlName" "Label"
"fieldName" "Title"
"xpos" "10"
"ypos" "5"
"ypos" "47"
"zpos" "0"
"wide" "f0"
"tall" "20"
"proportionaltoparent" "1"
"labeltext" "#TF_Casual_MapSelection"
"textAlignment" "west"
"textAlignment" "north-west"
"font" "HudFontMediumSmallBold"

"mouseinputenabled" "0"
Expand All @@ -151,7 +187,7 @@
"ControlName" "Label"
"fieldName" "SelectedCount"
"xpos" "10"
"ypos" "18"
"ypos" "33"
"zpos" "0"
"wide" "f0"
"tall" "20"
Expand Down Expand Up @@ -189,10 +225,10 @@
"ControlName" "EditablePanel"
"fieldName" "PlayListDropShadow"
"xpos" "cs-0.5"
"ypos" "35"
"ypos" "65"
"zpos" "101"
"wide" "f15"
"tall" "f40"
"tall" "f65"
"visible" "1"
"PaintBackgroundType" "2"
"border" "InnerShadowBorder"
Expand All @@ -205,9 +241,9 @@
"ControlName" "CScrollableList"
"fieldName" "GameModesList"
"xpos" "cs-0.5"
"ypos" "35"
"ypos" "65"
"wide" "f15"
"tall" "f40"
"tall" "f65"
"visible" "1"
"proportionaltoparent" "1"
"restrict_width" "0"
Expand Down
78 changes: 78 additions & 0 deletions KBNHud/resource/ui/matchmakingdashboard.res
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,34 @@
"border" "ReplayDefaultBorder"
}

"QueueLogoButton"
{
"ControlName" "Button"
"fieldName" "QueueLogoButton"
"xpos" "0"
"ypos" "1"
"zpos" "10"
"wide" "o1"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labeltext" ""
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"Command" "queue_logo_clicked"
"proportionaltoparent" "1"
"actionsignallevel" "3"
"button_activation_type" "1"

"paintbackground" "0"
"paintborder" "0"
}
"CTFLogoPanel"
{
"ControlName" "CTFLogoPanel"
Expand Down Expand Up @@ -352,6 +380,56 @@
}
}

"MultiQueuesManageButton"
{
"ControlName" "CExImageButton"
"fieldName" "MultiQueuesManageButton"
"xpos" "rs1-6"
"ypos" "11"
"zpos" "10"
"wide" "14"
"tall" "14"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labeltext" ""
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"Command" "manage_queues"
"proportionaltoparent" "1"
"actionsignallevel" "3"

"paintbackground" "0"

"defaultFgColor_override" "46 43 42 255"
"armedFgColor_override" "235 226 202 255"
"depressedFgColor_override" "46 43 42 255"

"image_drawcolor" "117 107 94 255"
"image_armedcolor" "200 80 60 255"
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "14"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "glyph_options"
"scaleImage" "1"
}
}

"CloseButton"
{
"ControlName" "CExImageButton"
Expand Down
Loading

0 comments on commit c3ca746

Please sign in to comment.