Skip to content

Commit

Permalink
KBNHud v426: Brot, Eier, und Bier Edition
Browse files Browse the repository at this point in the history
See changelog mates.
  • Loading branch information
Jotunn committed Apr 1, 2017
1 parent ff9fb46 commit 5031517
Show file tree
Hide file tree
Showing 51 changed files with 2,461 additions and 3,863 deletions.
10 changes: 8 additions & 2 deletions KBNHud/resource/ClientScheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,12 @@ Scheme
"QuestBonusHighlight" "150 160 255 255"

"White" "235 235 235 255"
"Red" "192 28 0 140"
"MainRed" "205 50 50 153"
"MainRedSolid" "205 50 50 255"
"Red" "192 28 0 140"
"RedSolid" "192 28 0 255"
"MainBlue" "70 130 180 125"
"MainBlueSolid" "70 130 180 255"
"Blue" "0 28 162 140"
"BlueSolid" "0 28 162 255"
"Yellow" "251 235 202 255"
Expand All @@ -100,6 +104,8 @@ Scheme
"Highlight" "0 138 201 255"
"Highlight2" "0 138 201 255"
"MainMenuBG" "11 7 6 240"
"AlienGreen" "9 150 82 255"
"AlienGreenTransparent" "9 150 82 150"
//"Black" "0 0 0 255"
//Changed black to a NTSC safe color

Expand Down Expand Up @@ -539,7 +545,7 @@ Scheme
"1"
{
"name" "KnucklesCrosses"
"tall" "14"
"tall" "11"
"weight" "0"
"additive" "0"
"outline" "1"
Expand Down
2 changes: 1 addition & 1 deletion KBNHud/resource/GameMenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"KBNHudButton"
{
"command" "engine toggleconsole;
play engine play ui/snrns.mp3
play engine play ui/orders.mp3
echo -------------------------------------------------------------------------------;
echo -------------------------------------------------------------------------------;
echo --------- To check for updates go to steamcommunity.com/groups/KBNHud ---------;
Expand Down
366 changes: 0 additions & 366 deletions KBNHud/resource/SourceScheme.res

This file was deleted.

2 changes: 1 addition & 1 deletion KBNHud/resource/ui/HudArenaWinPanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"fillcolor" "205 50 50 153"
"fillcolor" "MainRed"
}
"RedScoreBG2"
{
Expand Down
2 changes: 1 addition & 1 deletion KBNHud/resource/ui/HudInspectPanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"dulltext" "0"
"brighttext" "0"
}
}
}
2 changes: 1 addition & 1 deletion KBNHud/resource/ui/HudItemEffectMeter_Killstreak.res
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"xpos" "c80" [$WIN32]
"xpos" "c84" [$WIN32]
"ypos" "r184" [$WIN32]
"wide" "100"
"tall" "50"
Expand Down
8 changes: 4 additions & 4 deletions KBNHud/resource/ui/HudMedicCharge.res
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"ControlName" "CExLabel"
"fieldName" "IndividualChargesLabel"
"xpos" "37"
"ypos" "65"
"ypos" "63"
"zpos" "2"
"wide" "150"
"wide" "175"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
Expand All @@ -67,8 +67,8 @@
"textAlignment" "east"
"dulltext" "0"
"brighttext" "0"
"font" "MavenProBlack18"
"fgcolor" "0 200 255 255"
"font" "MavenProBlack20"
"fgcolor" "Ubercharge percentage"
}
"ChargeMeter"
{
Expand Down
Loading

0 comments on commit 5031517

Please sign in to comment.