From 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 28 Oct 2017 10:00:13 -0400 Subject: 20171028 - Scream Fortress 2017 Update - Updated for Scream Fortress 2017 - Updated the Main Menu design and backend - Updated the version number - Fixed inexplicable crashes following the Scream Fortress update - Fixed incorrect image file being used during the loading screen - Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters - Miscellaneous other fixes and tweaks - Removed unused files, code and fonts - Replaced the current crosshairs with KnuckleCrosses --- resource/ui/build_menu/pipboy/base_unavailable.res | 152 --------------------- 1 file changed, 152 deletions(-) delete mode 100644 resource/ui/build_menu/pipboy/base_unavailable.res (limited to 'resource/ui/build_menu/pipboy/base_unavailable.res') diff --git a/resource/ui/build_menu/pipboy/base_unavailable.res b/resource/ui/build_menu/pipboy/base_unavailable.res deleted file mode 100644 index e27a8dc..0000000 --- a/resource/ui/build_menu/pipboy/base_unavailable.res +++ /dev/null @@ -1,152 +0,0 @@ -"Resource/UI/build_menu/base_unavailable.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "Default" - "xpos" "6" - "ypos" "0" - "zpos" "1" - "wide" "84" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "labelText_lodef" "#TF_Object_Sentry_360" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "0 255 0 255" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "0 0 0 255" - } - - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "Default" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "MetalIcon" - { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "10" - "ypos" "18" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "0 255 0 255" - } - - "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "HudFontSmall" - "fgcolor" "0 255 0 255" - "xpos" "23" - "ypos" "17" - "zpos" "1" - "wide" "84" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDark" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "0 255 0 255" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudMenuNumberFont" - "fgcolor" "Black" - "xpos" "0" - "ypos" "98" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - "fgcolor" "0 255 0 255" - } -} \ No newline at end of file -- cgit v1.2.3