diff options
Diffstat (limited to 'resource/ui/econ')
33 files changed, 1488 insertions, 1697 deletions
diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res index 413a411..67398f6 100644 --- a/resource/ui/econ/backpackpanel.res +++ b/resource/ui/econ/backpackpanel.res @@ -63,7 +63,7 @@ "paintborder" "1" "textAlignment" "center" "labelText" "%page%" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -157,18 +157,18 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "Cerbetica16" + "font" "HudFontMediumSmallSecondary" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" - "ypos" "26" + "ypos" "12" "zpos" "1" "wide" "20" "tall" "16" "autoResize" "1" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "fgcolor_override" "ColorPurple" } @@ -179,7 +179,7 @@ "font" "HudFontMediumBold" "labelText" "#ClassBeingEquipped" "textAlignment" "west" - "xpos" "c-280" + "xpos" "c-270" "ypos" "10" "zpos" "1" "wide" "370" @@ -245,8 +245,8 @@ "labelText" "#ShowBaseItemsCheckBox" "font" "HudFontSmallestBold" "textAlignment" "east" - "xpos" "c-165" - "ypos" "36" + "xpos" "c-60" + "ypos" "15" "zpos" "1" "wide" "120" "tall" "20" @@ -283,7 +283,6 @@ { "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" - "font" "HudFontSmallest" "xpos" "c117" "ypos" "15" "wide" "168" @@ -297,10 +296,9 @@ "editable" "1" "unicode" "1" "fgcolor_override" "TanLight" - "bgcolor_override" "15 15 15 255" - "paintbackgroundtype" "0" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "bgcolor_override" "DarkerGrey" + "paintbackgroundtype" "2" + "font" "HudFontSmallest" } "SortByComboBox" @@ -334,11 +332,11 @@ "mouseoveritempanel" { - "ControlName" "CItemModelPanel" + "ControlName" "EditablePanel" "fieldName" "mouseoveritempanel" "xpos" "c-70" "ypos" "270" - "zpos" "100" + "zpos" "102" "wide" "300" "tall" "300" "visible" "0" @@ -346,7 +344,6 @@ "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" - "text_ypos" "10" "text_center" "1" "model_hide" "1" "resize_to_text" "1" @@ -357,7 +354,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -406,7 +403,7 @@ "ypos" "40" "zpos" "1" "wide" "25" - "tall" "13" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -420,21 +417,13 @@ "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "25 25 25 255" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "TanDark" } "CurPageLabel" { "ControlName" "CExLabel" "fieldName" "CurPageLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmall" "labelText" "%backpackpage%" "textAlignment" "center" "xpos" "c-260" @@ -457,7 +446,7 @@ "ypos" "40" "zpos" "1" "wide" "25" - "tall" "13" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -465,21 +454,12 @@ "tabPosition" "0" "labelText" "&D" "font" "MenuArrows" - "fgcolor" "TanLight" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "Command" "nextpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "25 25 25 255" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "TanDark" } "DragToNextPageButton" @@ -545,7 +525,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -863,6 +843,7 @@ "enabled" "1" "tabPosition" "0" "labeltext" "" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res index b0932ca..0771a93 100644 --- a/resource/ui/econ/comboboxbackpackoverlaydialog.res +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -19,7 +19,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica22" + "font" "HudFontMediumBold" "labelText" "#TF_Item_SelectStyle" "textAlignment" "center" "xpos" "0" diff --git a/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res b/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res deleted file mode 100644 index 6dfa026..0000000 --- a/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res +++ /dev/null @@ -1,276 +0,0 @@ -"Resource/UI/ConfirmApplyCardUpgradeApplicationDialog.res" -{ - "ConfirmApplyCardUpgradeApplicationDialog" - { - "fieldName" "ConfirmApplyCardUpgradeApplicationDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "c-200" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - } - - "mouseoveritempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "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" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "TextColor" - "centerwrap" "1" - } - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - } - - "ToolBG" - { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" - } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } - "tool_modelpanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" - - "itemmodelpanel" - { - "use_item_rendertarget" "0" - "allow_rot" "0" - "inventory_image_type" "1" - } - } - "SubjectBG" - { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" - } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } - "subject_modelpanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - - "itemmodelpanel" - { - "use_item_rendertarget" "0" - "allow_rot" "0" - "inventory_image_type" "1" - } - } - "ConfirmLabel" - { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ToolCardUpgradeApplyConfirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "120" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "Yellow" - } - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - "OkButton" - { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } -}
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplydecodedialog.res b/resource/ui/econ/confirmapplydecodedialog.res deleted file mode 100644 index 606c27a..0000000 --- a/resource/ui/econ/confirmapplydecodedialog.res +++ /dev/null @@ -1,293 +0,0 @@ -"Resource/UI/ConfirmApplyDecodeDialog.res" -{ - "ConfirmApplyDecodeDialog" - { - "fieldName" "ConfirmApplyDecodeDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "c-200" - "wide" "400" - "tall" "240" - "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "0" - "settitlebarvisible" "0" - "border" "CyanBorderThick" - } - - "mouseoveritempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "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" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "TextColor" - "centerwrap" "1" - } - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - } - - "ToolBG" - { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" - } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } - "tool_modelpanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" - - "itemmodelpanel" - { - "use_item_rendertarget" "0" - "allow_rot" "0" - "inventory_image_type" "1" - } - } - "SubjectBG" - { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" - } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } - "subject_modelpanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - - "itemmodelpanel" - { - "use_item_rendertarget" "0" - "allow_rot" "0" - "inventory_image_type" "1" - } - } - - "ConfirmLabel" - { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ToolDecodeConfirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "Yellow" - } - - "OptionalAppendLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionalAppendLabel" - "font" "FontRegular12" - "labelText" "%optional_append%" - "textAlignment" "center" - "xpos" "20" - "ypos" "120" - "zpos" "0" - "wide" "360" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "LightRed" - } - - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "OkButton" - { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } -}
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplygiftwrapdialog.res b/resource/ui/econ/confirmapplygiftwrapdialog.res index 4d2a5d8..ea7e427 100644 --- a/resource/ui/econ/confirmapplygiftwrapdialog.res +++ b/resource/ui/econ/confirmapplygiftwrapdialog.res @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica22" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -219,7 +219,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -244,7 +244,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/econ/confirmapplypaintcandialog.res b/resource/ui/econ/confirmapplypaintcandialog.res index 1767a92..20a49e1 100644 --- a/resource/ui/econ/confirmapplypaintcandialog.res +++ b/resource/ui/econ/confirmapplypaintcandialog.res @@ -40,7 +40,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica22" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -246,7 +246,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -271,7 +271,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/econ/confirmapplystrangepartapplicationdialog.res b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res index 3c8c1fa..92d0343 100644 --- a/resource/ui/econ/confirmapplystrangepartapplicationdialog.res +++ b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res @@ -17,16 +17,16 @@ "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -40,7 +40,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica22" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -159,7 +159,7 @@ "model_ypos" "5" "model_wide" "80" "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom + "text_ypos" "100" "text_center" "1" "name_only" "1" @@ -167,6 +167,7 @@ { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } @@ -197,7 +198,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -222,7 +223,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res b/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res new file mode 100644 index 0000000..16edfa4 --- /dev/null +++ b/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res @@ -0,0 +1,243 @@ +"Resource/UI/ConfirmApplyStrangeRestrictionApplicationDialog.res" +{ + "ConfirmApplyStrangeRestrictionApplicationDialog" + { + "fieldName" "ConfirmApplyStrangeRestrictionApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "0" + "settitlebarvisible" "0" + "border" "CyanBorderThick" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" + "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" "TextColor" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "BackpackItemBorder_SelfMade" + } + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "300" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "BackpackItemBorder_Vintage" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#ToolStrangeRestrictionApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Yellow" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "50" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CraftNameConfirm" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +}
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangifierdialog.res b/resource/ui/econ/confirmapplystrangifierdialog.res index f217734..b31c461 100644 --- a/resource/ui/econ/confirmapplystrangifierdialog.res +++ b/resource/ui/econ/confirmapplystrangifierdialog.res @@ -17,16 +17,16 @@ "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica22" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -110,7 +110,7 @@ "model_ypos" "5" "model_wide" "80" "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom + "text_ypos" "100" "text_center" "1" "name_only" "1" "paint_icon_hide" "1" @@ -141,6 +141,7 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } + "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -159,7 +160,7 @@ "model_ypos" "5" "model_wide" "80" "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom + "text_ypos" "100" "text_center" "1" "name_only" "1" @@ -167,6 +168,7 @@ { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } @@ -198,7 +200,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -223,7 +225,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res index 507eb6a..a088d91 100644 --- a/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res +++ b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res @@ -17,16 +17,16 @@ "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -40,7 +40,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica26" + "font" "HudFontMediumBold" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -266,7 +266,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "ColorCyan" + "fgcolor_override" "Yellow" } "CancelButton" @@ -277,7 +277,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -302,7 +302,7 @@ "ypos" "200" "zpos" "1" "wide" "130" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/econ/confirmcustomizetexturedialog.res b/resource/ui/econ/confirmcustomizetexturedialog.res index 9c30c6c..b5e3696 100644 --- a/resource/ui/econ/confirmcustomizetexturedialog.res +++ b/resource/ui/econ/confirmcustomizetexturedialog.res @@ -2,18 +2,17 @@ { "ConfirmCustomizeTextureDialog" { - "fieldName" "ConfirmCustomizeTextureDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-280" - "ypos" "c-225" - "wide" "560" - "tall" "345" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "fieldName" "ConfirmCustomizeTextureDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-280" + "ypos" "c-225" + "wide" "560" + "tall" "345" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "0" + "settitlebarvisible" "0" + "border" "CyanBorderThick" } "mouseoveritempanel" @@ -28,183 +27,159 @@ "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" - "PaintBackgroundType" "0" - "paintborder" "0" + "PaintBackgroundType" "2" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType" "1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "TextColor" - "centerwrap" "1" - } - } + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "TextColor" + "centerwrap" "1" + } } "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "paintbackground" "0" + "border" "BackpackItemBorder_SelfMade" } - "tool_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } - + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" + } "tool_modelpanel" { - "ControlName" "CItemModelPanel" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" + "inventory_image_type" "1" } } "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "365" - "tall" "60" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "365" + "tall" "60" + "centerwrap" "1" } "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "465" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "paintbackground" "0" - "border" "BackpackItemBorder_3" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "465" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "paintbackground" "0" + "border" "BackpackItemBorder_3" } - "subject_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "465" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" + "ControlName" "ScalableImagePanel" + "fieldName" "subject_icon" + "xpos" "465" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "71 98 145 255" } "subject_modelpanel" { - "ControlName" "CItemModelPanel" - "fieldName" "subject_modelpanel" - "xpos" "465" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "465" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" "itemmodelpanel" { @@ -213,26 +188,30 @@ } } + // Dynamically sized and moded based on the current page "paint_model" { - "ControlName" "CItemModelPanel" - "fieldName" "paint_model" - "xpos" "275" - "ypos" "20" - "zpos" "100" - "wide" "160" - "tall" "160" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "paintborder" "0" - "model_xpos" "00" - "model_ypos" "00" - "model_wide" "160" - "model_tall" "160" + "ControlName" "CItemModelPanel" + "fieldName" "paint_model" + "xpos" "275" + "ypos" "20" + "zpos" "100" + "wide" "160" + "tall" "160" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + //"PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "00" + "model_ypos" "00" + "model_wide" "160" + "model_tall" "160" + //"text_ypos" "1" + //"text_center" "1" + //"name_only" "1" "model_only" "1" - "paint_icon_hide" "1" - + "paint_icon_hide" "1" "itemmodelpanel" { "force_use_model" "1" @@ -241,65 +220,70 @@ } } + // ---------------------------- "SelectImagePage" { - "ControlName" "EditablePanel" - "fieldName" "SelectImagePage" - "xpos" "10" - "ypos" "80" - "wide" "540" - "tall" "260" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "SelectImagePage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + "visible" "1" + "enabled" "1" "PageTitleLabel" { - "ControlName" "CExLabel" - "fieldName" "PageTitleLabel" - "font" "HudFontMediumSmall" - "labelText" "#ToolCustomizeTextureStep1" - "textAlignment" "north-west" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "540" - "tall" "20" + "ControlName" "CExLabel" + "fieldName" "PageTitleLabel" + "font" "HudFontMediumSmall" + "labelText" "#ToolCustomizeTextureStep1" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "540" + "tall" "20" } + "ImagePaletteGroupBox" { "ControlName" "EditablePanel" - "fieldName" "ImagePaletteGroupBox" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "350" - "tall" "200" - "border" "GrayDialogBorder" + "fieldName" "ImagePaletteGroupBox" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" + "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "UseAvatarRadio" { - "ControlName" "RadioButton" - "fieldName" "UseAvatarRadio" - "xpos" "10" - "ypos" "10" - "wide" "330" - "tall" "20" + "ControlName" "RadioButton" + "fieldName" "UseAvatarRadio" + "xpos" "10" + "ypos" "10" + "wide" "330" + "tall" "20" "labelText" "#ToolCustomizeTextureUseAvatarImage" - "textAlignment" "west" + "textAlignment" "west" "font" "HudFontSmallBold" } + "UseAnyImageRadio" { - "ControlName" "RadioButton" - "fieldName" "UseAnyImageRadio" - "xpos" "10" - "ypos" "80" - "wide" "330" - "tall" "20" + "ControlName" "RadioButton" + "fieldName" "UseAnyImageRadio" + "xpos" "10" + "ypos" "80" + "wide" "330" + "tall" "20" "labelText" "#ToolCustomizeTextureUseAnyImage" - "textAlignment" "west" + "textAlignment" "west" "font" "HudFontSmallBold" } + "BrowseForNewImageButton" { "ControlName" "CExButton" @@ -310,73 +294,72 @@ "wide" "300" "tall" "20" "labelText" "#ToolCustomizeTextureBrowseButton" - "font" "HudFontSmall" + "font" "HudFontSmallBold" "Command" "pick_image" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "ForBestResultsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ForBestResultsLabel" "font" "HudFontSmall" - "xpos" "40" - "ypos" "140" - "wide" "300" - "tall" "40" + "xpos" "40" + "ypos" "140" + "wide" "300" + "tall" "40" "labelText" "#ToolCustomizeTextureBestResults" "textAlignment" "north-west" - "wrap" "1" + "wrap" "1" } } + "PreviewImageGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewImageGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "PreviewCroppedImage" { - "ControlName" "CRGBAImagePanel" + "ControlName" "CRGBAImagePanel" "fieldName" "PreviewCroppedImage" - "xpos" "20" - "ypos" "20" - "zpos" "-1" - "wide" "140" - "tall" "140" + "xpos" "20" + "ypos" "20" + "zpos" "-1" + "wide" "140" + "tall" "140" } + "SquarizeComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "SquarizeComboBox" - "xpos" "20" - "ypos" "170" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "20" + "ypos" "170" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "bgcolor_override" "ColorBlack" - "disabledBgColor_override" "ColorBlack" - "selectionColor_override" "ColorBlack" - "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "Transparent" + + //"fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + //"disabledFgColor_override" "235 226 202 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "0 0 0 0" } } + "CancelButton" { "ControlName" "CExButton" @@ -392,16 +375,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "NextButton" { "ControlName" "CExButton" @@ -417,18 +392,10 @@ "Command" "next_page" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } + // ---------------------------- "AdjustFilterPage" { "ControlName" "EditablePanel" @@ -453,109 +420,119 @@ "wide" "540" "tall" "20" } + "FilterOptionsGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "SelectFilterGroupBox" - "Font" "HudFontSmallestBold" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "160" - "tall" "200" + "Font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "160" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "FilterLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterLabel" "font" "HudFontSmallBold" - "xpos" "10" - "ypos" "10" - "wide" "140" - "tall" "20" - "labelText" "Filter:" + "xpos" "10" + "ypos" "10" + "wide" "140" + "tall" "20" + "labelText" "Filter:" // !FIXME! Localize "textAlignment" "north-west" - "visible" "0" + "visible" "0" } + "FilterComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "FilterComboBox" - "xpos" "10" - "ypos" "30" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "10" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "visible" "0" - "bgcolor_override" "ColorBlack" - "disabledBgColor_override" "ColorBlack" - "selectionColor_override" "ColorBlack" - "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "Transparent" + "visible" "0" + + //"fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + //"disabledFgColor_override" "235 226 202 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "0 0 0 0" } + "PainterlyOptions" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PainterlyOptions" - "xpos" "10" - "ypos" "50" - "zpos" "-1" - "wide" "140" - "tall" "150" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" "FilterDescriptionLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterDescriptionLabel" - "xpos" "0" - "ypos" "0" - "wide" "140" - "tall" "80" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "80" "labelText" "#ToolCustomizeTexturePainterlyDescription" "textAlignment" "north-west" "font" "HudFontSmall" "wrap" "1" } } + "StencilOptions" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "StencilOptions" - "xpos" "10" - "ypos" "50" - "zpos" "-1" - "wide" "140" - "tall" "150" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" "FilterDescriptionLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterDescriptionLabel" - "xpos" "0" - "ypos" "0" - "wide" "120" - "tall" "60" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "60" "labelText" "#ToolCustomizeTextureStencilDescription" "textAlignment" "north-west" "font" "HudFontSmall" "wrap" "1" - "visible" "0" + "visible" "0" } + "ColorPaletteLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ColorPaletteLabel" - "xpos" "0" - "ypos" "60" - "wide" "140" - "tall" "15" + "xpos" "0" + "ypos" "60" + "wide" "140" + "tall" "15" "labelText" "#ToolCustomizeTextureColorPalette" "textAlignment" "north-west" "font" "HudFontSmallBold" } + "PrevStencilPaletteButton" { "ControlName" "CExButton" @@ -566,21 +543,13 @@ "wide" "65" "tall" "15" "labelText" "<<" - "font" "HudFontSmall" + "font" "HudFontSmallBold" "textAlignment" "center" "Command" "prev_stencil_palette" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "NextStencilPaletteButton" { "ControlName" "CExButton" @@ -591,21 +560,13 @@ "wide" "65" "tall" "15" "labelText" ">>" - "font" "HudFontSmall" + "font" "HudFontSmallBold" "textAlignment" "center" "Command" "next_stencil_palette" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "StencilGradientMap" { "ControlName" "CustomTextureStencilGradientMapWidget" @@ -616,57 +577,65 @@ "wide" "140" "tall" "20" } + "StencilModeComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "StencilModeComboBox" - "xpos" "0" - "ypos" "125" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "bgcolor_override" "ColorBlack" - "disabledBgColor_override" "ColorBlack" - "selectionColor_override" "ColorBlack" - "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "Transparent" + + //"fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + //"disabledFgColor_override" "235 226 202 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "0 0 0 0" } } } + "PreviewImageGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewImageGroupBox" - "xpos" "170" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "170" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "PreviewFilteredImage" { - "ControlName" "CRGBAImagePanel" + "ControlName" "CRGBAImagePanel" "fieldName" "PreviewFilteredImage" - "xpos" "20" - "ypos" "30" - "zpos" "-1" - "wide" "140" - "tall" "140" + "xpos" "20" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "140" } } + "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "GradientBgPanel" { @@ -683,14 +652,15 @@ "image" "loadout_bottom_gradient" "border" "ButtonBorder" "paintbackgroundtype" "2" - "paintbackground" "1" + "paintbackground" "1" } + "DragToRotateLabel" { "ControlName" "CExLabel" "fieldName" "DragToRotateLabel" "font" "HudFontSmall" - "labelText" "#ToolCustomizeTextureDragToRotate" + "labelText" "#Store_PreviewItem" "textAlignment" "center" "xpos" "10" "ypos" "170" @@ -700,6 +670,7 @@ "centerwrap" "1" } } + "CancelButton" { "ControlName" "CExButton" @@ -715,16 +686,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "BackButton" { "ControlName" "CExButton" @@ -740,16 +703,8 @@ "Command" "prev_page" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "NextButton" { "ControlName" "CExButton" @@ -765,18 +720,10 @@ "Command" "next_page" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } + // ---------------------------- "FinalConfirmPage" { "ControlName" "EditablePanel" @@ -799,42 +746,46 @@ "wide" "540" "tall" "20" } + "WarningTextGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "WarningTextGroupBox" - "Font" "HudFontSmallestBold" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "350" - "tall" "200" + "Font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "WarningText" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "WarningText" "font" "HudFontSmall" - "xpos" "10" - "ypos" "10" - "wide" "330" - "tall" "180" + "xpos" "10" + "ypos" "10" + "wide" "330" + "tall" "180" "labelText" "#ToolCustomizeTextureConfirmWarning" "textAlignment" "west" - "wrap" "1" + "wrap" "1" } } + "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" "GradientBgPanel" { @@ -851,8 +802,9 @@ "image" "loadout_bottom_gradient" "border" "ButtonBorder" "paintbackgroundtype" "2" - "paintbackground" "1" + "paintbackground" "1" } + "DragToRotateLabel" { "ControlName" "CExLabel" @@ -868,6 +820,7 @@ "centerwrap" "1" } } + "CancelButton" { "ControlName" "CExButton" @@ -884,16 +837,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "BackButton" { "ControlName" "CExButton" @@ -909,16 +854,8 @@ "Command" "prev_page" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } + "OkButton" { "ControlName" "CExButton" @@ -935,18 +872,10 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } + // ---------------------------- "PerformingActionPage" { "ControlName" "EditablePanel" @@ -970,48 +899,51 @@ "tall" "200" "centerwrap" "1" } + "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "bgcolor_override" "DarkGrey" - "GradientBgPanel" - { - "ControlName" "ImagePanel" - "FieldName" "GradientBgPanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "160" - "tall" "180" - "visible" "1" - "tileImage" "0" - "scaleImage" "1" - "image" "loadout_bottom_gradient" - "border" "ButtonBorder" - "paintbackgroundtype" "2" - "paintbackground" "1" - } - "DragToRotateLabel" - { - "ControlName" "CExLabel" - "fieldName" "DragToRotateLabel" - "font" "HudFontSmall" - "labelText" "#ToolCustomizeTextureDragToRotate" - "textAlignment" "center" - "xpos" "10" - "ypos" "170" - "zpos" "2" - "wide" "160" - "tall" "20" - "centerwrap" "1" + "GradientBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientBgPanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "160" + "tall" "180" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "loadout_bottom_gradient" + "border" "ButtonBorder" + "paintbackgroundtype" "2" + "paintbackground" "1" + } + + "DragToRotateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DragToRotateLabel" + "font" "HudFontSmall" + "labelText" "#ToolCustomizeTextureDragToRotate" + "textAlignment" "center" + "xpos" "10" + "ypos" "170" + "zpos" "2" + "wide" "160" + "tall" "20" + "centerwrap" "1" + } } } - } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res index 1ebb33f..d473802 100644 --- a/resource/ui/econ/confirmdialog.res +++ b/resource/ui/econ/confirmdialog.res @@ -25,7 +25,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica32" + "font" "HudFontMediumBold" "labelText" "#ConfirmTitle" "textAlignment" "center" "xpos" "0" diff --git a/resource/ui/econ/confirmdialogabandonnopenalty.res b/resource/ui/econ/confirmdialogabandonnopenalty.res index 2ff68fb..b80230a 100644 --- a/resource/ui/econ/confirmdialogabandonnopenalty.res +++ b/resource/ui/econ/confirmdialogabandonnopenalty.res @@ -24,7 +24,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica32" + "font" "HudFontMediumBold" "labelText" "#ConfirmTitle" "textAlignment" "north" "xpos" "0" @@ -48,8 +48,8 @@ "wide" "40" "tall" "40" "image" "pve/mvm_timeout_active_large" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" } diff --git a/resource/ui/econ/confirmdialogabandonpenalty.res b/resource/ui/econ/confirmdialogabandonpenalty.res index b72db7d..44cd4a1 100644 --- a/resource/ui/econ/confirmdialogabandonpenalty.res +++ b/resource/ui/econ/confirmdialogabandonpenalty.res @@ -24,7 +24,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica32" + "font" "HudFontMediumBold" "labelText" "#ConfirmTitle" "textAlignment" "north" "xpos" "0" @@ -48,8 +48,8 @@ "wide" "40" "tall" "40" "image" "pve/mvm_timeout_active_large" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" } @@ -77,11 +77,11 @@ { "ControlName" "CExButton" "fieldName" "CancelButton" - "xpos" "165" + "xpos" "190" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "100" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -105,8 +105,8 @@ "xpos" "10" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "175" + "tall" "20" "default" "1" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/econ/confirmdialogabandonsafe.res b/resource/ui/econ/confirmdialogabandonsafe.res index 97269a7..268860b 100644 --- a/resource/ui/econ/confirmdialogabandonsafe.res +++ b/resource/ui/econ/confirmdialogabandonsafe.res @@ -24,7 +24,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica32" + "font" "HudFontMediumBold" "labelText" "#ConfirmTitle" "textAlignment" "north" "xpos" "0" @@ -63,11 +63,11 @@ { "ControlName" "CExButton" "fieldName" "CancelButton" - "xpos" "165" + "xpos" "190" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "100" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -91,8 +91,8 @@ "xpos" "10" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "175" + "tall" "20" "default" "1" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/econ/confirmdialogoptout.res b/resource/ui/econ/confirmdialogoptout.res deleted file mode 100644 index 628cd9a..0000000 --- a/resource/ui/econ/confirmdialogoptout.res +++ /dev/null @@ -1,145 +0,0 @@ -"Resource/UI/ConfirmDialogOptOut.res" -{ - "ConfirmDialog" - { - "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "300" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "300" - "tall" "40" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "ExplanationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "HudFontSmallBold" - "labelText" "%text%" - "textAlignment" "center" - "xpos" "40" - "ypos" "45" - "zpos" "1" - "wide" "220" - "tall" "130" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "fgcolor_override" "ColorCyan" - } - - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "165" - "ypos" "185" - "zpos" "20" - "wide" "125" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "ConfirmButton" - { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "185" - "zpos" "20" - "wide" "125" - "tall" "25" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "OptOutCheckbox" - { - "ControlName" "CheckButton" - "fieldName" "OptOutCheckbox" - "xpos" "0" - "ypos" "217" - "zpos" "2" - "wide" "300" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Confirm_Opt_Out" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "HudFontSmallest" - "selected_fgcolor_override" "ColorRed" - } -}
\ No newline at end of file diff --git a/resource/ui/econ/confirmitempreviewdialog.res b/resource/ui/econ/confirmitempreviewdialog.res deleted file mode 100644 index 70c53e6..0000000 --- a/resource/ui/econ/confirmitempreviewdialog.res +++ /dev/null @@ -1,226 +0,0 @@ -"Resource/UI/ConfirmItemPreviewDialog.res" -{ - "ConfirmItemPreviewDialog" - { - "fieldName" "ConfirmItemPreviewDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "105" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - } - "mouseoveritempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "0" - "paintborder" "0" - "text_ypos" "20" - "text_center" "1" - "model_hide" "1" - "resize_to_text" "1" - "padding_height" "15" - - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType" "1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "TextColor" - "centerwrap" "1" - } - } - } - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "80" - "zpos" "0" - "wide" "200" - "tall" "30" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - } - "ToolBG" - { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "158" - "ypos" "14" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" - } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "158" - "ypos" "14" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } - "tool_modelpanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "tool_modelpanel" - "xpos" "158" - "ypos" "14" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" - - "itemmodelpanel" - { - "use_item_rendertarget" "0" - "allow_rot" "0" - } - } - "ConfirmLabel" - { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ItemPreview_Confirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "100" - "zpos" "0" - "wide" "360" - "tall" "80" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "ColorCyan" - } - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - "OkButton" - { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } -}
\ No newline at end of file diff --git a/resource/ui/econ/genericwaitingdialog.res b/resource/ui/econ/genericwaitingdialog.res new file mode 100644 index 0000000..b09ec91 --- /dev/null +++ b/resource/ui/econ/genericwaitingdialog.res @@ -0,0 +1,104 @@ +"Resource/UI/GenericWaitingDialog.res" +{ + "GenericWaitingDialog" + { + "fieldName" "GenericWaitingDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "200" + "wide" "200" + "tall" "105" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "1" + "settitlebarvisible" "0" + "border" "NoBorder" + } + + "TitleLabel" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "HudFontMediumSmall" + "xpos" "0" + "ypos" "8" + "zpos" "0" + "wide" "200" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "labelText" "%updatetext%" + "textAlignment" "center" + "fgcolor_override" "255 255 255 255" + "bgcolor_override" "Transparent" + } + + "EllipsesLabel" + { + "ControlName" "Label" + "fieldName" "EllipsesLabel" + "font" "HudFontSmallest" + "xpos" "0" + "ypos" "42" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%ellipses%" + "textAlignment" "north" + "fgcolor_override" "255 255 255 255" + "bgcolor_override" "Transparent" + } + + "DurationLabel" + { + "ControlName" "Label" + "fieldName" "DurationLabel" + "font" "HudFontSmallest" + "xpos" "0" + "ypos" "52" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%duration%" + "textAlignment" "north" + "fgcolor_override" "255 255 255 255" + "bgcolor_override" "Transparent" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "50" + "ypos" "70" + "zpos" "1" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "user_close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +}
\ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 58cd2e1..dc4a79f 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -120,7 +120,7 @@ "ControlName" "CNavigationPanel" "fieldName" "TeamNavPanel" "xpos" "cs-0.5" - "ypos" "55" + "ypos" "p.7-16" "zpos" "100" "wide" "60" "tall" "25" @@ -157,7 +157,7 @@ "sound_armed" "UI/buttonrollover.wav" "paintbackground" "0" "paintbackgroundtype" "0" - "defaultBgColor_Override" "ColorBlack" + "defaultBgColor_Override" "0 0 0 255" "paintborder" "0" "image_drawcolor" "255 255 255 77" "image_armedcolor" "255 255 255 128" @@ -214,16 +214,16 @@ "ControlName" "EditablePanel" "fieldName" "PaintkitPreviewContainer" "xpos" "cs-0.5" - "ypos" "p.68" + "ypos" "p.7" "wide" "300" "tall" "100" "zpos" "100" - //"paintborder" "0" - "border" "NoBorder" - "mouseinputenabled" "1" - "proportionaltoparent" "1" - "visible" "0" + "visible" "1" "bgcolor_override" "DarkerGrey" + "PaintBackgroundType" "2" + "mouseinputenabled" "1" + "proportionaltoparent" "1" + "paintborder" "0" "fixed_item" { @@ -255,7 +255,7 @@ "enabled" "1" "tabPosition" "0" "labeltext" "" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -398,7 +398,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLabel" - "font" "Cerbetica12" + "font" "HudFontSmallest" "labelText" "#TF_ItemPreview_ItemPreview" "textAlignment" "west" "xpos" "8" @@ -500,7 +500,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "8" "ypos" "75" @@ -598,7 +598,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "Cerbetica10" + "font" "HudFontSmall" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" diff --git a/resource/ui/econ/inspectionpanel_cosmetic.res b/resource/ui/econ/inspectionpanel_cosmetic.res index 3605879..79fae37 100644 --- a/resource/ui/econ/inspectionpanel_cosmetic.res +++ b/resource/ui/econ/inspectionpanel_cosmetic.res @@ -64,7 +64,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "<" - "font" "CerbeticaBold14" + "font" "Cerbetica14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -91,7 +91,7 @@ "enabled" "1" "tabPosition" "0" "labelText" ">" - "font" "CerbeticaBold14" + "font" "Cerbetica14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -238,7 +238,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "labelText" "%itemname%" "textAlignment" "west" "xpos" "240" @@ -288,7 +288,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLevelInfoLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%item_level_info%" "textAlignment" "north-west" "wide" "228" @@ -305,7 +305,7 @@ { "ControlName" "CExLabel" "fieldName" "RestrictionsLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Restrictions" "textAlignment" "north-west" "wide" "228" @@ -322,7 +322,7 @@ { "ControlName" "CExLabel" "fieldName" "RestrictionsTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_HolidayRestrictionText" "textAlignment" "north-west" "wide" "228" @@ -339,7 +339,7 @@ { "ControlName" "CExLabel" "fieldName" "UsedByLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_UsedBy" "textAlignment" "north-west" "wide" "228" @@ -356,7 +356,7 @@ { "ControlName" "CExLabel" "fieldName" "UsedByTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%used_by_classes%" "textAlignment" "north-west" "wide" "228" @@ -372,7 +372,7 @@ { "ControlName" "CExLabel" "fieldName" "SlotLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Slot" "textAlignment" "north-west" "wide" "228" @@ -389,7 +389,7 @@ { "ControlName" "CExLabel" "fieldName" "SlotTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%slot%" "textAlignment" "north-west" "wide" "228" @@ -405,7 +405,7 @@ { "ControlName" "CExLabel" "fieldName" "ArmoryTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "textAlignment" "north-west" "wide" "228" "tall" "10" @@ -421,7 +421,7 @@ { "ControlName" "CExLabel" "fieldName" "AttributesLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "textAlignment" "north-west" "zpos" "2" "wide" "228" @@ -460,7 +460,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_ItemDesc_ItemWikiPage" - "font" "CerbeticaBold12" + "font" "Cerbetica12" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -704,7 +704,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "<" - "font" "CerbeticaBold18" + "font" "Cerbetica18" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -732,7 +732,7 @@ "enabled" "1" "tabPosition" "0" "labelText" ">" - "font" "CerbeticaBold18" + "font" "Cerbetica18" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res index 3689124..4f6ed8d 100644 --- a/resource/ui/econ/itemmodelpanel.res +++ b/resource/ui/econ/itemmodelpanel.res @@ -78,7 +78,7 @@ { "ControlName" "CExLabel" "fieldName" "namelabel" - "font" "ItemFontNameLarge" + "font" "ItemFontNameLarger" "xpos" "0" "ypos" "0" "zpos" "2" @@ -152,7 +152,7 @@ { "ControlName" "CExLabel" "fieldName" "quantitylabel" - "font" "Cerbetica8" + "font" "Default" "xpos" "4" "ypos" "4" "zpos" "2" @@ -173,7 +173,7 @@ { "ControlName" "CExLabel" "fieldName" "serieslabel" - "font" "Cerbetica8" + "font" "Default" "xpos" "4" "ypos" "4" "zpos" "2" diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index c0e99ef..cbc303d 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -168,7 +168,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#NextItem" - "font" "CerbeticaBold16" + "font" "Cerbetica16" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -192,7 +192,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#PreviousItem" - "font" "CerbeticaBold16" + "font" "Cerbetica16" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res index 562c9f1..6f78626 100644 --- a/resource/ui/econ/notificationtoastcontainer.res +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -12,7 +12,7 @@ "visible" "1" "enabled" "1" "bgcolor_override" "DarkGrey" - "border" "CyanBorderThick" + "border" "CyanBorder" } "HelpTextLabel" @@ -32,7 +32,7 @@ "wrap" "1" "labelText" "" "textAlignment" "North" - "font" "TFFontSmall" + "font" "TeamMenu" "textinsetx" "2" "textinsety" "7" } diff --git a/resource/ui/econ/notificationtoastcontrol.res b/resource/ui/econ/notificationtoastcontrol.res new file mode 100644 index 0000000..ad6f35d --- /dev/null +++ b/resource/ui/econ/notificationtoastcontrol.res @@ -0,0 +1,193 @@ +"Resource/UI/NotificationToastControl.res" +{ + "NotificationToastControl" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastControl" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "190" + "tall" "30" + "visible" "1" + "enabled" "1" + "border" "NoBorder" + "paintborder" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "defaultbgcolor_override" "TanLight" + "bgcolor_override" "TanLight" + } + + "DeleteButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeleteButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "delete" + "armedBgColor_override" "LightRed" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } + + "TriggerButton" + { + "ControlName" "CExImageButton" + "fieldName" "TriggerButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "trigger" + "armedBgColor_override" "CreditsGreen" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "AcceptButton" + { + "ControlName" "CExImageButton" + "fieldName" "AcceptButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "accept" + "armedBgColor_override" "CreditsGreen" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "DeclineButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeclineButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "decline" + "armedBgColor_override" "LightRed" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } +}
\ No newline at end of file diff --git a/resource/ui/econ/paintkitconsumedialog.res b/resource/ui/econ/paintkitconsumedialog.res new file mode 100644 index 0000000..f338514 --- /dev/null +++ b/resource/ui/econ/paintkitconsumedialog.res @@ -0,0 +1,295 @@ +"Resource/UI/PaintkitConsumeDialog.res" +{ + "PaintkitConsume" + { + "fieldName" "PaintkitConsume" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "400" + "tall" "400" + "visible" "1" + "zpos" "1000" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "font" "HudFontMedium" + "labelText" "#TF_UsePaintkit_Panel_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "10" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + } + + "DescText" + { + "ControlName" "Label" + "fieldName" "DescText" + "font" "HudFontSmall" + "labelText" "#TF_UsePaintkit_Panel_Desc" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r60" + "zpos" "10" + "wide" "f20" + "tall" "30" + "visible" "0" + "enabled" "0" + "fgcolor_override" "White" + "proportionaltoparent" "1" + } + + "BGPanel" + { + "fieldName" "BGPanel" + "controlname" "EditablePanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + } + + "Shade" + { + "fieldName" "Shade" + "controlname" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "bgcolor_override" "0 0 0 150" + } + + "RedeemingPanel" + { + "fieldName" "RedeemingPanel" + "controlname" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "250" + "tall" "150" + "proportionaltoparent" "1" + "visible" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + + "CTFLogoPanel" + { + "fieldName" "WorkingLogo" + "controlname" "CTFLogoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5-15" + "zpos" "1" + "wide" "100" + "tall" "o1" + "proportionaltoparent" "1" + "velocity" "200" + "radius" "30" + "fgcolor_override" "TanDark" + } + + "WorkingText" + { + "ControlName" "Label" + "fieldName" "WorkingText" + "font" "HudFontSmallBold" + "labelText" "#TF_UsePaintkit_Working" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r30" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + } + } + + "SuccessPanel" + { + "fieldName" "SuccessPanel" + "controlname" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "250" + "tall" "150" + "proportionaltoparent" "1" + "visible" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + + "CTFLogoPanel" + { + "fieldName" "SuccessLogo" + "controlname" "CTFLogoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5-15" + "zpos" "1" + "wide" "100" + "tall" "o1" + "proportionaltoparent" "1" + "velocity" "0" + "radius" "30" + "fgcolor_override" "CreditsGreen" + } + + "SuccessText" + { + "ControlName" "Label" + "fieldName" "SuccessText" + "font" "HudFontMediumBold" + "labelText" "#AbuseReport_SucceededTitle" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r40" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "CreditsGreen" + "proportionaltoparent" "1" + } + } + + "FailurePanel" + { + "fieldName" "FailurePanel" + "controlname" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "250" + "tall" "150" + "proportionaltoparent" "1" + "visible" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + + "CTFLogoPanel" + { + "fieldName" "FailureLogo" + "controlname" "CTFLogoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5-15" + "zpos" "1" + "wide" "100" + "tall" "o1" + "proportionaltoparent" "1" + "velocity" "0" + "radius" "30" + "fgcolor_override" "RedSolid" + } + + "FailureText" + { + "ControlName" "Label" + "fieldName" "FailureText" + "font" "HudFontSmallBold" + "labelText" "#TF_UsePaintkit_Failed" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r40" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "RedSolid" + "proportionaltoparent" "1" + "centerwrap" "1" + } + } + + "InspectionPanel" + { + "fieldName" "InspectionPanel" + "xpos" "0" + "ypos" "40" + "zpos" "10" + "wide" "f0" + "tall" "350" + "proportionaltoparent" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "rs1-50" + "ypos" "rs1-15" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "50" + "ypos" "rs1-15" + "zpos" "20" + "wide" "140" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_QuestView_RedeemReward" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "accept" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } +}
\ No newline at end of file diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index f1b0d62..7a02259 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -185,7 +185,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "35 35 35 255" + "bgcolor_override" "DarkGrey" } "attriblabel" @@ -295,7 +295,7 @@ "ControlName" "CNavigationPanel" "fieldName" "ItemCategoryTabs" "xpos" "c-230" - "ypos" "30" + "ypos" "31" "zpos" "0" "wide" "430" "tall" "25" @@ -321,8 +321,8 @@ "tabPosition" "0" "textAlignment" "center" "scaleImage" "1" - "font" "Cerbetica16" - "fgcolor" "124 114 99 255" + "font" "HudFontSmallest" + "fgcolor" "TanDark" "defaultBgColor_override" "25 25 25 255" "defaultFgColor_override" "124 114 99 255" @@ -417,11 +417,11 @@ { "ControlName" "CExLabel" "fieldName" "BackpackSpaceLabel" - "font" "Cerbetica14" + "font" "HudFontSmallest" "labelText" "%freebackpackspace%" "textAlignment" "west" - "xpos" "c-230" - "ypos" "310" + "xpos" "c-237" + "ypos" "315" "zpos" "10" "wide" "160" "tall" "20" @@ -435,10 +435,10 @@ { "ControlName" "CExButton" "fieldName" "CartButton" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%storecart%" "textAlignment" "east" - "xpos" "c-230" + "xpos" "c-238" "ypos" "334" "zpos" "12" "wide" "56" @@ -448,6 +448,7 @@ "PaintBackgroundType" "2" "textinsetx" "15" "Command" "viewcart" + "defaultBgColor_override" "TanDarker" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -456,7 +457,7 @@ { "ControlName" "ImagePanel" "fieldName" "CartImage" - "xpos" "c-225" + "xpos" "c-233" "ypos" "336" "zpos" "13" "wide" "24" @@ -482,7 +483,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_BrowseTheStore" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -507,7 +508,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_MarketPlace" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -608,16 +609,17 @@ { "ControlName" "EditablePanel" "fieldName" "Wall" - "xpos" "0" + "xpos" "c-250" "ypos" "55" "zpos" "-5" - "wide" "f0" - "tall" "f0" + "wide" "505" + "tall" "260" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "paintbackground" "1" - "bgcolor_override" "0 0 0 100" + "bgcolor_override" "DarkerGrey" + "PaintBackgroundType" "2" } }
\ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res index 6f894cf..b876c4c 100644 --- a/resource/ui/econ/store/v2/storepage.res +++ b/resource/ui/econ/store/v2/storepage.res @@ -33,7 +33,7 @@ "item_backdrop_right_margin" "11" "item_backdrop_top_margin" "9" "item_backdrop_bottom_margin" "42" - "item_backdrop_paintbackgroundtype" "2" + "item_backdrop_paintbackgroundtype" "0" "item_panel_bgcolor" "Grey" "item_panel_bgcolor_mouseover" "156 146 128 255" "item_panel_bgcolor_selected" "176 166 148 255" @@ -199,7 +199,7 @@ { "defaultFgColor_override" "TanLight" "defaultBgColor_override" "15 15 15 255" - "armedFgColor_override" "15 255 255 255 255" + "armedFgColor_override" "15 255 255 255" "armedBgColor_override" "15 15 15 255" "paintbackgroundtype" "2" } @@ -240,7 +240,7 @@ { "defaultFgColor_override" "TanLight" "defaultBgColor_override" "15 15 15 255" - "armedFgColor_override" "15 255 255 255 255" + "armedFgColor_override" "15 255 255 255" "armedBgColor_override" "15 15 15 255" "paintbackgroundtype" "2" } @@ -314,7 +314,7 @@ "ypos" "170" "zpos" "100" "wide" "200" - "tall" "40" + "tall" "20" "autoResize" "1" "pinCorner" "0" "visible" "0" @@ -325,13 +325,14 @@ "paintborder" "1" "textinsetx" "100" "border" "LoadoutItemPopupBorder" + "fgcolor" "White" } "PrevPageButton" { "ControlName" "CExButton" "fieldName" "PrevPageButton" - "xpos" "c210" + "xpos" "c190" "ypos" "280" "zpos" "5" "wide" "20" @@ -349,17 +350,16 @@ "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "DarkerGrey" } "CurPageLabel" { "ControlName" "CExLabel" "fieldName" "CurPageLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%backpackpage%" "textAlignment" "center" - "xpos" "c230" + "xpos" "c220" "ypos" "280" "zpos" "5" "wide" "40" @@ -393,7 +393,6 @@ "Command" "nextpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "DarkerGrey" } "PriceLabel" @@ -432,7 +431,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "StoreDarkTan" + "fgcolor" "White" } "SubcategoryFiltersLabel" @@ -451,7 +450,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "StoreDarkTan" + "fgcolor" "White" } "SortFilterLabel" @@ -470,7 +469,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "StoreDarkTan" + "fgcolor" "White" } "ClassFilterLabel" @@ -489,7 +488,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "StoreDarkTan" + "fgcolor" "White" } "ClassFilterNavPanel" @@ -698,11 +697,11 @@ { "ControlName" "CExLabel" "fieldName" "BackpackSpaceLabel" - "font" "Cerbetica14" + "font" "HudFontSmallest" "labelText" "%freebackpackspace%" "textAlignment" "west" - "xpos" "c-292" - "ypos" "277" + "xpos" "c-300" + "ypos" "315" "zpos" "0" "wide" "200" "tall" "20" @@ -716,11 +715,11 @@ { "ControlName" "CExButton" "fieldName" "CartButton" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%storecart%" "textAlignment" "east" - "xpos" "c-292" - "ypos" "299" + "xpos" "c-300" + "ypos" "334" "zpos" "12" "wide" "56" "tall" "24" @@ -728,9 +727,8 @@ "enabled" "1" "PaintBackgroundType" "2" "textinsetx" "15" - "Command" "viewcart" - "font" "HudFontSmallBold" + "defaultBgColor_override" "TanDarker" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -739,8 +737,8 @@ { "ControlName" "ImagePanel" "fieldName" "CartImage" - "xpos" "c-289" - "ypos" "302" + "xpos" "c-295" + "ypos" "336" "zpos" "13" "wide" "24" "tall" "20" diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index 16d3602..202b658 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -91,7 +91,7 @@ "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -109,7 +109,7 @@ "fieldName" "Sheet" "tabxindent" "80" "tabxdelta" "10" - "tabwidth" "240" + "tabxfittotext" "1" "tabheight" "20" "yoffset" "14" "transition_time" "0" @@ -135,16 +135,15 @@ { "textinsetx" "25" "textAlignment" "center" - "font" "Cerbetica20" - "ypos" "50" + "font" "HudFontSmall" "selectedcolor" "TanLight" "unselectedcolor" "TanDark" - "paintbackground" "1" - "defaultBgColor_override" "DarkGrey" + "defaultBgColor_override" "DarkGrey" + "paintbackground" "1" + "activeborder_override" "CyanBorderTabs" + "normalborder_override" "CyanBorderTabsInactive" "unselectedBgColor_override" "10 10 10 255" - "activeborder_override" "CyanBorderTabs" "depressedBgColor_override" "10 10 10 255" - "normalborder_override" "CyanBorderTabsInactive" } } @@ -155,15 +154,15 @@ "xpos" "c-300" "ypos" "437" "zpos" "2" - "wide" "100" + "wide" "130" "tall" "25" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<< Back (&Q)" - "font" "HudFontSmallBold" + "labelText" "Exit Store (&Q)" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -222,7 +221,7 @@ "zpos" "5" "wide" "70" "tall" "100" - "font" "Cerbetica10" + "font" "HudFontSmallest" "wrap" "1" "labelText" "#Store_ConfirmStampDonationAddTitle" "visible" "0" @@ -243,7 +242,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_Checkout" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res index 8beec68..89c57b5 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -118,7 +118,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "labelText" "%itemname%" "textAlignment" "west" "xpos" "240" @@ -168,7 +168,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLevelInfoLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%item_level_info%" "textAlignment" "north-west" "wide" "228" @@ -185,7 +185,7 @@ { "ControlName" "CExLabel" "fieldName" "RestrictionsLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Restrictions" "textAlignment" "north-west" "wide" "228" @@ -202,7 +202,7 @@ { "ControlName" "CExLabel" "fieldName" "RestrictionsTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_HolidayRestrictionText" "textAlignment" "north-west" "wide" "228" @@ -219,7 +219,7 @@ { "ControlName" "CExLabel" "fieldName" "UsedByLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_UsedBy" "textAlignment" "north-west" "wide" "228" @@ -236,7 +236,7 @@ { "ControlName" "CExLabel" "fieldName" "UsedByTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%used_by_classes%" "textAlignment" "north-west" "wide" "228" @@ -252,7 +252,7 @@ { "ControlName" "CExLabel" "fieldName" "SlotLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Slot" "textAlignment" "north-west" "wide" "228" @@ -269,7 +269,7 @@ { "ControlName" "CExLabel" "fieldName" "SlotTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%slot%" "textAlignment" "north-west" "wide" "228" @@ -285,7 +285,7 @@ { "ControlName" "CExLabel" "fieldName" "PriceLabel" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "north-west" "wide" "228" "tall" "25" @@ -301,7 +301,7 @@ { "ControlName" "CExLabel" "fieldName" "ArmoryTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "textAlignment" "north-west" "wide" "228" "tall" "10" @@ -317,7 +317,7 @@ { "ControlName" "CExLabel" "fieldName" "AttributesLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "textAlignment" "north-west" "wide" "228" "tall" "10" @@ -341,7 +341,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_ItemDesc_ItemWikiPage" - "font" "CerbeticaBold12" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -354,7 +354,7 @@ { "ControlName" "CExLabel" "fieldName" "TradableLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Tradable" "textAlignment" "north-west" "wide" "205" @@ -371,7 +371,7 @@ { "ControlName" "CExLabel" "fieldName" "TradableTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%tradable%" "textAlignment" "north-west" "wide" "205" @@ -387,7 +387,7 @@ { "ControlName" "CExLabel" "fieldName" "GiftableLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Giftable" "textAlignment" "north-west" "wide" "205" @@ -404,7 +404,7 @@ { "ControlName" "CExLabel" "fieldName" "GiftableTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%giftable%" "textAlignment" "north-west" "wide" "205" @@ -420,7 +420,7 @@ { "ControlName" "CExLabel" "fieldName" "NameableLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Nameable" "textAlignment" "north-west" "wide" "205" @@ -437,7 +437,7 @@ { "ControlName" "CExLabel" "fieldName" "NameableTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%nameable%" "textAlignment" "north-west" "wide" "205" @@ -453,7 +453,7 @@ { "ControlName" "CExLabel" "fieldName" "CraftableLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "#Store_ItemDesc_Craftable" "textAlignment" "north-west" "wide" "205" @@ -470,7 +470,7 @@ { "ControlName" "CExLabel" "fieldName" "CraftableTextLabel" - "font" "FontStoreOriginalPrice" + "font" "HudFontSmallest" "labelText" "%craftable%" "textAlignment" "north-west" "wide" "205" @@ -1058,7 +1058,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_NextWeapon" - "font" "CerbeticaBold12" + "font" "HudFontSmallest" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -1198,7 +1198,7 @@ "paintbackground" "0" "paintbackgroundtype" "0" - "defaultBgColor_Override" "ColorBlack" + "defaultBgColor_Override" "0 0 0 255" "paintborder" "0" @@ -1419,7 +1419,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#TF_BackCarat" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1443,7 +1443,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_TryItOut" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1460,14 +1460,14 @@ "xpos" "c0" "ypos" "c105" "zpos" "2" - "wide" "160" + "wide" "150" "tall" "20" "autoResize" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "%storeaddtocart%" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res index fc95819..18c7440 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res @@ -138,11 +138,11 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "CerbeticaBold18" + "font" "HudFontMediumSmall" "labelText" "%selectiontitle%" "textAlignment" "center" "xpos" "c-130" - "ypos" "c-130" + "ypos" "c-129" "wide" "260" "tall" "33" "autoResize" "1" @@ -384,7 +384,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_NextWeapon" - "font" "CerbeticaBold12" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -541,7 +541,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#TF_BackCarat" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -565,7 +565,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_AddToCart" - "font" "CerbeticaBold14" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index d579550..0d2b1c3 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -76,7 +76,7 @@ { "ControlName" "Label" "fieldname" "quantitylabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "textAlignment" "north-east" "xpos" "70" "ypos" "45" @@ -113,14 +113,14 @@ "ypos" "17" "zpos" "5" "wide" "100" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Store_Remove" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -146,26 +146,7 @@ "visible" "1" "enabled" "1" "labelText" "%price%" - "fgcolor_override" "130 120 104 255" - } - - "PreviewItemLabel" - { - "ControlName" "Label" - "fieldname" "PreviewItemLabel" - "font" "HudFontSmallest" - "textAlignment" "center" - "xpos" "110" - "ypos" "36" - "wide" "250" - "tall" "15" - "zpos" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%preview_item%" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "DullWhite" } } } @@ -233,7 +214,7 @@ "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -261,7 +242,7 @@ "ControlName" "EditablePanel" "fieldName" "HeaderLine" "xpos" "0" - "ypos" "420" + "ypos" "0" "zpos" "2" "wide" "f0" "tall" "2" @@ -333,20 +314,20 @@ "wide" "600" "tall" "240" "PaintBackgroundType" "2" - "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "fgcolor_override" "DullWhite" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel "bgcolor_override" "DarkGrey" "autohide_buttons" "1" "Scrollbar" { "xpos" "586" - "wide" "11" + "wide" "4" "tall" "240" "zpos" "1000" "Slider" { - "PaintBackgroundType" "2" + "PaintBackgroundType" "1" } "nobuttons" "1" @@ -438,7 +419,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } "TotalSubtextLabelB" @@ -457,7 +438,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } "TotalPriceLabel" @@ -476,7 +457,7 @@ "visible" "1" "enabled" "1" "labelText" "%totalprice%" - "fgcolor_override" "130 120 104 255" + "fgcolor_override" "White" } } } @@ -498,7 +479,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_ContinueShopping" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -523,7 +504,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_Checkout" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/strangecounttransferdialog.res b/resource/ui/econ/strangecounttransferdialog.res index a485d53..4c16925 100644 --- a/resource/ui/econ/strangecounttransferdialog.res +++ b/resource/ui/econ/strangecounttransferdialog.res @@ -34,7 +34,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "Cerbetica26" + "font" "HudFontMedium" "labelText" "#TF_StrangeCount_TransferTitle" "textAlignment" "center" "xpos" "95" diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index 57a0ef1..ff6f033 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -9,7 +9,7 @@ "ypos" "80" "wide" "400" "tall" "300" - "bgcolor_override" "DarkGrey" + "bgcolor_override" "DarkerGrey" "paintbackgroundtype" "2" "settitlebarvisible" "" "border" "CyanBorderThick" @@ -57,7 +57,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "color_outline" "52 48 45 255" + "color_outline" "HudTimerProgressInActive" } } } @@ -66,14 +66,14 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#TF_TradeStartDialog_Title" "textAlignment" "north" "xpos" "0" "ypos" "15" "zpos" "1" "wide" "400" - "tall" "35" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -121,7 +121,7 @@ { "ControlName" "CExLabel" "fieldName" "QueryLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmallest" "labelText" "#TF_TradeStartDialog_Select" "textAlignment" "north" "xpos" "0" @@ -144,14 +144,14 @@ "ypos" "50" "zpos" "1" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_TradeStartDialog_SelectFriends" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -168,14 +168,14 @@ "ypos" "90" "zpos" "1" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_TradeStartDialog_SelectServer" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -192,14 +192,14 @@ "ypos" "130" "zpos" "1" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_TradeStartDialog_SelectProfile" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -354,10 +354,10 @@ "labelText" "#TF_TradeStartDialog_ProfileHelp" "textAlignment" "center" "xpos" "0" - "ypos" "35" + "ypos" "40" "zpos" "-1" "wide" "400" - "tall" "40" + "tall" "30" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -443,14 +443,14 @@ "ypos" "150" "zpos" "1" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_TradeStartDialog_ProfileGo" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -469,14 +469,14 @@ "ypos" "250" "zpos" "1" "wide" "100" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
