Write config to git repo

This commit is contained in:
2022-09-15 19:34:53 -03:00
commit da71a0ae40
573 changed files with 91051 additions and 0 deletions

View File

@ -0,0 +1,791 @@
Scheme
{
Colors
{
// base colors
"White" "255 255 255 255"
"OffWhite" "255 255 255 255"
"DullWhite" "142 142 142 255"
"Orange" "255 155 0 255"
"TransparentBlack" "0 0 0 0"
"Black" "0 0 0 255"
"Green" "63 185 73 255"
"Blank" "0 0 0 0"
}
BaseSettings
{
// vgui_controls color specifications
Border.Bright "0 0 0 0" // the lit side of a control
Border.Dark "0 0 0 0" // the dark/unlit side of a control
Border.Selection "0 0 0 0" // the additional border color for displaying the default/selected button
Button.TextColor "Blank"
Button.BgColor "Blank"
Button.ArmedTextColor "White"
Button.ArmedBgColor "255 255 255 10"
Button.DepressedTextColor "White"
Button.DepressedBgColor "Blank"
Button.FocusBorderColor "Black"
CheckButton.TextColor "OffWhite"
CheckButton.SelectedTextColor "White"
CheckButton.BgColor "TransparentBlack"
CheckButton.Border1 "Border.Dark" // the left checkbutton border
CheckButton.Border2 "Border.Bright" // the right checkbutton border
CheckButton.Check "White" // color of the check itself
ComboBoxButton.ArrowColor "DullWhite"
ComboBoxButton.ArmedArrowColor "White"
ComboBoxButton.BgColor "Blank"
ComboBoxButton.DisabledBgColor "Blank"
"Chat.TypingText" "White"
Frame.TitleTextInsetX 16
Frame.ClientInsetX 8
Frame.ClientInsetY 6
Frame.BgColor "0 0 0 0" [$WIN32]
Frame.OutOfFocusBgColor "0 0 0 0" [$WIN32]
Frame.FocusTransitionEffectTime "0.2" // time it takes for a window to fade in/out on focus/out of focus
Frame.TransitionEffectTime "0.2" // time it takes for a window to fade in/out on open/close
Frame.AutoSnapRange "0"
FrameGrip.Color1 "46 43 42 220"
FrameGrip.Color2 "0 0 0 196"
FrameTitleButton.FgColor "46 43 42 220"
FrameTitleButton.BgColor "Blank"
FrameTitleButton.DisabledFgColor "255 255 255 192"
FrameTitleButton.DisabledBgColor "Blank"
FrameSystemButton.FgColor "Blank"
FrameSystemButton.BgColor "Blank"
FrameSystemButton.Icon ""
FrameSystemButton.DisabledIcon ""
FrameTitleBar.Font "UiBold" [$WIN32]
FrameTitleBar.Font "DefaultLarge" [$WIN32]
FrameTitleBar.TextColor "White"
FrameTitleBar.BgColor "Blank"
FrameTitleBar.DisabledTextColor "255 255 255 192"
FrameTitleBar.DisabledBgColor "Blank"
GraphPanel.FgColor "White"
GraphPanel.BgColor "TransparentBlack"
Label.TextDullColor "DullWhite"
Label.TextColor "OffWhite"
Label.TextBrightColor "White"
Label.SelectedTextColor "White"
Label.BgColor "TransparentBlack"
Label.DisabledFgColor1 "117 117 117 255"
Label.DisabledFgColor2 "30 30 30 255"
ListPanel.TextColor "OffWhite"
ListPanel.TextBgColor "Blank"
ListPanel.BgColor "TransparentBlack"
ListPanel.SelectedTextColor "Black"
ListPanel.SelectedBgColor "Orange"
ListPanel.SelectedOutOfFocusBgColor "255 155 0 128"
ListPanel.EmptyListInfoTextColor "OffWhite"
Menu.TextColor "White"
Menu.BgColor "46 43 42 220"
Menu.ArmedTextColor "Black"
Menu.ArmedBgColor "Orange"
Menu.TextInset "6"
Panel.FgColor "Blank"
Panel.BgColor "46 43 42 220"
ProgressBar.FgColor "White"
ProgressBar.BgColor "TransparentBlack"
PropertySheet.TextColor "OffWhite"
PropertySheet.SelectedTextColor "White"
PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
RadioButton.TextColor "DullWhite"
RadioButton.SelectedTextColor "White"
RichText.TextColor "OffWhite"
RichText.BgColor "TransparentBlack"
RichText.SelectedTextColor "Black"
RichText.SelectedBgColor "Orange"
ScrollBar.Wide 5
ScrollBarButton.FgColor "0 0 0 0"
ScrollBarButton.BgColor "0 0 0 0"
ScrollBarButton.ArmedFgColor "0 0 0 0"
ScrollBarButton.ArmedBgColor "0 0 0 0"
ScrollBarButton.DepressedFgColor "0 0 0 0"
ScrollBarButton.DepressedBgColor "0 0 0 0"
ScrollBarSlider.FgColor "255 255 255 200" // nob color
ScrollBarSlider.BgColor "0 0 0 0" // slider background color
SectionedListPanel.HeaderTextColor "White"
SectionedListPanel.HeaderBgColor "Blank"
SectionedListPanel.DividerColor "Black"
SectionedListPanel.TextColor "DullWhite"
SectionedListPanel.BrightTextColor "White"
SectionedListPanel.BgColor "TransparentBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Orange"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedBgColor "255 155 0 128"
Slider.NobColor "G_DarkRed"
Slider.TextColor "180 180 180 255"
Slider.TrackColor "31 31 31 255"
Slider.DisabledTextColor1 "117 117 117 255"
Slider.DisabledTextColor2 "30 30 30 255"
TextEntry.TextColor "OffWhite"
TextEntry.BgColor "TransparentBlack"
TextEntry.CursorColor "OffWhite"
TextEntry.DisabledTextColor "DullWhite"
TextEntry.DisabledBgColor "Blank"
TextEntry.SelectedTextColor "Black"
TextEntry.SelectedBgColor "Orange"
TextEntry.OutOfFocusSelectedBgColor "255 155 0 128"
TextEntry.FocusEdgeColor "0 0 0 196"
ToggleButton.SelectedTextColor "White"
Tooltip.TextColor "0 0 0 196"
Tooltip.BgColor "Orange"
TreeView.BgColor "TransparentBlack"
WizardSubPanel.BgColor "Blank"
// scheme-specific colors
MainMenu.TextColor "White" [$WIN32]
MainMenu.TextColor "200 200 200 255" [$X360]
MainMenu.ArmedTextColor "200 200 200 255" [$WIN32]
MainMenu.ArmedTextColor "White" [$X360]
MainMenu.DepressedTextColor "192 186 80 255"
MainMenu.MenuItemHeight "16" [$WIN32]
MainMenu.MenuItemHeight "32" [$X360]
MainMenu.Inset "32"
MainMenu.Backdrop "0 0 0 156"
Console.TextColor "OffWhite"
Console.DevTextColor "White"
NewGame.TextColor "White"
NewGame.FillColor "0 0 0 255"
NewGame.SelectionColor "Orange" [$WIN32]
NewGame.SelectionColor "0 0 0 255" [$X360]
NewGame.DisabledColor "128 128 128 196"
TFColors.ChatTextYellow "255 255 255 255"
TFColors.ChatTextTeamBlue "153 204 255 255"
TFColors.ChatTextTeamRed "255 63 53 255"
}
//////////////////////// BITMAP FONT FILES /////////////////////////////
//
// Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse
BitmapFontFiles
{
// UI buttons, custom font, (256x64)
"Buttons" "materials/vgui/fonts/buttons_32.vbf"
}
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
"Default"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "480 599"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "600 767"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "768 1023"
"antialias" "1"
}
"4"
{
"name" "Verdana"
"tall" "16"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1024 1199"
"antialias" "1"
}
"5"
{
"name" "Verdana"
"tall" "20"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1200 6000"
"antialias" "1"
}
}
// this is the symbol font
"Marlett"
{
"1"
{
"name" "Marlett"
"tall" "10"
"weight" "0"
"yres" "480 599"
"symbol" "1"
}
"2"
{
"name" "Marlett"
"tall" "14"
"weight" "0"
"yres" "600 767"
"symbol" "1"
}
"3"
{
"name" "Marlett"
"tall" "13"
"weight" "0"
"yres" "768 1023"
"symbol" "1"
}
"4"
{
"name" "Marlett"
"tall" "17"
"weight" "0"
"yres" "1024 1199"
"symbol" "1"
}
"5"
{
"name" "Marlett"
"tall" "22"
"weight" "0"
"yres" "1200 10000"
"symbol" "1"
}
}
"MarlettSmall"
{
"1"
{
"name" "Marlett"
"tall" "7"
"weight" "0"
"yres" "480 599"
"symbol" "1"
}
"2"
{
"name" "Marlett"
"tall" "9"
"weight" "0"
"yres" "600 767"
"symbol" "1"
}
"3"
{
"name" "Marlett"
"tall" "11"
"weight" "0"
"yres" "768 1023"
"symbol" "1"
}
"4"
{
"name" "Marlett"
"tall" "13"
"weight" "0"
"yres" "1024 1199"
"symbol" "1"
}
"5"
{
"name" "Marlett"
"tall" "17"
"weight" "0"
"yres" "1200 10000"
"symbol" "1"
}
}
"ChatFont"
{
"1"
{
"name" "Verdana" // Chat font
"tall" "12" // Chat fontsize
"weight" "700" // Chat fontweight
"yres" "480 599" // Chat yres
"dropshadow" "1" // Chat shadow
"antialias" "0" // Chat antialias
}
"2"
{
"name" "Verdana" // Chat font
"tall" "14" // Chat fontsize
"weight" "700" // Chat fontweight
"yres" "600 767" // Chat yres
"dropshadow" "1" // Chat shadow
"antialias" "0" // Chat antialias
}
"3"
{
"name" "Verdana" // Chat font
"tall" "15" // Chat fontsize
"weight" "700" // Chat fontweight
"yres" "768 1023" // Chat yres
"dropshadow" "1" // Chat shadow
"antialias" "0" // Chat antialias
}
"4"
{
"name" "Verdana" // Chat font
"tall" "17" // Chat fontsize
"weight" "700" // Chat fontweight
"yres" "1024 1199" // Chat yres
"dropshadow" "1" // Chat shadow
"antialias" "0" // Chat antialias
}
"5"
{
"name" "Verdana" // Chat font
"tall" "22" // Chat fontsize
"weight" "700" // Chat fontweight
"yres" "1200 10000" // Chat yres
"dropshadow" "1" // Chat shadow
"antialias" "0" // Chat antialias
}
}
}
Borders
{
BaseBorder DepressedBorder
ButtonBorder RaisedBorder
ComboBoxBorder DepressedBorder
MenuBorder RaisedBorder
BrowserBorder DepressedBorder
PropertySheetBorder RaisedBorder
FrameBorder
{
"backgroundtype" "0"
}
DepressedBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}
RaisedBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}
TitleButtonBorder
{
"backgroundtype" "0"
}
TitleButtonDisabledBorder
{
"backgroundtype" "0"
}
TitleButtonDepressedBorder
{
"backgroundtype" "0"
}
ScrollBarButtonBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}
ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}
TabBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}
TabActiveBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}
ToolTipBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}
// this is the border used for default buttons (the button that gets pressed when you hit enter)
ButtonKeyFocusBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Selection"
"offset" "0 0"
}
"2"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
Top
{
"1"
{
"color" "Border.Selection"
"offset" "0 0"
}
"2"
{
"color" "Border.Bright"
"offset" "1 0"
}
}
Right
{
"1"
{
"color" "Border.Selection"
"offset" "0 0"
}
"2"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
Bottom
{
"1"
{
"color" "Border.Selection"
"offset" "0 0"
}
"2"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}
ButtonDepressedBorder
{
"inset" "2 1 1 1"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}
Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}
}
//////////////////////// CUSTOM FONT FILES /////////////////////////////
//
// specifies all the custom (non-system) font files that need to be loaded to service the above described fonts
CustomFontFiles
{
"1" "resource/HALFLIFE2.ttf"
"2" "resource/HL2EP2.ttf"
}
}

View File

@ -0,0 +1,3 @@
#base "clientscheme_colors.res"
#base "clientscheme_borders.res"
#base "clientscheme_fonts.res"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,564 @@
Scheme
{
//////////////////////// COLORS ///////////////////////////
Colors
{
// ToonHUD colors
"G_Highlight" "156 53 51 255" // Highlight color
"G_White" "255 255 255 255"
"G_Black" "0 0 0 255"
"G_Red" "230 0 0 255"
"G_Shadow" "0 0 0 204" // Shadow color
"G_LightShadow" "0 0 0 110"
"G_Heal" "0 255 0 255" // Heal color
"G_Hit" "255 255 0 255" // Hit color
"G_Brown" "49 44 41 255"
"G_Yellow" "235 220 50 255"
"G_WhiteShadow" "255 255 255 50"
"G_WhiteShadowDim" "255 255 255 40"
"G_WhiteShadowCharge" "255 255 255 100"
"G_Grey" "54 54 54 255" // Move building bg
"G_LightGrey" "0 255 0 255" // Metal color in build/destroy menu
"G_HealthBarBg" "0 0 0 220" // Target health bg
"G_CurrencyBad" "255 60 60 255" // Red currency in MvM
"G_TransparentMenuBG" "0 0 0 200" // Transparent menu color
"G_PanelBg" "40 40 40 200" // Panel color
"G_OpaquePanelBg" "40 40 40 255" // Opaque Panel color
"G_Warning" "255 0 0 255" // Warning color
"G_HealthValue" "0 255 0 255" // Health value color
"G_Overheal" "51 143 255 255" // Overhealed health value color
"G_LowHealthValue" "255 0 0 255" // Low health value color
"G_AmmoClipValue" "0 255 0 255" // Ammo in clip value color
"G_AmmoReserveValue" "255 255 255 255" // Ammo in reserve value color
"G_LowAmmo" "255 0 0 255" // Low ammo color
"G_MetalValue" "0 255 0 255" // Metal color
"G_MetalIcon" "255 255 255 255" // Metal icon color
"G_HeadsValue" "235 220 50 255" // Heads value color
"G_HeadsLabel" "255 255 255 255" // Heads value icon color
"G_KillstreakValue" "255 255 255 255" // Killstreak value color
"G_KillstreakIcon" "255 255 255 255" // Killstreak icon color
"G_StickyColor" "255 255 255 255" // Stickybomb color
"G_StickyIconColor" "255 255 255 255" // Stickybomb icon color
"G_CustomTargetID" "0 0 0 100" // Custom target id bg color
"G_CustomBuildingStatusBg" "0 0 0 100" // Custom building status bg color
"G_TargetHealthValue" "0 255 0 255" // Target ID health value color
"G_TargetHealthValueShadow" "0 0 0 220" // Target ID health value shadow color
"G_Killfeed_Base" "0 0 0 120" // Killfeed Base color
"G_Killfeed_Local" "235 235 235 240" // Killfeed Local color
"G_CenteredMetalBg" "50 50 50 120" // Centered metal background color
"G_CenteredUberchargeBg" "0 0 0 100" // Centered ubercharge meter background color
"G_BrownBg" "46 43 42 220"
"G_DestroyBg" "120 0 0 150"
"G_ScoreboardBlue" "55 73 85 100"
"G_ScoreboardRed" "106 34 34 100"
"G_TeamBlue" "91 122 140 255"
"G_TeamRed" "189 58 58 255"
"G_TeamButtonBlue" "91 122 140 100"
"G_TeamButtonRed" "189 58 58 100"
"G_TeamButtonBlueArmed" "111 142 160 255"
"G_TeamButtonRedArmed" "209 78 78 255"
"G_Footer" "28 23 19 255" // Menu footer color
"G_DimmFooter" "28 23 19 200" // Dimm Menu footer color
"G_FooterText" "203 186 177 255" // Footer text color
"G_DimmFooterText" "196 178 168 120" // Dimm Footer text color
"G_OuterBorder" "0 0 0 255" // Outer border color
"G_InnerBorder" "0 0 0 30" // Inner border color
"G_KillfeedBlue" "96 168 255 255" // Killfeed blue text
"G_KillfeedRed" "255 89 89 255" // Killfeed red text
"G_KillfeedIcon" "255 255 255 255" // Killfeed icon color
"G_CustomHealthValue" "120 120 120 255"
"G_MainMenuOverlay" "0 0 0 0" // Main Menu overlay color
"G_MainMenuPanel" "28 23 19 255" // Main Menu panel color
"G_MainMenuButton" "40 40 40 242" // Main Menu button color
"G_MainMenuButtonHover" "156 53 51 255" // Main Menu hovered button color
"G_MainMenuButtonFg" "240 240 240 255" // Main Menu button text color
"G_MainMenuButtonHoverFg" "240 240 240 255" // Main Menu hovered button text color
"G_MainMenuShader" "0 0 0 0" // Main Menu shader color
"G_BackpackItemBg" "55 50 45 255" // Backpack item bg color
"G_LoadoutItemBg" "52 47 42 255" // Loadout item bg color
"G_MenuBg" "40 34 30 255" // Menu bg color
"G_MenuText" "220 206 199 255" // Menu text color
"G_InputText" "0 0 0 240" // Input text color
"G_DimmInputText" "0 0 0 100" // Dimm Input text color
"G_DimmMenuText" "220 206 199 120" // Dimm Menu text color
"G_ItemDescriptionPanelBg" "24 22 20 255" // Item description panel bg
"G_ButtonBg" "96 83 73 255" // Button bg color
"G_ButtonText" "214 206 200 255" // Button text color
"G_ButtonHoverBg" "156 53 51 255" // Button hover bg color
"G_ButtonHoverText" "255 255 255 255" // Button hover text color
"G_ButtonSelectedBg" "116 40 39 255" // Button selected bg color
"G_ButtonSelectedText" "255 255 255 255" // Button selected text color
"G_MiniButtonBg" "50 50 50 255" // Mini button bg color
"G_MiniButtonHoverBg" "10 10 10 255" // Mini button hover bg color
"G_GhostWhite" "255 255 255 210"
"G_ItemMeterBg" "0 0 0 100" // Item meter bg
"G_ItemMeterBorder" "0 0 0 255" // Item meter border color
"G_MenuShader" "0 0 0 100" // Menu shader color
"G_XPBar" "240 240 240 255" // XP Bar color
"G_ItemEffectMeterLineColor" "120 120 120 130"
"G_MvmLobbyPanelBg" "40 40 40 255"
"G_MvmLobbyPanelText" "220 220 220 255"
// Crosshairs
"G_Crosshair1Color" "0 255 0 255" // Crosshair1 color
"G_Crosshair2Color" "255 89 89 255" // Crosshair2 color
"G_Crosshair3Color" "255 255 255 255" // Crosshair3 color
"G_Hitmarker1Color" "255 0 0 255" // Hitmarker1 color
"G_Hitmarker2Color" "255 0 0 255" // Hitmarker2 color
"G_Hitmarker3Color" "255 0 0 255" // Hitmarker3 color
// base colors
"Orange" "178 82 22 255"
"OrangeDim" "178 82 22 120"
"LightOrange" "188 112 0 128"
"GoalOrange" "255 133 0"
"TFOrange" "151 51 51 255" // Highlight color
"QuestGold" "208 147 75 255"
"HalloweenThemeColor2015_Light" "238 126 17 255"
"HalloweenThemeColor2015" "135 54 16 255"
"HalloweenThemeColor2015_Dark" "108 49 21 255"
"QuestUncommitted" "183 147 100 255"
"QuestMap_Bonus" "222 217 166 255"
"QuestMap_ActiveOrange" "212 127 25 255"
"QuestMap_InactiveGrey" "100 100 100 255"
"QuestMap_BGImages" "56 58 60 255"
"PartyMember1" "124 173 255 255"
"PartyMember2" "99 232 167 255"
"PartyMember3" "229 255 121 255"
"PartyMember4" "232 184 99 255"
"PartyMember5" "255 118 108 255"
"PartyMember6" "255 133 255 255"
"White" "235 235 235 255"
"Red" "192 28 0 140"
"RedSolid" "192 28 0 255"
"Blue" "0 28 162 140"
"Yellow" "255 255 255 255"
"TransparentYellow" "255 255 255 255 140"
"BrightYellow" "251 235 0 255"
//"Black" "0 0 0 255"
//Changed black to a NTSC safe color
"GreenSolid" "76 107 34 255"
"Black" "46 43 42 255"
"TransparentBlack" "0 0 0 196"
"TransparentLightBlack" "0 0 0 90"
"FooterBGBlack" "52 48 55 255"
"HUDBlueTeam" "104 124 155 127"
"HUDRedTeam" "180 92 77 127"
"HUDSpectator" "124 124 124 127"
"HUDBlueTeamSolid" "104 124 155 255"
"HUDRedTeamSolid" "180 92 77 255"
"HUDDeathWarning" "255 0 0 255"
"HudWhite" "255 255 255 255"
"HudOffWhite" "200 187 161 255"
"HudBlack" "65 65 65 255"
"ProgressBarBlue" "91 122 142 255"
"CreditsGreen" "94 150 49 255"
"Gray" "178 178 178 255"
"Blank" "0 0 0 0"
"ForTesting" "255 0 0 32"
"ForTesting_Magenta" "255 0 255 255"
"ForTesting_MagentaDim" "255 0 255 120"
"HudPanelForeground" "123 110 59 184"
"HudPanelBackground" "123 110 59 184"
"HudPanelBorder" "255 255 255 102"
"HudProgressBarActive" "240 207 78 255"
"HudProgressBarInActive" "140 120 73 255"
"HudProgressBarActiveLow" "240 30 30 255"
"HudProgressBarInActiveLow" "240 30 30 99"
"HudTimerProgressActive" "251 235 202 255"
"HudTimerProgressInActive" "52 48 45 255"
"HudTimerProgressWarning" "240 30 30 255"
// training
"HudTrainingHint" "212 160 23 255"
"TanDark" "110 110 110 255"
"TanLight" "235 235 235 255"
"TanDarker" "44 44 44 255"
"StoreDarkTan" "131 121 104 255"
"StoreGreen" "76 107 34 255"
// Building HUD Specific
"LowHealthRed" "255 0 0 255"
"ProgressOffWhite" "255 255 255 255 255"
"ProgressBackground" "250 234 201 51"
"HealthBgGrey" "72 71 69 255"
"ProgressOffWhiteTransparent" "255 255 255 255 128"
"LabelDark" "48 43 42 255"
"LabelTransparent" "109 96 80 180"
"BuildMenuActive" "248 231 198 255"
"DisguiseMenuIconRed" "192 56 63 255"
"DisguiseMenuIconBlue" "92 128 166 255"
"MatchmakingDialogTitleColor" "200 184 151 255"
"MatchmakingMenuItemBackground" "46 43 42 255"
"MatchmakingMenuItemBackgroundActive" "150 71 0 255"
"MatchmakingMenuItemTitleColor" "200 184 151 255"
"MatchmakingMenuItemDescriptionColor" "200 184 151 255"
"HTMLBackground" "95 92 101 255"
"ItemAttribLevel" "117 107 94 255"
"ItemAttribNeutral" "235 226 202 255"
"ItemAttribPositive" "153 204 255 255"
"ItemAttribNegative" "255 64 64 255"
"ItemSetName" "225 255 15 255"
"ItemSetItemEquipped" "149 175 12 255"
"ItemSetItemMissing" "139 137 137 255"
"ItemIsotope" "225 255 15 255"
"ItemBundleItem" "149 175 12 255"
"ItemLimitedUse" "0 160 0 255"
"ItemFlags" "117 107 94 255"
"ItemLimitedQuantity" "225 209 0 255"
"QualityColorNormal" "178 178 178 255" // IQC Normal
"QualityColorrarity1" "77 116 85 255" // IQC Genuine
"QualityColorrarity2" "141 131 75 255"
"QualityColorrarity3" "204 204 250 255"
"QualityColorrarity4" "134 80 172 255" // IQC Unusual
"QualityColorVintage" "71 98 145 255" // IQC Vintage
"QualityColorUnique" "255 215 0 255" // IQC Unique
"QualityColorCommunity" "112 176 74 255" // IQC Community
"QualityColorDeveloper" "165 15 121 255" // IQC Valve
"QualityColorSelfMade" "112 176 74 255" // IQC Community
"QualityColorCustomized" "71 98 145 255"
"QualityColorStrange" "207 106 50 255" // IQC Strange
"QualityColorCompleted" "134 80 172 255"
"QualityColorHaunted" "56 243 171 255" // IQC Haunted
"QualityColorCollectors" "170 0 0 255" // IQC Collectors
"QualityColorPaintkitWeapon" "250 250 250 255" // IQC PaintkitWeapon
"DimmQualityColorNormal" "178 178 178 100" // Dimm IQC Normal
"DimmQualityColorrarity1" "77 116 85 100" // Dimm IQC Genuine
"DimmQualityColorrarity2" "141 131 75 100"
"DimmQualityColorrarity3" "204 204 250 100"
"DimmQualityColorrarity4" "134 80 172 100" // Dimm IQC Unusual
"DimmQualityColorVintage" "71 98 145 100" // Dimm IQC Vintage
"DimmQualityColorUnique" "255 215 0 100" // Dimm IQC Unique
"DimmQualityColorCommunity" "112 176 74 100" // Dimm IQC Community
"DimmQualityColorDeveloper" "165 15 121 100" // Dimm IQC Valve
"DimmQualityColorSelfMade" "112 176 74 100" // Dimm IQC Community
"DimmQualityColorCustomized" "71 98 145 100"
"DimmQualityColorStrange" "207 106 50 100" // Dimm IQC Strange
"DimmQualityColorCompleted" "134 80 172 100"
"DimmQualityColorHaunted" "56 243 171 100" // Dimm IQC Haunted
"DimmQualityColorCollectors" "170 0 0 100" // Dimm IQC Collectors
"DimmQualityColorPaintkitWeapon" "250 250 250 100" // Dimm IQC PaintkitWeapon
"ItemRarityDefault" "131 126 119 255"
"ItemRarityCommon" "176 195 217 255" // IRC Common
"ItemRarityUncommon" "94 152 217 255" // IRC Uncommon
"ItemRarityRare" "75 105 255 255" // IRC Rare
"ItemRarityMythical" "136 71 255 255" // IRC Mythical
"ItemRarityLegendary" "211 44 230 255" // IRC Legendary
"ItemRarityAncient" "235 75 75 255" // IRC Ancient
"DimmItemRarityDefault" "131 126 119 100"
"DimmItemRarityCommon" "176 195 217 100" // Dimm IRC Common
"DimmItemRarityUncommon" "94 152 217 100" // Dimm IRC Uncommon
"DimmItemRarityRare" "75 105 255 100" // Dimm IRC Rare
"DimmItemRarityMythical" "136 71 255 100" // Dimm IRC Mythical
"DimmItemRarityLegendary" "211 44 230 100" // Dimm IRC Legendary
"DimmItemRarityAncient" "235 75 75 100" // Dimm IRC Ancient
"ItemRarityDefault_GreyedOut" "44 42 40 255"
"ItemRarityCommon_GreyedOut" "59 65 72 255"
"ItemRarityUncommon_GreyedOut" "31 50 72 255"
"ItemRarityRare_GreyedOut" "25 35 85 255"
"ItemRarityMythical_GreyedOut" "45 24 85 255"
"ItemRarityLegendary_GreyedOut" "70 15 77 255"
"ItemRarityAncient_GreyedOut" "78 25 25 255"
"QualityColorNormal_GreyedOut" "44 44 44 255"
"QualityColorrarity1_GreyedOut" "20 29 21 255"
"QualityColorrarity2_GreyedOut" "35 33 19 255"
"QualityColorrarity3_GreyedOut" "51 51 62 255"
"QualityColorrarity4_GreyedOut" "36 20 43 255"
"QualityColorVintage_GreyedOut" "18 25 36 255"
"QualityColorUnique_GreyedOut" "64 54 0 255"
"QualityColorCommunity_GreyedOut" "28 44 19 255"
"QualityColorDeveloper_GreyedOut" "41 4 30 255"
"QualityColorSelfMade_GreyedOut" "28 44 74 255"
"QualityColorCustomized_GreyedOut" "71 98 19 255"
"QualityColorStrange_GreyedOut" "52 27 13 255"
"QualityColorCompleted_GreyedOut" "34 20 43 255"
"QualityColorHaunted_GreyedOut" "14 61 43 255"
"QualityColorCollectors_GreyedOut" "60 0 0 255"
"QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255"
"SaleGreen" "76 107 34 255"
"LightRed" "200 80 60 255"
"LighterRed" "220 100 80 255"
"LighterDarkBrown" "59 54 48 255"
"DarkBrown" "41 37 38 255"
"UpgradeDefaultFg" "87 82 74 255"
"UpgradeDefaultBg" "111 104 94 255"
"UpgradeArmedFg" "194 96 47 255"
"UpgradeArmedBg" "239 128 73 255"
"UpgradeDepressedFg" "204 106 57 255"
"UpgradeDepressedBg" "249 138 83 255"
"UpgradeSelectedFg" "204 106 57 255"
"UpgradeSelectedBg" "249 138 83 255"
"UpgradeDisabledFg" "64 59 52 255"
"UpgradeDisabledBg" "79 77 68 255"
}
///////////////////// BASE SETTINGS ////////////////////////
// default settings for all panels
// controls use these to determine their settings
BaseSettings
{
// vgui_controls color specifications
ReplayBrowser.BgColor "DarkBrown"
ReplayBrowser.Details.TitleEdit.Carat.FgColor "LightRed"
ReplayBrowser.Button.ArmedBgColor "TFOrange"
ReplayBrowser.Button.DepressedBgColor "TFOrange"
ReplayBrowser.CollectionTitle.FgColor "LightRed"
ReplayBrowser.Warning.FgColor "White"
ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow"
ReplayBrowser.Search.BgColor "TanDark"
ReplayBrowser.Search.FgColor "White"
Replay.RenderDialog.BgColor "LighterDarkBrown"
Econ.Dialog.BgColor "Blank"
Econ.Button.BgColor "TanDark"
Econ.Button.FgColor "TanLight"
Econ.Button.ArmedBgColor "TFOrange"
Econ.Button.ArmedFgColor "TanLight"
Econ.Button.DepressedBgColor "TFOrange"
Econ.Button.DepressedFgColor "Black"
Econ.Button.PresetDefaultColorFg "G_ButtonSelectedText"
Econ.Button.PresetArmedColorFg "G_ButtonHoverText"
Econ.Button.PresetDepressedColorFg "G_ButtonSelectedText"
Econ.Button.PresetDefaultColorBg "G_ButtonSelectedBg"
Econ.Button.PresetArmedColorBg "G_ButtonHoverBg"
Econ.Button.PresetDepressedColorBg "G_ButtonSelectedBg"
Border.Bright "Blank" // the lit side of a control
Border.Dark "Black" // the dark/unlit side of a control
Border.Selection "Gray" // the additional border color for displaying the default/selected button
Button.TextColor "G_ButtonText"
Button.BgColor "G_ButtonBg"
Button.ArmedTextColor "G_ButtonHoverText"
Button.ArmedBgColor "G_ButtonHoverBg"
Button.SelectedTextColor "G_ButtonSelectedText"
Button.SelectedBgColor "G_ButtonSelectedBg"
Button.DepressedTextColor "G_ButtonSelectedText"
Button.DepressedBgColor "G_ButtonSelectedBg"
CheckButton.TextColor "G_MenuText"
CheckButton.SelectedTextColor "G_MenuText"
CheckButton.BgColor "0 0 0 0"
CheckButton.Border1 "G_MenuText" // the left checkbutton border
CheckButton.Border2 "G_MenuText" // the right checkbutton border
CheckButton.Check "G_MenuText" // color of the check itself
CheckButton.HighlightFgColor "G_MenuText"
ComboBoxButton.ArrowColor "G_MenuText"
ComboBoxButton.ArmedArrowColor "G_MenuText"
ComboBoxButton.BgColor "Blank"
ComboBoxButton.DisabledBgColor "Blank"
Frame.BgColor "TransparentBlack"
Frame.OutOfFocusBgColor "TransparentBlack"
Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus
Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close
Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus
Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close
Frame.AutoSnapRange "0"
FrameGrip.Color1 "Blank"
FrameGrip.Color2 "Blank"
FrameTitleButton.FgColor "Blank"
FrameTitleButton.BgColor "Blank"
FrameTitleButton.DisabledFgColor "Blank"
FrameTitleButton.DisabledBgColor "Blank"
FrameSystemButton.FgColor "Blank"
FrameSystemButton.BgColor "Blank"
FrameSystemButton.Icon ""
FrameSystemButton.DisabledIcon ""
FrameTitleBar.TextColor "Orange"
FrameTitleBar.BgColor "Blank"
FrameTitleBar.DisabledTextColor "Orange"
FrameTitleBar.DisabledBgColor "Blank"
GraphPanel.FgColor "Orange"
GraphPanel.BgColor "TransparentBlack"
Label.TextDullColor "TanDark"
Label.TextColor "TanLight"
Label.TextBrightColor "TanLight"
Label.SelectedTextColor "White"
Label.BgColor "Blank"
Label.DisabledFgColor1 "Blank"
Label.DisabledFgColor2 "Black"
ListPanel.TextColor "Orange"
ListPanel.BgColor "TransparentBlack"
ListPanel.SelectedTextColor "Black"
ListPanel.SelectedBgColor "Red"
ListPanel.SelectedOutOfFocusBgColor "Red"
ListPanel.EmptyListInfoTextColor "Orange"
Menu.TextColor "G_ButtonText"
Menu.BgColor "G_ButtonBg"
Menu.ArmedTextColor "G_ButtonSelectedText"
Menu.ArmedBgColor "G_ButtonSelectedBg"
Menu.TextInset "6"
Chat.TypingText "Orange"
Panel.FgColor "Gray"
Panel.BgColor "Blank"
HTML.BgColor "Blank"
ProgressBar.FgColor "ProgressOffWhite"
ProgressBar.BgColor "ProgressBackground"
CircularProgressBar.FgColor "White"
CircularProgressBar.BgColor "White"
"BuildingHealthBar.BgColor" "HealthBgGrey"
"BuildingHealthBar.Health" "ProgressOffWhite"
"BuildingHealthBar.LowHealth" "LowHealthRed"
PropertySheet.TextColor "Orange"
PropertySheet.SelectedTextColor "Orange"
PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
RadioButton.TextColor "Orange"
RadioButton.SelectedTextColor "Orange"
RichText.TextColor "Gray"
RichText.BgColor "Blank"
RichText.SelectedTextColor "Gray"
RichText.SelectedBgColor "Red"
ScrollBarButton.FgColor "G_MenuText"
ScrollBarButton.BgColor "Blank"
ScrollBarButton.ArmedFgColor "G_MenuText"
ScrollBarButton.ArmedBgColor "Blank"
ScrollBarButton.DepressedFgColor "Black"
ScrollBarButton.DepressedBgColor "Blank"
ScrollBarSlider.FgColor "G_MenuText" // nob color
ScrollBarSlider.BgColor "Blank" // slider background color
SectionedListPanel.HeaderTextColor "Orange"
SectionedListPanel.HeaderBgColor "Blank"
SectionedListPanel.DividerColor "Black"
SectionedListPanel.TextColor "Orange"
SectionedListPanel.BrightTextColor "Orange"
SectionedListPanel.BgColor "TransparentLightBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Red"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"
Slider.NobColor "156 53 51 255" // Highlight color
Slider.TextColor "220 206 199 255" // Menu text color
Slider.TrackColor "220 206 199 255" // Menu text color
Slider.DisabledTextColor1 "220 206 199 120" // Dimm Menu text color
Slider.DisabledTextColor2 "220 206 199 120" // Dimm Menu text color
TextEntry.TextColor "Gray"
TextEntry.BgColor "Blank"
TextEntry.CursorColor "Gray"
TextEntry.DisabledTextColor "Gray"
TextEntry.DisabledBgColor "Blank"
TextEntry.SelectedTextColor "TanLight"
TextEntry.SelectedBgColor "Gray"
TextEntry.OutOfFocusSelectedBgColor "Blank"
TextEntry.FocusEdgeColor "Blank"
ToggleButton.SelectedTextColor "Orange"
Tooltip.TextColor "TransparentBlack"
Tooltip.BgColor "Red"
TreeView.BgColor "TransparentBlack"
WizardSubPanel.BgColor "Blank"
TimerProgress.Active "HudTimerProgressActive"
TimerProgress.InActive "HudTimerProgressInActive"
TimerProgress.Warning "HudTimerProgressWarning"
HudObjectives.FgColor "HudPanelForeground"
HudObjectives.BgColor "HudPanelBackground"
HudObjectives.BorderColor "HudPanelBorder"
HudProgressBar.Active "HudProgressBarActive"
HudProgressBar.InActive "HudProgressBarInActive"
HudCaptureIcon.Active "HudProgressBarActive"
HudCaptureIcon.InActive "HudProgressBarInActive"
HudCaptureProgressBar.Active "HudProgressBarActive"
HudCaptureProgressBar.InActive "HudProgressBarInActive"
// scheme-specific colors
"FgColor" "G_Highlight"
"BgColor" "TransparentBlack"
"ViewportBG" "Blank"
"TeamSpec" "204 204 204 255"
"TeamRed" "255 64 64 255"
"TeamBlue" "153 204 255 255"
"MapDescriptionText" "Gray" // the text used in the map description window
"HudIcon_Green" "0 160 0 255"
"HudIcon_Red" "160 0 0 255"
// CHudMenu
"ItemColor" "255 167 42 200" // default 255 167 42 255
"MenuColor" "233 208 173 255"
"MenuBoxBg" "0 0 0 100"
// weapon selection colors
"SelectionNumberFg" "251 235 202 255"
"SelectionTextFg" "251 235 202 255"
"SelectionEmptyBoxBg" "0 0 0 80"
"SelectionBoxBg" "0 0 0 80"
"SelectionSelectedBoxBg" "0 0 0 190"
// Hint message colors
"HintMessageFg" "255 255 255 255"
"HintMessageBg" "0 0 0 60"
"ProgressBarFg" "255 30 13 255"
// Top-left corner of the menu on the main screen
"Main.Menu.X" "32"
"Main.Menu.Y" "248"
// Blank space to leave beneath the menu on the main screen
"Main.BottomBorder" "32"
"VguiScreenCursor" "255 208 64 255"
}
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,103 @@
"GameMenu" [$WIN32]
{
"CharacterSetupButton"
{
"label" "#MMenu_CharacterSetup"
"command" "engine open_charinfo"
"subimage" "replay/thumbnails/glyphs/glyph_items"
}
"GeneralStoreButton"
{
"label" "#MMenu_Shop"
"command" "engine open_store"
"subimage" "replay/thumbnails/glyphs/glyph_store"
}
"VRModeButton"
{
"label" "#MMenu_VRMode_Activate"
"command" "engine vr_toggle"
"subimage" "glyph_vr"
"OnlyWhenVREnabled" "1"
}
"CallVoteButton"
{
"label" ""
"command" "callvote"
"OnlyInGame" "1"
"subimage" "icon_checkbox"
"tooltip" "#MMenu_CallVote"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenMutePlayerDialog"
"OnlyInGame" "1"
"subimage" "glyph_muted"
"tooltip" "#MMenu_MutePlayers"
}
"RequestCoachButton"
{
"label" ""
"command" "engine cl_coach_find_coach"
"OnlyInGame" "1"
"subimage" "icon_whistle"
"tooltip" "#MMenu_RequestCoach"
}
"ReportPlayerButton"
{
"label" ""
"command" "OpenReportPlayerDialog"
"OnlyInGame" "1"
"subimage" "replay/thumbnails/mainmenu/button_alert"
"tooltip" "#MMenu_ReportPlayer"
}
"SettingsButton"
{
"tooltip" ""
}
"TF2SettingsButton"
{
"label" "#MMenu_AdvOptions"
"command" "opentf2options"
"subimage" "glyph_options"
}
"ConsoleButton"
{
"label" ""
"command" "engine toggleconsole"
"subimage" "replay/thumbnails/glyphs/glyph_console"
"tooltip" "Console"
}
"HUDDefaultModeButton"
{
"label" ""
"command" "engine cl_hud_minmode 0"
"subimage" "replay/thumbnails/glyphs/glyph_hudmode_default"
"tooltip" "HUD: Default mode"
}
"HUDCenteredModeButton"
{
"label" ""
"command" "engine cl_hud_minmode 1"
"subimage" "replay/thumbnails/glyphs/glyph_hudmode_centered"
"tooltip" "HUD: Centered mode"
}
"ReloadHUDButton"
{
"label" ""
"command" "engine hud_reloadscheme"
"subimage" "replay/thumbnails/glyphs/glyph_reload"
"tooltip" "Reload HUD"
}
"ToonHUDButton"
{
"label" ""
"command" "engine play vo/announcer_am_killstreak09.mp3"
"subimage" "replay/thumbnails/glyphs/glyph_toonhud"
"tooltip" "ToonHUD 11.3 by Griever"
}
}

View File

@ -0,0 +1,391 @@
#base "SourceSchemeBase.res"
Scheme
{
Colors
{
"G_ActiveWindow" "40 34 30 255" // Active window bg color
"G_InctiveWindow" "40 34 30 245" // Inactive window bg color
"G_TitleBg" "156 53 51 255" // Title bg color
"G_TitleText" "255 255 255 255" // Title text color
"G_Highlight" "156 53 51 255" // Highlight color
"G_ConsoleBg" "28 23 19 255" // Console bg color
"G_ListBg" "28 23 19 255" // List bg color
"G_Border" "0 0 0 50" // Border color
"G_Text" "220 206 199 255" // Text color
"G_HighlightText" "255 255 255 255" // Highlight text color
"G_SelectedText" "255 255 255 255" // Selected text color
"G_DisabledText" "220 206 199 150" // Disabled text color
"G_ButtonBg" "96 83 73 255" // Button bg color
"G_ButtonText" "214 206 200 255" // Button text color
"G_ButtonHoverBg" "156 53 51 255" // Button hover bg color
"G_ButtonHoverText" "255 255 255 255" // Button hover text color
"G_InputBg" "28 23 19 255" // Input bg color
"G_Light" "255 255 255 50"
"G_Dark" "0 0 0 50"
// ------------------------------------------
"TFDarkBrown" "60 56 53 255"
"TFDarkBrownTransparent" "60 56 53 190"
"TFTanBright" "236 227 203 150"
"TFTanLight" "201 188 162 150"
"TFTanMedium" "131 121 104 150"
"TFTanLightBright" "229 223 211 90"
"TFTanLightDark" "96 90 78 90"
"TFOrangeBright" "156 82 33 255"
"TFTextBright" "251 236 203 150"
"TFTextLight" "201 188 162 255"
"TFTextMedium" "131 121 104 255"
"TFTextMediumDark" "104 96 83 255"
"TFTextBlack" "42 39 37 255"
"TFTextDull" "131 121 104 255"
"TFMediumBrown" "69 64 58 255"
"QuickListBGDeselected" "0 0 0 0"
"QuickListBGSelected" "156 53 51 255" // Highlight color
"Blank" "0 0 0 0"
// background colors
"ControlBG" "76 88 68 255" // background color of controls
"ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars
"WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.)
"SelectionBG" "90 84 75 255" // background color of any selected text or menu item
"SelectionBG2" "69 64 57 255" // selection background in window w/o focus
"ListBG" "39 36 34 255" // background of server browser, buddy list, etc.
}
BaseSettings
{
// scheme-specific colors
Border.Bright "G_Border" // the lit side of a control
Border.Dark "G_Border" // the dark/unlit side of a control
Border.Selection "G_Border" // the additional border color for displaying the default/selected button
// Buttons and tabs
Button.TextColor "G_ButtonText"
Button.BgColor "G_ButtonBg"
Button.ArmedTextColor "G_ButtonHoverText"
Button.ArmedBgColor "G_ButtonHoverBg"
Button.DepressedTextColor "G_ButtonHoverText"
Button.DepressedBgColor "G_ButtonHoverBg"
Button.FocusBorderColor "G_ButtonHoverBg"
// Tab texts
PropertySheet.TextColor "G_ButtonText"
PropertySheet.SelectedTextColor "G_ButtonText"
// Console background
RichText.BgColor "G_ConsoleBg"
// Progress bar
ProgressBar.FgColor "G_Text"
ProgressBar.BgColor "G_ListBg"
// Checkboxes
CheckButton.TextColor "G_Text"
CheckButton.SelectedTextColor "G_SelectedText"
CheckButton.BgColor "G_InputBg"
CheckButton.HighlightFgColor "G_SelectedText"
CheckButton.ArmedBgColor "Blank"
CheckButton.DepressedBgColor "Blank"
CheckButton.Border1 "Border.Dark" // the left checkbutton border
CheckButton.Border2 "Border.Bright" // the right checkbutton border
CheckButton.Check "G_Highlight" // color of the check itself
CheckButton.DisabledBgColor "G_InputBg"
ToggleButton.SelectedTextColor "G_Text"
// Dropdowns
ComboBoxButton.ArrowColor "G_Text"
ComboBoxButton.ArmedArrowColor "G_SelectedText"
ComboBoxButton.BgColor "Blank"
ComboBoxButton.DisabledBgColor "Blank"
// Radio buttons
RadioButton.TextColor "G_Text"
RadioButton.SelectedTextColor "G_SelectedText"
RadioButton.ArmedTextColor "G_SelectedText"
// Frames
Frame.BgColor "G_ActiveWindow"
Frame.OutOfFocusBgColor "G_InctiveWindow"
FrameGrip.Color1 "G_Light"
FrameGrip.Color2 "G_Dark"
FrameTitleButton.FgColor "G_TitleText"
// Frame titles
FrameTitleBar.Font "G_DefaultSmall"
FrameTitleBar.TextColor "G_TitleText"
FrameTitleBar.DisabledTextColor "G_TitleText"
FrameTitleBar.BgColor "G_TitleBg"
// Labels
Label.TextDullColor "TFTextDull"
Label.TextColor "G_Text"
Label.TextBrightColor "G_SelectedText"
Label.SelectedTextColor "G_SelectedText"
Label.BgColor "Blank"
Label.DisabledFgColor1 "G_DisabledText"
Label.DisabledFgColor2 "Blank"
// List panels
ListPanel.TextColor "G_Text"
ListPanel.SelectedTextColor "G_HighlightText"
ListPanel.BgColor "G_ListBg"
ListPanel.SelectedBgColor "G_Highlight"
ListPanel.SelectedOutOfFocusBgColor "G_Highlight"
MainMenu.TextColor "G_Text" [$WIN32]
MainMenu.ArmedTextColor "G_SelectedText" [$WIN32]
MainMenu.Inset "32"
Menu.TextInset "6"
Menu.TextColor "G_Text"
Menu.BgColor "G_ListBg"
Menu.ArmedTextColor "G_HighlightText"
Menu.ArmedBgColor "G_Highlight"
Menu.DividerColor "BorderDark"
ScrollBarButton.FgColor "G_ButtonText"
ScrollBarButton.BgColor "G_ButtonBg"
ScrollBarButton.ArmedFgColor "G_ButtonHoverText"
ScrollBarButton.ArmedBgColor "G_ButtonHoverBg"
ScrollBarButton.DepressedFgColor "G_ButtonHoverText"
ScrollBarButton.DepressedBgColor "G_ButtonHoverBg"
ScrollBarSlider.BgColor "G_Dark" // this isn't really used
ScrollBarSlider.FgColor "G_ButtonBg" // handle with which the slider is grabbed
Slider.NobColor "G_ButtonBg"
Slider.TextColor "G_ButtonText"
Slider.TrackColor "G_Dark"
Slider.DisabledTextColor1 "TFTextMediumDark"
Slider.DisabledTextColor2 "Blank"
// Text fields
TextEntry.TextColor "G_Text"
TextEntry.SelectedTextColor "G_HighlightText"
TextEntry.DisabledTextColor "G_DisabledText"
TextEntry.SelectedBgColor "G_Highlight"
TextEntry.BgColor "G_InputBg"
// Selection list (options)
SectionedListPanel.TextColor "G_Text"
SectionedListPanel.BrightTextColor "G_Text"
SectionedListPanel.BgColor "G_ListBg"
SectionedListPanel.SelectedTextColor "G_HighlightText"
SectionedListPanel.SelectedBgColor "G_Highlight"
SectionedListPanel.OutOfFocusSelectedTextColor "G_HighlightText"
SectionedListPanel.OutOfFocusSelectedBgColor "G_Highlight"
}
Fonts
{
"MainMenuFont"
{
"1" [$WIN32]
{
"name" "TF2 Build"
"tall" "18"
"weight" "500"
"additive" "0"
"antialias" "1"
}
}
"MenuLarge"
{
"1" [$X360]
{
"tall_hidef" "24"
}
}
"ServerBrowserTitle"
{
"1"
{
"name" "TF2 Build"
"tall" "35"
"tall_lodef" "40"
"weight" "500"
"additive" "0"
"antialias" "1"
}
}
"Default" [$OSX]
{
"1"
{
"name" "Verdana"
"tall" "14"
"weight" "500"
}
}
"G_DefaultSmall"
{
"1"
{
"name" "Verdana"
"tall" "14"
"weight" "500"
}
}
"ServerBrowserSmall"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "480 599"
}
"2"
{
"name" "Tahoma"
"tall" "16"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "600 767"
}
"3"
{
"name" "Tahoma"
"tall" "16"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "768 1023"
"antialias" "1"
}
"4"
{
"name" "Tahoma"
"tall" "19"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1024 1199"
"antialias" "1"
}
"5"
{
"name" "Tahoma"
"tall" "19"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1200 6000"
"antialias" "1"
}
}
AchievementItemTitle [$WIN32]
{
"1"
{
"name" "Arial" [!$OSX]
"name" "Verdana Bold" [$OSX]
"weight" "1500"
"tall" "16" [!$OSX]
"tall" "18" [$OSX]
"antialias" "1"
}
}
AchievementItemTitleLarge [$WIN32]
{
"1"
{
"name" "Arial" [!$OSX]
"name" "Verdana Bold" [$OSX]
"weight" "1500"
"tall" "18" [!$OSX]
"tall" "19" [$OSX]
"antialias" "1"
}
}
AchievementItemDescription [$WIN32]
{
"1"
{
"name" "Arial" [!$OSX]
"name" "Verdana" [$OSX]
"weight" "1000"
"tall" "14" [!$OSX]
"tall" "12" [$OSX]
"antialias" "1" [!$OSX]
}
}
}
CustomFontFiles
{
"6"
{
"font" "resource/TF2Build.ttf"
"name" "TF2 Build"
"turkish"
{
"range" "0x0000 0x015F"
}
"swedish"
{
"range" "0x0000 0x00F6"
}
"spanish"
{
"range" "0x0000 0x00FC"
}
"romanian"
{
"range" "0x0000 0x021B"
}
"polish"
{
"range" "0x0000 0x017C"
}
"norwegian"
{
"range" "0x0000 0x00F8"
}
"danish"
{
"range" "0x0000 0x00F8"
}
"hungarian"
{
"range" "0x0000 0x0171"
}
"german"
{
"range" "0x0000 0x00FC"
}
"french"
{
"range" "0x0000 0x0178"
}
"finnish"
{
"range" "0x0000 0x017E"
}
"czech"
{
"range" "0x0000 0x017E"
}
"bulgarian"
{
"range" "0x0000 0x0451"
}
"russian"
{
"range" "0x0000 0x0451"
}
}
}
}

View File

@ -0,0 +1,82 @@
"Resource/UI/BaseChat.res"
{
"HudChat"
{
"ControlName" "EditablePanel"
"fieldName" "HudChat"
"visible" "1"
"enabled" "1"
"xpos" "2" // TLC
"xpos_minmode" "2" // TLC
"ypos" "2" // TLC
"ypos_minmode" "2" // TLC
"zpos" "9"
"wide" "300"
"wide_minmode" "268"
"tall" "130"
"tall_minmode" "114"
"PaintBackgroundType" "0"
"paintbackground" "0"
"paintborder" "0"
"border" "NoBorder"
"bgcolor_override" "0 0 0 0" // Chat color
}
ChatInputLine
{
"ControlName" "EditablePanel"
"fieldName" "ChatInputLine"
"visible" "1"
"enabled" "1"
"xpos" "5"
"ypos" "395"
"wide" "290"
"wide_minmode" "258"
"tall" "2"
"PaintBackgroundType" "0"
}
"ChatFiltersButton"
{
"ControlName" "Button"
"fieldName" "ChatFiltersButton"
"xpos" "5"
"xpos_minmode" "5"
"ypos" "115"
"ypos_minmode" "99"
"zpos" "50"
"wide" "15"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}
"HudChatHistory"
{
"ControlName" "RichText"
"fieldName" "HudChatHistory"
"xpos" "0"
"ypos" "0"
"wide" "300"
"wide_minmode" "268"
"tall" "75"
"wrap" "1"
"autoResize" "1"
"pinCorner" "1"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
"font" "DefaultVerySmall"
"maxchars" "-1"
}
}

View File

@ -0,0 +1,167 @@
"Resource/UI/build_menu/base.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "255 255 255 255"
}
"WhiteBg"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBg"
"xpos" "13"
"ypos" "17"
"zpos" "1"
"wide" "54"
"tall" "54"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"paintborder" "1"
"bgcolor_override" "G_White"
"border" "G_TargetBorder"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "58"
"ypos" "77"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "26"
"ypos" "74"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "15"
"ypos" "73"
"zpos" "5"
"wide" "14"
"tall" "14"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "15"
"ypos" "73"
"zpos" "6"
"wide" "14"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,129 @@
"Resource/UI/build_menu/base.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "255 255 255 255"
}
"WhiteBg"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBg"
"xpos" "13"
"ypos" "17"
"zpos" "1"
"wide" "54"
"tall" "54"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"paintborder" "1"
"bgcolor_override" "G_White"
"border" "G_TargetBorder"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "33"
"ypos" "73"
"zpos" "5"
"wide" "14"
"tall" "14"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "33"
"ypos" "73"
"zpos" "6"
"wide" "14"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,172 @@
"Resource/UI/build_menu/base_already_built.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "71"
"zpos" "5"
"wide" "60"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Already_Built"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "18"
"ypos" "20"
"zpos" "2"
"wide" "46"
"tall" "46"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "obj_status_sentrygun_1"
"iconColor" "230 230 230 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "80"
"ypos" "2"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "48"
"ypos" "0"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,171 @@
"Resource/UI/build_menu/base_cant_afford.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "G_FontSmall_2"
"fgcolor" "G_Red"
"xpos" "10"
"ypos" "74"
"zpos" "2"
"wide" "60"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cant_Afford"
"textAlignment" "Center"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "100 100 100 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "46"
"ypos" "75"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_Red"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_Red"
"xpos" "14"
"ypos" "72"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "RedSolid"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,107 @@
"Resource/UI/build_menu/base_selectable.res"
{
"MainBackground"
{
"ControlName" "CIconPanel"
"fieldName" "MainBackground"
"xpos" "3"
"ypos" "1"
"zpos" "0"
"wide" "98"
"tall" "135"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg"
"iconColor" "128 128 128 255"
}
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "Default"
"xpos" "10"
"ypos" "2"
"zpos" "1"
"wide" "84"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#TF_Empty_Slot"
"labelText_lodef" "#TF_Empty_Slot"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "black"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "4"
"ypos" "0"
"zpos" "0"
"wide" "98"
"tall" "135"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg"
"iconColor" "ProgressOffWhite"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "22"
"ypos" "19"
"zpos" "2"
"wide" "56"
"tall" "56"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "255 255 255 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "10"
"ypos" "79"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TanDarker"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "HudFontSmall"
"fgcolor" "TanDarker"
"xpos" "23"
"ypos" "78"
"zpos" "1"
"wide" "84"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "Left"
}
}

View File

@ -0,0 +1,150 @@
"Resource/UI/build_menu/base_unavailable.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "Default"
"xpos" "6"
"ypos" "0"
"zpos" "1"
"wide" "84"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "4"
"ypos" "14"
"zpos" "0"
"wide" "98"
"tall" "105"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg_outline"
"iconColor" "ProgressOffWhiteTransparent"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "Default"
"xpos" "10"
"ypos" "48"
"zpos" "2"
"wide" "80"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Unavailable"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "10"
"ypos" "18"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TanDark"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "HudFontSmall"
"fgcolor" "TanDark"
"xpos" "23"
"ypos" "17"
"zpos" "1"
"wide" "84"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "Left"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDark"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "99"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "98"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,114 @@
"Resource/UI/build_menu/base_unavailable.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_tele_exit_build"
"iconColor" "100 100 100 255"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "RedSolid"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/dispenser_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/dispenser_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"BuildingIcon"
{
"icon" "obj_status_dispenser"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/dispenser_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,14 @@
#base "base_selectable.res"
"Resource/UI/build_menu/dispenser_selectable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/dispenser_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active_teleport_target.res"
"Resource/UI/build_menu/dispenser_active.res"
{
"ItemNameLabel"
{
"labelText" "#Hud_Menu_Teleport_Base"
}
"BuildingIcon"
{
"icon" "eureka_teleport_home"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable_teleport_target.res"
"Resource/UI/build_menu/dispenser_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#Hud_Menu_Teleport_Base"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active_teleport_target.res"
"Resource/UI/build_menu/tele_exit_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable_teleport_target.res"
"Resource/UI/build_menu/tele_exit_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,360 @@
"Resource/UI/build_menu/HudMenuEngyBuild.res"
{
"MainBackground"
{
"ControlName" "EditablePanel"
"fieldName" "MainBackground"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "40"
"zpos" "0"
"wide" "282"
"tall" "92"
"wide_minmode" "142"
"tall_minmode" "175"
"visible" "1"
"enabled" "1"
"paintborder" "1"
"border" "G_TargetBorder"
"paintbackground" "1"
"bgcolor_override" "G_PanelBg"
}
"BuildIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildIcon"
"xpos" "20"
"ypos" "17"
"zpos" "1"
"wide" "24"
"tall" "24"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "ico_build"
"iconColor" "G_White"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "G_FontMedium"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "17"
"zpos" "2"
"wide" "282"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_menu_build_title"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "G_White"
}
"TitleLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "G_FontMedium"
"fgcolor" "G_Shadow"
"xpos" "3"
"xpos_minmode" "19"
"ypos" "18"
"zpos" "1"
"wide" "277"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_menu_build_title"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
}
"CancelLabel"
{
"ControlName" "CExLabel"
"fieldName" "CancelLabel"
"font" "SpectatorKeyHints"
"xpos" "218"
"ypos" "35"
"zpos" "1"
"wide" "200"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cancel"
"textAlignment" "East"
"dulltext" "0"
"brighttext" "0"
}
"active_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"already_built_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
}

View File

@ -0,0 +1,146 @@
"Resource/UI/build_menu/HudMenuEurekaEffect.res"
{
"MainBackground"
{
"ControlName" "EditablePanel"
"fieldName" "MainBackground"
"xpos" "18"
"ypos" "40"
"zpos" "0"
"wide" "142"
"tall" "91"
"visible" "1"
"enabled" "1"
"paintborder" "1"
"border" "G_TargetBorder"
"paintbackground" "1"
"bgcolor_override" "G_PanelBg"
}
"BuildIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildIcon"
"xpos" "20"
"ypos" "17"
"zpos" "1"
"wide" "24"
"tall" "24"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "ico_build"
"iconColor" "G_White"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "G_FontMedium"
"xpos" "18" // align me to the left edge of the first selection
"ypos" "17"
"zpos" "2"
"wide" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Teleport_Title"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "G_White"
}
"TitleLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "G_FontMedium"
"fgcolor" "G_Shadow"
"xpos" "19" // align me to the left edge of the first selection
"ypos" "18"
"zpos" "1"
"wide" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Teleport_Title"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
}
"CancelLabel"
{
"ControlName" "CExLabel"
"fieldName" "CancelLabel"
"font" "SpectatorKeyHints"
"xpos" "35"
"ypos" "35"
"zpos" "1"
"wide" "200"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cancel"
"textAlignment" "East"
"dulltext" "0"
"brighttext" "0"
}
"available_target_1"
{
"ControlName" "EditablePanel"
"fieldName" "available_target_1"
"xpos" "15"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "1"
}
"available_target_2"
{
"ControlName" "EditablePanel"
"fieldName" "available_target_2"
"xpos" "83"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "1"
}
"unavailable_target_1"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_target_1"
"xpos" "15"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "0"
}
"unavailable_target_2"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_target_2"
"xpos" "83"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "0"
}
}

View File

@ -0,0 +1,167 @@
"Resource/UI/build_menu/base.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "30 255 30 255"
}
"WhiteBg"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBg"
"xpos" "13"
"ypos" "17"
"zpos" "1"
"wide" "54"
"tall" "54"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"paintborder" "1"
"bgcolor_override" "G_White"
"border" "G_TargetBorder"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "58"
"ypos" "77"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "26"
"ypos" "74"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "15"
"ypos" "73"
"zpos" "5"
"wide" "14"
"tall" "14"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "15"
"ypos" "73"
"zpos" "6"
"wide" "14"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,129 @@
"Resource/UI/build_menu/base.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "30 255 30 255"
}
"WhiteBg"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBg"
"xpos" "13"
"ypos" "17"
"zpos" "1"
"wide" "54"
"tall" "54"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"paintborder" "1"
"bgcolor_override" "G_White"
"border" "G_TargetBorder"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "33"
"ypos" "73"
"zpos" "5"
"wide" "14"
"tall" "14"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "33"
"ypos" "73"
"zpos" "6"
"wide" "14"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,172 @@
"Resource/UI/build_menu/base_already_built.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "71"
"zpos" "5"
"wide" "60"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Already_Built"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "18"
"ypos" "20"
"zpos" "2"
"wide" "46"
"tall" "46"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "obj_status_sentrygun_1"
"iconColor" "230 230 230 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "80"
"ypos" "2"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "48"
"ypos" "0"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDarker"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,171 @@
"Resource/UI/build_menu/base_cant_afford.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "G_FontSmall_2"
"fgcolor" "G_Red"
"xpos" "10"
"ypos" "74"
"zpos" "2"
"wide" "60"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cant_Afford"
"textAlignment" "Center"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "0 100 0 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "46"
"ypos" "75"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_Red"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_Red"
"xpos" "14"
"ypos" "72"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "RedSolid"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,107 @@
"Resource/UI/build_menu/base_selectable.res"
{
"MainBackground"
{
"ControlName" "CIconPanel"
"fieldName" "MainBackground"
"xpos" "3"
"ypos" "1"
"zpos" "0"
"wide" "98"
"tall" "135"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg"
"iconColor" "128 128 128 255"
}
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "Default"
"xpos" "10"
"ypos" "2"
"zpos" "1"
"wide" "84"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#TF_Empty_Slot"
"labelText_lodef" "#TF_Empty_Slot"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "black"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "4"
"ypos" "0"
"zpos" "0"
"wide" "98"
"tall" "135"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg"
"iconColor" "ProgressOffWhite"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "22"
"ypos" "19"
"zpos" "2"
"wide" "56"
"tall" "56"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "255 255 255 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "10"
"ypos" "79"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TanDarker"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "HudFontSmall"
"fgcolor" "TanDarker"
"xpos" "23"
"ypos" "78"
"zpos" "1"
"wide" "84"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "Left"
}
}

View File

@ -0,0 +1,150 @@
"Resource/UI/build_menu/base_unavailable.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "Default"
"xpos" "6"
"ypos" "0"
"zpos" "1"
"wide" "84"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "4"
"ypos" "14"
"zpos" "0"
"wide" "98"
"tall" "105"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg_outline"
"iconColor" "ProgressOffWhiteTransparent"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "Default"
"xpos" "10"
"ypos" "48"
"zpos" "2"
"wide" "80"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Unavailable"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "10"
"ypos" "18"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "TanDark"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "HudFontSmall"
"fgcolor" "TanDark"
"xpos" "23"
"ypos" "17"
"zpos" "1"
"wide" "84"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "Left"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "TanDark"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "99"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "98"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
}
}

View File

@ -0,0 +1,114 @@
"Resource/UI/build_menu/base_unavailable.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_tele_exit_build"
"iconColor" "0 100 0 255"
}
"ModeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ModeLabel"
"font" "DefaultSmall"
"fgcolor" "RedSolid"
"xpos" "33"
"ypos" "17"
"zpos" "1"
"wide" "44"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "East"
}
"NumberBg"
{
"ControlName" "CIconPanel"
"fieldName" "NumberBg"
"xpos" "41"
"ypos" "87"
"zpos" "0"
"wide" "18"
"tall" "18"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_key_blank"
"iconColor" "255 255 255 255"
"Alpha" "0"
}
"NumberLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumberLabel"
"font" "G_FontNumberButton"
"fgcolor" "Black"
"xpos" "0"
"ypos" "86"
"zpos" "1"
"wide" "100"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Center"
"dulltext" "1"
"brighttext" "0"
"Alpha" "0"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/dispenser_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/dispenser_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"BuildingIcon"
{
"icon" "obj_status_dispenser"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/dispenser_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,14 @@
#base "base_selectable.res"
"Resource/UI/build_menu/dispenser_selectable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Dispenser"
}
"BuildingIcon"
{
"icon" "hud_menu_dispenser_build"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/dispenser_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_dispenser"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active_teleport_target.res"
"Resource/UI/build_menu/dispenser_active.res"
{
"ItemNameLabel"
{
"labelText" "#Hud_Menu_Teleport_Base"
}
"BuildingIcon"
{
"icon" "eureka_teleport_home"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable_teleport_target.res"
"Resource/UI/build_menu/dispenser_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#Hud_Menu_Teleport_Base"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active_teleport_target.res"
"Resource/UI/build_menu/tele_exit_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable_teleport_target.res"
"Resource/UI/build_menu/tele_exit_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"NumberLabel"
{
"labelText" "2"
}
}

View File

@ -0,0 +1,382 @@
"Resource/UI/build_menu/pipboy/HudMenuEngyBuild.res"
{
"MainBackground"
{
"ControlName" "CTFImagePanel"
"fieldName" "MainBackground"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "40"
"zpos" "0"
"wide" "282"
"tall" "92"
"wide_minmode" "142"
"tall_minmode" "175"
"visible" "1"
"enabled" "1"
"paintborder" "1"
"border" "G_TargetBorder"
"scaleImage" "1"
"image" "pipboy_overlay"
"src_corner_height" "23"
"src_corner_width" "23"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
"BlackBg"
{
"ControlName" "EditablePanel"
"fieldName" "BlackBg"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "40"
"zpos" "-1"
"wide" "282"
"tall" "92"
"wide_minmode" "142"
"tall_minmode" "175"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
}
"BuildIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildIcon"
"xpos" "20"
"ypos" "17"
"zpos" "1"
"wide" "24"
"tall" "24"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "ico_build"
"iconColor" "G_White"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "G_FontMedium"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "17"
"zpos" "2"
"wide" "282"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_menu_build_title"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "G_White"
}
"TitleLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "G_FontMedium"
"fgcolor" "G_Shadow"
"xpos" "3"
"xpos_minmode" "19"
"ypos" "18"
"zpos" "1"
"wide" "277"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_menu_build_title"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
}
"CancelLabel"
{
"ControlName" "CExLabel"
"fieldName" "CancelLabel"
"font" "SpectatorKeyHints"
"xpos" "218"
"ypos" "35"
"zpos" "1"
"wide" "200"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cancel"
"textAlignment" "East"
"dulltext" "0"
"brighttext" "0"
}
"active_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"already_built_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
}

View File

@ -0,0 +1,165 @@
"Resource/UI/build_menu/pipboy/HudMenuEurekaEffect.res"
{
"MainBackground"
{
"ControlName" "CTFImagePanel"
"fieldName" "MainBackground"
"xpos" "18"
"ypos" "40"
"zpos" "0"
"wide" "142"
"tall" "91"
"visible" "1"
"enabled" "1"
"paintborder" "1"
"border" "G_TargetBorder"
"scaleImage" "1"
"image" "pipboy_overlay"
"src_corner_height" "23"
"src_corner_width" "23"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
"BlackBg"
{
"ControlName" "EditablePanel"
"fieldName" "BlackBg"
"xpos" "18"
"ypos" "40"
"zpos" "-1"
"wide" "142"
"tall" "91"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
}
"BuildIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildIcon"
"xpos" "20"
"ypos" "17"
"zpos" "1"
"wide" "24"
"tall" "24"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "ico_build"
"iconColor" "G_White"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "G_FontMedium"
"xpos" "18" // align me to the left edge of the first selection
"ypos" "17"
"zpos" "2"
"wide" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Teleport_Title"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "G_White"
}
"TitleLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "G_FontMedium"
"fgcolor" "G_Shadow"
"xpos" "19" // align me to the left edge of the first selection
"ypos" "18"
"zpos" "1"
"wide" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Teleport_Title"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
}
"CancelLabel"
{
"ControlName" "CExLabel"
"fieldName" "CancelLabel"
"font" "SpectatorKeyHints"
"xpos" "35"
"ypos" "35"
"zpos" "1"
"wide" "200"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cancel"
"textAlignment" "East"
"dulltext" "0"
"brighttext" "0"
}
"available_target_1"
{
"ControlName" "EditablePanel"
"fieldName" "available_target_1"
"xpos" "15"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "1"
}
"available_target_2"
{
"ControlName" "EditablePanel"
"fieldName" "available_target_2"
"xpos" "83"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "1"
}
"unavailable_target_1"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_target_1"
"xpos" "15"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "0"
}
"unavailable_target_2"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_target_2"
"xpos" "83"
"ypos" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"visible" "0"
}
}

View File

@ -0,0 +1,20 @@
#base "base_active.res"
"Resource/UI/build_menu/sentry_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,22 @@
#base "base_already_built.res"
"Resource/UI/build_menu/sentry_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"ypos" "22"
"ypos_minmode" "18"
"icon" "obj_status_sentrygun_1"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,20 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/sentry_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,15 @@
#base "base_selectable.res"
"Resource/UI/build_menu/sentry_selectable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
}

View File

@ -0,0 +1,15 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/sentry_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/tele_entrance_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Entrance_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/tele_entrance_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"BuildingIcon"
{
"icon" "obj_status_tele_entrance"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/tele_entrance_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/tele_entrance_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/tele_exit_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/tele_exit_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"BuildingIcon"
{
"icon" "obj_status_tele_exit"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/tele_exit_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/tele_exit_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,14 @@
#base "base_selectable.res"
"Resource/UI/build_menu/tele_selectable.res"
{
"ItemNameLabel"
{
"labelText" "Teleporter"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
}

View File

@ -0,0 +1,20 @@
#base "base_active.res"
"Resource/UI/build_menu/sentry_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,22 @@
#base "base_already_built.res"
"Resource/UI/build_menu/sentry_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"ypos" "22"
"ypos_minmode" "18"
"icon" "obj_status_sentrygun_1"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,20 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/sentry_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,15 @@
#base "base_selectable.res"
"Resource/UI/build_menu/sentry_selectable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"icon" "hud_menu_sentry_build"
}
}

View File

@ -0,0 +1,15 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/sentry_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
}
"NumberLabel"
{
"labelText" "1"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/tele_entrance_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Entrance_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/tele_entrance_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"BuildingIcon"
{
"icon" "obj_status_tele_entrance"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/tele_entrance_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/tele_entrance_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_entrance_360"
}
"NumberLabel"
{
"labelText" "3"
}
}

View File

@ -0,0 +1,19 @@
#base "base_active.res"
"Resource/UI/build_menu/tele_exit_active.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Tele_Exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,19 @@
#base "base_already_built.res"
"Resource/UI/build_menu/tele_exit_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"BuildingIcon"
{
"icon" "obj_status_tele_exit"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,19 @@
#base "base_cant_afford.res"
"Resource/UI/build_menu/tele_exit_cant_afford.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_exit_build"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,14 @@
#base "base_unavailable.res"
"Resource/UI/build_menu/tele_exit_unavailable.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_tele_exit_360"
}
"NumberLabel"
{
"labelText" "4"
}
}

View File

@ -0,0 +1,14 @@
#base "base_selectable.res"
"Resource/UI/build_menu/tele_selectable.res"
{
"ItemNameLabel"
{
"labelText" "Teleporter"
}
"BuildingIcon"
{
"icon" "hud_menu_tele_entrance_build"
}
}

View File

@ -0,0 +1,110 @@
"Resource/UI/build_menu/base.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "16"
"ypos" "20"
"zpos" "2"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_sentry_build"
"iconColor" "255 255 255 255"
}
"WhiteBg"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBg"
"xpos" "13"
"ypos" "17"
"zpos" "1"
"wide" "54"
"tall" "54"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"paintborder" "1"
"bgcolor_override" "G_White"
"border" "G_TargetBorder"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "48"
"ypos" "77"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "16"
"ypos" "74"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
}

View File

@ -0,0 +1,110 @@
"Resource/UI/build_menu/base_already_built.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"DestroyIcon"
{
"ControlName" "CIconPanel"
"fieldName" "DestroyIcon"
"xpos" "18"
"ypos" "20"
"zpos" "1"
"wide" "46"
"tall" "46"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_demolish"
"iconColor" "255 255 255 255"
}
"BuildingIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildingIcon"
"xpos" "18"
"ypos" "20"
"zpos" "2"
"wide" "46"
"tall" "46"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "obj_status_sentrygun_1"
"iconColor" "230 230 230 255"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "80"
"ypos" "2"
"zpos" "1"
"wide" "10"
"tall" "10"
"visible" "0"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_LightGrey"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_LightGrey"
"xpos" "48"
"ypos" "0"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
}

View File

@ -0,0 +1,97 @@
"Resource/UI/build_menu/base_cant_afford.res"
{
"ItemNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemNameLabel"
"font" "G_FontSmall_2"
"xpos" "10"
"ypos" "0"
"zpos" "1"
"wide" "52"
"tall" "14"
"textinsetx" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#TF_Object_Sentry"
"labelText_lodef" "#TF_Object_Sentry_360"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ItemBackground"
{
"ControlName" "CIconPanel"
"fieldName" "ItemBackground"
"xpos" "10"
"ypos" "14"
"zpos" "0"
"wide" "60"
"tall" "76"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"paintbackground" "1"
"paintborder" "0"
"bgcolor_override" "0 0 0 220"
"border" "G_TargetBorder"
}
"CantBuildReason"
{
"ControlName" "CExLabel"
"fieldName" "CantBuildReason"
"font" "G_FontSmall_2"
"fgcolor" "G_Red"
"xpos" "10"
"ypos" "74"
"zpos" "2"
"wide" "60"
"tall" "18"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#Hud_Menu_Build_Cant_Afford"
"textAlignment" "Center"
}
"MetalIcon"
{
"ControlName" "CIconPanel"
"fieldName" "MetalIcon"
"xpos" "46"
"ypos" "75"
"zpos" "1"
"wide" "7"
"tall" "7"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_metal"
"iconColor" "G_Red"
}
"CostLabel"
{
"ControlName" "CExLabel"
"fieldName" "CostLabel"
"font" "G_FontTiny"
"fgcolor" "G_Red"
"xpos" "14"
"ypos" "72"
"zpos" "1"
"wide" "30"
"tall" "13"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "East"
"textinsetx" "1"
}
}

View File

@ -0,0 +1,551 @@
"Resource/UI/build_menu/HudMenuEngyBuild.res"
{
"MainBackground"
{
"ControlName" "EditablePanel"
"fieldName" "MainBackground"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "40"
"zpos" "0"
"wide" "282"
"tall" "92"
"wide_minmode" "142"
"tall_minmode" "175"
"visible" "1"
"enabled" "1"
"paintborder" "1"
"border" "G_TargetBorder"
"paintbackground" "1"
"bgcolor_override" "G_PanelBg"
}
"BuildIcon"
{
"ControlName" "CIconPanel"
"fieldName" "BuildIcon"
"xpos" "20"
"ypos" "17"
"zpos" "1"
"wide" "24"
"tall" "24"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "ico_build"
"iconColor" "G_White"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "G_FontMedium"
"xpos" "1"
"xpos_minmode" "18"
"ypos" "17"
"zpos" "2"
"wide" "282"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "Engineering"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"fgcolor" "G_White"
}
"TitleLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabelDropshadow"
"font" "G_FontMedium"
"fgcolor" "G_Shadow"
"xpos" "3"
"xpos_minmode" "19"
"ypos" "18"
"zpos" "1"
"wide" "277"
"wide_minmode" "142"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" ""
"enabled" ""
"labelText" "Engineering"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
}
"active_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"active_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "active_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "1"
}
"already_built_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"already_built_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "already_built_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"cant_afford_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "cant_afford_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_1"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_1"
"xpos" "0"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_2"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_2"
"xpos" "68"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "34"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_3"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_3"
"xpos" "136"
"ypos" "34"
"xpos_minmode" "15"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"unavailable_item_4"
{
"ControlName" "EditablePanel"
"fieldName" "unavailable_item_4"
"xpos" "204"
"ypos" "34"
"xpos_minmode" "83"
"ypos_minmode" "118"
"zpos" "1"
"wide" "80"
"tall" "104"
"wide_minmode" "80"
"tall_minmode" "104"
"visible" "0"
}
"active_selection_bg"
{
"ControlName" "CIconPanel"
"fieldName" "active_selection_bg"
"xpos" "130"
"ypos" "50"
"zpos" "0"
"wide" "100"
"tall" "144"
"wide_minmode" "100"
"tall_minmode" "144"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "hud_menu_item_bg"
"iconColor" "255 255 255 20"
}
"BuildHintIcon"
{
"ControlName" "CExLabel"
"fieldName" "BuildHintIcon"
"font" "GameUIButtons"
"xpos" "266"
"ypos" "0"
"xpos_minmode" "144"
"ypos_minmode" "220"
"zpos" "1"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"BuildHintLabel_Bright"
{
"ControlName" "CExLabel"
"fieldName" "BuildHintLabel_Bright"
"font" "G_FontTiny"
"xpos" "226"
"ypos" "0"
"xpos_minmode" "104"
"ypos_minmode" "220"
"zpos" "5"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Action_Build"
"textAlignment" "Right"
"dulltext" "0"
"brighttext" "0"
}
"BuildHintLabel_Dim"
{
"ControlName" "CExLabel"
"fieldName" "BuildHintLabel_Dim"
"font" "ControllerHintText"
"fgcolor" "0 0 0 0"
"xpos" "350"
"ypos" "151"
"zpos" "1"
"wide" "300"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Action_Build"
"textAlignment" "Left"
"dulltext" "1"
"brighttext" "0"
}
"DestroyHintIcon"
{
"ControlName" "CExLabel"
"fieldName" "DestroyHintIcon"
"font" "GameUIButtons"
"xpos" "0"
"ypos" "0"
"xpos_minmode" "18"
"ypos_minmode" "220"
"zpos" "1"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "0"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"DestroyHintLabel_Bright"
{
"ControlName" "CExLabel"
"fieldName" "DestroyHintLabel_Bright"
"font" "G_FontTiny"
"xpos" "18"
"ypos" "0"
"xpos_minmode" "36"
"ypos_minmode" "220"
"zpos" "1"
"wide" "300"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Action_Demolish"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"DestroyHintLabel_Dim"
{
"ControlName" "CExLabel"
"fieldName" "DestroyHintLabel_Dim"
"font" "G_FontSmall"
"xpos" "36" // align me to the left edge of the first selection
"ypos" "220"
"zpos" "1"
"wide" "300"
"tall" "20"
"fgcolor" "0 0 0 0"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Hud_Menu_Build_Action_Demolish"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"CancelHintIcon"
{
"ControlName" "CExLabel"
"fieldName" "CancelHintIcon"
"font" "GameUIButtons"
"xpos" "60" // align me to the left edge of the first selection
"ypos" "220"
"zpos" "1"
"wide" "300"
"tall" "38"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "B"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"CancelHintLabel"
{
"ControlName" "CExLabel"
"fieldName" "CancelHintLabel"
"font" "ControllerHintText"
"xpos" "40"
"ypos" "151"
"zpos" "1"
"wide" "300"
"tall" "39"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"labelText" "#Cancel"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}
"ButtonLegendBG"
{
"ControlName" "ImagePanel"
"fieldName" "ButtonLegendBG"
"xpos" "0"
"xpos_minmode" "18"
"ypos" "0"
"ypos_minmode" "220"
"zpos" "0"
"wide" "282"
"tall" "20"
"wide_minmode" "142"
"tall_minmode" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"fillcolor" "G_PanelBg"
"PaintBackgroundType" "0"
"paintborder" "1"
"border" "G_TargetBorder"
}
}

View File

@ -0,0 +1,18 @@
#base "base_already_built.res"
"Resource/UI/destroy_menu/sentry_already_built.res"
{
"ItemNameLabel"
{
"labelText" "#TF_Object_Sentry_360"
}
"BuildingIcon"
{
"xpos" "18"
"ypos" "20"
"wide" "46"
"tall" "46"
"icon" "obj_status_sentrygun_1"
}
}

View File

@ -0,0 +1,469 @@
"Resource/UI/CharInfoArmorySubPanel.res"
{
"armory_panel"
{
"ControlName" "Frame"
"fieldName" "armory_panel"
"wide" "f0"
"zpos" "501"
"visible" "1"
"autoResize" "0"
"pinCorner" "0"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "2"
"bgcolor_override" "G_MenuBg"
"infocus_bgcolor_override" "G_MenuBg"
"outoffocus_bgcolor_override" "G_MenuBg"
"thumbnail_bgcolor" "G_OpaquePanelBg"
"thumbnail_bgcolor_mouseover" "G_OpaquePanelBg"
"thumbnail_bgcolor_selected" "G_OpaquePanelBg"
"thumbnails_rows" "4"
"thumbnails_columns" "4"
"thumbnails_x" "c-300"
"thumbnails_y" "60"
"thumbnails_delta_x" "8"
"thumbnails_delta_y" "8"
"thumbnail_modelpanels_kv"
{
"ControlName" "CItemModelPanel"
"zpos" "13"
"wide" "70"
"tall" "49"
"visible" "0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"bgcolor_override" "0 0 0 0"
"model_xpos" "7"
"model_ypos" "5"
"model_wide" "58"
"model_tall" "38"
"text_ypos" "60"
"text_center" "1"
"name_only" "1"
"inset_eq_x" "2"
"inset_eq_y" "2"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
}
}
}
"CaratLabel"
{
"ControlName" "CExLabel"
"fieldName" "CaratLabel"
"font" "HudFontSmallestBold"
"labelText" ">>"
"textAlignment" "west"
"xpos" "-9999"
"ypos" "20"
"zpos" "1"
"wide" "20"
"tall" "15"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"Alpha" "0"
"fgcolor_override" "200 80 60 255"
}
"ArmoryLabel"
{
"ControlName" "Label"
"fieldName" "ArmoryLabel"
"font" "HudFontMediumSmallBold"
"labelText" "#Armory"
"textAlignment" "west"
"xpos" "c-297"
"ypos" "15"
"zpos" "1"
"wide" "560"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"FiltersLabel"
{
"ControlName" "CExLabel"
"fieldName" "FiltersLabel"
"font" "HudFontSmallestBold"
"labelText" "#Store_FilterLabel"
"textAlignment" "west"
"xpos" "c98"
"ypos" "17"
"zpos" "1"
"wide" "60"
"tall" "20"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"fgcolor" "G_MenuText"
}
"FilterComboBox"
{
"ControlName" "ComboBox"
"fieldName" "FilterComboBox"
"Font" "HudFontSmallestBold"
"xpos" "c158"
"ypos" "17"
"zpos" "1"
"wide" "150"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "1"
"textHidden" "0"
"editable" "0"
"maxchars" "-1"
"NumericInputOnly" "0"
"unicode" "0"
"fgcolor_override" "G_InputText"
"bgcolor_override" "G_MenuText"
"disabledFgColor_override" "120 120 120 255"
"disabledBgColor_override" "G_MenuText"
"selectionColor_override" "G_ButtonHoverBg"
"selectionTextColor_override" "G_ButtonHoverText"
"defaultSelectionBG2Color_override" "G_ButtonHoverBg"
}
"DataPanel"
{
"ControlName" "EditablePanel"
"fieldName" "DataPanel"
"xpos" "c20"
"ypos" "61"
"zpos" "0"
"wide" "288"
"tall" "260"
"visible" "1"
"PaintBackgroundType" "0"
"paintborder" "1"
"border" "NoBorder"
"paintbackground" "1"
"bgcolor_override" "G_OpaquePanelBg"
"Data_TextRichText"
{
"ControlName" "CEconItemDetailsRichText"
"fieldName" "Data_TextRichText"
"font" "ScoreboardSmall"
"labelText" "%datatext%"
"textAlignment" "north-west"
"xpos" "5"
"ypos" "138"
"wide" "278"
"tall" "90"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
"wrap" "1"
"highlight_color" "177 168 149 255"
"itemset_color" "216 244 9 255"
"link_color" "252 191 27 255"
"image_up_arrow" "scroll_up_off"
"image_up_arrow_mouseover" "scroll_up_on"
"image_down_arrow" "scroll_down_off"
"image_down_arrow_mouseover" "scroll_down_on"
"image_line" "ArmoryScrollbarWell"
"image_box" "ArmoryScrollbarBox"
}
}
"SelectedItemModelPanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "SelectedItemModelPanel"
"xpos" "c25"
"ypos" "66"
"zpos" "1"
"wide" "288"
"tall" "135"
"visible" "1"
"bgcolor_override" "0 0 0 0"
"PaintBackgroundType" "2"
"paintborder" "0"
"model_hide" "1"
"text_center" "1"
"resize_to_text" "0"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"inventory_image_type" "1"
"allow_rot" "0"
}
}
"SelectedItemImageModelPanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "SelectedItemImageModelPanel"
"xpos" "c-280" // Slightly right of center, because the photo background is
"ypos" "160"
"zpos" "1"
"wide" "288"
"tall" "140"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"PaintBackgroundType" "2"
"paintborder" "0"
"model_ypos" "10"
"model_tall" "120"
"name_only" "0"
"attrib_only" "0"
"model_only" "1"
"paint_icon_hide" "1"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"inventory_image_type" "1"
"allow_rot" "0"
}
}
"mouseoveritempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "mouseoveritempanel"
"xpos" "c-70"
"ypos" "270"
"zpos" "10000"
"wide" "250"
"tall" "180"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"text_ypos" "20"
"text_center" "1"
"model_hide" "0"
"resize_to_text" "0"
"padding_height" "15"
"name_only" "1"
"model_ypos" "40"
"model_tall" "120"
"text_forcesize" "1"
"is_mouseover" "1"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"inventory_image_type" "1"
"allow_rot" "0"
}
}
"PrevPageButton"
{
"ControlName" "CExButton"
"fieldName" "PrevPageButton"
"xpos" "c-126"
"ypos" "301"
"zpos" "5"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "&A"
"font" "G_MenuArrowSmall"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "prevpage"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"CurPageLabel"
{
"ControlName" "CExLabel"
"fieldName" "CurPageLabel"
"font" "HudFontSmallBold"
"labelText" "%thumbnailpage%"
"textAlignment" "center"
"xpos" "c-80"
"ypos" "301"
"zpos" "5"
"wide" "40"
"tall" "20"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "200 80 60 255"
}
"NextPageButton"
{
"ControlName" "CExButton"
"fieldName" "NextPageButton"
"xpos" "c-35"
"ypos" "301"
"zpos" "5"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "&D"
"font" "G_MenuArrowSmall"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "nextpage"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"WikiButton"
{
"ControlName" "CExButton"
"fieldName" "WikiButton"
"xpos" "c-30"
"ypos" "347" [$WINDOWS]
"ypos" "339" [!$WINDOWS]
"zpos" "20"
"wide" "155"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#ArmoryButton_Wiki"
"font" "HudFontSmallBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "wiki"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"ViewSetButton"
{
"ControlName" "CExButton"
"fieldName" "ViewSetButton"
"xpos" "c-195"
"ypos" "347" [$WINDOWS]
"ypos" "339" [!$WINDOWS]
"zpos" "20"
"wide" "155"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#ArmoryButton_SetDetails"
"font" "HudFontSmallBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "viewset"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"StoreButton"
{
"ControlName" "CExButton"
"fieldName" "StoreButton"
"xpos" "c136"
"ypos" "347" [$WINDOWS]
"ypos" "339" [!$WINDOWS]
"zpos" "20"
"wide" "155"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" "#ArmoryButton_Store"
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "openstore"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"ReloadSchemeButton"
{
"ControlName" "CExButton"
"fieldName" "ReloadSchemeButton"
"xpos" "c-180"
"ypos" "345"
"zpos" "25"
"wide" "100"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "RELOADSCHEME"
"font" "HudFontSmallestBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "reloadscheme"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"Wall"
{
"ControlName" "EditablePanel"
"fieldName" "Wall"
"xpos" "0"
"ypos" "50"
"zpos" "-5"
"wide" "f0"
"tall" "280"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_MenuShader"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,186 @@
"Resource/UI/CharInfoPanel.res"
{
"character_info"
{
"ControlName" "EditablePanel"
"fieldName" "character_info"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "1" [$WINDOWS]
"settitlebarvisible" "1" [!$WINDOWS]
"PaintBackgroundType" "0"
"bgcolor_override" "46 43 42 0" [$WINDOWS]
"infocus_bgcolor_override" "46 43 42 0" [$WINDOWS]
"outoffocus_bgcolor_override" "46 43 42 0" [$WINDOWS]
"bgcolor_override" "46 43 42 255" [!$WINDOWS]
"infocus_bgcolor_override" "46 43 42 255" [!$WINDOWS]
"outoffocus_bgcolor_override" "46 43 42 255" [!$WINDOWS]
"title" ""
"title_font" "G_FontNone"
"titletextinsetX" "40"
"titletextinsetY" "0"
"titlebarfgcolor_override" "200 187 161 255"
"titlebardisabledfgcolor_override" "200 187 161 255"
"titlebarbgcolor_override" "46 43 42 255"
"clientinsetx_override" "0"
"sheetinset_bottom" "0"
}
"BackgroundHeader"
{
"ControlName" "EditablePanel"
"fieldName" "BackgroundHeader"
"xpos" "0"
"ypos" "0"
"zpos" "-2"
"wide" "f0"
"tall" "44"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_MenuBg" // "G_Footer"
"paintborder" "0"
"border" "G_MenuHeader"
}
"BackgroundFooter"
{
"ControlName" "EditablePanel"
"fieldName" "BackgroundFooter"
"xpos" "0"
"ypos" "r46"
"zpos" "1"
"wide" "f0"
"tall" "46"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_Footer"
}
"FooterLine"
{
"ControlName" "EditablePanel"
"fieldName" "FooterLine"
"xpos" "0"
"ypos" "r46"
"zpos" "2"
"wide" "f0"
"tall" "2"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_Highlight"
}
"Sheet"
{
"ControlName" "EditablePanel"
"fieldName" "Sheet"
"tabxindent" "10"
"tabxdelta" "10"
"tabwidth" "150"
"tabheight" "15"
"yoffset" "14"
"transition_time" "0"
"paintbackground" "1"
"bgcolor_override" "G_MenuBg"
"HeaderLine"
{
"ControlName" "EditablePanel"
"fieldName" "HeaderLine"
"xpos" "0"
"ypos" "13"
"zpos" "2"
"wide" "f0"
"tall" "2"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_Highlight"
}
"tabskv"
{
"textinsetx" "20"
"font" "G_FontTiny"
"selectedcolor" "255 255 255 255"
"unselectedcolor" "G_MenuText"
"defaultBgColor_override" "46 43 42 255"
"paintbackground" "0"
"activeborder_override" "HighlightBg"
"normalborder_override" "NoBorder"
}
}
"BackButton"
{
"ControlName" "CExButton"
"fieldName" "BackButton"
"xpos" "c-288"
"ypos" "r35"
"zpos" "2"
"wide" "135"
"tall" "25"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_BackCarat"
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"Command" "back"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"BackButtonQKey"
{
"ControlName" "CExButton"
"fieldName" "BackButtonQKey"
"xpos" "-9999"
"ypos" "-9999"
"zpos" "-9999"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "&Q"
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"Command" "back"
}
"NotificationsPresentPanel"
{
"ControlName" "CNotificationsPresentPanel"
"fieldName" "NotificationsPresentPanel"
"xpos" "r200"
"ypos" "10"
"zpos" "10000"
"wide" "190"
"tall" "50"
"visible" "0"
"enabled" "1"
}
}

View File

@ -0,0 +1,871 @@
"Resource/UI/FullLoadoutPanel.res"
{
"class_loadout_panel"
{
"ControlName" "Frame"
"fieldName" "class_loadout_panel"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "0"
"bgcolor_override" "G_MenuBg"
"infocus_bgcolor_override" "G_MenuBg"
"outoffocus_bgcolor_override" "G_MenuBg"
"item_xpos_offcenter_a" "-340"
"item_xpos_offcenter_b" "190"
"item_ypos" "58"
"item_ydelta" "67"
"item_mod_wide" "40"
"item_backpack_offcenter_x" "-288"
"item_backpack_xdelta" "4"
"item_backpack_ydelta" "3"
"button_xpos_offcenter" "175"
"button_ypos" "85"
"button_ydelta" "80"
"button_override_delete_xpos" "0"
"modelpanels_kv"
{
"ControlName" "CItemModelPanel"
"xpos" "c-70"
"ypos" "270"
"wide" "150"
"tall" "64"
"visible" "0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "0"
"paintbackground" "1"
"bgcolor_override" "G_LoadoutItemBg"
"paintborder" "1"
"model_center_x" "1"
"model_ypos" "4"
"model_tall" "40"
"model_wide" "69"
"text_ypos" "47"
"text_center" "1"
"name_only" "1"
"attriblabel"
{
"font" "ItemFontAttribLarge"
"visible" "0"
}
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
"inventory_image_type" "1" // HQ images
}
}
"itemoptionpanels_kv"
{
"ControlName" "CExButton"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "12"
"tall" "12"
"autoResize" "0"
"visible" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" "+"
"font" "Default"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"defaultBgColor_override" "0 0 0 0"
}
}
"CaratLabel"
{
"ControlName" "CExLabel"
"fieldName" "CaratLabel"
"font" "HudFontSmallestBold"
"labelText" ">>"
"textAlignment" "west"
"xpos" "-9999"
"ypos" "20"
"zpos" "1"
"wide" "20"
"tall" "15"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"Alpha" "0"
"fgcolor_override" "G_MenuBg"
}
"ClassLabel"
{
"ControlName" "CExLabel"
"fieldName" "ClassLabel"
"font" "HudFontMediumBold"
"labelText" "#ClassBeingEquipped"
"fgcolor" "G_MenuText"
"textAlignment" "west"
"xpos" "0"
"ypos" "15"
"zpos" "1"
"wide" "f0"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"centerwrap" "1"
}
"TauntCaratLabel"
{
"ControlName" "CExLabel"
"fieldName" "TauntCaratLabel"
"font" "HudFontSmallestBold"
"labelText" ">>"
"textAlignment" "west"
"xpos" "-9999"
"ypos" "-9999"
"zpos" "1"
"wide" "20"
"tall" "15"
"autoResize" "1"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"fgcolor_override" "200 80 60 255"
"Alpha" "0"
}
"TauntLabel"
{
"ControlName" "CExLabel"
"fieldName" "TauntLabel"
"font" "HudFontMediumBold"
"labelText" "#TF_Taunt"
"textAlignment" "west"
"xpos" "-9999"
"ypos" "-9999"
"zpos" "1"
"wide" "240"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"Alpha" "0"
}
"TopLine"
{
"ControlName" "ImagePanel"
"fieldName" "TopLine"
"xpos" "c-305"
"ypos" "40"
"zpos" "2"
"wide" "610"
"tall" "10"
"visible" "0"
"enabled" "0"
"image" "loadout_dotted_line"
"tileImage" "1"
"tileVertically" "0"
}
"classmodelpanel"
{
"ControlName" "CTFPlayerModelPanel"
"fieldName" "classmodelpanel"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "f0"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"render_texture" "0"
"fov" "80"
"allow_manip" "1"
"model"
{
"force_pos" "1"
"angles_x" "0"
"angles_y" "170"
"angles_z" "0"
"origin_x" "190"
"origin_y" "0"
"origin_z" "-30"
"frame_origin_x" "0"
"frame_origin_y" "0"
"frame_origin_z" "0"
"spotlight" "1"
"modelname" ""
}
}
"mouseoveritempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "mouseoveritempanel"
"xpos" "c-70"
"ypos" "270"
"zpos" "100"
"wide" "300"
"tall" "300"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"text_ypos" "15"
"text_center" "1"
"model_hide" "1"
"resize_to_text" "1"
"padding_height" "15"
"attriblabel"
{
"font" "ItemFontAttribLarge"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "140"
"tall" "60"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%attriblist%"
"textAlignment" "center"
"fgcolor" "117 107 94 255"
"centerwrap" "1"
}
}
"PassiveAttribsLabel"
{
"ControlName" "CExLabel"
"fieldName" "PassiveAttribsLabel"
"font" "DefaultVerySmall"
"xpos" "c-135"
"ypos" "332"
"zpos" "0"
"wide" "270"
"tall" "56" [$WINDOWS]
"tall" "50" [!$WINDOWS]
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "center" [$WINDOWS]
"textAlignment" "north" [!$WINDOWS]
"fgcolor" "255 215 0 255"
"centerwrap" "1"
}
"loadout_preset_panel"
{
"ControlName" "CLoadoutPresetPanel"
"FieldName" "loadout_preset_panel"
"xpos" "c-130"
"ypos" "20"
"zpos" "20"
"wide" "260"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintbackground" "0"
}
"PresetsExplanation"
{
"ControlName" "CExplanationPopup"
"fieldName" "PresetsExplanation"
"xpos" "0"
"ypos" "0"
"zpos" "10000"
"wide" "250"
"tall" "160"
"visible" "0"
"PaintBackgroundType" "2"
"paintbackground" "0"
"border" "MainMenuHighlightBorder"
"force_close" "1"
"end_x" "c-200"
"end_y" "120"
"end_wide" "250"
"end_tall" "160"
"callout_inparents_x" "c0"
"callout_inparents_y" "75"
"next_explanation" ""
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "HudFontSmallBold"
"labelText" "#ItemPresetsExplanation_Title"
"textAlignment" "north"
"xpos" "20"
"ypos" "10"
"wide" "210"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "G_MenuBg"
}
"TextLabel"
{
"ControlName" "CExLabel"
"fieldName" "TextLabel"
"font" "HudFontSmall"
"labelText" "#ClassLoadoutItemPresetsExplanation_Text"
"textAlignment" "north-west"
"xpos" "20"
"ypos" "35"
"wide" "210"
"tall" "200"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "G_MenuBg"
}
"CloseButton"
{
"ControlName" "CExImageButton"
"fieldName" "CloseButton"
"xpos" "230"
"ypos" "5"
"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" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"Command" "close"
"paintbackground" "0"
"defaultFgColor_override" "G_MenuBg"
"armedFgColor_override" "235 226 202 255"
"depressedFgColor_override" "G_MenuBg"
"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" "close_button"
"scaleImage" "1"
}
}
}
"ItemOptionsPanel"
{
"ControlName" "CLoadoutParticleSlider"
"fieldname" "ItemOptionsPanel"
"xpos" "0"
"ypos" "0"
"zpos" "120"
"wide" "140"
"tall" "75"
"autoResize" "1"
"visible" "0"
"bgcolor_override" "69 64 63 255"
"PaintBackgroundType" "2"
}
"TauntHintLabel"
{
"ControlName" "CExLabel"
"fieldName" "TauntHintLabel"
"font" "ItemFontAttribLarge"
"xpos" "-9999"
"ypos" "-9999"
"zpos" "1"
"wide" "250"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"labelText" "#TF_ClassLoadoutTauntInputHint"
"textAlignment" "east"
"centerwrap" "1"
}
"CharacterLoadoutButton"
{
"ControlName" "CExImageButton"
"fieldName" "CharacterLoadoutButton"
"labelText" ""
"xpos" "c+239"
"ypos" "347" [$WINDOWS]
"ypos" "339" [!$WINDOWS]
"zpos" "2"
"wide" "25"
"tall" "25"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"Command" "characterloadout"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "2"
"ypos" "2"
"zpos" "1"
"wide" "21"
"tall" "21"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "replay/thumbnails/glyphs/glyph_items"
}
}
"TauntLoadoutButton"
{
"ControlName" "CExImageButton"
"fieldName" "TauntLoadoutButton"
"labelText" ""
"xpos" "c+266"
"ypos" "347" [$WINDOWS]
"ypos" "339" [!$WINDOWS]
"zpos" "2"
"wide" "25"
"tall" "25"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"Command" "tauntloadout"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "2"
"ypos" "2"
"zpos" "1"
"wide" "21"
"tall" "21"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../hud/ico_reel"
}
}
"TauntsExplanation"
{
"ControlName" "CExplanationPopup"
"fieldName" "TauntsExplanation"
"xpos" "0"
"ypos" "0"
"zpos" "10000"
"wide" "250"
"tall" "160"
"visible" "0"
"PaintBackgroundType" "2"
"paintbackground" "0"
"border" "MainMenuHighlightBorder"
"force_close" "1"
"end_x" "c-180"
"end_y" "150"
"end_wide" "250"
"end_tall" "140"
"callout_inparents_x" "c15"
"callout_inparents_y" "330"
"next_explanation" ""
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "HudFontSmallBold"
"labelText" "#TauntsExplanation_Title"
"textAlignment" "north"
"xpos" "20"
"ypos" "10"
"wide" "210"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "G_MenuBg"
}
"TextLabel"
{
"ControlName" "CExLabel"
"fieldName" "TextLabel"
"font" "HudFontSmall"
"labelText" "#ClassLoadoutTauntsExplanation_Text"
"textAlignment" "north-west"
"xpos" "20"
"ypos" "35"
"wide" "210"
"tall" "200"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "G_MenuBg"
}
"CloseButton"
{
"ControlName" "CExImageButton"
"fieldName" "CloseButton"
"xpos" "230"
"ypos" "5"
"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" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"Command" "close"
"paintbackground" "0"
"defaultFgColor_override" "G_MenuBg"
"armedFgColor_override" "235 226 202 255"
"depressedFgColor_override" "G_MenuBg"
"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" "close_button"
"scaleImage" "1"
}
}
}
"RedTeamButton"
{
"ControlName" "CExImageButton"
"fieldName" "RedTeamButton"
"xpos" "c+120"
"ypos" "57"
"zpos" "30"
"wide" "20"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "B"
"textAlignment" "center"
"scaleImage" "1"
"font" "G_BallSmall"
"command" "sv_cheats 1; r_skin 0"
"fgcolor" "G_TeamButtonRed"
"defaultFgColor_override" "G_TeamButtonRed"
"armedFgColor_override" "G_TeamButtonRedArmed"
"depressedFgColor_override" "G_TeamButtonRedArmed"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"keyboardinputenabled" "0"
"paintbackground" "0"
"paintbackgroundtype" "0"
"defaultBgColor_Override" "0 0 0 0"
"paintborder" "0"
}
"BlueTeamButton"
{
"ControlName" "CExImageButton"
"fieldName" "BlueTeamButton"
"xpos" "c+140"
"ypos" "57"
"zpos" "30"
"wide" "20"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "B"
"textAlignment" "center"
"scaleImage" "1"
"font" "G_BallSmall"
"command" "sv_cheats 1; r_skin 1"
"fgcolor" "G_TeamButtonBlue"
"defaultFgColor_override" "G_TeamButtonBlue"
"armedFgColor_override" "G_TeamButtonBlueArmed"
"depressedFgColor_override" "G_TeamButtonBlueArmed"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"keyboardinputenabled" "0"
"paintbackground" "0"
"paintbackgroundtype" "0"
"defaultBgColor_Override" "0 0 0 0"
"paintborder" "0"
}
"Wall"
{
"ControlName" "EditablePanel"
"fieldName" "Wall"
"xpos" "0"
"ypos" "50"
"zpos" "-5"
"wide" "f0"
"tall" "280"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_MenuShader"
}
"ZoomInfoLabel"
{
"ControlName" "CExLabel"
"fieldName" "ZoomInfoLabel"
"font" "DefaultVerySmall"
"labelText" "Zoom:"
"textAlignment" "east"
"xpos" "c-340"
"ypos" "336"
"zpos" "1"
"wide" "75"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"ZoomInfo"
{
"ControlName" "CExLabel"
"fieldName" "ZoomInfo"
"font" "DefaultVerySmall"
"labelText" "MOUSE2"
"textAlignment" "west"
"xpos" "c-263"
"ypos" "336"
"zpos" "1"
"wide" "73"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"MoveInfoLabel"
{
"ControlName" "CExLabel"
"fieldName" "MoveInfoLabel"
"font" "DefaultVerySmall"
"labelText" "Move:"
"textAlignment" "east"
"xpos" "c-340"
"ypos" "346"
"zpos" "1"
"wide" "75"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"MoveInfo"
{
"ControlName" "CExLabel"
"fieldName" "MoveInfo"
"font" "DefaultVerySmall"
"labelText" "Shift"
"textAlignment" "west"
"xpos" "c-263"
"ypos" "346"
"zpos" "1"
"wide" "73"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"RotateInfoLabel"
{
"ControlName" "CExLabel"
"fieldName" "RotateInfoLabel"
"font" "DefaultVerySmall"
"labelText" "Rotate:"
"textAlignment" "east"
"xpos" "c-340"
"ypos" "356"
"zpos" "1"
"wide" "75"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"RotateInfo"
{
"ControlName" "CExLabel"
"fieldName" "RotateInfo"
"font" "DefaultVerySmall"
"labelText" "Alt"
"textAlignment" "west"
"xpos" "c-263"
"ypos" "356"
"zpos" "1"
"wide" "73"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"LightInfoLabel"
{
"ControlName" "CExLabel"
"fieldName" "LightInfoLabel"
"font" "DefaultVerySmall"
"labelText" "Change lighting:"
"textAlignment" "east"
"xpos" "c-340"
"ypos" "366"
"zpos" "1"
"wide" "75"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
"LightInfo"
{
"ControlName" "CExLabel"
"fieldName" "LightInfo"
"font" "DefaultVerySmall"
"labelText" "Ctrl"
"textAlignment" "west"
"xpos" "c-263"
"ypos" "366"
"zpos" "1"
"wide" "73"
"tall" "10"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "G_MenuText"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,383 @@
"Resource/UI/CompStats.res"
{
"ScrollableContainer"
{
"ControlName" "EditablePanel"
"fieldName" "ScrollableContainer"
"xpos" "0"
"ypos" "0"
"zpos" "100"
"wide" "260"
"tall" "330"
"visible" "1"
"proportionaltoparent" "1"
"RankImage"
{
"ControlName" "CTFLocalPlayerBadgePanel"
"fieldName" "RankImage"
"xpos" "0"
"ypos" "0"
"zpos" "110"
"wide" "o1"
"tall" "40"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"matchgroup" "MatchGroup_Ladder_6v6"
}
"RankPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "RankPanel"
"xpos" "0"
"ypos" "-25"
"zpos" "100"
"wide" "260"
"tall" "60"
"visible" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"matchgroup" "MatchGroup_Ladder_6v6"
"show_model" "0"
"show_name" "0"
"BGBorder"
{
"visible" "0"
}
}
"ShowLeaderboardsButton"
{
"ControlName" "CExButton"
"fieldName" "ShowLeaderboardsButton"
"xpos" "rs1-10"
"ypos" "40"
"zpos" "0"
"wide" "p0.45"
"tall" "15"
"visible" "1"
"proportionaltoparent" "1"
"actionsignallevel" "2"
"command" "show_leaderboards"
"labeltext" "#TF_Competitive_ViewLeaderboards"
"font" "HudFontSmallestBold"
"fgcolor_override" "TanLight"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"ShowMatchHistoryButton"
{
"ControlName" "Button"
"fieldName" "ShowMatchHistoryButton"
"xpos" "10"
"ypos" "40"
"zpos" "0"
"wide" "p0.45"
"tall" "15"
"visible" "1"
"proportionaltoparent" "1"
"actionsignallevel" "2"
"command" "show_match_history"
"labeltext" "#TF_Competitive_ViewMatches"
"font" "HudFontSmallestBold"
"fgcolor_override" "TanLight"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"PlaylistBGPanel"
{
"ControlName" "EditablePanel"
"fieldName" "PlaylistBGPanel"
"xpos" "cs-0.5"
"ypos" "35"
"zpos" "-1"
"wide" "p0.98"
"tall" "p1-200"
"visible" "1"
"PaintBackgroundType" "2"
//"border" "MainMenuBGBorder"
"proportionaltoparent" "1"
"pinCorner" "2"
"autoResize" "1"
"PlayListDropShadow"
{
"ControlName" "EditablePanel"
"fieldName" "PlayListDropShadow"
"xpos" "cs-0.5"
"ypos" "25"
"zpos" "100"
"wide" "p0.95"
"tall" "p0.89"
"visible" "1"
"PaintBackgroundType" "2"
"border" "InnerShadowBorder"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
}
"MatchHistoryCategories"
{
"ControlName" "EditablePanel"
"fieldName" "MatchHistoryCategories"
"xpos" "cs-0.5"
"ypos" "25"
"zpos" "10"
"wide" "p0.95"
"tall" "20"
"visible" "1"
"proportionaltoparent" "1"
"BGPanel"
{
"ControlName" "EditablePanel"
"fieldName" "BGPanel"
"xpos" "cs-0.5"
"ypos" "rs1"
"zpos" "-100"
"wide" "p1.2"
"tall" "p1.3"
"visible" "1"
"proportionaltoparent" "1"
"border" "MainMenuBGBorder"
}
"SortArrow"
{
"ControlName" "Label"
"fieldName" "SortArrow"
"xpos" "0"
"ypos" "0"
"wide" "20"
"tall" "f0"
"proportionaltoparent" "1"
"visible" "1"
"paintbackground" "0"
"mouseinputenabled" "0"
"labeltext" "6"
"font" "MarlettSmall"
"textAlignment" "west"
"defaultFgColor_override" "TanDark"
"armedFgColor_override" "TanDark"
"selectedFgColor_override" "TanDark"
}
"ResultButton"
{
"ControlName" "CExButton"
"fieldName" "ResultButton"
"xpos" "0"
"ypos" "0"
"wide" "p0.18"
"tall" "18"
"proportionaltoparent" "1"
"visible" "1"
"paintbackground" "0"
"border_default" "SortCategoryBorder"
"labeltext" "#TF_Competitive_Result"
"font" "HudFontSmallest"
"fgcolor_override" "141 63 63 255"
"textAlignment" "west"
"textinsetx" "15"
"defaultFgColor_override" "TanDark"
"armedFgColor_override" "Orange"
"selectedFgColor_override" "TanLight"
"image_selectedcolor" "255 255 255 255"
"image_armedcolor" "0 0 0 0"
"image_drawcolor" "0 0 0 0"
"command" "sort0"
"actionsignallevel" "4"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"DateButton"
{
"ControlName" "CExButton"
"fieldName" "DateButton"
"xpos" "p0.18"
"ypos" "0"
"wide" "p0.4"
"tall" "18"
"proportionaltoparent" "1"
"visible" "1"
"paintbackground" "0"
"border_default" "SortCategoryBorder"
"labeltext" "#TF_Competitive_Date"
"font" "HudFontSmallest"
"fgcolor_override" "TanLight"
"textAlignment" "west"
"textinsetx" "15"
"defaultFgColor_override" "TanDark"
"armedFgColor_override" "Orange"
"selectedFgColor_override" "TanLight"
"image_selectedcolor" "255 255 255 255"
"image_armedcolor" "0 0 0 0"
"image_drawcolor" "0 0 0 0"
"command" "sort1"
"actionsignallevel" "4"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"MapButton"
{
"ControlName" "CExButton"
"fieldName" "MapButton"
"xpos" "p0.58"
"ypos" "0"
"wide" "p0.29"
"tall" "18"
"proportionaltoparent" "1"
"visible" "1"
"paintbackground" "0"
"border_default" "SortCategoryBorder"
"labeltext" "#TF_Competitive_Map"
"font" "HudFontSmallest"
"fgcolor_override" "TanLight"
"textAlignment" "west"
"textinsetx" "15"
"defaultFgColor_override" "TanDark"
"armedFgColor_override" "Orange"
"selectedFgColor_override" "TanLight"
"image_selectedcolor" "255 255 255 255"
"image_armedcolor" "0 0 0 0"
"image_drawcolor" "0 0 0 0"
"command" "sort2"
"actionsignallevel" "4"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"KDRButton"
{
"ControlName" "CExButton"
"fieldName" "KDRButton"
"xpos" "p0.87"
"ypos" "0"
"wide" "p0.12"
"tall" "18"
"proportionaltoparent" "1"
"visible" "1"
"paintbackground" "0"
"labeltext" "#TF_Competitive_KDR"
"font" "HudFontSmallest"
"fgcolor_override" "TanLight"
"textAlignment" "west"
"defaultFgColor_override" "TanDark"
"armedFgColor_override" "Orange"
"selectedFgColor_override" "TanLight"
"image_selectedcolor" "255 255 255 255"
"image_armedcolor" "0 0 0 0"
"image_drawcolor" "0 0 0 0"
"command" "sort3"
"actionsignallevel" "4"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}
"MatchHistoryContainer"
{
"ControlName" "CScrollableList"
"fieldName" "MatchHistoryContainer"
"xpos" "cs-0.5"
"ypos" "40"
"wide" "p0.95"
"tall" "p0.78"
"visible" "1"
"proportionaltoparent" "1"
"restrict_width" "0"
"ScrollBar"
{
"ControlName" "ScrollBar"
"FieldName" "ScrollBar"
"xpos" "rs1-1"
"ypos" "0"
"tall" "f0"
"wide" "5" // This gets slammed from client schme. GG.
"zpos" "1000"
"nobuttons" "1"
"proportionaltoparent" "1"
"Slider"
{
"fgcolor_override" "TanDark"
}
"UpButton"
{
"ControlName" "Button"
"FieldName" "UpButton"
"visible" "0"
}
"DownButton"
{
"ControlName" "Button"
"FieldName" "DownButton"
"visible" "0"
}
}
}
"Leaderboard"
{
"ControlName" "CLadderLobbyLeaderboard"
"fieldName" "Leaderboard"
"xpos" "cs-0.5"
"ypos" "7"
"wide" "p0.95"
"tall" "p0.89"
"tall" "f20"
"visible" "0"
"enabled" "1"
"mouseinputenabled" "1"
"scaleImage" "1"
"entry_step" "23"
"proportionaltoparent" "1"
}
}
}
}

View File

@ -0,0 +1,26 @@
"Resource/UI/ControlPointCountdown.res"
{
"CapCountdownLabel"
{
"ControlName" "CExLabel"
"fieldName" "CapCountdownLabel"
"font" "G_FontMedium"
"xpos" "0"
"ypos" "0"
"textinsety" "0"
"zpos" "1"
"wide" "34"
"tall" "34"
"wide_minmode" "26"
"tall_minmode" "26"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "0"
"labelText" "%capturetime%"
"textAlignment" "center"
"fgcolor" "235 226 202 255"
"bgcolor" "235 226 202 255"
}
}

View File

@ -0,0 +1,115 @@
"Resource/UI/ControlPointIcon.res"
{
"ControlPointIcon"
{
"ControlName" "EditablePanel"
"fieldName" "ControlPointIcon"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "26"
"tall" "26"
"visible" "1"
"enabled" "1"
}
"Countdown"
{
"ControlName" "CControlPointCountdown"
"fieldName" "Countdown"
"xpos" "0"
"ypos" "0"
"zpos" "4"
"wide" "26"
"tall" "26"
"visible" "1"
"enabled" "1"
}
"CapPlayerImage"
{
"ControlName" "ImagePanel"
"fieldName" "CapPlayerImage"
"xpos" "0"
"ypos" "0"
"zpos" "3"
"wide" "8"
"tall" "16"
"visible" "0"
"enabled" "1"
"image" "capture_icon"
"scaleImage" "1"
}
"CapNumPlayers"
{
"ControlName" "Label"
"fieldName" "CapNumPlayers"
"font" "CapPlayerFontSmall"
"xpos" "12"
"ypos" "3"
"zpos" "4"
"wide" "16"
"tall" "26"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#ControlPointIconCappers"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
}
"OverlayImage"
{
"ControlName" "ImagePanel"
"fieldName" "OverlayImage"
"xpos" "16"
"ypos" "1"
"zpos" "60"
"wide" "9"
"tall" "9"
"visible" "0"
"enabled" "1"
"image" "capture_icon"
"scaleImage" "1"
}
"CPTimerLabel"
{
"ControlName" "CExLabel"
"fieldName" "CPTimerLabel"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "14"
"tall" "26"
"visible" "0"
"enabled" "1"
"labelText" "60"
"textAlignment" "west"
"textinsetx" "5"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "ControlPointTimer"
}
"CPTimerBG"
{
"ControlName" "Panel"
"fieldName" "CPTimerBG"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "52"
"wide_minmode" "52"
"tall" "26"
"tall_minmode" "26"
"visible" "0"
"enabled" "1"
"image" "../sprites/obj_icons/icon_obj_timer"
"scaleImage" "1"
}
}

View File

@ -0,0 +1,520 @@
"Resource/UI/CraftingPanel.res"
{
"crafting_panel"
{
"ControlName" "Frame"
"fieldName" "crafting_panel"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "400"
"zpos" "501"
"visible" "1"
"autoResize" "0"
"pinCorner" "0"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "0"
"bgcolor_override" "G_MenuBg"
"infocus_bgcolor_override" "G_MenuBg"
"outoffocus_bgcolor_override" "G_MenuBg"
"item_ypos" "85"
"output_item_ypos" "255"
"item_crafting_offcenter_x" "0"
"item_backpack_xdelta" "2"
"item_backpack_ydelta" "4"
"button_xpos_offcenter" "175"
"button_ypos" "85"
"button_ydelta" "80"
"button_override_delete_xpos" "0"
"modelpanels_kv"
{
"ControlName" "CItemModelPanel"
"wide" "54"
"tall" "48"
"visible" "0"
"bgcolor_override" "G_BackpackItemBg"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"model_xpos" "2"
"model_ypos" "7"
"model_wide" "50"
"model_tall" "35"
"text_center" "1"
"name_only" "1"
"text_forcesize" "3"
"noitem_use_fullpanel" "1"
"inset_eq_x" "2"
"inset_eq_y" "2"
"MainContentsContainer"
{
"ControlName" "EditablePanel"
"fieldName" "MainContentsContainer"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "f0"
"visible" "1"
"bgcolor_override" "G_BackpackItemBg"
"BackpackSlotImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "BackpackSlotImage"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "54"
"tall" "48"
"visible" "1" // RBSS
"enabled" "1"
"scaleImage" "1"
"image" "replay/thumbnails/backpackslot"
"mouseinputenabled" "0"
"paintborder" "1"
"border" "G_BackpackOverlayBorder"
}
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
"zpos" "1"
}
"namelabel"
{
"ControlName" "CExLabel"
"fieldName" "namelabel"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%itemname%"
"textAlignment" "center"
"fgcolor_override" "255 255 255 240"
"wrap" "1"
"centerwrap" "1"
}
}
}
"recipebuttons_kv"
{
"font" "HudFontSmallestBold"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "200"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"wrap" "0"
"centerwrap" "0"
"textAlignment" "west"
"textinsetx" "10"
"defaultFgColor_override" "G_MenuText"
"defaultBgColor_override" "0 0 0 0"
"armedFgColor_override" "G_ButtonHoverText"
"armedBgColor_override" "G_ButtonHoverBg"
"depressedFgColor_override" "G_MenuText"
"depressedBgColor_override" "G_ButtonHoverBg"
}
"filter_xoffset" "-290"
"filter_ypos" "10"
"filter_xdelta" "10"
"filter_ydelta" "10"
"recipefilterbuttons_kv"
{
"zpos" "2"
"wide" "30"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "south-west"
"Command" ""
"Default" "0"
"font" "MenuKeys"
"scaleImage" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}
"ClassLabel"
{
"ControlName" "CExLabel"
"fieldName" "ClassLabel"
"font" "HudFontSmallBold"
"labelText" "#CraftStep1"
"textAlignment" "north-west"
"xpos" "-9999"
"ypos" "10"
"zpos" "1"
"wide" "240"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"Alpha" "0"
"fgcolor_override" "G_MenuBg"
}
"selectedrecipecontainer"
{
"ControlName" "EditablePanel"
"fieldName" "selectedrecipecontainer"
"xpos" "c0"
"ypos" "0"
"zpos" "5"
"wide" "400"
"tall" "400"
"PaintBackgroundType" "2"
"bgcolor_override" "200 187 161 0"
"RecipeTitle"
{
"ControlName" "CExLabel"
"fieldName" "RecipeTitle"
"font" "HudFontSmallBold"
"labelText" "%recipetitle%"
"textAlignment" "west"
"xpos" "0"
"ypos" "7"
"zpos" "1"
"wide" "400"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
"wrap" "1"
}
"RecipeInputStringLabel"
{
"ControlName" "CExLabel"
"fieldName" "RecipeInputStringLabel"
"font" "ItemFontAttribLarge"
"labelText" "%recipeinputstring%"
"textAlignment" "north-west"
"xpos" "0"
"ypos" "30"
"zpos" "1"
"wide" "400"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "153 204 255 255"
"wrap" "1"
}
"InputLabel"
{
"ControlName" "CExLabel"
"fieldName" "InputLabel"
"font" "HudFontSmallBold"
"labelText" "#Craft_Recipe_Inputs"
"textAlignment" "north-west"
"xpos" "0"
"ypos" "68"
"zpos" "1"
"wide" "200"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "G_MenuText"
}
"OutputLabel"
{
"ControlName" "CExLabel"
"fieldName" "OutputLabel"
"font" "HudFontSmallBold"
"labelText" "#Craft_Recipe_Outputs"
"textAlignment" "north-west"
"xpos" "0"
"ypos" "238"
"zpos" "1"
"wide" "200"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "G_MenuText"
}
"CraftButton"
{
"ControlName" "CExButton"
"fieldName" "CraftButton"
"xpos" "0"
"ypos" "342"
"zpos" "20"
"wide" "200"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "0"
"tabPosition" "0"
"labelText" "#CraftConfirm"
"font" "HudFontMediumBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "craft"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"FreeAccountLabel"
{
"ControlName" "CExLabel"
"fieldName" "FreeAccountLabel"
"font" "HudFontSmallestBold"
"labelText" "#Craft_PremiumRecipe"
"textAlignment" "west"
"xpos" "0"
"ypos" "318"
"zpos" "21"
"wide" "200"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor" "178 82 22 255"
}
"UpgradeButton"
{
"ControlName" "CExButton"
"fieldName" "UpgradeButton"
"xpos" "200"
"ypos" "318"
"zpos" "20"
"wide" "100"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Trial_Upgrade"
"font" "HudFontSmallBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "upgrade"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"defaultBgColor_override" "102 122 42 255"
"armedBgColor_override" "143 167 57 255"
"depressedBgColor_override" "143 167 57 255"
"selectedBgColor_override" "143 167 57 255"
}
}
"recipecontainerscroller"
{
"ControlName" "EditablePanel"
"fieldName" "recipecontainerscroller"
"xpos" "c-290"
"ypos" "55"
"zpos" "5"
"wide" "280"
"tall" "270"
"PaintBackgroundType" "2"
"fgcolor_override" "59 54 48 255"
"bgcolor_override" "200 187 161 0"
"autohide_buttons" "1"
}
"recipecontainer"
{
"ControlName" "EditablePanel"
"fieldName" "recipecontainer"
"xpos" "0"
"ypos" "0"
"zpos" "5"
"wide" "280"
"tall" "240"
"PaintBackgroundType" "2"
"bgcolor_override" "200 187 161 0"
}
"mouseoveritempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "mouseoveritempanel"
"xpos" "c-70"
"ypos" "270"
"zpos" "100"
"wide" "300"
"tall" "300"
"visible" "0"
"bgcolor_override" "G_PanelBg"
"noitem_textcolor" "255 255 255 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"text_ypos" "20"
"text_center" "1"
"model_hide" "1"
"resize_to_text" "1"
"padding_height" "15"
"attriblabel"
{
"font" "ItemFontAttribLarge"
"xpos" "0"
"ypos" "30"
"zpos" "2"
"wide" "140"
"tall" "60"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%attriblist%"
"textAlignment" "center"
"fgcolor" "117 107 94 255"
"centerwrap" "1"
}
}
"mousedragitempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "mousedragitempanel"
"xpos" "c-70"
"ypos" "270"
"zpos" "100"
"wide" "54"
"tall" "42"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "117 107 94 255"
"PaintBackgroundType" "2"
"paintborder" "1"
"model_ypos" "5"
"model_tall" "35"
"text_ypos" "60"
"text_center" "1"
"name_only" "1"
"itemmodelpanel"
{
"use_item_rendertarget" "0"
"allow_rot" "0"
}
}
"TooltipPanel"
{
"ControlName" "EditablePanel"
"fieldName" "TooltipPanel"
"xpos" "0"
"ypos" "0"
"zpos" "100"
"wide" "140"
"tall" "50"
"visible" "0"
"PaintBackgroundType" "2"
"border" "MainMenuBGBorder"
"TipLabel"
{
"ControlName" "CExLabel"
"fieldName" "TipLabel"
"font" "HudFontSmallest"
"labelText" "%tiptext%"
"textAlignment" "center"
"xpos" "20"
"ypos" "10"
"zpos" "2"
"wide" "100"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "235 226 202 255"
"wrap" "1"
"centerwrap" "1"
}
}
"ShowExplanationsButton"
{
"ControlName" "CExButton"
"fieldName" "ShowExplanationsButton"
"xpos" "c275"
"ypos" "10"
"zpos" "100"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" "?"
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"Command" "reloadscheme"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"Wall"
{
"ControlName" "EditablePanel"
"fieldName" "Wall"
"xpos" "0"
"ypos" "50"
"zpos" "-5"
"wide" "f0"
"tall" "280"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"bgcolor_override" "G_MenuShader"
}
}

View File

@ -0,0 +1,170 @@
"Resource/UI/DashboardPartyMember.res"
{
"avatar"
{
// "ControlName" "CAvatarImagePanel"
"fieldName" "avatar"
"xpos" "1"
"ypos" "1"
"zpos" "101"
"wide" "f2"
"tall" "f2"
"visible" "1"
"proportionaltoparent" "1"
"scaleImage" "1"
}
"EmptyImage"
{
"ControlName" "ImagePanel"
"fieldName" "EmptyImage"
"xpos" "1"
"ypos" "1"
"zpos" "100"
"wide" "f2"
"tall" "f2"
"visible" "1"
"proportionaltoparent" "1"
"scaleImage" "1"
"image" "class_portraits/silhouette_alpha"
"mouseinputenabled" "0"
}
"LeaderIcon"
{
"ControlName" "ImagePanel"
"fieldName" "LeaderIcon"
"xpos" "0"
"ypos" "0"
"zpos" "105"
"wide" "8"
"tall" "8"
"visible" "1"
"enabled" "1"
"image" "importtool_goldstar"
"scaleImage" "1"
"mouseinputenabled" "0"
}
"BannedIcon"
{
"ControlName" "ImagePanel"
"fieldName" "BannedIcon"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "105"
"wide" "p0.75"
"tall" "p0.75"
"visible" "1"
"enabled" "1"
"image" "glyph_alert"
"scaleImage" "1"
"mouseinputenabled" "0"
"proportionaltoparent" "1"
"drawcolor" "255 0 0 255"
}
"OutOfDateIcon"
{
"ControlName" "ImagePanel"
"fieldName" "OutOfDateIcon"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "105"
"wide" "p0.75"
"tall" "p0.75"
"visible" "1"
"enabled" "1"
"image" "glyph_alert"
"scaleImage" "1"
"mouseinputenabled" "0"
"proportionaltoparent" "1"
"drawcolor" "OrangeDim"
}
"OfflineIcon"
{
"ControlName" "ImagePanel"
"fieldName" "OfflineIcon"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "105"
"wide" "p0.65"
"tall" "p0.65"
"visible" "1"
"enabled" "1"
"image" "gc_dc"
"scaleImage" "1"
"mouseinputenabled" "0"
"proportionaltoparent" "1"
"drawcolor" "OrangeDim"
}
"StatusDimmer"
{
"ControlName" "Panel"
"fieldName" "StatusDimmer"
"xpos" "1"
"ypos" "1"
"zpos" "104"
"wide" "f2"
"tall" "f2"
"visible" "1"
"proportionaltoparent" "1"
"bgcolor_override" "0 0 0 240"
}
"InteractButton"
{
"ControlName" "CExImageButton"
"fieldName" "InteractButton"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "200"
"wide" "f1"
"tall" "f1"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"font" "PlayerPanelPlayerName"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "interact"
"proportionaltoparent" "1"
"labeltext" ""
"mouseinputenabled" "1"
"keyboardinputenabled" "0"
"actionsignallevel" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"defaultBgColor_override" "235 226 202 2"
"armedBgColor_override" "94 150 49 20"
"border_default" "NoBorder"
"border_armed" "FriendHighlightBorderThick"
}
"Spinner"
{
"ControlName" "CTFLogoPanel"
"fieldName" "Spinner"
"xpos" "1"
"ypos" "1"
"zpos" "104"
"wide" "f2"
"tall" "f2"
"visible" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"alpha" "200"
"radius" "26"
"velocity" "60"
"fgcolor_override" "Orange"
}
}

Some files were not shown because too many files have changed in this diff Show More