commit 2f1ae16d7188ddf3ec4bdc9d465dd7495b38ec9c Author: Jessie Hildebrandt Date: Mon Nov 1 11:05:16 2021 -0400 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a943aa --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# dogHUD + +A modified version of Hypnotize's [Hypnotize HUD](https://github.com/Hypnootize/hypnotize-hud). + +[Menu background](https://www.reddit.com/r/tf2/comments/cs7er8/tf2_scenebuild_view/) by [u/TheWildSpot](https://www.reddit.com/u/TheWildSpot/). + +## Notes + + - This is a messy project that is really intended for personal consumption only. + + - Most customizables have been removed (or are being removed) in order to make the project easier to maintain. + + - Changes may occur without warning. + + - The 'Favorite' button on the main menu just executes `favcmd`. Alias any command to `favcmd` to trigger it with that button: +``` +alias favcmd "connect " +``` \ No newline at end of file diff --git a/customizations/alternative fonts.res b/customizations/alternative fonts.res new file mode 100644 index 0000000..ce960f7 --- /dev/null +++ b/customizations/alternative fonts.res @@ -0,0 +1,24 @@ +//==================================================================================== +// ALTERNATIVE FONTS +//==================================================================================== +// Uncomment (by removing the // before #base) the font line you want to activate +// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!! +//==================================================================================== +// See what the font looks like and get more in depth information in the wiki: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Fonts +//==================================================================================== + + +//#base "../resource/scheme/alternative_fonts/fonts_avenir.res" // AVENIR +//#base "../resource/scheme/alternative_fonts/fonts_cerbetica.res" // CERBETICA +//#base "../resource/scheme/alternative_fonts/fonts_futura.res" // FUTURA +//#base "../resource/scheme/alternative_fonts/fonts_lato.res" // LATO +//#base "../resource/scheme/alternative_fonts/fonts_neutra.res" // NEUTRA +//#base "../resource/scheme/alternative_fonts/fonts_nexa.res" // NEXA +//#base "../resource/scheme/alternative_fonts/fonts_product.res" // PRODUCT +//#base "../resource/scheme/alternative_fonts/fonts_quake.res" // QUAKE +//#base "../resource/scheme/alternative_fonts/fonts_renogare.res" // RENOGARE +//#base "../resource/scheme/alternative_fonts/fonts_roboto.res" // ROBOTO +#base "../resource/scheme/alternative_fonts/fonts_rubik.res" // RUBIK +//#base "../resource/scheme/alternative_fonts/fonts_surface.res" // SURFACE +//#base "../resource/scheme/alternative_fonts/fonts_tf2.res" // TF2 \ No newline at end of file diff --git a/customizations/colors.res b/customizations/colors.res new file mode 100644 index 0000000..36d5233 --- /dev/null +++ b/customizations/colors.res @@ -0,0 +1,133 @@ +//===================================================================================== +// COLORS +//===================================================================================== +// Here you can change some of the colors used in the hud +// TF2 uses the R(red) G(green) B(blu) A(alpha) color code +// The color values can from 0 to 255 +//===================================================================================== +// For more in depth information check out the wiki: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Colors +//===================================================================================== + +Scheme +{ + Colors + { + //============================================================================= + // INGAME COLORS + //============================================================================= + + "Crosshair" "227 228 230 255" + "Crosshair Shadow" "0 0 0 255" + "Crosshair Pulse" "255 0 0 255" + + "HitMarker" "227 228 230 255" + + "Health Numbers" "227 228 230 255" + + "Shadow" "0 0 0 175" + + "Buffed Health" "30 175 255 255" + "Buffed Health Pulse" "80 150 255 255" + "Buffed Health Spec" "31 143 255 255" + + "Low Health" "255 50 50 255" + "Low Health Pulse" "255 0 0 255" + "Low Health Spec" "225 41 41 255" + + "Ammo In Clip" "227 228 230 255" + "Ammo In Reserve" "227 228 230 255" + "Ammo No Clip" "227 228 230 255" + + "Low Ammo In Clip" "255 50 50 255" + "Low Ammo In Clip Pulse" "255 0 0 255" + "Low Ammo In Reserve" "255 50 50 255" + "Low Ammo In Reserve Pulse" "255 0 0 255" + "Low Ammo No Clip" "255 50 50 255" + "Low Ammo No Clip Pulse" "255 0 0 255" + + "Full Ubercharge" "30 175 255 255" + "Full Ubercharge Pulse" "80 150 255 255" + + "Heal Numbers" "0 255 0 255" + "Last Damage Done" "227 228 230 255" + + "Health Gained" "75 210 75 255" + "Health Lost" "255 50 50 255" + + "Red" "255 61 61 255" + "Blue" "92 173 255 255" + "Green" "75 210 75 255" + + //============================================================================= + // MENU COLORS + //============================================================================= + + "Main Theme" "80 150 255 255" + + "WhiteLight" "227 228 230 255" + "White" "227 228 230 255" + "WhiteDark" "172 173 175 255" + "WhiteGray" "127 128 130 255" + "GrayLight" "77 78 82 255" + "GrayMedium" "62 63 66 255" + "GrayDark" "46 47 51 255" + "GrayDarker" "37 38 40 255" + "GrayDarkest" "27 28 30 255" + "BlackLight" "20 21 23 255" + "BlackDark" "15 16 18 255" + "Black" "0 0 0 255" + "TransparentBlack" "0 0 0 150" + "TransparentLightBlack" "0 0 0 100" + + //============================================================================= + // ITEM QUALITY COLORS + //============================================================================= + + "Normal" "50 50 50 255" + "Genuine" "115 215 140 255" + "Unusual" "215 145 255 255" + "Vintage" "110 165 255 255" + "Unique" "255 190 40 255" + "Community" "145 225 100 255" + "Developer" "255 90 205 255" + "SelfMade" "145 225 100 255" + "Customized" "110 165 255 255" + "Strange" "240 125 10 255" + "Completed" "215 145 255 255" + "Haunted" "0 230 120 255" + "Collectors" "245 70 70 255" + "PaintkitWeapon" "215 215 215 255" + + "GradedWeaponDefault" "190 190 190 255" + "CivilianGrade" "195 220 255 255" + "FreelanceGrade" "115 200 255 255" + "MercenaryGrade" "70 130 250 255" + "CommandoGrade" "160 125 255 255" + "AssassinGrade" "245 150 255 255" + "EliteGrade" "255 130 130 255" + + "Normal_Hover" "40 40 40 255" + "Genuine_Hover" "105 205 130 255" + "Unusual_Hover" "205 135 245 255" + "Vintage_Hover" "100 155 245 255" + "Unique_Hover" "245 180 30 255" + "Community_Hover" "135 215 90 255" + "Developer_Hover" "245 80 195 255" + "SelfMade_Hover" "135 215 90 255" + "Customized_Hover" "100 155 245 255" + "Strange_Hover" "230 115 0 255" + "Completed_Hover" "205 135 245 255" + "Haunted_Hover" "0 220 110 255" + "Collectors_Hover" "235 60 60 255" + "PaintkitWeapon_Hover" "225 225 225 255" + + "GradedWeaponDefault_Hover" "180 180 180 255" + "CivilianGrade_Hover" "185 210 245 255" + "FreelanceGrade_Hover" "105 190 245 255" + "MercenaryGrade_Hover" "60 120 240 255" + "CommandoGrade_Hover" "150 115 245 255" + "AssassinGrade_Hover" "235 140 245 255" + "EliteGrade_Hover" "245 120 120 255" + } +} \ No newline at end of file diff --git a/customizations/crosshairs and hitmarker animation.txt b/customizations/crosshairs and hitmarker animation.txt new file mode 100644 index 0000000..6be77ee --- /dev/null +++ b/customizations/crosshairs and hitmarker animation.txt @@ -0,0 +1,25 @@ +//========================================================================================================================= +// CROSSHAIR AND HITMARKER ANIMATION +//========================================================================================================================= +// Uncomment both lines, by removing the // before Animate "CustomCrosshair", to activate the crosshair flashing on damage +// You can change the Crosshair and Crosshair flashing color from the customizations/colors.res +//------------------------------------------------------------------------------------------------------------------------- +// Uncomment both lines, by removing the // before Animate "Hitmarker", to activate the hitmarker +// You can change the Hitmarker color from the customizations/colors.res +//========================================================================================================================= +// For more instructions: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Crosshairs +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Hitmarkers +//========================================================================================================================= + +event DamagedPlayer +{ + StopEvent HitMarker 0.0 + RunEvent HitMarker 0.01 + + //Animate "CustomCrosshair" FgColor "Crosshair Pulse" Linear 0.0 0.00001 + //Animate "CustomCrosshair" FgColor "Crosshair" Linear 0.10 0.10001 + + Animate "Hitmarker" Alpha "255" Linear 0.0 0.0 + Animate "Hitmarker" Alpha "0" Linear 0.0 0.35 +} \ No newline at end of file diff --git a/customizations/crosshairs and hitmarker.png b/customizations/crosshairs and hitmarker.png new file mode 100644 index 0000000..8eecf6f Binary files /dev/null and b/customizations/crosshairs and hitmarker.png differ diff --git a/customizations/crosshairs and hitmarker.res b/customizations/crosshairs and hitmarker.res new file mode 100644 index 0000000..5fc2111 --- /dev/null +++ b/customizations/crosshairs and hitmarker.res @@ -0,0 +1,65 @@ +"Resource/HudLayout.res" +{ + //==================================================================================== + // HUD CROSSHAIR + //==================================================================================== + // Change the "visible" value to "1" in order to activate the hud crosshair + // Change "labelText" to the corresponding crosshair in crosshairs.png + // Change the size to any number between 10 and 30 + // For more instructions: https://github.com/Hypnootize/Hypnotize-Hud/wiki/Crosshairs + //==================================================================================== + + "CustomCrosshair" + { + "visible" "0" "ControlName" "CExLabel" "fieldName" "CustomCrosshair" "enabled" "1" "zpos" "0" "wide" "f0" "tall" "f0" "textAlignment" "center" + + "labelText" "?" + + "font" "Size:18 | Outline:OFF" + + "xpos" "cs-0.5" + "ypos" "cs-0.5" + + "fgcolor" "Crosshair" + } + + //==================================================================================== + // HUD CROSSHAIR BLUR SHADOW + //==================================================================================== + // Make sure the "labelText" matches the main crosshair + //==================================================================================== + + "CustomCrosshairBlurShadow" + { + "visible" "0" "ControlName" "CExLabel" "fieldName" "CustomCrosshairBlurShadow" "enabled" "1" "xpos" "0" "ypos" "0" "zpos" "-1" "wide" "f0" "tall" "f0" "textAlignment" "center" "pin_to_sibling" "CustomCrosshair" + + "labelText" "?" + + "font" "Size:18 | Blur:ON" + + "fgcolor" "Crosshair Shadow" + } + + //==================================================================================== + // HITMARKER + //==================================================================================== + // Change "labelText" to the corresponding hitmarker in crosshairs.png + // Change the size to any number between 10 and 30 + //------------------------------------------------------------------------------------ + // To activate the Hitmarker open the "crosshairs and hitmarker animation" + // and follow the instructions in the file! + // For more instructions: https://github.com/Hypnootize/Hypnotize-Hud/wiki/Hitmarkers + //==================================================================================== + + "HitMarker" + { + "labelText" "s" "ControlName" "CExLabel" "fieldName" "HitMarker" "enabled" "1" "visible" "1" "zpos" "0" "wide" "f0" "tall" "f0" "textAlignment" "center" "alpha" "0" + + "font" "Size:20 | Outline:OFF" + + "xpos" "cs-0.5" + "ypos" "cs-0.5" + + "fgcolor" "HitMarker" + } +} \ No newline at end of file diff --git a/customizations/damage.res b/customizations/damage.res new file mode 100644 index 0000000..d86264b --- /dev/null +++ b/customizations/damage.res @@ -0,0 +1,18 @@ +//========================================================================================= +// DAMAGE +//========================================================================================= +// Uncomment (by removing the // before #base) the customization line you want to activate +// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!! +//========================================================================================= +// See what the damage styles looks like and get more in depth information in the wiki: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Damage-Numbers +//========================================================================================= + + +//#base "../resource/ui/huddamage_small_shadow.res" // SMALL DAMAGE NUMBERS WITH SHADOW +#base "../resource/ui/huddamage_medium_shadow.res" // MEDIUM DAMAGE NUMBERS WITH SHADOW +//#base "../resource/ui/huddamage_big_shadow.res" // BIG DAMAGE NUMBERS WITH SHADOW + +//#base "../resource/ui/huddamage_small_outline.res" // SMALL DAMAGE NUMBERS WITH OUTLINE +//#base "../resource/ui/huddamage_medium_outline.res" // MEDIUM DAMAGE NUMBERS WITH OUTLINE +//#base "../resource/ui/huddamage_big_outline.res" // BIG DAMAGE NUMBERS WITH OUTLINE \ No newline at end of file diff --git a/customizations/resolutions/16x10_/backpackpanel.res b/customizations/resolutions/16x10_/backpackpanel.res new file mode 100644 index 0000000..0e5b73e --- /dev/null +++ b/customizations/resolutions/16x10_/backpackpanel.res @@ -0,0 +1,94 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "item_ypos" "50" + "item_backpack_offcenter_x" "-352" + "page_button_y" "333" + "page_button_per_row" "25" + + "modelpanels_kv" + { + "wide" "72" + "tall" "57" + "model_tall" "43" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-155" + "wide" "712" + "tall" "286" + } + + "NameFilterTextEntry" + { + "wide" "149" + } + "NameFilterBG" + { + "wide" "174" + } + "NameFilterLine" + { + "wide" "146" + } + + "ShowBaseItemsCheckbox" + { + "labelText" "Show TF2 Stock Items" + "wide" "120" + } + "ShowBaseItemsBG" + { + "wide" "130" + } + + "CurPageLabel" + { + "xpos" "0" + "wide" "60" + } + + "ShowRarityComboBox" + { + "wide" "160" + } + "ShowRarityBG" + { + "wide" "166" + } + + "SortByComboBox" + { + "wide" "132" + } + "SortByBG" + { + "wide" "138" + } + + "CancelApplyToolButton" + { + "wide" "216" + } + + "DragToNextPageButton" + { + "xpos" "c354" + "ypos" "c-195" + "wide" "30" + "tall" "286" + "font" "Symbols 26" + } + "DragToPrevPageButton" + { + "xpos" "c-383" + "ypos" "c-195" + "wide" "30" + "tall" "286" + "font" "Symbols 26" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x10_/charinfoloadoutsubpanel.res b/customizations/resolutions/16x10_/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..c82285a --- /dev/null +++ b/customizations/resolutions/16x10_/charinfoloadoutsubpanel.res @@ -0,0 +1,109 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + + } + + "CustomScout" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSoldier" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomPyro" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomDemoman" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomHeavy" + { + "xpos" "c-35" + "ypos" "165" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomEngineer" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomMedic" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSniper" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSpy" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + + "Backpack" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Crafting" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Armory" + { + "xpos" "c-35" + "ypos" "225" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Trade" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Paints" + { + "xpos" "4" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x10_/classloadoutpanel.res b/customizations/resolutions/16x10_/classloadoutpanel.res new file mode 100644 index 0000000..8fdeea4 --- /dev/null +++ b/customizations/resolutions/16x10_/classloadoutpanel.res @@ -0,0 +1,24 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "item_xpos_offcenter_a" "-320" + "item_xpos_offcenter_b" "175" + "item_ydelta" "85" + + "modelpanels_kv" + { + "wide" "150" + "tall" "80" + + "model_tall" "55" + "model_wide" "82" + "text_ypos" "60" + } + } + + "classmodelpanel" + { + "fov" "27" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x10_/itemselectionpanel.res b/customizations/resolutions/16x10_/itemselectionpanel.res new file mode 100644 index 0000000..76e000a --- /dev/null +++ b/customizations/resolutions/16x10_/itemselectionpanel.res @@ -0,0 +1,42 @@ +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "item_ypos" "60" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-352" + "modelpanels_selection_kv" + { + "wide" "119" + "tall" "93" + "model_tall" "57" + } + + "modelpanels_kv" + { + "wide" "72" + "tall" "57" + + "model_wide" "" + "model_tall" "43" + + "text_ypos" "60" + + "inset_eq_x" "2" + "inset_eq_y" "2" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-183" + "wide" "710" + "tall" "282" + } + + "CancelButton" + { + "wide" "710" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x10_/storepage.res b/customizations/resolutions/16x10_/storepage.res new file mode 100644 index 0000000..6672d68 --- /dev/null +++ b/customizations/resolutions/16x10_/storepage.res @@ -0,0 +1,20 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + + } + + "PrevPageButton" + { + "xpos" "0" + "wide" "22" + "font" "Symbols 20" + } + "NextPageButton" + { + "xpos" "0" + "wide" "22" + "font" "Symbols 20" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x9/backpackpanel.res b/customizations/resolutions/16x9/backpackpanel.res new file mode 100644 index 0000000..df85357 --- /dev/null +++ b/customizations/resolutions/16x9/backpackpanel.res @@ -0,0 +1,94 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "item_ypos" "50" + "item_backpack_offcenter_x" "-352" + "page_button_y" "333" + "page_button_per_row" "25" + + "modelpanels_kv" + { + "wide" "72" + "tall" "57" + "model_tall" "43" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-155" + "wide" "712" + "tall" "286" + } + + "NameFilterTextEntry" + { + "wide" "149" + } + "NameFilterBG" + { + "wide" "174" + } + "NameFilterLine" + { + "wide" "146" + } + + "ShowBaseItemsCheckbox" + { + "labelText" "Show TF2 Stock Items" + "wide" "120" + } + "ShowBaseItemsBG" + { + "wide" "130" + } + + "CurPageLabel" + { + "xpos" "0" + "wide" "60" + } + + "ShowRarityComboBox" + { + "wide" "160" + } + "ShowRarityBG" + { + "wide" "166" + } + + "SortByComboBox" + { + "wide" "132" + } + "SortByBG" + { + "wide" "138" + } + + "CancelApplyToolButton" + { + "wide" "216" + } + + "DragToNextPageButton" + { + "xpos" "c357" + "ypos" "c-195" + "wide" "30" + "tall" "286" + "font" "Symbols 26" + } + "DragToPrevPageButton" + { + "xpos" "c-387" + "ypos" "c-195" + "wide" "30" + "tall" "286" + "font" "Symbols 26" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x9/charinfoloadoutsubpanel.res b/customizations/resolutions/16x9/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..1892704 --- /dev/null +++ b/customizations/resolutions/16x9/charinfoloadoutsubpanel.res @@ -0,0 +1,109 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + + } + + "CustomScout" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSoldier" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomPyro" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomDemoman" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomHeavy" + { + "xpos" "c-35" + "ypos" "165" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomEngineer" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomMedic" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSniper" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + "CustomSpy" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Class Symbols 56" + } + + "Backpack" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Crafting" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Armory" + { + "xpos" "c-35" + "ypos" "225" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Trade" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } + "Paints" + { + "xpos" "7" + "wide" "75" + "tall" "75" + "font" "Symbols 50" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x9/classloadoutpanel.res b/customizations/resolutions/16x9/classloadoutpanel.res new file mode 100644 index 0000000..8fdeea4 --- /dev/null +++ b/customizations/resolutions/16x9/classloadoutpanel.res @@ -0,0 +1,24 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "item_xpos_offcenter_a" "-320" + "item_xpos_offcenter_b" "175" + "item_ydelta" "85" + + "modelpanels_kv" + { + "wide" "150" + "tall" "80" + + "model_tall" "55" + "model_wide" "82" + "text_ypos" "60" + } + } + + "classmodelpanel" + { + "fov" "27" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x9/itemselectionpanel.res b/customizations/resolutions/16x9/itemselectionpanel.res new file mode 100644 index 0000000..76e000a --- /dev/null +++ b/customizations/resolutions/16x9/itemselectionpanel.res @@ -0,0 +1,42 @@ +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "item_ypos" "60" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-352" + "modelpanels_selection_kv" + { + "wide" "119" + "tall" "93" + "model_tall" "57" + } + + "modelpanels_kv" + { + "wide" "72" + "tall" "57" + + "model_wide" "" + "model_tall" "43" + + "text_ypos" "60" + + "inset_eq_x" "2" + "inset_eq_y" "2" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-183" + "wide" "710" + "tall" "282" + } + + "CancelButton" + { + "wide" "710" + } +} \ No newline at end of file diff --git a/customizations/resolutions/16x9/storepage.res b/customizations/resolutions/16x9/storepage.res new file mode 100644 index 0000000..6672d68 --- /dev/null +++ b/customizations/resolutions/16x9/storepage.res @@ -0,0 +1,20 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + + } + + "PrevPageButton" + { + "xpos" "0" + "wide" "22" + "font" "Symbols 20" + } + "NextPageButton" + { + "xpos" "0" + "wide" "22" + "font" "Symbols 20" + } +} \ No newline at end of file diff --git a/customizations/resolutions/4x3_/backpackpanel.res b/customizations/resolutions/4x3_/backpackpanel.res new file mode 100644 index 0000000..8a32205 --- /dev/null +++ b/customizations/resolutions/4x3_/backpackpanel.res @@ -0,0 +1,94 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "item_ypos" "75" + "item_backpack_offcenter_x" "-280" + "page_button_y" "295" + "page_button_per_row" "20" + + "modelpanels_kv" + { + "wide" "58" + "tall" "44" + "model_tall" "33" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-129" + "wide" "568" + "tall" "219" + } + + "NameFilterTextEntry" + { + "wide" "83" + } + "NameFilterBG" + { + "wide" "108" + } + "NameFilterLine" + { + "wide" "81" + } + + "ShowBaseItemsCheckbox" + { + "labelText" "Stock Items" + "wide" "80" + } + "ShowBaseItemsBG" + { + "wide" "85" + } + + "CurPageLabel" + { + "xpos" "-45" + "wide" "50" + } + + "ShowRarityComboBox" + { + "wide" "155" + } + "ShowRarityBG" + { + "wide" "161" + } + + "SortByComboBox" + { + "wide" "115" + } + "SortByBG" + { + "wide" "121" + } + + "CancelApplyToolButton" + { + "wide" "136" + } + + "DragToNextPageButton" + { + "xpos" "c281" + "ypos" "c-170" + "wide" "20" + "tall" "219" + "font" "Symbols 18" + } + "DragToPrevPageButton" + { + "xpos" "c-300" + "ypos" "c-170" + "wide" "20" + "tall" "219" + "font" "Symbols 18" + } +} \ No newline at end of file diff --git a/customizations/resolutions/4x3_/charinfoloadoutsubpanel.res b/customizations/resolutions/4x3_/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..e756ee8 --- /dev/null +++ b/customizations/resolutions/4x3_/charinfoloadoutsubpanel.res @@ -0,0 +1,105 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + + } + + "CustomScout" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSoldier" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomPyro" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomDemoman" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomHeavy" + { + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomEngineer" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomMedic" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSniper" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSpy" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + + "Backpack" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Crafting" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Armory" + { + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Trade" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Paints" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } +} \ No newline at end of file diff --git a/customizations/resolutions/4x3_/classloadoutpanel.res b/customizations/resolutions/4x3_/classloadoutpanel.res new file mode 100644 index 0000000..fd68aa5 --- /dev/null +++ b/customizations/resolutions/4x3_/classloadoutpanel.res @@ -0,0 +1,24 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "item_xpos_offcenter_a" "-280" + "item_xpos_offcenter_b" "150" + "item_ydelta" "82" + + "modelpanels_kv" + { + "wide" "138" + "tall" "78" + + "model_tall" "48" + "model_wide" "" + "text_ypos" "57" + } + } + + "classmodelpanel" + { + "fov" "29" + } +} \ No newline at end of file diff --git a/customizations/resolutions/4x3_/itemselectionpanel.res b/customizations/resolutions/4x3_/itemselectionpanel.res new file mode 100644 index 0000000..2b37ad6 --- /dev/null +++ b/customizations/resolutions/4x3_/itemselectionpanel.res @@ -0,0 +1,40 @@ +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "item_ypos" "74" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-279" + + "modelpanels_selection_kv" + { + "wide" "95" + "tall" "76" + "model_tall" "45" + } + + "modelpanels_kv" + { + "wide" "58" + "tall" "46" + + "model_wide" "" + "model_tall" "33" + + "text_ypos" "60" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-170" + "wide" "566" + "tall" "231" + } + + "CancelButton" + { + "wide" "566" + } +} \ No newline at end of file diff --git a/customizations/resolutions/4x3_/storepage.res b/customizations/resolutions/4x3_/storepage.res new file mode 100644 index 0000000..78c2e0d --- /dev/null +++ b/customizations/resolutions/4x3_/storepage.res @@ -0,0 +1,20 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + + } + + "PrevPageButton" + { + "xpos" "-3" + "wide" "18" + "font" "Symbols 16" + } + "NextPageButton" + { + "xpos" "-3" + "wide" "18" + "font" "Symbols 16" + } +} \ No newline at end of file diff --git a/customizations/resolutions/5x4_/backpackpanel.res b/customizations/resolutions/5x4_/backpackpanel.res new file mode 100644 index 0000000..ddaf870 --- /dev/null +++ b/customizations/resolutions/5x4_/backpackpanel.res @@ -0,0 +1,94 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "item_ypos" "75" + "item_backpack_offcenter_x" "-280" + "page_button_y" "295" + "page_button_per_row" "20" + + "modelpanels_kv" + { + "wide" "58" + "tall" "44" + "model_tall" "33" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-129" + "wide" "568" + "tall" "219" + } + + "NameFilterTextEntry" + { + "wide" "83" + } + "NameFilterBG" + { + "wide" "108" + } + "NameFilterLine" + { + "wide" "81" + } + + "ShowBaseItemsCheckbox" + { + "labelText" "Stock Items" + "wide" "80" + } + "ShowBaseItemsBG" + { + "wide" "85" + } + + "CurPageLabel" + { + "xpos" "-45" + "wide" "50" + } + + "ShowRarityComboBox" + { + "wide" "155" + } + "ShowRarityBG" + { + "wide" "161" + } + + "SortByComboBox" + { + "wide" "115" + } + "SortByBG" + { + "wide" "121" + } + + "CancelApplyToolButton" + { + "wide" "136" + } + + "DragToNextPageButton" + { + "xpos" "c281" + "ypos" "c-170" + "wide" "20" + "tall" "219" + "font" "Symbols 18" + } + "DragToPrevPageButton" + { + "xpos" "c-300" + "ypos" "c-170" + "wide" "20" + "tall" "219" + "font" "Symbols 18" + } +} \ No newline at end of file diff --git a/customizations/resolutions/5x4_/charinfoloadoutsubpanel.res b/customizations/resolutions/5x4_/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..e756ee8 --- /dev/null +++ b/customizations/resolutions/5x4_/charinfoloadoutsubpanel.res @@ -0,0 +1,105 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + + } + + "CustomScout" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSoldier" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomPyro" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomDemoman" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomHeavy" + { + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomEngineer" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomMedic" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSniper" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + "CustomSpy" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Class Symbols 48" + } + + "Backpack" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Crafting" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Armory" + { + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Trade" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } + "Paints" + { + "xpos" "0" + "wide" "62" + "tall" "62" + "font" "Symbols 46" + } +} \ No newline at end of file diff --git a/customizations/resolutions/5x4_/classloadoutpanel.res b/customizations/resolutions/5x4_/classloadoutpanel.res new file mode 100644 index 0000000..fd68aa5 --- /dev/null +++ b/customizations/resolutions/5x4_/classloadoutpanel.res @@ -0,0 +1,24 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "item_xpos_offcenter_a" "-280" + "item_xpos_offcenter_b" "150" + "item_ydelta" "82" + + "modelpanels_kv" + { + "wide" "138" + "tall" "78" + + "model_tall" "48" + "model_wide" "" + "text_ypos" "57" + } + } + + "classmodelpanel" + { + "fov" "29" + } +} \ No newline at end of file diff --git a/customizations/resolutions/5x4_/itemselectionpanel.res b/customizations/resolutions/5x4_/itemselectionpanel.res new file mode 100644 index 0000000..2b37ad6 --- /dev/null +++ b/customizations/resolutions/5x4_/itemselectionpanel.res @@ -0,0 +1,40 @@ +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "item_ypos" "74" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-279" + + "modelpanels_selection_kv" + { + "wide" "95" + "tall" "76" + "model_tall" "45" + } + + "modelpanels_kv" + { + "wide" "58" + "tall" "46" + + "model_wide" "" + "model_tall" "33" + + "text_ypos" "60" + } + } + + "BackpackBGCustom" + { + "xpos" "cs-0.5" + "ypos" "c-170" + "wide" "566" + "tall" "231" + } + + "CancelButton" + { + "wide" "566" + } +} \ No newline at end of file diff --git a/customizations/resolutions/5x4_/storepage.res b/customizations/resolutions/5x4_/storepage.res new file mode 100644 index 0000000..78c2e0d --- /dev/null +++ b/customizations/resolutions/5x4_/storepage.res @@ -0,0 +1,20 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + + } + + "PrevPageButton" + { + "xpos" "-3" + "wide" "18" + "font" "Symbols 16" + } + "NextPageButton" + { + "xpos" "-3" + "wide" "18" + "font" "Symbols 16" + } +} \ No newline at end of file diff --git a/customizations/resolutions/INSTRUCTIONS.txt b/customizations/resolutions/INSTRUCTIONS.txt new file mode 100644 index 0000000..5385118 --- /dev/null +++ b/customizations/resolutions/INSTRUCTIONS.txt @@ -0,0 +1,9 @@ +//========================================================================================= +// RESOLUTION FIXES +//========================================================================================= +// Remove the underscore from the folder matching your aspect ration +// IMPORTANT: MAKE SURE ONLY ONE FOLDER STAYS WITHOUT UNDERSCORE!! +//========================================================================================= +// For more in depth information check out the wiki: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Resolution-Fixes +//========================================================================================= \ No newline at end of file diff --git a/customizations/streamermode_/disguisestatuspanel.res b/customizations/streamermode_/disguisestatuspanel.res new file mode 100644 index 0000000..c8b5731 --- /dev/null +++ b/customizations/streamermode_/disguisestatuspanel.res @@ -0,0 +1,11 @@ +"Resource/UI/ItemModelPanel.res" +{ + "DisguiseNameLabel" + { + "alpha" "0" + } + "DisguiseNameLabelShadow" + { + "alpha" "0" + } +} \ No newline at end of file diff --git a/customizations/streamermode_/freezepanel_basic.res b/customizations/streamermode_/freezepanel_basic.res new file mode 100644 index 0000000..708e9ad --- /dev/null +++ b/customizations/streamermode_/freezepanel_basic.res @@ -0,0 +1,32 @@ +"Resource/UI/FreezePanel_Basic.res" +{ + "FreezePanelBase" + { + "FreezeLabel" + { + "alpha" "0" + } + "FreezeLabelKiller" + { + "alpha" "0" + } + "FreezeLabelKillerShadow" + { + "alpha" "0" + } + } + + "itempanel" + { + "xpos" "9999" + "wide" "0" + "alpha" "0" + + "ItemLabel" + { + "xpos" "9999" + "wide" "0" + "alpha" "0" + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudarenawinpanel.res b/customizations/streamermode_/hudarenawinpanel.res new file mode 100644 index 0000000..9484fc1 --- /dev/null +++ b/customizations/streamermode_/hudarenawinpanel.res @@ -0,0 +1,62 @@ +"Resource/UI/arenawinpanel.res" +{ + "ArenaWinPanelWinnersPanel" + { + "Player1Avatar" + { + "alpha" "0" + } + "Player1Name" + { + "alpha" "0" + } + + "Player2Avatar" + { + "alpha" "0" + } + "Player2Name" + { + "alpha" "0" + } + + "Player3Avatar" + { + "alpha" "0" + } + "Player3Name" + { + "alpha" "0" + } + } + + "ArenaWinPanelLosersPanel" + { + "Player1Avatar" + { + "alpha" "0" + } + "Player1Name" + { + "alpha" "0" + } + + "Player2Avatar" + { + "alpha" "0" + } + "Player2Name" + { + "alpha" "0" + } + + "Player3Avatar" + { + "alpha" "0" + } + "Player3Name" + { + "alpha" "0" + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudkillstreaknotice.res b/customizations/streamermode_/hudkillstreaknotice.res new file mode 100644 index 0000000..4280b9c --- /dev/null +++ b/customizations/streamermode_/hudkillstreaknotice.res @@ -0,0 +1,10 @@ +"Resource/UI/HudKillStreakNotice.res" +{ + "SplashLabel" + { + "ypos" "9999" + "wide" "0" + "tall" "0" + "alpha" "0" + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudlayout.res b/customizations/streamermode_/hudlayout.res new file mode 100644 index 0000000..15dbec6 --- /dev/null +++ b/customizations/streamermode_/hudlayout.res @@ -0,0 +1,19 @@ +"Resource/HudLayout.res" +{ + HudDeathNotice + { + "TextFont" "" + } + + HudVoiceStatus + { + "text_xpos" "9999" + "show_avatar" "0" + "avatar_xpos" "9999" + } + + HudSpectatorExtras + { + "player_name_font" "" + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudmatchstatus.res b/customizations/streamermode_/hudmatchstatus.res new file mode 100644 index 0000000..26471f7 --- /dev/null +++ b/customizations/streamermode_/hudmatchstatus.res @@ -0,0 +1,23 @@ +"Resource/UI/HudMatchStatus.res" +{ + "TeamStatus" + { + "playerpanels_kv" + { + "playername" + { + "alpha" "0" + } + } + } + + "BlueTeamPanel" + { + "alpha" "0" + } + + "RedTeamPanel" + { + "alpha" "0" + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudmatchsummary.res b/customizations/streamermode_/hudmatchsummary.res new file mode 100644 index 0000000..8fd6737 --- /dev/null +++ b/customizations/streamermode_/hudmatchsummary.res @@ -0,0 +1,34 @@ +"Resource/UI/HudMatchSummary.res" +{ + "MainStatsContainer" + { + "TeamScoresPanel" + { + "BlueTeamPanel" + { + "alpha" "0" + + "BluePlayerListParent" + { + BluePlayerList + { + "alpha" "0" + } + } + } + + "RedTeamPanel" + { + "alpha" "0" + + "RedPlayerListParent" + { + RedPlayerListParent + { + "alpha" "0" + } + } + } + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/hudtournament.res b/customizations/streamermode_/hudtournament.res new file mode 100644 index 0000000..1d78033 --- /dev/null +++ b/customizations/streamermode_/hudtournament.res @@ -0,0 +1,13 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + playerpanels_kv + { + "playername" + { + "alpha" "0" + } + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/matchmakingtooltip.res b/customizations/streamermode_/matchmakingtooltip.res new file mode 100644 index 0000000..b3622cc --- /dev/null +++ b/customizations/streamermode_/matchmakingtooltip.res @@ -0,0 +1,10 @@ +"Resource/UI/MatchMakingTooltip.res" +{ + "TooltipPanel" + { + "TipLabel" + { + "alpha" "0" + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/mvmscoreboard.res b/customizations/streamermode_/mvmscoreboard.res new file mode 100644 index 0000000..c8f85e6 --- /dev/null +++ b/customizations/streamermode_/mvmscoreboard.res @@ -0,0 +1,7 @@ +"Resource/UI/MvMScoreboard.res" +{ + "MvMPlayerList" + { + "alpha" "0" + } +} \ No newline at end of file diff --git a/customizations/streamermode_/votehud.res b/customizations/streamermode_/votehud.res new file mode 100644 index 0000000..8bb8460 --- /dev/null +++ b/customizations/streamermode_/votehud.res @@ -0,0 +1,12 @@ +"Resource/UI/VoteHud.res" +{ + "VoteActive" + { + "Header" + { + "ypos" "9999" + "wide" "0" + "tall" "0" + } + } +} \ No newline at end of file diff --git a/customizations/streamermode_/winpanel.res b/customizations/streamermode_/winpanel.res new file mode 100644 index 0000000..6b2538d --- /dev/null +++ b/customizations/streamermode_/winpanel.res @@ -0,0 +1,37 @@ +"Resource/UI/winpanel.res" +{ + "Player1Avatar" + { + "alpha" "0" + } + "Player2Avatar" + { + "alpha" "0" + } + "Player3Avatar" + { + "alpha" "0" + } + + "Player1Name" + { + "alpha" "0" + } + "Player2Name" + { + "alpha" "0" + } + "Player3Name" + { + "alpha" "0" + } + + "KillStreakPlayer1Avatar" + { + "alpha" "0" + } + "KillStreakPlayer1Name" + { + "alpha" "0" + } +} \ No newline at end of file diff --git a/customizations/team status.res b/customizations/team status.res new file mode 100644 index 0000000..cf2930a --- /dev/null +++ b/customizations/team status.res @@ -0,0 +1,13 @@ +//========================================================================================= +// TEAM STATUS +//========================================================================================= +// Uncomment (by removing the // before #base) the customization line you want to activate +// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!! +//========================================================================================= +// See what the team status looks like and get more in depth information in the wiki: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Team-Status +//========================================================================================= + + +//#base "../resource/ui/hudmatchstatus_smallhealth.res" // SMALL HEALTH BAR TEAM STATUS +#base "../resource/ui/hudmatchstatus_bighealth.res" // BIG HEALTH BAR TEAM STATUS \ No newline at end of file diff --git a/customizations/transparent viewmodels.res b/customizations/transparent viewmodels.res new file mode 100644 index 0000000..f691938 --- /dev/null +++ b/customizations/transparent viewmodels.res @@ -0,0 +1,10 @@ +//============================================================================================= +// TRANSPARENT VIEWMODELS +//============================================================================================= +// Uncomment (by removing the // before #base) the line to activate the transparent viewmodels +//============================================================================================= +// For more instructions check out the dedicated wiki page: +// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Transparent-Viewmodels +//============================================================================================= + +//#base "../scripts/transparent_viewmodels.res" \ No newline at end of file diff --git a/info.vdf b/info.vdf new file mode 100644 index 0000000..ad735a8 --- /dev/null +++ b/info.vdf @@ -0,0 +1,4 @@ +"hypnotize hud" +{ + "ui_version" "3" +} \ No newline at end of file diff --git a/materials/console/background_upward.vtf b/materials/console/background_upward.vtf new file mode 100644 index 0000000..45dc9aa Binary files /dev/null and b/materials/console/background_upward.vtf differ diff --git a/materials/console/background_upward.vtf.old b/materials/console/background_upward.vtf.old new file mode 100644 index 0000000..4f0bf4b Binary files /dev/null and b/materials/console/background_upward.vtf.old differ diff --git a/materials/console/background_upward_widescreen.vtf b/materials/console/background_upward_widescreen.vtf new file mode 100644 index 0000000..45dc9aa Binary files /dev/null and b/materials/console/background_upward_widescreen.vtf differ diff --git a/materials/console/background_upward_widescreen.vtf.old b/materials/console/background_upward_widescreen.vtf.old new file mode 100644 index 0000000..4f0bf4b Binary files /dev/null and b/materials/console/background_upward_widescreen.vtf.old differ diff --git a/materials/console/startup_loading.vtf b/materials/console/startup_loading.vtf new file mode 100644 index 0000000..a1013cb Binary files /dev/null and b/materials/console/startup_loading.vtf differ diff --git a/materials/console/startup_loading.vtf.old b/materials/console/startup_loading.vtf.old new file mode 100644 index 0000000..79a7409 Binary files /dev/null and b/materials/console/startup_loading.vtf.old differ diff --git a/materials/hud/cart_point_blue.vmt b/materials/hud/cart_point_blue.vmt new file mode 100644 index 0000000..a5d3064 --- /dev/null +++ b/materials/hud/cart_point_blue.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_blank" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/cart_point_blue_opaque.vmt b/materials/hud/cart_point_blue_opaque.vmt new file mode 100644 index 0000000..a5d3064 --- /dev/null +++ b/materials/hud/cart_point_blue_opaque.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_blank" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/cart_point_neutral.vmt b/materials/hud/cart_point_neutral.vmt new file mode 100644 index 0000000..58c0053 --- /dev/null +++ b/materials/hud/cart_point_neutral.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_black" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/cart_point_neutral_opaque.vmt b/materials/hud/cart_point_neutral_opaque.vmt new file mode 100644 index 0000000..58c0053 --- /dev/null +++ b/materials/hud/cart_point_neutral_opaque.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_black" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/cart_point_red.vmt b/materials/hud/cart_point_red.vmt new file mode 100644 index 0000000..d1769a2 --- /dev/null +++ b/materials/hud/cart_point_red.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/cart_point_red_opaque.vmt b/materials/hud/cart_point_red_opaque.vmt new file mode 100644 index 0000000..d1769a2 --- /dev/null +++ b/materials/hud/cart_point_red_opaque.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_carried_blue.vmt b/materials/hud/objectives_flagpanel_carried_blue.vmt new file mode 100644 index 0000000..698f6c7 --- /dev/null +++ b/materials/hud/objectives_flagpanel_carried_blue.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_carried_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_carried_red.vmt b/materials/hud/objectives_flagpanel_carried_red.vmt new file mode 100644 index 0000000..698f6c7 --- /dev/null +++ b/materials/hud/objectives_flagpanel_carried_red.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_carried_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_compass_blue.vmt b/materials/hud/objectives_flagpanel_compass_blue.vmt new file mode 100644 index 0000000..f7e363c --- /dev/null +++ b/materials/hud/objectives_flagpanel_compass_blue.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_blue" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_compass_blue_noarrow.vmt b/materials/hud/objectives_flagpanel_compass_blue_noarrow.vmt new file mode 100644 index 0000000..25e7a19 --- /dev/null +++ b/materials/hud/objectives_flagpanel_compass_blue_noarrow.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_blue_noarrow" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_compass_grey.vmt b/materials/hud/objectives_flagpanel_compass_grey.vmt new file mode 100644 index 0000000..3ef6d6d --- /dev/null +++ b/materials/hud/objectives_flagpanel_compass_grey.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_grey" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_compass_red.vmt b/materials/hud/objectives_flagpanel_compass_red.vmt new file mode 100644 index 0000000..d6b7e5d --- /dev/null +++ b/materials/hud/objectives_flagpanel_compass_red.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_compass_red_noarrow.vmt b/materials/hud/objectives_flagpanel_compass_red_noarrow.vmt new file mode 100644 index 0000000..516be97 --- /dev/null +++ b/materials/hud/objectives_flagpanel_compass_red_noarrow.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_red_noarrow" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_ico_flag_dropped.vmt b/materials/hud/objectives_flagpanel_ico_flag_dropped.vmt new file mode 100644 index 0000000..213cab7 --- /dev/null +++ b/materials/hud/objectives_flagpanel_ico_flag_dropped.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_dropped" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_ico_flag_home.vmt b/materials/hud/objectives_flagpanel_ico_flag_home.vmt new file mode 100644 index 0000000..a636b82 --- /dev/null +++ b/materials/hud/objectives_flagpanel_ico_flag_home.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_home" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_flagpanel_ico_flag_moving.vmt b/materials/hud/objectives_flagpanel_ico_flag_moving.vmt new file mode 100644 index 0000000..aec659c --- /dev/null +++ b/materials/hud/objectives_flagpanel_ico_flag_moving.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_moving" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/hud/objectives_timepanel_blue_bg.vmt b/materials/hud/objectives_timepanel_blue_bg.vmt new file mode 100644 index 0000000..bb98df6 --- /dev/null +++ b/materials/hud/objectives_timepanel_blue_bg.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\game\clock_blue" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/hud/objectives_timepanel_red_bg.vmt b/materials/hud/objectives_timepanel_red_bg.vmt new file mode 100644 index 0000000..31ac2e2 --- /dev/null +++ b/materials/hud/objectives_timepanel_red_bg.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\game\clock_red" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_blu.vmt b/materials/sprites/obj_icons/icon_obj_1_blu.vmt new file mode 100644 index 0000000..1521d03 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt new file mode 100644 index 0000000..b4f3279 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_neutral.vmt b/materials/sprites/obj_icons/icon_obj_1_neutral.vmt new file mode 100644 index 0000000..894149e --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt new file mode 100644 index 0000000..dfbc231 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_red.vmt b/materials/sprites/obj_icons/icon_obj_1_red.vmt new file mode 100644 index 0000000..83cb9b1 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt new file mode 100644 index 0000000..12196ea --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_blu.vmt b/materials/sprites/obj_icons/icon_obj_2_blu.vmt new file mode 100644 index 0000000..e513594 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt new file mode 100644 index 0000000..5f11c12 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_neutral.vmt b/materials/sprites/obj_icons/icon_obj_2_neutral.vmt new file mode 100644 index 0000000..6aca768 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt new file mode 100644 index 0000000..aa02960 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_red.vmt b/materials/sprites/obj_icons/icon_obj_2_red.vmt new file mode 100644 index 0000000..859b1bb --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt new file mode 100644 index 0000000..a8923a1 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_blu.vmt b/materials/sprites/obj_icons/icon_obj_3_blu.vmt new file mode 100644 index 0000000..b90d36f --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt new file mode 100644 index 0000000..aab367c --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_neutral.vmt b/materials/sprites/obj_icons/icon_obj_3_neutral.vmt new file mode 100644 index 0000000..8002d0d --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt new file mode 100644 index 0000000..ce492cc --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_red.vmt b/materials/sprites/obj_icons/icon_obj_3_red.vmt new file mode 100644 index 0000000..a84906e --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt new file mode 100644 index 0000000..9b4c181 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_blu.vmt b/materials/sprites/obj_icons/icon_obj_4_blu.vmt new file mode 100644 index 0000000..ee5fa19 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt new file mode 100644 index 0000000..92fa10c --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_neutral.vmt b/materials/sprites/obj_icons/icon_obj_4_neutral.vmt new file mode 100644 index 0000000..c1820a0 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt new file mode 100644 index 0000000..54126e7 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_red.vmt b/materials/sprites/obj_icons/icon_obj_4_red.vmt new file mode 100644 index 0000000..703fc2d --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt new file mode 100644 index 0000000..dcec223 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_blu.vmt b/materials/sprites/obj_icons/icon_obj_5_blu.vmt new file mode 100644 index 0000000..3129078 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt new file mode 100644 index 0000000..906ef7b --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_neutral.vmt b/materials/sprites/obj_icons/icon_obj_5_neutral.vmt new file mode 100644 index 0000000..2092bca --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt new file mode 100644 index 0000000..adc803f --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_red.vmt b/materials/sprites/obj_icons/icon_obj_5_red.vmt new file mode 100644 index 0000000..44aa764 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt new file mode 100644 index 0000000..59cb806 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_a.vmt b/materials/sprites/obj_icons/icon_obj_a.vmt new file mode 100644 index 0000000..fe8adc9 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_a.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_a" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_b.vmt b/materials/sprites/obj_icons/icon_obj_b.vmt new file mode 100644 index 0000000..d4ec548 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_b.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_b" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu.vmt b/materials/sprites/obj_icons/icon_obj_blu.vmt new file mode 100644 index 0000000..1bd49e8 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_blu_locked.vmt new file mode 100644 index 0000000..87a7968 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt b/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt new file mode 100644 index 0000000..5e653f5 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_mannhattan_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_c.vmt b/materials/sprites/obj_icons/icon_obj_c.vmt new file mode 100644 index 0000000..b0b9a7e --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_c.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_c" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_blu.vmt b/materials/sprites/obj_icons/icon_obj_cap_blu.vmt new file mode 100644 index 0000000..19a5cac --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" 1 + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_blu" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt b/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt new file mode 100644 index 0000000..76e75ba --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_blu_up" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_mask.vmt b/materials/sprites/obj_icons/icon_obj_cap_mask.vmt new file mode 100644 index 0000000..2184614 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_mask.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_red.vmt b/materials/sprites/obj_icons/icon_obj_cap_red.vmt new file mode 100644 index 0000000..5cd9c03 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" 1 + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_red" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt b/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt new file mode 100644 index 0000000..6ff6f5b --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_red_up" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_d.vmt b/materials/sprites/obj_icons/icon_obj_d.vmt new file mode 100644 index 0000000..927a6e3 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_d.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_d" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_e.vmt b/materials/sprites/obj_icons/icon_obj_e.vmt new file mode 100644 index 0000000..7a72109 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_e.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_e" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_neutral.vmt b/materials/sprites/obj_icons/icon_obj_neutral.vmt new file mode 100644 index 0000000..bf4029c --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_neutral.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt new file mode 100644 index 0000000..30f3060 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_red.vmt b/materials/sprites/obj_icons/icon_obj_red.vmt new file mode 100644 index 0000000..7242020 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_red_locked.vmt new file mode 100644 index 0000000..0c93e94 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_red_locked.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red_locked" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_white.vmt b/materials/sprites/obj_icons/icon_obj_white.vmt new file mode 100644 index 0000000..f5becf0 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_white.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_white" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/backpack_jewel_paint_splatter.vmt b/materials/vgui/backpack_jewel_paint_splatter.vmt new file mode 100644 index 0000000..6d183a3 --- /dev/null +++ b/materials/vgui/backpack_jewel_paint_splatter.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\backpack_jewel_paint_splatter" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/chalkboard_scroll_box.vmt b/materials/vgui/chalkboard_scroll_box.vmt new file mode 100644 index 0000000..76a8809 --- /dev/null +++ b/materials/vgui/chalkboard_scroll_box.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\chalkboard_scroll_box" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/chalkboard_scroll_down.vmt b/materials/vgui/chalkboard_scroll_down.vmt new file mode 100644 index 0000000..a4943c4 --- /dev/null +++ b/materials/vgui/chalkboard_scroll_down.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\chalkboard_scroll_down" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/chalkboard_scroll_line.vmt b/materials/vgui/chalkboard_scroll_line.vmt new file mode 100644 index 0000000..77a8515 --- /dev/null +++ b/materials/vgui/chalkboard_scroll_line.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\chalkboard_scroll_line" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/chalkboard_scroll_up.vmt b/materials/vgui/chalkboard_scroll_up.vmt new file mode 100644 index 0000000..f470ed5 --- /dev/null +++ b/materials/vgui/chalkboard_scroll_up.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\chalkboard_scroll_up" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/crafticon_common_items.vmt b/materials/vgui/crafticon_common_items.vmt new file mode 100644 index 0000000..c05bfdf --- /dev/null +++ b/materials/vgui/crafticon_common_items.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_common_items" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_common_items_over.vmt b/materials/vgui/crafticon_common_items_over.vmt new file mode 100644 index 0000000..e0acdb0 --- /dev/null +++ b/materials/vgui/crafticon_common_items_over.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_common_items_over" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_crafting_items.vmt b/materials/vgui/crafticon_crafting_items.vmt new file mode 100644 index 0000000..86dc324 --- /dev/null +++ b/materials/vgui/crafticon_crafting_items.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_crafting_items" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_crafting_items_over.vmt b/materials/vgui/crafticon_crafting_items_over.vmt new file mode 100644 index 0000000..583508c --- /dev/null +++ b/materials/vgui/crafticon_crafting_items_over.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_crafting_items_over" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_rare_items.vmt b/materials/vgui/crafticon_rare_items.vmt new file mode 100644 index 0000000..70e82a1 --- /dev/null +++ b/materials/vgui/crafticon_rare_items.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_rare_items" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_rare_items_over.vmt b/materials/vgui/crafticon_rare_items_over.vmt new file mode 100644 index 0000000..0801476 --- /dev/null +++ b/materials/vgui/crafticon_rare_items_over.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_rare_items_over" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_special_blueprints.vmt b/materials/vgui/crafticon_special_blueprints.vmt new file mode 100644 index 0000000..519851d --- /dev/null +++ b/materials/vgui/crafticon_special_blueprints.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_special_blueprints" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/crafticon_special_blueprints_over.vmt b/materials/vgui/crafticon_special_blueprints_over.vmt new file mode 100644 index 0000000..f01787f --- /dev/null +++ b/materials/vgui/crafticon_special_blueprints_over.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\crafticon_special_blueprints_over" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/glyph_collapse.vmt b/materials/vgui/glyph_collapse.vmt new file mode 100644 index 0000000..b772aa2 --- /dev/null +++ b/materials/vgui/glyph_collapse.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\glyph_collapse" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/glyph_expand.vmt b/materials/vgui/glyph_expand.vmt new file mode 100644 index 0000000..13193db --- /dev/null +++ b/materials/vgui/glyph_expand.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\menu\glyph_expand" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/logos/build icons/hud_obj_status_dispenser.vmt b/materials/vgui/logos/build icons/hud_obj_status_dispenser.vmt new file mode 100644 index 0000000..11626c3 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_dispenser.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_dispenser" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_dispenser.vtf b/materials/vgui/logos/build icons/hud_obj_status_dispenser.vtf new file mode 100644 index 0000000..f4976a3 Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_dispenser.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_sapper.vmt b/materials/vgui/logos/build icons/hud_obj_status_sapper.vmt new file mode 100644 index 0000000..11cd8c9 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_sapper.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_sapper" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_sapper.vtf b/materials/vgui/logos/build icons/hud_obj_status_sapper.vtf new file mode 100644 index 0000000..30f77b2 Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_sapper.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vmt b/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vmt new file mode 100644 index 0000000..ba2de25 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_sentry_1" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vtf b/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vtf new file mode 100644 index 0000000..eb1790f Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_sentry_1.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vmt b/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vmt new file mode 100644 index 0000000..30cc626 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_sentry_2" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vtf b/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vtf new file mode 100644 index 0000000..b21972f Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_sentry_2.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vmt b/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vmt new file mode 100644 index 0000000..0a02103 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_sentry_3" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vtf b/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vtf new file mode 100644 index 0000000..9b4ac35 Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_sentry_3.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vmt b/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vmt new file mode 100644 index 0000000..f432045 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_tele_entrance" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vtf b/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vtf new file mode 100644 index 0000000..91f5242 Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_tele_entrance.vtf differ diff --git a/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vmt b/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vmt new file mode 100644 index 0000000..c119940 --- /dev/null +++ b/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\hud_obj_status_tele_exit" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vtf b/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vtf new file mode 100644 index 0000000..cf97518 Binary files /dev/null and b/materials/vgui/logos/build icons/hud_obj_status_tele_exit.vtf differ diff --git a/materials/vgui/logos/build icons/metal.vmt b/materials/vgui/logos/build icons/metal.vmt new file mode 100644 index 0000000..f15fc1e --- /dev/null +++ b/materials/vgui/logos/build icons/metal.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\logos\build icons\metal" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/metal.vtf b/materials/vgui/logos/build icons/metal.vtf new file mode 100644 index 0000000..e1ceab3 Binary files /dev/null and b/materials/vgui/logos/build icons/metal.vtf differ diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_1.vmt b/materials/vgui/logos/build icons/obj_status_upgrade_1.vmt new file mode 100644 index 0000000..7b8f3a5 --- /dev/null +++ b/materials/vgui/logos/build icons/obj_status_upgrade_1.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\obj_status_upgrade_1" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_1.vtf b/materials/vgui/logos/build icons/obj_status_upgrade_1.vtf new file mode 100644 index 0000000..ace716a Binary files /dev/null and b/materials/vgui/logos/build icons/obj_status_upgrade_1.vtf differ diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_2.vmt b/materials/vgui/logos/build icons/obj_status_upgrade_2.vmt new file mode 100644 index 0000000..d55f66f --- /dev/null +++ b/materials/vgui/logos/build icons/obj_status_upgrade_2.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\obj_status_upgrade_2" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_2.vtf b/materials/vgui/logos/build icons/obj_status_upgrade_2.vtf new file mode 100644 index 0000000..e939341 Binary files /dev/null and b/materials/vgui/logos/build icons/obj_status_upgrade_2.vtf differ diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_3.vmt b/materials/vgui/logos/build icons/obj_status_upgrade_3.vmt new file mode 100644 index 0000000..9e6f3c1 --- /dev/null +++ b/materials/vgui/logos/build icons/obj_status_upgrade_3.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\logos\build icons\obj_status_upgrade_3" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/logos/build icons/obj_status_upgrade_3.vtf b/materials/vgui/logos/build icons/obj_status_upgrade_3.vtf new file mode 100644 index 0000000..cdd544d Binary files /dev/null and b/materials/vgui/logos/build icons/obj_status_upgrade_3.vtf differ diff --git a/materials/vgui/logos/killfeed icons black/dneg_images.vmt b/materials/vgui/logos/killfeed icons black/dneg_images.vmt new file mode 100644 index 0000000..eb89126 --- /dev/null +++ b/materials/vgui/logos/killfeed icons black/dneg_images.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons black/dneg_images" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons black/dneg_images.vtf b/materials/vgui/logos/killfeed icons black/dneg_images.vtf new file mode 100644 index 0000000..42de3a6 Binary files /dev/null and b/materials/vgui/logos/killfeed icons black/dneg_images.vtf differ diff --git a/materials/vgui/logos/killfeed icons black/dneg_images_v2.vmt b/materials/vgui/logos/killfeed icons black/dneg_images_v2.vmt new file mode 100644 index 0000000..9186b18 --- /dev/null +++ b/materials/vgui/logos/killfeed icons black/dneg_images_v2.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons black/dneg_images_v2" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons black/dneg_images_v2.vtf b/materials/vgui/logos/killfeed icons black/dneg_images_v2.vtf new file mode 100644 index 0000000..9e0a755 Binary files /dev/null and b/materials/vgui/logos/killfeed icons black/dneg_images_v2.vtf differ diff --git a/materials/vgui/logos/killfeed icons black/dneg_images_v3.vmt b/materials/vgui/logos/killfeed icons black/dneg_images_v3.vmt new file mode 100644 index 0000000..72eaa38 --- /dev/null +++ b/materials/vgui/logos/killfeed icons black/dneg_images_v3.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons black/dneg_images_v3" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons black/dneg_images_v3.vtf b/materials/vgui/logos/killfeed icons black/dneg_images_v3.vtf new file mode 100644 index 0000000..2d6fa1f Binary files /dev/null and b/materials/vgui/logos/killfeed icons black/dneg_images_v3.vtf differ diff --git a/materials/vgui/logos/killfeed icons white/d_images.vmt b/materials/vgui/logos/killfeed icons white/d_images.vmt new file mode 100644 index 0000000..c5c269f --- /dev/null +++ b/materials/vgui/logos/killfeed icons white/d_images.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons white/d_images" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons white/d_images.vtf b/materials/vgui/logos/killfeed icons white/d_images.vtf new file mode 100644 index 0000000..f58d82d Binary files /dev/null and b/materials/vgui/logos/killfeed icons white/d_images.vtf differ diff --git a/materials/vgui/logos/killfeed icons white/d_images_v2.vmt b/materials/vgui/logos/killfeed icons white/d_images_v2.vmt new file mode 100644 index 0000000..a1cac9a --- /dev/null +++ b/materials/vgui/logos/killfeed icons white/d_images_v2.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons white/d_images_v2" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons white/d_images_v2.vtf b/materials/vgui/logos/killfeed icons white/d_images_v2.vtf new file mode 100644 index 0000000..f429469 Binary files /dev/null and b/materials/vgui/logos/killfeed icons white/d_images_v2.vtf differ diff --git a/materials/vgui/logos/killfeed icons white/d_images_v3.vmt b/materials/vgui/logos/killfeed icons white/d_images_v3.vmt new file mode 100644 index 0000000..d986d69 --- /dev/null +++ b/materials/vgui/logos/killfeed icons white/d_images_v3.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killfeed icons white/d_images_v3" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killfeed icons white/d_images_v3.vtf b/materials/vgui/logos/killfeed icons white/d_images_v3.vtf new file mode 100644 index 0000000..0c6e061 Binary files /dev/null and b/materials/vgui/logos/killfeed icons white/d_images_v3.vtf differ diff --git a/materials/vgui/logos/killstreaks/blackdom.vmt b/materials/vgui/logos/killstreaks/blackdom.vmt new file mode 100644 index 0000000..d165e18 --- /dev/null +++ b/materials/vgui/logos/killstreaks/blackdom.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killstreaks/blackdom" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/logos/killstreaks/blackdom.vtf b/materials/vgui/logos/killstreaks/blackdom.vtf new file mode 100644 index 0000000..64cea91 Binary files /dev/null and b/materials/vgui/logos/killstreaks/blackdom.vtf differ diff --git a/materials/vgui/logos/killstreaks/blackks.vmt b/materials/vgui/logos/killstreaks/blackks.vmt new file mode 100644 index 0000000..443818c --- /dev/null +++ b/materials/vgui/logos/killstreaks/blackks.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killstreaks/blackks" + "$translucent" "1" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" +// "$additive" 1 + "$no_fullbright" 1 + "%keywords" "tf" +} diff --git a/materials/vgui/logos/killstreaks/blackks.vtf b/materials/vgui/logos/killstreaks/blackks.vtf new file mode 100644 index 0000000..6777ce7 Binary files /dev/null and b/materials/vgui/logos/killstreaks/blackks.vtf differ diff --git a/materials/vgui/logos/killstreaks/whitedom.vmt b/materials/vgui/logos/killstreaks/whitedom.vmt new file mode 100644 index 0000000..629a333 --- /dev/null +++ b/materials/vgui/logos/killstreaks/whitedom.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killstreaks/whitedom" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/logos/killstreaks/whitedom.vtf b/materials/vgui/logos/killstreaks/whitedom.vtf new file mode 100644 index 0000000..448365f Binary files /dev/null and b/materials/vgui/logos/killstreaks/whitedom.vtf differ diff --git a/materials/vgui/logos/killstreaks/whiteks.vmt b/materials/vgui/logos/killstreaks/whiteks.vmt new file mode 100644 index 0000000..61174b3 --- /dev/null +++ b/materials/vgui/logos/killstreaks/whiteks.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/logos/killstreaks/whiteks" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/logos/killstreaks/whiteks.vtf b/materials/vgui/logos/killstreaks/whiteks.vtf new file mode 100644 index 0000000..7a3206b Binary files /dev/null and b/materials/vgui/logos/killstreaks/whiteks.vtf differ diff --git a/materials/vgui/maps/menu_thumb_Missing.vmt b/materials/vgui/maps/menu_thumb_Missing.vmt new file mode 100644 index 0000000..d80b967 --- /dev/null +++ b/materials/vgui/maps/menu_thumb_Missing.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$translucent" 1 + "$baseTexture" "vgui/replay/thumbnails/menu_thumb_Missing" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 +} \ No newline at end of file diff --git a/materials/vgui/pve/buy_disabled.vmt b/materials/vgui/pve/buy_disabled.vmt new file mode 100644 index 0000000..b3ee668 --- /dev/null +++ b/materials/vgui/pve/buy_disabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_disabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/buy_enabled.vmt b/materials/vgui/pve/buy_enabled.vmt new file mode 100644 index 0000000..8be98ff --- /dev/null +++ b/materials/vgui/pve/buy_enabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_enabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/buy_selected.vmt b/materials/vgui/pve/buy_selected.vmt new file mode 100644 index 0000000..1ed7adf --- /dev/null +++ b/materials/vgui/pve/buy_selected.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_selected" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/sell_disabled.vmt b/materials/vgui/pve/sell_disabled.vmt new file mode 100644 index 0000000..78dcb6c --- /dev/null +++ b/materials/vgui/pve/sell_disabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_disabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/sell_enabled.vmt b/materials/vgui/pve/sell_enabled.vmt new file mode 100644 index 0000000..489e901 --- /dev/null +++ b/materials/vgui/pve/sell_enabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_enabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/sell_selected.vmt b/materials/vgui/pve/sell_selected.vmt new file mode 100644 index 0000000..1e8200d --- /dev/null +++ b/materials/vgui/pve/sell_selected.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_selected" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/upgrade_owned.vmt b/materials/vgui/pve/upgrade_owned.vmt new file mode 100644 index 0000000..0e83930 --- /dev/null +++ b/materials/vgui/pve/upgrade_owned.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_owned" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/upgrade_purchased.vmt b/materials/vgui/pve/upgrade_purchased.vmt new file mode 100644 index 0000000..234c560 --- /dev/null +++ b/materials/vgui/pve/upgrade_purchased.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_purchased" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/pve/upgrade_unowned.vmt b/materials/vgui/pve/upgrade_unowned.vmt new file mode 100644 index 0000000..6adcf43 --- /dev/null +++ b/materials/vgui/pve/upgrade_unowned.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_unowned" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt new file mode 100644 index 0000000..7422158 --- /dev/null +++ b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_arrow_left" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf new file mode 100644 index 0000000..5ae9eab Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf new file mode 100644 index 0000000..3f1e30b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf new file mode 100644 index 0000000..90c8a51 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf new file mode 100644 index 0000000..5b98b1c Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf new file mode 100644 index 0000000..cd52c5d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf new file mode 100644 index 0000000..9a60722 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf new file mode 100644 index 0000000..831142b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf new file mode 100644 index 0000000..f955848 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf new file mode 100644 index 0000000..0d7e1f6 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf new file mode 100644 index 0000000..c664f1f Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf new file mode 100644 index 0000000..db84585 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf new file mode 100644 index 0000000..0abe7d0 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf new file mode 100644 index 0000000..f7871da Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf new file mode 100644 index 0000000..8a85e77 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf new file mode 100644 index 0000000..b79675a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf new file mode 100644 index 0000000..7741d4f Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf new file mode 100644 index 0000000..8440292 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf new file mode 100644 index 0000000..302cb4a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf new file mode 100644 index 0000000..da0d9b7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf new file mode 100644 index 0000000..6522c66 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf new file mode 100644 index 0000000..fdeb7b6 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf new file mode 100644 index 0000000..1e93cbb Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf new file mode 100644 index 0000000..ef5d771 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf new file mode 100644 index 0000000..7511208 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf new file mode 100644 index 0000000..23f011f Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf new file mode 100644 index 0000000..f8a3e3d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf new file mode 100644 index 0000000..67c621b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf new file mode 100644 index 0000000..0d3384a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf new file mode 100644 index 0000000..8414939 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf new file mode 100644 index 0000000..6f7201a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf new file mode 100644 index 0000000..d2113d8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf new file mode 100644 index 0000000..929715c Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf new file mode 100644 index 0000000..5424967 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf new file mode 100644 index 0000000..77c5263 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf new file mode 100644 index 0000000..4f8003a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf new file mode 100644 index 0000000..fa43f68 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf new file mode 100644 index 0000000..550a47b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf new file mode 100644 index 0000000..833bed1 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf new file mode 100644 index 0000000..80d5c8a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf new file mode 100644 index 0000000..25cf1bd Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf new file mode 100644 index 0000000..d05af86 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf new file mode 100644 index 0000000..8c46f7c Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf new file mode 100644 index 0000000..f81e545 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf new file mode 100644 index 0000000..259433a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf new file mode 100644 index 0000000..a559deb Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf new file mode 100644 index 0000000..e704388 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf new file mode 100644 index 0000000..0fd46aa Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf new file mode 100644 index 0000000..ef8baa6 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf new file mode 100644 index 0000000..b4b5468 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_carried_red.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_carried_red.vtf new file mode 100644 index 0000000..e5a976d Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_carried_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue.vtf new file mode 100644 index 0000000..57bffa0 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue_noarrow.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue_noarrow.vtf new file mode 100644 index 0000000..5150d11 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_blue_noarrow.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_grey.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_grey.vtf new file mode 100644 index 0000000..5d00adb Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_grey.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red.vtf new file mode 100644 index 0000000..ae55d20 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red_noarrow.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red_noarrow.vtf new file mode 100644 index 0000000..1f94908 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_compass_red_noarrow.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_dropped.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_dropped.vtf new file mode 100644 index 0000000..840fba6 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_dropped.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_home.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_home.vtf new file mode 100644 index 0000000..fa9a8c4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_home.vtf differ diff --git a/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_moving.vtf b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_moving.vtf new file mode 100644 index 0000000..2bba01e Binary files /dev/null and b/materials/vgui/replay/thumbnails/flag_icons/objectives_flagpanel_ico_flag_moving.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/ammo64.vmt b/materials/vgui/replay/thumbnails/game/ammo64.vmt new file mode 100644 index 0000000..bb2eb56 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/ammo64.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/game/ammo64" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/ammo64.vtf b/materials/vgui/replay/thumbnails/game/ammo64.vtf new file mode 100644 index 0000000..3934537 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/ammo64.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/clock_blue.vmt b/materials/vgui/replay/thumbnails/game/clock_blue.vmt new file mode 100644 index 0000000..8777eeb --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/clock_blue.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\game\clock_blue" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/clock_blue.vtf b/materials/vgui/replay/thumbnails/game/clock_blue.vtf new file mode 100644 index 0000000..7116335 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/clock_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/clock_red.vmt b/materials/vgui/replay/thumbnails/game/clock_red.vmt new file mode 100644 index 0000000..f11d988 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/clock_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\game\clock_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/clock_red.vtf b/materials/vgui/replay/thumbnails/game/clock_red.vtf new file mode 100644 index 0000000..8412ba5 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/clock_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/clock_white.vmt b/materials/vgui/replay/thumbnails/game/clock_white.vmt new file mode 100644 index 0000000..efc1a32 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/clock_white.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\game\clock_white" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/clock_white.vtf b/materials/vgui/replay/thumbnails/game/clock_white.vtf new file mode 100644 index 0000000..9919cb9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/clock_white.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/kills.vmt b/materials/vgui/replay/thumbnails/game/kills.vmt new file mode 100644 index 0000000..cc6dc71 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/kills.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/game/kills" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/kills.vtf b/materials/vgui/replay/thumbnails/game/kills.vtf new file mode 100644 index 0000000..7cc1c4f Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/kills.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/metal.vmt b/materials/vgui/replay/thumbnails/game/metal.vmt new file mode 100644 index 0000000..5c00b13 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/metal.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/game/metal" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/metal.vtf b/materials/vgui/replay/thumbnails/game/metal.vtf new file mode 100644 index 0000000..e1ceab3 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/metal.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/rockets.vmt b/materials/vgui/replay/thumbnails/game/rockets.vmt new file mode 100644 index 0000000..cff290c --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/rockets.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/game/rockets" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/rockets.vtf b/materials/vgui/replay/thumbnails/game/rockets.vtf new file mode 100644 index 0000000..14c6bf7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/rockets.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/streak.vmt b/materials/vgui/replay/thumbnails/game/streak.vmt new file mode 100644 index 0000000..8fe043b --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/streak.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\game\streak" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/streak.vtf b/materials/vgui/replay/thumbnails/game/streak.vtf new file mode 100644 index 0000000..2d5c184 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/streak.vtf differ diff --git a/materials/vgui/replay/thumbnails/game/teleport.vmt b/materials/vgui/replay/thumbnails/game/teleport.vmt new file mode 100644 index 0000000..c20cd03 --- /dev/null +++ b/materials/vgui/replay/thumbnails/game/teleport.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/game/teleport" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/game/teleport.vtf b/materials/vgui/replay/thumbnails/game/teleport.vtf new file mode 100644 index 0000000..f0668c4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/game/teleport.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/backpack_jewel_paint_splatter.vtf b/materials/vgui/replay/thumbnails/menu/backpack_jewel_paint_splatter.vtf new file mode 100644 index 0000000..6cdfa03 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/backpack_jewel_paint_splatter.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_box.vtf b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_box.vtf new file mode 100644 index 0000000..37779ba Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_box.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_down.vtf b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_down.vtf new file mode 100644 index 0000000..675cad3 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_down.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_line.vtf b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_line.vtf new file mode 100644 index 0000000..2af43b7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_line.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_up.vtf b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_up.vtf new file mode 100644 index 0000000..7e4d176 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/chalkboard_scroll_up.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_common_items.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_common_items.vtf new file mode 100644 index 0000000..0464fa9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_common_items.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_common_items_over.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_common_items_over.vtf new file mode 100644 index 0000000..3270b4d Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_common_items_over.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items.vtf new file mode 100644 index 0000000..4de28e4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items_over.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items_over.vtf new file mode 100644 index 0000000..0725c37 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_crafting_items_over.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_rare_items.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_rare_items.vtf new file mode 100644 index 0000000..5bf7062 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_rare_items.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_rare_items_over.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_rare_items_over.vtf new file mode 100644 index 0000000..de5161a Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_rare_items_over.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints.vtf new file mode 100644 index 0000000..947937e Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints_over.vtf b/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints_over.vtf new file mode 100644 index 0000000..2342f29 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/crafticon_special_blueprints_over.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/glyph_collapse.vtf b/materials/vgui/replay/thumbnails/menu/glyph_collapse.vtf new file mode 100644 index 0000000..8b2be30 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/glyph_collapse.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/glyph_expand.vtf b/materials/vgui/replay/thumbnails/menu/glyph_expand.vtf new file mode 100644 index 0000000..c31f6c2 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/glyph_expand.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/silhouette.vmt b/materials/vgui/replay/thumbnails/menu/silhouette.vmt new file mode 100644 index 0000000..580ea21 --- /dev/null +++ b/materials/vgui/replay/thumbnails/menu/silhouette.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\menu\silhouette" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/menu/silhouette.vtf b/materials/vgui/replay/thumbnails/menu/silhouette.vtf new file mode 100644 index 0000000..7a3f95b Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/silhouette.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_loaner.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_loaner.vtf new file mode 100644 index 0000000..4efee65 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_loaner.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_spooky.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_spooky.vtf new file mode 100644 index 0000000..c39b3ad Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_spooky.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_spooky_off.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_spooky_off.vtf new file mode 100644 index 0000000..f8e60ed Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_spooky_off.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_statclock.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_statclock.vtf new file mode 100644 index 0000000..ed063c1 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_statclock.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_strange.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_strange.vtf new file mode 100644 index 0000000..3fa631e Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_strange.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/viewmode_unusual.vtf b/materials/vgui/replay/thumbnails/menu/viewmode_unusual.vtf new file mode 100644 index 0000000..c8d213d Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/viewmode_unusual.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/buy_disabled.vmt b/materials/vgui/replay/thumbnails/mvm/buy_disabled.vmt new file mode 100644 index 0000000..b3ee668 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/buy_disabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_disabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/buy_disabled.vtf b/materials/vgui/replay/thumbnails/mvm/buy_disabled.vtf new file mode 100644 index 0000000..69782f3 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/buy_disabled.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/buy_enabled.vmt b/materials/vgui/replay/thumbnails/mvm/buy_enabled.vmt new file mode 100644 index 0000000..8be98ff --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/buy_enabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_enabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/buy_enabled.vtf b/materials/vgui/replay/thumbnails/mvm/buy_enabled.vtf new file mode 100644 index 0000000..12ec4ac Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/buy_enabled.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/buy_selected.vmt b/materials/vgui/replay/thumbnails/mvm/buy_selected.vmt new file mode 100644 index 0000000..1ed7adf --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/buy_selected.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\buy_selected" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/buy_selected.vtf b/materials/vgui/replay/thumbnails/mvm/buy_selected.vtf new file mode 100644 index 0000000..b850329 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/buy_selected.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/class_upgraded.vmt b/materials/vgui/replay/thumbnails/mvm/class_upgraded.vmt new file mode 100644 index 0000000..13aa91f --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/class_upgraded.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\class_upgraded" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/class_upgraded.vtf b/materials/vgui/replay/thumbnails/mvm/class_upgraded.vtf new file mode 100644 index 0000000..5c4d6fd Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/class_upgraded.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/sell_disabled.vmt b/materials/vgui/replay/thumbnails/mvm/sell_disabled.vmt new file mode 100644 index 0000000..78dcb6c --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/sell_disabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_disabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/sell_disabled.vtf b/materials/vgui/replay/thumbnails/mvm/sell_disabled.vtf new file mode 100644 index 0000000..8a77cfb Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/sell_disabled.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/sell_enabled.vmt b/materials/vgui/replay/thumbnails/mvm/sell_enabled.vmt new file mode 100644 index 0000000..489e901 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/sell_enabled.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_enabled" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/sell_enabled.vtf b/materials/vgui/replay/thumbnails/mvm/sell_enabled.vtf new file mode 100644 index 0000000..c44f4bb Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/sell_enabled.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/sell_selected.vmt b/materials/vgui/replay/thumbnails/mvm/sell_selected.vmt new file mode 100644 index 0000000..1e8200d --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/sell_selected.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\sell_selected" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/sell_selected.vtf b/materials/vgui/replay/thumbnails/mvm/sell_selected.vtf new file mode 100644 index 0000000..a878bba Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/sell_selected.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vmt b/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vmt new file mode 100644 index 0000000..0e83930 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_owned" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vtf b/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vtf new file mode 100644 index 0000000..61654fb Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/upgrade_owned.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vmt b/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vmt new file mode 100644 index 0000000..234c560 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_purchased" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vtf b/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vtf new file mode 100644 index 0000000..f41e878 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/upgrade_purchased.vtf differ diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vmt b/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vmt new file mode 100644 index 0000000..6adcf43 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\mvm\upgrade_unowned" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$vertextcolor" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vtf b/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vtf new file mode 100644 index 0000000..e63d1a7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mvm/upgrade_unowned.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_black.vmt b/materials/vgui/replay/thumbnails/panels/bg_black.vmt new file mode 100644 index 0000000..0b1a210 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_black.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\panels\bg_black" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/panels/bg_black.vtf b/materials/vgui/replay/thumbnails/panels/bg_black.vtf new file mode 100644 index 0000000..8bdf005 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_black.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_blank.vmt b/materials/vgui/replay/thumbnails/panels/bg_blank.vmt new file mode 100644 index 0000000..6dd3388 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_blank.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\panels\bg_blank" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/panels/bg_blank.vtf b/materials/vgui/replay/thumbnails/panels/bg_blank.vtf new file mode 100644 index 0000000..d3e6322 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_blank.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_blue.vmt b/materials/vgui/replay/thumbnails/panels/bg_blue.vmt new file mode 100644 index 0000000..1fe12ca --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_blue.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\panels\bg_blue" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/panels/bg_blue.vtf b/materials/vgui/replay/thumbnails/panels/bg_blue.vtf new file mode 100644 index 0000000..4a6ab7b Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_generic.vmt b/materials/vgui/replay/thumbnails/panels/bg_generic.vmt new file mode 100644 index 0000000..50446db --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_generic.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/panels/bg_generic.vtf b/materials/vgui/replay/thumbnails/panels/bg_generic.vtf new file mode 100644 index 0000000..a7649d1 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_generic.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_red.vmt b/materials/vgui/replay/thumbnails/panels/bg_red.vmt new file mode 100644 index 0000000..0be854a --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_red.vmt @@ -0,0 +1,12 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\panels\bg_red" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} + diff --git a/materials/vgui/replay/thumbnails/panels/bg_red.vtf b/materials/vgui/replay/thumbnails/panels/bg_red.vtf new file mode 100644 index 0000000..395e537 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_blue.vmt b/materials/vgui/replay/thumbnails/panels/material_blue.vmt new file mode 100644 index 0000000..1e09703 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_blue.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_blue.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_blue.vtf b/materials/vgui/replay/thumbnails/panels/material_blue.vtf new file mode 100644 index 0000000..3392e1c Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vmt b/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vmt new file mode 100644 index 0000000..1eaf0f1 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_blue_transparent50.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vtf b/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vtf new file mode 100644 index 0000000..21b59d8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_blue_transparent50.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vmt b/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vmt new file mode 100644 index 0000000..178d33a --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_blue_transparent70.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vtf b/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vtf new file mode 100644 index 0000000..cf66b1c Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_blue_transparent70.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_generic.vmt b/materials/vgui/replay/thumbnails/panels/material_generic.vmt new file mode 100644 index 0000000..f98e344 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_generic.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_generic.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_generic.vtf b/materials/vgui/replay/thumbnails/panels/material_generic.vtf new file mode 100644 index 0000000..606985d Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_generic.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vmt b/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vmt new file mode 100644 index 0000000..2193b91 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_generic_reverse.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vtf b/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vtf new file mode 100644 index 0000000..affc1e0 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_generic_reverse.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vmt b/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vmt new file mode 100644 index 0000000..178ed6a --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_green_transparent50.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vtf b/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vtf new file mode 100644 index 0000000..05422b5 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_green_transparent50.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vmt b/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vmt new file mode 100644 index 0000000..8eb111e --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_green_transparent70.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vtf b/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vtf new file mode 100644 index 0000000..c21a7b5 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_green_transparent70.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_red.vmt b/materials/vgui/replay/thumbnails/panels/material_red.vmt new file mode 100644 index 0000000..11e6b46 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_red.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_red.vtf b/materials/vgui/replay/thumbnails/panels/material_red.vtf new file mode 100644 index 0000000..4302e52 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vmt b/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vmt new file mode 100644 index 0000000..428787f --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_red_transparent50.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vtf b/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vtf new file mode 100644 index 0000000..c96be71 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_red_transparent50.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vmt b/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vmt new file mode 100644 index 0000000..e57b027 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_red_transparent70.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vtf b/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vtf new file mode 100644 index 0000000..87bd4ad Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_red_transparent70.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent30.vmt b/materials/vgui/replay/thumbnails/panels/material_transparent30.vmt new file mode 100644 index 0000000..4762439 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_transparent30.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_transparent30.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent30.vtf b/materials/vgui/replay/thumbnails/panels/material_transparent30.vtf new file mode 100644 index 0000000..c5aae6d Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_transparent30.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent50.vmt b/materials/vgui/replay/thumbnails/panels/material_transparent50.vmt new file mode 100644 index 0000000..c83a2d5 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_transparent50.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_transparent50.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent50.vtf b/materials/vgui/replay/thumbnails/panels/material_transparent50.vtf new file mode 100644 index 0000000..278d2d7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_transparent50.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent70.vmt b/materials/vgui/replay/thumbnails/panels/material_transparent70.vmt new file mode 100644 index 0000000..eb7e09a --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_transparent70.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_transparent70.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent70.vtf b/materials/vgui/replay/thumbnails/panels/material_transparent70.vtf new file mode 100644 index 0000000..1d69579 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_transparent70.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent90.vmt b/materials/vgui/replay/thumbnails/panels/material_transparent90.vmt new file mode 100644 index 0000000..99abb67 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_transparent90.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_transparent90.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent90.vtf b/materials/vgui/replay/thumbnails/panels/material_transparent90.vtf new file mode 100644 index 0000000..0bd1420 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_transparent90.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vmt b/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vmt new file mode 100644 index 0000000..04c50a6 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/panels/material_transparent_hypno.vtf" + "$vertexcolor" 1 + "$no_fullbright" 1 + "$ignorez" 1 + "%keywords" "tf" + "$translucent" 1 +} diff --git a/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vtf b/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vtf new file mode 100644 index 0000000..0dfcd95 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/material_transparent_hypno.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_all.vmt b/materials/vgui/replay/thumbnails/store/filter_all.vmt new file mode 100644 index 0000000..bcca104 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_all.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_all" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_all.vtf b/materials/vgui/replay/thumbnails/store/filter_all.vtf new file mode 100644 index 0000000..5ca0c93 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_all.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_all_on.vmt b/materials/vgui/replay/thumbnails/store/filter_all_on.vmt new file mode 100644 index 0000000..c5986f7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_all_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_all_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_all_on.vtf b/materials/vgui/replay/thumbnails/store/filter_all_on.vtf new file mode 100644 index 0000000..eb2cdf4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_all_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_demoman.vmt b/materials/vgui/replay/thumbnails/store/filter_demoman.vmt new file mode 100644 index 0000000..df1bc21 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_demoman.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_demoman" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_demoman.vtf b/materials/vgui/replay/thumbnails/store/filter_demoman.vtf new file mode 100644 index 0000000..291d5f9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_demoman.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_demoman_on.vmt b/materials/vgui/replay/thumbnails/store/filter_demoman_on.vmt new file mode 100644 index 0000000..53e0fb9 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_demoman_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_demoman_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_demoman_on.vtf b/materials/vgui/replay/thumbnails/store/filter_demoman_on.vtf new file mode 100644 index 0000000..a9e4c9b Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_demoman_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_engineer.vmt b/materials/vgui/replay/thumbnails/store/filter_engineer.vmt new file mode 100644 index 0000000..92473cc --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_engineer.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_engineer" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_engineer.vtf b/materials/vgui/replay/thumbnails/store/filter_engineer.vtf new file mode 100644 index 0000000..fb849b4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_engineer.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_engineer_on.vmt b/materials/vgui/replay/thumbnails/store/filter_engineer_on.vmt new file mode 100644 index 0000000..3def265 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_engineer_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_engineer_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_engineer_on.vtf b/materials/vgui/replay/thumbnails/store/filter_engineer_on.vtf new file mode 100644 index 0000000..c8bb735 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_engineer_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_heavy.vmt b/materials/vgui/replay/thumbnails/store/filter_heavy.vmt new file mode 100644 index 0000000..88bc190 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_heavy.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_heavy" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_heavy.vtf b/materials/vgui/replay/thumbnails/store/filter_heavy.vtf new file mode 100644 index 0000000..4b17213 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_heavy.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_heavy_on.vmt b/materials/vgui/replay/thumbnails/store/filter_heavy_on.vmt new file mode 100644 index 0000000..45c0138 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_heavy_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_heavy_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_heavy_on.vtf b/materials/vgui/replay/thumbnails/store/filter_heavy_on.vtf new file mode 100644 index 0000000..df6615a Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_heavy_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_medic.vmt b/materials/vgui/replay/thumbnails/store/filter_medic.vmt new file mode 100644 index 0000000..3c0fff3 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_medic.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_medic" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_medic.vtf b/materials/vgui/replay/thumbnails/store/filter_medic.vtf new file mode 100644 index 0000000..6077449 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_medic.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_medic_on.vmt b/materials/vgui/replay/thumbnails/store/filter_medic_on.vmt new file mode 100644 index 0000000..3eaa816 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_medic_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_medic_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_medic_on.vtf b/materials/vgui/replay/thumbnails/store/filter_medic_on.vtf new file mode 100644 index 0000000..4aeea29 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_medic_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_pyro.vmt b/materials/vgui/replay/thumbnails/store/filter_pyro.vmt new file mode 100644 index 0000000..d4d0bf6 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_pyro.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_pyro" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_pyro.vtf b/materials/vgui/replay/thumbnails/store/filter_pyro.vtf new file mode 100644 index 0000000..cb01c22 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_pyro.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_pyro_on.vmt b/materials/vgui/replay/thumbnails/store/filter_pyro_on.vmt new file mode 100644 index 0000000..260c2f6 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_pyro_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_pyro_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_pyro_on.vtf b/materials/vgui/replay/thumbnails/store/filter_pyro_on.vtf new file mode 100644 index 0000000..311b1ea Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_pyro_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_scout.vmt b/materials/vgui/replay/thumbnails/store/filter_scout.vmt new file mode 100644 index 0000000..eab1004 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_scout.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_scout" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_scout.vtf b/materials/vgui/replay/thumbnails/store/filter_scout.vtf new file mode 100644 index 0000000..f8d888b Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_scout.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_scout_on.vmt b/materials/vgui/replay/thumbnails/store/filter_scout_on.vmt new file mode 100644 index 0000000..7e9b596 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_scout_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_scout_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_scout_on.vtf b/materials/vgui/replay/thumbnails/store/filter_scout_on.vtf new file mode 100644 index 0000000..4b47282 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_scout_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_sniper.vmt b/materials/vgui/replay/thumbnails/store/filter_sniper.vmt new file mode 100644 index 0000000..490564c --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_sniper.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_sniper" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_sniper.vtf b/materials/vgui/replay/thumbnails/store/filter_sniper.vtf new file mode 100644 index 0000000..fddbf56 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_sniper.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_sniper_on.vmt b/materials/vgui/replay/thumbnails/store/filter_sniper_on.vmt new file mode 100644 index 0000000..3add794 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_sniper_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_sniper_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_sniper_on.vtf b/materials/vgui/replay/thumbnails/store/filter_sniper_on.vtf new file mode 100644 index 0000000..81d1850 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_sniper_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_soldier.vmt b/materials/vgui/replay/thumbnails/store/filter_soldier.vmt new file mode 100644 index 0000000..063068a --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_soldier.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_soldier" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_soldier.vtf b/materials/vgui/replay/thumbnails/store/filter_soldier.vtf new file mode 100644 index 0000000..463f357 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_soldier.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_soldier_on.vmt b/materials/vgui/replay/thumbnails/store/filter_soldier_on.vmt new file mode 100644 index 0000000..e1ad864 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_soldier_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_soldier_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_soldier_on.vtf b/materials/vgui/replay/thumbnails/store/filter_soldier_on.vtf new file mode 100644 index 0000000..f6f2090 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_soldier_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_spy.vmt b/materials/vgui/replay/thumbnails/store/filter_spy.vmt new file mode 100644 index 0000000..d12fc20 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_spy.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_spy" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_spy.vtf b/materials/vgui/replay/thumbnails/store/filter_spy.vtf new file mode 100644 index 0000000..c1797ff Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_spy.vtf differ diff --git a/materials/vgui/replay/thumbnails/store/filter_spy_on.vmt b/materials/vgui/replay/thumbnails/store/filter_spy_on.vmt new file mode 100644 index 0000000..35d6545 --- /dev/null +++ b/materials/vgui/replay/thumbnails/store/filter_spy_on.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\store\filter_spy_on" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/store/filter_spy_on.vtf b/materials/vgui/replay/thumbnails/store/filter_spy_on.vtf new file mode 100644 index 0000000..b786f45 Binary files /dev/null and b/materials/vgui/replay/thumbnails/store/filter_spy_on.vtf differ diff --git a/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vmt b/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vmt new file mode 100644 index 0000000..0fb2aa8 --- /dev/null +++ b/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vmt @@ -0,0 +1,10 @@ +"Refract" +{ + "%keywords" "tf" + "$refractamount" "0.0" + "$refracttint" "{255 255 255}" + "$refractblur" "0.0" + + "$scale" "[1 1]" + "$normalmap" "vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract" +} diff --git a/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vtf b/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vtf new file mode 100644 index 0000000..5be2f3c Binary files /dev/null and b/materials/vgui/replay/thumbnails/viewmodels/transparent_viewmodel_refract.vtf differ diff --git a/materials/vgui/viewmode_loaner.vmt b/materials/vgui/viewmode_loaner.vmt new file mode 100644 index 0000000..d291328 --- /dev/null +++ b/materials/vgui/viewmode_loaner.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_loaner" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/viewmode_spooky.vmt b/materials/vgui/viewmode_spooky.vmt new file mode 100644 index 0000000..c444137 --- /dev/null +++ b/materials/vgui/viewmode_spooky.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_spooky" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/viewmode_spooky_off.vmt b/materials/vgui/viewmode_spooky_off.vmt new file mode 100644 index 0000000..7a3132b --- /dev/null +++ b/materials/vgui/viewmode_spooky_off.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_spooky_off" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/viewmode_statclock.vmt b/materials/vgui/viewmode_statclock.vmt new file mode 100644 index 0000000..ce489fd --- /dev/null +++ b/materials/vgui/viewmode_statclock.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_statclock" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/viewmode_strange.vmt b/materials/vgui/viewmode_strange.vmt new file mode 100644 index 0000000..ff01866 --- /dev/null +++ b/materials/vgui/viewmode_strange.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_strange" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/materials/vgui/viewmode_unusual.vmt b/materials/vgui/viewmode_unusual.vmt new file mode 100644 index 0000000..a6e368e --- /dev/null +++ b/materials/vgui/viewmode_unusual.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$basetexture" "vgui\replay\thumbnails\menu\viewmode_unusual" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +} diff --git a/resource/chat_english.txt b/resource/chat_english.txt new file mode 100644 index 0000000..29c9ea6 Binary files /dev/null and b/resource/chat_english.txt differ diff --git a/resource/chatscheme.res b/resource/chatscheme.res new file mode 100644 index 0000000..37b397e --- /dev/null +++ b/resource/chatscheme.res @@ -0,0 +1,855 @@ +Scheme +{ + Colors + { + "TFDarkBrown" "60 56 53 255" + "TFDarkBrownTransparent" "60 56 53 190" + "TFTanBright" "236 227 203 150" + "TFTanLight" "201 188 162 150" + "TFTanMedium" "131 121 104 150" + "TFTanLightBright" "229 223 211 90" + "TFTanLightDark" "96 90 78 90" + "TFOrangeBright" "156 82 33 255" + "TFTextBright" "251 236 203 150" + "TFTextLight" "201 188 162 255" + "TFTextMedium" "131 121 104 255" + "TFTextMediumDark" "104 96 83 255" + "TFTextBlack" "42 39 37 255" + "TFTextDull" "131 121 104 255" + "TFMediumBrown" "69 64 58 255" + "QuickListBGDeselected" "69 64 58 255" + "QuickListBGSelected" "131 121 104 150" + "Blank" "0 0 0 0" + "White" "255 255 255 255" + "Green" "63 185 73 255" + "ControlBG" "76 88 68 255" + "ControlDarkBG" "90 106 80 255" + "WindowBG" "62 70 55 255" + "SelectionBG" "90 84 75 255" + "SelectionBG2" "69 64 57 255" + "ListBG" "39 36 34 0" + } + + BaseSettings + { + Border.Bright "TFTanLightDark" + Border.Dark "TFTanLightDark" + Border.Selection "BorderSelection" + Button.TextColor "TFDarkBrown" + Button.BgColor "TFTanLight" + Button.ArmedTextColor "TFDarkBrown" + Button.ArmedBgColor "TFTanBright" + Button.DepressedTextColor "TFDarkBrown" + Button.DepressedBgColor "TFTanLight" + Button.FocusBorderColor "TransparentBlack" + + CheckButton.TextColor "TFTextBright" + CheckButton.SelectedTextColor "TFTextBright" + CheckButton.BgColor "ListBG" + CheckButton.HighlightFgColor "TFTextMedium" + CheckButton.ArmedBgColor "Blank" + CheckButton.DepressedBgColor "Blank" + CheckButton.Border1 "Border.Dark" + CheckButton.Border2 "Border.Bright" + CheckButton.Check "TFTanBright" + CheckButton.DisabledBgColor "ListBG" + + ComboBoxButton.ArrowColor "TFTanLight" + ComboBoxButton.ArmedArrowColor "TFTanBright" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + "Chat.TypingText" "TFTextBright" + + Frame.BgColor "TransparentBlack" + Frame.OutOfFocusBgColor "TransparentBlack" + Frame.FocusTransitionEffectTime "0.0" + Frame.TransitionEffectTime "0.0" + Frame.AutoSnapRange "0" + FrameGrip.Color1 "Blank" + FrameGrip.Color2 "Blank" + FrameTitleButton.FgColor "Blank" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "Blank" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.TextColor "Orange" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "Orange" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "White" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "TFTextDull" + Label.TextColor "TFTextBright" + Label.TextBrightColor "TFTextBright" + Label.SelectedTextColor "TFTextBright" + Label.BgColor "Blank" + Label.DisabledFgColor1 "TFTextDull" + Label.DisabledFgColor2 "Blank" + + ListPanel.TextColor "TFTextBright" + ListPanel.BgColor "ListBG" + ListPanel.SelectedBgColor "SelectionBG" + ListPanel.SelectedOutOfFocusBgColor "SelectionBG2" + + Menu.TextColor "White" + Menu.BgColor "ListBG" + Menu.ArmedTextColor "TFTextBlack" + Menu.ArmedBgColor "TFOrangeBright" + Menu.TextInset "6" + + Panel.FgColor "Blank" + Panel.BgColor "TFDarkBrown" + + ProgressBar.FgColor "White" + ProgressBar.BgColor "TransparentBlack" + + PropertySheet.TextColor "OffWhite" + PropertySheet.SelectedTextColor "White" + PropertySheet.TransitionEffectTime "0" + + RadioButton.TextColor "DullWhite" + RadioButton.SelectedTextColor "White" + + RichText.TextColor "White" + RichText.BgColor "ListBG" + RichText.SelectedTextColor "White" + RichText.SelectedBgColor "TFOrangeBright" + + ScrollBar.Wide "0" + ScrollBarButton.FgColor "Blank" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "Blank" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "Blank" + ScrollBarButton.DepressedBgColor "Blank" + ScrollBarSlider.BgColor "Blank" + ScrollBarSlider.FgColor "Blank" + + SectionedListPanel.HeaderTextColor "White" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "DullWhite" + SectionedListPanel.BrightTextColor "White" + SectionedListPanel.BgColor "TransparentBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Orange" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "255 155 0 128" + + Slider.NobColor "108 108 108 255" + Slider.TextColor "180 180 180 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "TFTextBright" + TextEntry.BgColor "ListBG" + TextEntry.CursorColor "OffWhite" + TextEntry.DisabledTextColor "DullWhite" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "White" + TextEntry.SelectedBgColor "TFOrangeBright" + TextEntry.OutOfFocusSelectedBgColor "255 155 0 128" + TextEntry.FocusEdgeColor "0 0 0 196" + + ToggleButton.SelectedTextColor "TFOrangeBright" + + Tooltip.TextColor "0 0 0 196" + Tooltip.BgColor "TFOrangeBright" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + MainMenu.TextColor "White" + MainMenu.ArmedTextColor "200 200 200 255" + MainMenu.DepressedTextColor "192 186 80 255" + MainMenu.MenuItemHeight "16" + MainMenu.Inset "32" + MainMenu.Backdrop "0 0 0 156" + + Console.TextColor "OffWhite" + Console.DevTextColor "White" + + NewGame.TextColor "White" + NewGame.FillColor "0 0 0 255" + NewGame.SelectionColor "Orange" + NewGame.DisabledColor "128 128 128 196" + + TFColors.ChatTextYellow "255 255 255 255" + TFColors.ChatTextTeamBlue "153 204 255 255" + TFColors.ChatTextTeamRed "255 63 53 255" + } + + BitmapFontFiles + { + "Buttons" "materials/vgui/fonts/buttons_32.vbf" + } + + Fonts + { + + "Default" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + + "4" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + + "5" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + "Marlett" + { + + "1" + { + "name" "Marlett" + "tall" "10" + "weight" "0" + "yres" "480 599" + "symbol" "1" + } + + "2" + { + "name" "Marlett" + "tall" "14" + "weight" "0" + "yres" "600 767" + "symbol" "1" + } + + "3" + { + "name" "Marlett" + "tall" "13" + "weight" "0" + "yres" "768 1023" + "symbol" "1" + } + + "4" + { + "name" "Marlett" + "tall" "17" + "weight" "0" + "yres" "1024 1199" + "symbol" "1" + } + + "5" + { + "name" "Marlett" + "tall" "22" + "weight" "0" + "yres" "1200 10000" + "symbol" "1" + } + } + + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "7" + "weight" "0" + "yres" "480 599" + "symbol" "1" + } + "2" + { + "name" "Marlett" + "tall" "9" + "weight" "0" + "yres" "600 767" + "symbol" "1" + } + "3" + { + "name" "Marlett" + "tall" "11" + "weight" "0" + "yres" "768 1023" + "symbol" "1" + } + "4" + { + "name" "Marlett" + "tall" "13" + "weight" "0" + "yres" "1024 1199" + "symbol" "1" + } + "5" + { + "name" "Marlett" + "tall" "17" + "weight" "0" + "yres" "1200 10000" + "symbol" "1" + } + } + + "ChatFont" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + + "2" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + + "3" + { + "name" "Verdana" + "tall" "15" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + + "4" + { + "name" "Verdana" + "tall" "17" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + "DefaultVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + } + + Borders + { + BaseBorder DepressedBorder + ButtonBorder RaisedBorder + ComboBoxBorder DepressedBorder + MenuBorder RaisedBorder + BrowserBorder DepressedBorder + PropertySheetBorder RaisedBorder + + FrameBorder + { + "backgroundtype" "2" + } + + DepressedBorder + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + } + + RaisedBorder + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Bottom + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + TitleButtonBorder + { + "backgroundtype" "0" + } + + TitleButtonDisabledBorder + { + "backgroundtype" "0" + } + + TitleButtonDepressedBorder + { + "backgroundtype" "0" + } + + ScrollBarButtonBorder + { + "inset" "2 2 0 0" + + Left + { + "1" + { + "color" "Blank" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + ScrollBarButtonDepressedBorder + { + "inset" "2 2 0 0" + + Left + { + "1" + { + "color" "Blank" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + TabBorder + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + } + + TabActiveBorder + { + "inset" "0 0 1 0" + + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + } + + + ToolTipBorder + { + "inset" "0 0 1 0" + + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + ButtonKeyFocusBorder + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + + "2" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Top + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + + "2" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Right + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + + "2" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + + "2" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + ButtonDepressedBorder + { + "inset" "2 1 1 1" + + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + } + } + + CustomFontFiles + { + "1" "resource/HALFLIFE2.ttf" + "2" "resource/HL2EP2.ttf" + } +} \ No newline at end of file diff --git a/resource/clientscheme.res b/resource/clientscheme.res new file mode 100644 index 0000000..c772918 --- /dev/null +++ b/resource/clientscheme.res @@ -0,0 +1,30 @@ +//////////////////////////////////////////////////////////////// +//DON'T TOUCH ANY OF THIS UNLESS YOU KNOW WHAT YOU ARE DOING!// +/////////////////////////////////////////////////////////////// + +/////////////////////////////////////////// +///////////////////COLORS////////////////// +/////////////////////////////////////////// + +#base "../customizations/colors.res" +#base "../resource/scheme/colors.res" + +/////////////////////////////////////////// +////////////////////FONTS////////////////// +/////////////////////////////////////////// + +#base "../customizations/alternative fonts.res" +#base "../resource/scheme/fonts.res" +#base "../resource/scheme/symbols.res" + +/////////////////////////////////////////// +//////////////////BORDERS////////////////// +/////////////////////////////////////////// + +#base "../resource/scheme/borders.res" + +/////////////////////////////////////////// +////////////////CROSSHAIRS///////////////// +/////////////////////////////////////////// + +#base "../resource/scheme/crosshairs.res" \ No newline at end of file diff --git a/resource/closecaption_english.dat b/resource/closecaption_english.dat new file mode 100644 index 0000000..ee88ec2 Binary files /dev/null and b/resource/closecaption_english.dat differ diff --git a/resource/gamemenu.res b/resource/gamemenu.res new file mode 100644 index 0000000..a695615 --- /dev/null +++ b/resource/gamemenu.res @@ -0,0 +1,201 @@ +#base "../customizations/pausemenu background.res" + +"GameMenu" +{ + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////MAIN BUTTONS///////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Items" + { + "label" "ITEMS" + "command" "engine open_charinfo" + } + "Store" + { + "label" "STORE" + "command" "engine open_store" + } + "Settings" + { + "label" "OPTIONS" + "command" "OpenOptionsDialog" + } + "AdvancedSettings" + { + "label" "ADVANCED" + "command" "opentf2options" + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////IN-GAME ONLY BUTTONS///////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Vote" + { + "label" "y" + "command" "callvote" + "OnlyInGame" "1" + } + "Mute" + { + "label" "h" + "command" "OpenMutePlayerDialog" + "OnlyInGame" "1" + } + "Report" + { + "label" "f" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////BOTTOM MENU BUTTONS///////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Contracker" + { + "label" "B" + "command" "questlog" + "tooltip" "Contracker" + } + "Streams" + { + "label" "0" + "command" "watch_stream" + "tooltip" "Streams" + } + "Favorite" + { + "label" "n" + "command" "engine favcmd" //"engine connect *server ip*" + "tooltip" "Favorite" + } + "DemoUI" + { + "label" "F" + "command" "engine demoui" + "tooltip" "DemoUI" + } + "Achievements" + { + "label" "V" + "command" "OpenAchievementsDialog" + "tooltip" "Achievements" + } + "Replays" + { + "label" "^" + "command" "engine replay_reloadbrowser" + "tooltip" "Replays" + } + "Workshop" + { + "label" "{" + "command" "engine OpenSteamWorkshopDialog" + "tooltip" "Workshop" + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////IN-GAME TOOLS//////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "ToolsBG" + { + "command" "engine" + "OnlyInGame" "1" + } + "ReloadScheme" + { + "label" "/" + "command" "engine vgui_cache_res_files 0;hud_reloadscheme" + "tooltip" "Reload Hud" + "OnlyInGame" "1" + } + "ClosedCaptionsON" + { + "label" "3" + "command" "engine closecaption 1;cc_subtitles 0;cc_lang english;cc_predisplay_time 0;cc_emit #subtitles0" + "tooltip" "Closed Captions ON" + "OnlyInGame" "1" + } + "ClosedCaptionsOFF" + { + "label" "3" + "command" "engine closecaption 0; cc_predisplay_time 0" + "tooltip" "Closed Captions OFF" + "OnlyInGame" "1" + } + "SoundFix" + { + "label" "k" + "command" "engine snd_restart" + "tooltip" "Reload Sound" + "OnlyInGame" "1" + } + "InviliblePlayersFix" + { + "label" "P" + "command" "engine stop; record fix" + "tooltip" "Fix Invisible Players" + "OnlyInGame" "1" + } + "NetgraphToggle" + { + "label" "4" + "command" "engine toggle net_graph 1 0" + "tooltip" "Netgraph ON/OFF" + "OnlyInGame" "1" + } + "MatchStatusToggle" + { + "label" "M" + "command" "engine toggle tf_use_match_hud" + "tooltip" "MatchStatus ON/OFF" + "OnlyInGame" "1" + } + "ChatToggle" + { + "label" "Z" + "command" "engine toggle hud_saytext_time 6 0" + "tooltip" "Chat ON/OFF" + "OnlyInGame" "1" + } + "DamageWhite" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 227; hud_combattext_green 228; hud_combattext_blue 230" + "OnlyInGame" "1" + } + "DamageYellow" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 255; hud_combattext_green 230; hud_combattext_blue 60" + "OnlyInGame" "1" + } + "DamageRed" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 255; hud_combattext_green 61; hud_combattext_blue 61" + "OnlyInGame" "1" + } + "DamageGreen" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 139; hud_combattext_green 229; hud_combattext_blue 36" + "OnlyInGame" "1" + } + "DamageBlue" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 150; hud_combattext_green 200; hud_combattext_blue 220" + "OnlyInGame" "1" + } + "DamageBlu" + { + "label" "v" + "command" "engine hud_combattext 1; hud_combattext_red 80; hud_combattext_green 150; hud_combattext_blue 255" + "OnlyInGame" "1" + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_avenir.res b/resource/scheme/alternative_fonts/fonts_avenir.res new file mode 100644 index 0000000..ca11084 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_avenir.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 14" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 15" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 16" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 18" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 20" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 22" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 24" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 30" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 40" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 14 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 15 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 16 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 18 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 20 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 22 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 24 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 30 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 40 Blur" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 22 Outline" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + "Game 28 Outline" + { + "1" + { + "name" "AvenirLTStd-Black" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Avenir Black.ttf" + "name" "AvenirLTStd-Black" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_cerbetica.res b/resource/scheme/alternative_fonts/fonts_cerbetica.res new file mode 100644 index 0000000..34db4a0 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_cerbetica.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 14" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 15" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 16" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 18" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 20" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 22" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 24" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 30" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 40" + { + "1" + { + "name" "Cerbetica Bold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Cerbetica Bold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Cerbetica Bold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Cerbetica Bold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Cerbetica Bold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Cerbetica.ttf" + "name" "Cerbetica Bold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_futura.res b/resource/scheme/alternative_fonts/fonts_futura.res new file mode 100644 index 0000000..956600c --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_futura.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 14" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 15" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 16" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 18" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 20" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 22" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 24" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 30" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 40" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 14 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 15 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 16 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 18 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 20 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 22 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 24 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 30 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 40 Blur" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + + "Game 28 Outline" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 22 Outline" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + "Game 30 Outline" + { + "1" + { + "name" "FuturaStd-Heavy" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/futura.otf" + "name" "FuturaStd-Heavy" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_lato.res b/resource/scheme/alternative_fonts/fonts_lato.res new file mode 100644 index 0000000..70ec2f0 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_lato.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 14" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 15" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 16" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 18" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 20" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 22" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 24" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 30" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 40" + { + "1" + { + "name" "Lato Bold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Lato Bold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Lato Bold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Lato Bold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Lato Bold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/lato.ttf" + "name" "Lato Bold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_neutra.res b/resource/scheme/alternative_fonts/fonts_neutra.res new file mode 100644 index 0000000..9cc3017 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_neutra.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 14" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 15" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 16" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 18" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 20" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 22" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 24" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 30" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 40" + { + "1" + { + "name" "NeutraText-Bold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "NeutraText-Bold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "NeutraText-Bold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "NeutraText-Bold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "NeutraText-Bold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Neutra.ttf" + "name" "NeutraText-Bold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_nexa.res b/resource/scheme/alternative_fonts/fonts_nexa.res new file mode 100644 index 0000000..ff1ff49 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_nexa.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "NexaBold" + } + } + "Game 14" + { + "1" + { + "name" "NexaBold" + } + } + "Game 15" + { + "1" + { + "name" "NexaBold" + } + } + "Game 16" + { + "1" + { + "name" "NexaBold" + } + } + "Game 18" + { + "1" + { + "name" "NexaBold" + } + } + "Game 20" + { + "1" + { + "name" "NexaBold" + } + } + "Game 22" + { + "1" + { + "name" "NexaBold" + } + } + "Game 24" + { + "1" + { + "name" "NexaBold" + } + } + "Game 30" + { + "1" + { + "name" "NexaBold" + } + } + "Game 40" + { + "1" + { + "name" "NexaBold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "NexaBold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "NexaBold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "NexaBold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "NexaBold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "NexaBold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "NexaBold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "NexaBold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "NexaBold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "NexaBold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Nexa.otf" + "name" "NexaBold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_product.res b/resource/scheme/alternative_fonts/fonts_product.res new file mode 100644 index 0000000..64d789e --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_product.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 14" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 15" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 16" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 18" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 20" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 22" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 24" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 30" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 40" + { + "1" + { + "name" "Product Sans Bold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Product Sans Bold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Product Sans Bold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Product Sans Bold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Product Sans Bold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Product Bold.ttf" + "name" "Product Sans Bold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_quake.res b/resource/scheme/alternative_fonts/fonts_quake.res new file mode 100644 index 0000000..a240ed4 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_quake.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 14" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 15" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 16" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 18" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 20" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 22" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 24" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 30" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 40" + { + "1" + { + "name" "Handel Gothic BT" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Handel Gothic BT" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Handel Gothic BT" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Handel Gothic BT" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Handel Gothic BT" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Handel Gothic.ttf" + "name" "Handel Gothic BT" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_renogare.res b/resource/scheme/alternative_fonts/fonts_renogare.res new file mode 100644 index 0000000..689ac81 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_renogare.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 14" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 15" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 16" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 18" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 20" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 22" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 24" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 30" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 40" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 14 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 15 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 16 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 18 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 20 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 22 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 24 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 30 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 40 Blur" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 22 Outline" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + "Game 28 Outline" + { + "1" + { + "name" "RenogareSoft-Regular" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Renogare.ttf" + "name" "RenogareSoft-Regular" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_roboto.res b/resource/scheme/alternative_fonts/fonts_roboto.res new file mode 100644 index 0000000..88d2b8f --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_roboto.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 14" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 15" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 16" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 18" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 20" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 22" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 24" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 30" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 40" + { + "1" + { + "name" "Roboto Bold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Roboto Bold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Roboto Bold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Roboto Bold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Roboto Bold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Roboto.ttf" + "name" "Roboto Bold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_rubik.res b/resource/scheme/alternative_fonts/fonts_rubik.res new file mode 100644 index 0000000..14da1b3 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_rubik.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 14" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 15" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 16" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 18" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 20" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 22" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 24" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 30" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 40" + { + "1" + { + "name" "Rubik SemiBold" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Rubik SemiBold" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Rubik SemiBold" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Rubik SemiBold" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/rubik-semibold.otf" + "name" "Rubik SemiBold" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_surface.res b/resource/scheme/alternative_fonts/fonts_surface.res new file mode 100644 index 0000000..f179aa4 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_surface.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "surface-medium" + } + } + "Game 14" + { + "1" + { + "name" "surface-medium" + } + } + "Game 15" + { + "1" + { + "name" "surface-medium" + } + } + "Game 16" + { + "1" + { + "name" "surface-medium" + } + } + "Game 18" + { + "1" + { + "name" "surface-medium" + } + } + "Game 20" + { + "1" + { + "name" "surface-medium" + } + } + "Game 22" + { + "1" + { + "name" "surface-medium" + } + } + "Game 24" + { + "1" + { + "name" "surface-medium" + } + } + "Game 30" + { + "1" + { + "name" "surface-medium" + } + } + "Game 40" + { + "1" + { + "name" "surface-medium" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 14 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 15 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 16 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 18 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 20 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 22 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 24 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 30 Blur" + { + "1" + { + "name" "surface-medium" + } + } + "Game 40 Blur" + { + "1" + { + "name" "surface-medium" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "surface-medium" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "surface-medium" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "surface-medium" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "surface-medium" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "surface-medium" + } + } + "Game 22 Outline" + { + "1" + { + "name" "surface-medium" + } + } + "Game 28 Outline" + { + "1" + { + "name" "surface-medium" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/Surface Medium.otf" + "name" "surface-medium" + } + } +} \ No newline at end of file diff --git a/resource/scheme/alternative_fonts/fonts_tf2.res b/resource/scheme/alternative_fonts/fonts_tf2.res new file mode 100644 index 0000000..f8cd111 --- /dev/null +++ b/resource/scheme/alternative_fonts/fonts_tf2.res @@ -0,0 +1,207 @@ +Scheme +{ + Fonts + { + "Game 12" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 14" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 15" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 16" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 18" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 20" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 22" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 24" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 30" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 40" + { + "1" + { + "name" "TF2 Build" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 14 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 15 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 16 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 18 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 20 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 22 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 24 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 30 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 40 Blur" + { + "1" + { + "name" "TF2 Build" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "TF2 Build" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 22 Outline" + { + "1" + { + "name" "TF2 Build" + } + } + "Game 28 Outline" + { + "1" + { + "name" "TF2 Build" + } + } + } + + CustomFontFiles + { + "10" + { + "font" "resource/scheme/fonts/TF2Build.ttf" + "name" "TF2 Build" + } + } +} \ No newline at end of file diff --git a/resource/scheme/borders.res b/resource/scheme/borders.res new file mode 100644 index 0000000..8ba954b --- /dev/null +++ b/resource/scheme/borders.res @@ -0,0 +1,3213 @@ +Scheme +{ + Borders + { + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL MAIN THEME//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialHypno + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Main Theme" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////MATERIAL BLUE/////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialBlue + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Blue" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentBlue50 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_blue_transparent50" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentBlue70 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_blue_transparent70" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////MATERIAL RED//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialRed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentRed50 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_red_transparent50" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentRed70 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_red_transparent70" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MATERIAL WHITE/////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialWhite + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "White" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MATERIAL GREEN/////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGreen + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "green" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentGreen50 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_green_transparent50" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparentGreen70 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_green_transparent70" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MATERIAL PURPLE////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialPurple + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Purple" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL WHITEGRAY///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialWhiteGray + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "WhiteGray" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseWhiteGray + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "WhiteGray" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL GRAYLIGHT///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGrayLight + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayLight" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseGrayLight + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayLight" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////MATERIAL GRAYMEDIUM///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGrayMedium + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayMedium" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseGrayMedium + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayMedium" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL GRAYDARK////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGrayDark + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseGrayDark + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////MATERIAL GRAYDARKER///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGrayDarker + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDarker" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseGrayDarker + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDarker" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////MATERIAL GRAYDARKEST//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialGrayDarkest + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDarkest" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseGrayDarkest + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDarkest" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL BLACKLIGHT//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialBlackLight + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackLight" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseBlackLight + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackLight" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////MATERIAL BLACKDARK///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + MaterialBlackDark + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialReverseBlackDark + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic_reverse" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparent30 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent30" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparent50 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent50" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparent70 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent70" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MaterialTransparent90 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent90" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////HEALTH BOX MATERIALS FOR TARGETID AND KILLCAM/////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + HealthBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent50" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BuffedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Buffed Health Pulse" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + HurtBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Low Health Pulse" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + //////////////////////////////////////////////////////////////////////////////////// + ////////////////////////HEALTH BOX MATERIALS FOR SPECTATOR UI/////////////////////// + //////////////////////////////////////////////////////////////////////////////////// + + SpectatorHealthBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + SpectatorBuffedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Buffed Health Spec" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + SpectatorHurtBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Low Health Spec" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + /////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////DEFAULT BORDERS//////////////////////////////// + /////////////////////////////////////////////////////////////////////////////// + + NoBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + + TeamMenuBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + } + + ScrollBarButtonBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ScrollBarButtonDepressedBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + ButtonBorder + { + "color" "Blank" + "offset" "0 0" + } + + // this is the border used for default buttons (the button that gets pressed when you hit enter) + ButtonKeyFocusBorder + { + "color" "Green" + "offset" "0 0" + } + + ButtonDepressedBorder + { + "color" "Blank" + "offset" "0 0" + } + + ComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "WhiteDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "WhiteDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "WhiteDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "WhiteDark" + "offset" "0 0" + } + } + } + DarkComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "WhiteDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "WhiteDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "WhiteDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "WhiteDark" + "offset" "0 0" + } + } + } + SalePriceBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "SaleGreen" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "SaleGreen" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + } + + MainMenuSubButtonBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + } + + CrosshatchedBackground + { + "bordertype" "image" + "backgroundtype" "2" + "image" "loadout_header" + "tiled" "1" + } + + OutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + OutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + TFThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackLight" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + TFFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/thumbnails/panels/material_transparent50" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderRedBGOpaque_Store + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderRedBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderRedBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderBlueBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Blue" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderBlueBGMoreOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Blue" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderBlueBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Blue" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + TFFatLineBorderClearBG + { + "bordertype" "scalable_image" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + ToolTipBorder + { + "color" "40 44 46 255" + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + OptionsCategoryBorder + { + "inset" "0 0 1 1" + + // This border is used just to create a horizontal line, so it only has a bottom border + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + GrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + "offset" "0 0" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + StoreFreeTrialBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect_red" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + EconItemBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + Econ.Button.Border.Default + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + Econ.Button.Border.Armed + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + LoadoutItemMouseOverBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + LoadoutItemPopupBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "11" + "draw_corner_height" "11" + } + + BackpackItemGrayedOut + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + BackpackItemGrayedOut_Selected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Standard ------------------------------------------------------------------------------------------------ + BackpackItemBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemSelectedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Unique ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unique" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unique_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unique_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Unique + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unique_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Rarity1 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Genuine" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Genuine_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Genuine_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_1 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Genuine_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Rarity2 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Rarity3 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_3 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Normal_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Rarity4 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unusual" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unusual_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unusual_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_4 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Unusual_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Haunted ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Haunted + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Haunted" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Haunted + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Haunted_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Haunted + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Haunted_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Haunted + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Haunted_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // PaintkitWeapon ------------------------------------------------------------------------------------------------ + BackpackItemBorder_PaintkitWeapon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "PaintkitWeapon" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_PaintkitWeapon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "PaintkitWeapon_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_PaintkitWeapon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "PaintkitWeapon_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_PaintkitWeapon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "PaintkitWeapon_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Collector's ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Collectors + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Collectors" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Collectors + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Collectors_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Collectors + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Collectors_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Collectors + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Collectors_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Vintage ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Vintage" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Vintage_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Vintage_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Vintage + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Vintage_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Community ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Community" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Community_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Community_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Community + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Community_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Developer ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Developer" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Developer_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Developer_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Developer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Developer_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // SelfMade ------------------------------------------------------------------------------------------------ + BackpackItemBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SelfMade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SelfMade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SelfMade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_SelfMade + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SelfMade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Customized ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Customized" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Customized_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Customized_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Customized + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Customized_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Strange ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Strange" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Strange_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Strange_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Strange + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Strange_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + // Completed ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Completed" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Completed_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Completed_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_Completed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Completed_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + // *************************************************************************** + // Rarity Default + BackpackItemBorder_RarityDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GradedWeaponDefault" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GradedWeaponDefault_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GradedWeaponDefault_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GradedWeaponDefault_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + // *************************************************** + BackpackItemBorder_RarityCommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CivilianGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityCommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CivilianGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityCommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CivilianGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityCommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CivilianGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + // + BackpackItemBorder_RarityUncommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "FreelanceGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityUncommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "FreelanceGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityUncommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "FreelanceGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityUncommon + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "FreelanceGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + //************** + BackpackItemBorder_RarityRare + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "MercenaryGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityRare + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "MercenaryGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityRare + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "MercenaryGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityRare + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "MercenaryGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + //****************** + BackpackItemBorder_RarityMythical + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CommandoGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityMythical + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CommandoGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityMythical + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CommandoGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityMythical + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "CommandoGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + // *************************************************** + BackpackItemBorder_RarityLegendary + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "AssassinGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityLegendary + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "AssassinGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityLegendary + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "AssassinGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityLegendary + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "AssassinGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + //********************************************* + BackpackItemBorder_RarityAncient + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "EliteGrade" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemMouseOverBorder_RarityAncient + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "EliteGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutBorder_RarityAncient + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "EliteGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + BackpackItemGreyedOutSelectedBorder_RarityAncient + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "EliteGrade_Hover" + + "image" "replay/thumbnails/panels/Material_Generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + StoreItemBorder + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + StoreItemBorderMouseOver + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + StoreItemBorderSelected + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + MainMenuButtonGlow + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "255 130 60 255" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + MainMenuButtonGlow2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "255 150 5 255" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + NotificationDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "alert_rect" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + NotificationHighPriority + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + MainMenuButtonDepressed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDarker" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuButtonDepressedArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Main Theme" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Main Theme" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuButtonDisabled + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuMiniButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_adv" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + MainMenuMiniButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_adv_hover" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + MainMenuBGBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuBGBorderAlpha + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuBlogTabBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "blog_tabby" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + MainMenuHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + TrainingResultsBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + StoreInnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + StoreNewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "new_corner" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + StoreHighlightedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "featured_corner" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + StoreHighlightedBackgroundBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_featured_item_bg01" + "src_corner_height" "80" + "src_corner_width" "30" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + StoreDiscountBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "sale_corner" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + StorePreviewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_inspector_bg_small" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + StoreAddToCart + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_add_to_cart" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + StorePreviewTabSelected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_selected" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "12" + "draw_corner_height" "12" + } + StorePreviewTabUnselected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_unselected" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "16" + "draw_corner_height" "12" + } + StorePromotion + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_coupon_border" + "src_corner_height" "16" + "src_corner_width" "16" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + ArmoryScrollbarBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_button_off" + "src_corner_height" "16" + "src_corner_width" "16" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ArmoryScrollbarWell + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_well" + "src_corner_height" "16" + "src_corner_width" "16" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + QuickplayBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "Blank" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + SortCategoryBorder + { + "inset" "0 0 1 1" + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + } + + SteamWorkshopBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + ReplayFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + ReplayFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayGrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayOutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayOutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayDefaultBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "GrayDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayBalloonBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "BlackDark" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + ReplayBrowser.ScrollBar.SliderButton.Border + { + } + + QuestStatusBorder + { + "bordertype" "scalable_image" + "backgroundtype" "0" + "offset" "0 0" + "Alpha" "0" + + "image" "" + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + RedWithThinBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Red" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + BlueWithThinBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Blue" + + "image" "replay/thumbnails/panels/material_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + InnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" + "src_corner_width" "5" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + InnerShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" + "src_corner_width" "5" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + OuterShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" + "src_corner_width" "8" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + OuterShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" + "src_corner_width" "8" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + CYOAScreenBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/cyoa_map_screen_border" + "src_corner_height" "63" + "src_corner_width" "63" + "draw_corner_width" "26" + "draw_corner_height" "26" + } + + CYOANodeViewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + CYOANodeViewBorder_Active + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_active" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + CYOANodeViewBorder_Inactive + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_inactive" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + CYOANodeViewBorder_TurnIn + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_turnin" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + CYOAPopupBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + } + + FriendHighlightBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Main Theme" + "offset" "0 0" + } + "2" + { + "color" "Main Theme" + "offset" "0 0" + } + + } + + Right + { + "1" + { + "color" "Main Theme" + "offset" "0 0" + } + "2" + { + "color" "Main Theme" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Main Theme" + "offset" "0 0" + } + "2" + { + "color" "Main Theme" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Main Theme" + "offset" "0 0" + } + "2" + { + "color" "Main Theme" + "offset" "0 0" + } + } + } + } +} \ No newline at end of file diff --git a/resource/scheme/colors.res b/resource/scheme/colors.res new file mode 100644 index 0000000..361f82a --- /dev/null +++ b/resource/scheme/colors.res @@ -0,0 +1,417 @@ +Scheme +{ + Colors + { + "Orange" "80 150 255 255" + "OrangeDim" "80 150 255 255" + "LightOrange" "80 150 255 255" + "GoalOrange" "255 133 0" + "TFOrange" "80 150 255 255" + "Purple" "170 20 220 255" + + "QuestGold" "208 147 75 255" + "HalloweenThemeColor2015_Light" "238 126 17 255" + "HalloweenThemeColor2015" "135 54 16 255" + "HalloweenThemeColor2015_Dark" "108 49 21 255" + "QuestUncommitted" "183 147 100 255" + + "QuestMap_Bonus" "222 217 166 255" + "QuestMap_ActiveOrange" "212 127 25 255" + "QuestMap_InactiveGrey" "100 100 100 255" + "QuestMap_BGImages" "56 58 60 255" + + "PartyMember1" "124 173 255 255" + "PartyMember2" "99 232 167 255" + "PartyMember3" "229 255 121 255" + "PartyMember4" "232 184 99 255" + "PartyMember5" "255 118 108 255" + "PartyMember6" "255 133 255 255" + + "RedSolid" "255 61 61 255" + "Yellow" "227 228 230 255" + "TransparentYellow" "227 228 230 255" + "BrightYellow" "255 255 0 255" + "GreenSolid" "76 107 34 255" + + "FooterBGBlack" "0 0 0 255" + + "HUDBlueTeam" "92 173 255 255" + "HUDRedTeam" "255 61 61 255" + "HUDSpectator" "227 228 230 255" + "HUDBlueTeamSolid" "92 173 255 255" + "HUDRedTeamSolid" "255 61 61 255" + "HUDDeathWarning" "255 61 61 255" + "HudWhite" "227 228 230 255" + "HudOffWhite" "227 228 230 255" + "HudBlack" "0 0 0 255" + "ProgressBarBlue" "90 125 140 255" + + "CreditsGreen" "95 150 50 255" + + "Gray" "227 228 230 255" + + "Blank" "0 0 0 0" + "ForTesting" "255 0 0 32" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" + + "HudPanelForeground" "227 228 230 255" + "HudPanelBackground" "227 228 230 255" + "HudPanelBorder" "227 228 230 255" + + "HudProgressBarActive" "227 228 230 255" + "HudProgressBarInActive" "227 228 230 255" + "HudProgressBarActiveLow" "255 61 61 255" + "HudProgressBarInActiveLow" "255 61 61 255" + + "HudTimerProgressActive" "227 228 230 255" + "HudTimerProgressInActive" "50 50 50 255" + "HudTimerProgressWarning" "240 30 30 255" + + "HudTrainingHint" "212 160 23 255" + + "TanDark" "150 150 150 255" + "TanLight" "230 230 230 255" + "TanDarker" "15 15 15 255" + + "StoreDarkTan" "150 150 150 255" + "StoreGreen" "35 185 30 255" + + "LowHealthRed" "255 0 0 255" + "ProgressOffWhite" "227 228 230 255" + "ProgressBackground" "0 0 0 50" + "HealthBgGrey" "60 60 60 255" + + "ProgressOffWhiteTransparent" "227 228 230 255" + + "LabelDark" "0 0 0 255" + "LabelTransparent" "0 0 0 100" + + "BuildMenuActive" "227 228 230 255" + + "DisguiseMenuIconRed" "255 61 61 255" + "DisguiseMenuIconBlue" "92 173 255 255" + + "MatchmakingDialogTitleColor" "227 228 230 255" + "MatchmakingMenuItemBackground" "30 30 30 255" + "MatchmakingMenuItemBackgroundActive" "92 173 255 255" + "MatchmakingMenuItemTitleColor" "227 228 230 255" + "MatchmakingMenuItemDescriptionColor" "227 228 230 255" + + "HTMLBackground" "30 30 30 255" + + "ItemAttribLevel" "227 228 230 255" + "ItemAttribNeutral" "227 228 230 255" + "ItemAttribPositive" "150 200 255 255" + "ItemAttribNegative" "255 61 61 255" + + "ItemSetName" "225 255 15 255" + "ItemSetItemEquipped" "149 175 12 255" + "ItemSetItemMissing" "139 137 137 255" + "ItemIsotope" "225 255 15 255" + "ItemBundleItem" "149 175 12 255" + "ItemLimitedUse" "0 160 0 255" + "ItemFlags" "117 107 94 255" + "ItemLimitedQuantity" "225 209 0 255" + + "QualityColorNormal" "150 150 150 255" + "QualityColorrarity1" "77 116 85 255" + "QualityColorrarity2" "141 131 75 255" + "QualityColorrarity3" "204 204 250 255" + "QualityColorrarity4" "134 80 172 255" + "QualityColorVintage" "71 98 145 255" + "QualityColorUnique" "255 215 0 255" + "QualityColorCommunity" "112 176 74 255" + "QualityColorDeveloper" "165 15 121 255" + "QualityColorSelfMade" "112 176 74 255" + "QualityColorCustomized" "71 98 145 255" + "QualityColorStrange" "255 165 105 255" + "QualityColorCompleted" "134 80 172 255" + "QualityColorHaunted" "65 250 180 255" + "QualityColorCollectors" "170 0 0 255" + "QualityColorPaintkitWeapon" "250 250 250 255" + + "ItemRarityDefault" "131 126 119 255" + "ItemRarityCommon" "135 160 205 255" + "ItemRarityUncommon" "94 152 217 255" + "ItemRarityRare" "50 80 230 255" + "ItemRarityMythical" "136 71 255 255" + "ItemRarityLegendary" "211 44 230 255" + "ItemRarityAncient" "235 75 75 255" + + "ItemRarityDefault_GreyedOut" "44 42 40 255" + "ItemRarityCommon_GreyedOut" "59 65 72 255" + "ItemRarityUncommon_GreyedOut" "31 50 72 255" + "ItemRarityRare_GreyedOut" "25 35 85 255" + "ItemRarityMythical_GreyedOut" "45 24 85 255" + "ItemRarityLegendary_GreyedOut" "70 15 77 255" + "ItemRarityAncient_GreyedOut" "78 25 25 255" + + "QualityColorNormal_GreyedOut" "44 44 44 255" + "QualityColorrarity1_GreyedOut" "20 29 21 255" + "QualityColorrarity2_GreyedOut" "35 33 19 255" + "QualityColorrarity3_GreyedOut" "51 51 62 255" + "QualityColorrarity4_GreyedOut" "36 20 43 255" + "QualityColorVintage_GreyedOut" "18 25 36 255" + "QualityColorUnique_GreyedOut" "64 54 0 255" + "QualityColorCommunity_GreyedOut" "28 44 19 255" + "QualityColorDeveloper_GreyedOut" "41 4 30 255" + "QualityColorSelfMade_GreyedOut" "28 44 74 255" + "QualityColorCustomized_GreyedOut" "71 98 19 255" + "QualityColorStrange_GreyedOut" "52 27 13 255" + "QualityColorCompleted_GreyedOut" "34 20 43 255" + "QualityColorHaunted_GreyedOut" "14 61 43 255" + "QualityColorCollectors_GreyedOut" "60 0 0 255" + "QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255" + + "SaleGreen" "35 185 30 255" + + "LightRed" "255 61 61 255" + "LighterRed" "255 61 61 255" + "LighterDarkBrown" "60 60 60 255" + "DarkBrown" "30 30 30 255" + + "UpgradeDefaultFg" "227 228 230 255" + "UpgradeDefaultBg" "60 60 60 255" + "UpgradeArmedFg" "227 228 230 255" + "UpgradeArmedBg" "80 150 255 255" + "UpgradeDepressedFg" "60 60 60 255" + "UpgradeDepressedBg" "80 150 255 255" + "UpgradeSelectedFg" "60 60 60 255" + "UpgradeSelectedBg" "80 150 255 255" + "UpgradeDisabledFg" "60 60 60 255" + "UpgradeDisabledBg" "0 0 0 255" + } + + /////////////////////////////////////////////////////////////////////////////// + ////////////////////////////BASE COLORS SETTINGS/////////////////////////////// + /////////////////////////////////////////////////////////////////////////////// + + BaseSettings + { + ReplayBrowser.BgColor "DarkBrown" + ReplayBrowser.Details.TitleEdit.Carat.FgColor "Main Theme" + ReplayBrowser.Button.ArmedBgColor "Main Theme" + ReplayBrowser.Button.DepressedBgColor "Main Theme" + ReplayBrowser.CollectionTitle.FgColor "Main Theme" + ReplayBrowser.Warning.FgColor "White" + ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow" + ReplayBrowser.Search.BgColor "TanDark" + ReplayBrowser.Search.FgColor "White" + + Replay.RenderDialog.BgColor "LighterDarkBrown" + + Econ.Dialog.BgColor "BlackDark" + Econ.Button.BgColor "BlackLight" + Econ.Button.FgColor "White" + Econ.Button.ArmedBgColor "Main Theme" + Econ.Button.ArmedFgColor "White" + Econ.Button.DepressedBgColor "Main Theme" + Econ.Button.DepressedFgColor "BlackLight" + + Econ.Button.PresetDefaultColorFg "White" + Econ.Button.PresetArmedColorFg "White" + Econ.Button.PresetDepressedColorFg "White" + + Econ.Button.PresetDefaultColorBg "Main Theme" + Econ.Button.PresetArmedColorBg "Main Theme" + Econ.Button.PresetDepressedColorBg "Main Theme" + + Border.Bright "Blank" + Border.Dark "BlackDark" + Border.Selection "Gray" + + Button.TextColor "White" + Button.BgColor "GrayDark" + Button.ArmedTextColor "White" + Button.ArmedBgColor "Main Theme" + Button.SelectedTextColor "White" + Button.SelectedBgColor "Main Theme" + Button.DepressedTextColor "GrayDark" + Button.DepressedBgColor "Main Theme" + + CheckButton.TextColor "WhiteDark" + CheckButton.SelectedTextColor "WhiteDark" + CheckButton.BgColor "TransparentBlack" + CheckButton.Border1 "WhiteDark" + CheckButton.Border2 "WhiteDark" + CheckButton.Check "WhiteDark" + CheckButton.HighlightFgColor "WhiteDark" + + ComboBoxButton.ArrowColor "WhiteDark" + ComboBoxButton.ArmedArrowColor "WhiteDark" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + Frame.BgColor "TransparentBlack" + Frame.OutOfFocusBgColor "TransparentBlack" + Frame.FocusTransitionEffectTime "0.0" + Frame.TransitionEffectTime "0.0" + Frame.FocusTransitionEffectTime "0.15" + Frame.TransitionEffectTime "0.15" + Frame.AutoSnapRange "0" + FrameGrip.Color1 "Blank" + FrameGrip.Color2 "Blank" + FrameTitleButton.FgColor "Blank" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "Blank" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.TextColor "Orange" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "Orange" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "Orange" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "TanDark" + Label.TextColor "White" + Label.TextBrightColor "White" + Label.SelectedTextColor "White" + Label.BgColor "Blank" + Label.DisabledFgColor1 "Blank" + Label.DisabledFgColor2 "Black" + + ListPanel.TextColor "White" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedTextColor "Black" + ListPanel.SelectedBgColor "Red" + ListPanel.SelectedOutOfFocusBgColor "Red" + ListPanel.EmptyListInfoTextColor "White" + + Menu.TextColor "WhiteDark" + Menu.BgColor "BlackDark" + Menu.ArmedTextColor "White" + Menu.ArmedBgColor "GrayDarker" + Menu.TextInset "6" + + Chat.TypingText "White" + + Panel.FgColor "Gray" + Panel.BgColor "Blank" + + HTML.BgColor "Blank" + + ProgressBar.FgColor "255 255 255 255" + ProgressBar.BgColor "0 0 0 50" + + CircularProgressBar.FgColor "White" + CircularProgressBar.BgColor "White" + + "BuildingHealthBar.BgColor" "HealthBgGrey" + "BuildingHealthBar.Health" "White" + "BuildingHealthBar.LowHealth" "LowHealthRed" + + PropertySheet.TextColor "White" + PropertySheet.SelectedTextColor "White" + PropertySheet.TransitionEffectTime "0.25" + + RadioButton.TextColor "White" + RadioButton.SelectedTextColor "White" + + RichText.TextColor "Gray" + RichText.BgColor "Blank" + RichText.SelectedTextColor "Gray" + RichText.SelectedBgColor "Red" + + ScrollBarButton.FgColor "Gray" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "Gray" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "Black" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "Gray" + ScrollBarSlider.BgColor "Blank" + + SectionedListPanel.HeaderTextColor "White" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "White" + SectionedListPanel.BrightTextColor "White" + SectionedListPanel.BgColor "TransparentLightBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Red" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32" + + Slider.NobColor "108 108 108 255" + Slider.TextColor "White" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "Gray" + TextEntry.BgColor "Blank" + TextEntry.CursorColor "Gray" + TextEntry.DisabledTextColor "Gray" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "TanLight" + TextEntry.SelectedBgColor "Gray" + TextEntry.OutOfFocusSelectedBgColor "Blank" + TextEntry.FocusEdgeColor "Blank" + + ToggleButton.SelectedTextColor "White" + + Tooltip.TextColor "TransparentBlack" + Tooltip.BgColor "Red" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + TimerProgress.Active "HudTimerProgressActive" + TimerProgress.InActive "HudTimerProgressInActive" + TimerProgress.Warning "HudTimerProgressWarning" + + HudObjectives.FgColor "HudPanelForeground" + HudObjectives.BgColor "HudPanelBackground" + HudObjectives.BorderColor "HudPanelBorder" + + HudProgressBar.Active "HudProgressBarActive" + HudProgressBar.InActive "HudProgressBarInActive" + + HudCaptureIcon.Active "HudProgressBarActive" + HudCaptureIcon.InActive "HudProgressBarInActive" + HudCaptureProgressBar.Active "HudProgressBarActive" + HudCaptureProgressBar.InActive "HudProgressBarInActive" + + "FgColor" "White" + "BgColor" "TransparentBlack" + + "ViewportBG" "Blank" + "TeamSpec" "White" + "TeamRed" "Red" + "TeamBlue" "Blue" + + "MapDescriptionText" "Gray" + "HudIcon_Green" "0 160 0 255" + "HudIcon_Red" "160 0 0 255" + + "ItemColor" "255 167 42 200" + "MenuColor" "White" + "MenuBoxBg" "0 0 0 100" + + "SelectionNumberFg" "White" + "SelectionTextFg" "White" + "SelectionEmptyBoxBg" "0 0 0 80" + "SelectionBoxBg" "0 0 0 80" + "SelectionSelectedBoxBg" "0 0 0 190" + + "HintMessageFg" "227 228 230 255" + "HintMessageBg" "0 0 0 60" + + "ProgressBarFg" "255 30 13 255" + + "Main.Menu.X" "32" + "Main.Menu.Y" "248" + + "Main.BottomBorder" "32" + + "VguiScreenCursor" "255 208 64 255" + } +} \ No newline at end of file diff --git a/resource/scheme/crosshairs.res b/resource/scheme/crosshairs.res new file mode 100644 index 0000000..a5475c7 --- /dev/null +++ b/resource/scheme/crosshairs.res @@ -0,0 +1,688 @@ +Scheme +{ + Fonts + { + "Size:10 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "10" + "weight" "0" + "antialias" "1" + } + } + "Size:11 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "11" + "weight" "0" + "antialias" "1" + } + } + "Size:12 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "12" + "weight" "0" + "antialias" "1" + } + } + "Size:13 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "13" + "weight" "0" + "antialias" "1" + } + } + "Size:14 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "14" + "weight" "0" + "antialias" "1" + } + } + "Size:15 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "15" + "weight" "0" + "antialias" "1" + } + } + "Size:16 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "16" + "weight" "0" + "antialias" "1" + } + } + "Size:17 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "17" + "weight" "0" + "antialias" "1" + } + } + "Size:18 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "18" + "weight" "0" + "antialias" "1" + } + } + "Size:19 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "19" + "weight" "0" + "antialias" "1" + } + } + "Size:20 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "20" + "weight" "0" + "antialias" "1" + } + } + "Size:21 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "21" + "weight" "0" + "antialias" "1" + } + } + "Size:22 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "22" + "weight" "0" + "antialias" "1" + } + } + "Size:23 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "23" + "weight" "0" + "antialias" "1" + } + } + "Size:24 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "24" + "weight" "0" + "antialias" "1" + } + } + "Size:25 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "25" + "weight" "0" + "antialias" "1" + } + } + "Size:26 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "26" + "weight" "0" + "antialias" "1" + } + } + "Size:27 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "27" + "weight" "0" + "antialias" "1" + } + } + "Size:28 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "28" + "weight" "0" + "antialias" "1" + } + } + "Size:29 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "29" + "weight" "0" + "antialias" "1" + } + } + "Size:30 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "30" + "weight" "0" + "antialias" "1" + } + } + + "Size:10 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "10" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:11 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "11" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:12 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "12" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:13 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "13" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:14 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "14" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:15 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "15" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:16 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "16" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:17 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "17" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:18 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "18" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:19 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "19" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:20 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "20" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:21 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "21" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:22 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "22" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:23 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "23" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:24 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "24" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:25 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "25" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:26 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "26" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:27 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "27" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:28 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "28" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:29 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "29" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:30 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "30" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:10 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "10" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:11 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "11" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:12 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "12" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:13 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "13" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:14 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "14" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:15 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "15" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:16 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "16" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:17 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "17" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:18 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "18" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:19 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "19" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:20 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "20" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:21 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "21" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:22 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "22" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:23 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "23" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:24 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "24" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:25 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "25" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:26 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "26" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:27 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "27" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:28 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "28" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:29 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "29" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:30 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs_HH2" + "tall" "30" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + } + + CustomFontFiles + { + "100" + { + "font" "resource/scheme/fonts/TF2Crosshairs.ttf" + "name" "TF2Crosshairs_HH2" + } + } +} \ No newline at end of file diff --git a/resource/scheme/fonts.res b/resource/scheme/fonts.res new file mode 100644 index 0000000..813acc4 --- /dev/null +++ b/resource/scheme/fonts.res @@ -0,0 +1,2920 @@ +Scheme +{ + BitmapFontFiles + { + "Buttons" "materials/vgui/fonts/buttons_32.vbf" + "ButtonsSC" "materials/vgui/fonts/buttons_sc.vbf" + } + + Fonts + { + "Game 12" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + "Game 14" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + "Game 15" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "15" + "additive" "0" + "antialias" "1" + } + } + "Game 16" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "16" + "additive" "0" + "antialias" "1" + } + } + "Game 18" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + "Game 20" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + "Game 22" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "22" + "additive" "0" + "antialias" "1" + } + } + "Game 24" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "Game 30" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "30" + "additive" "0" + "antialias" "1" + } + } + "Game 40" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "40" + "additive" "0" + "antialias" "1" + } + } + + "Game 12 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "12" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 14 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "14" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 15 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "15" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 16 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "16" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 18 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "18" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 20 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "20" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 22 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "22" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 24 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "24" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Game 30 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "30" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + "Game 40 Blur" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "40" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + + "Game 18 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "18" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Game 22 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "22" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Game 24 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "24" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Game 28 Shadow" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "28" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + + "Game 18 Outline" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "18" + "additive" "0" + "antialias" "1" + "outline" "1" + } + } + "Game 22 Outline" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "22" + "additive" "0" + "antialias" "1" + "outline" "1" + } + } + "Game 28 Outline" + { + "1" + { + "name" "Rubik SemiBold" + "tall" "28" + "additive" "0" + "antialias" "1" + "outline" "1" + } + } + + "Size 7" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "additive" "0" + "antialias" "1" + } + } + "Size 8" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "additive" "0" + "antialias" "1" + } + } + "Size 9" + { + "1" + { + "name" "Product Sans" + "tall" "9" + "additive" "0" + "antialias" "1" + } + } + "Size 10" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + "Size 11" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "additive" "0" + "antialias" "1" + } + } + "Size 12" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + "Size 14" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + "Size 15" + { + "1" + { + "name" "Rubik Medium" + "tall" "15" + "additive" "0" + "antialias" "1" + } + } + "Size 16" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "additive" "0" + "antialias" "1" + } + } + "Size 18" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + "Size 20" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + "Size 22" + { + "1" + { + "name" "Rubik Medium" + "tall" "22" + "additive" "0" + "antialias" "1" + } + } + "Size 24" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "Size 28" + { + "1" + { + "name" "Rubik Medium" + "tall" "28" + "additive" "0" + "antialias" "1" + } + } + "Size 30" + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "additive" "0" + "antialias" "1" + } + } + "Size 36" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "additive" "0" + "antialias" "1" + } + } + "Size 40" + { + "1" + { + "name" "Rubik Medium" + "tall" "40" + "additive" "0" + "antialias" "1" + } + } + "Size 44" + { + "1" + { + "name" "Rubik Medium" + "tall" "44" + "additive" "0" + "antialias" "1" + } + } + + "Size 9 Blur" + { + "1" + { + "name" "Product Sans" + "tall" "9" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 10 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 11 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 12 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 14 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 16 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 18 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Size 20 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + "Size 24 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + "Size 30 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + "Size 36 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + "Size 40 Blur" + { + "1" + { + "name" "Rubik Medium" + "tall" "40" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + + + "Size 10 Shadow" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Size 12 Shadow" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + + "Size 10 Numbers" + { + "1" + { + "name" "Rubik Numbers" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + "Size 14 Numbers" + { + "1" + { + "name" "Rubik Numbers" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + + "UltraSmall" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "Default" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "0" + "additive" "0" + "antialias" "1" + "range" "0x0000 0x017F" + } + } + "DefaultUnderline" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "0" + "additive" "0" + "antialias" "1" + "underline" "1" + "range" "0x0000 0x017F" + } + } + "DefaultSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "0" + "additive" "0" + "antialias" "1" + "range" "0x0000 0x017F" + } + } + "DefaultVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "0" + "antialias" "1" + "range" "0x0000 0x017F" + } + } + DefaultLarge + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "0" + "additive" "0" + "antialias" "1" + "range" "0x0000 0x017F" + } + } + + CenterPrintText + { + "1" + { + "name" "Rubik Medium" [!$OSX] + "name" "Rubik Medium" [$OSX] + "tall" "18" + "weight" "0" + "antialias" "1" + "additive" "1" + } + } + "PlayerPanelPlayerName" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + HudHintText + { + "1" + { + "name" "Product Sans" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontGiant" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "HudFontGiantBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "44" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBiggerBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "35" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBig" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBig" + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBigBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMedium" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSecondary" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallSecondary" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallishBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBoldShadow" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallest" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallestShadow" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallestBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "PerformanceModeSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "4" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "StorePromotionsTitle" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontCartPrice" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontStorePrice" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStoreOriginalPrice" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePriceSmall" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePromotion" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "TextTooltipFont" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + GameUIButtons + { + "1" + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSmall + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSmallest + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" + } + } + GameUIButtonsSteamController + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSteamControllerSmall + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.25" + "scaley" "0.25" + } + } + GameUIButtonsSteamControllerSmallest + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.15" + "scaley" "0.15" + } + } + "GameUIButtonText" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudClassHealth" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "SpectatorKeyHints" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubText" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextSuddenDeath" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextTiny" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudSelectionText" + { + "1" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "700" + "antialias" "1" + "yres" "1 599" + "range" "0x0000 0x017F" + "additive" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "700" + "antialias" "1" + "yres" "600 767" + "range" "0x0000 0x017F" + "additive" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "900" + "antialias" "1" + "yres" "768 1023" + "range" "0x0000 0x017F" + } + "4" + { + "name" "Rubik Medium" + "tall" "21" + "weight" "900" + "antialias" "1" + "yres" "1024 1199" + "range" "0x0000 0x017F" + } + "5" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "1000" + "antialias" "1" + "yres" "1200 10000" + "range" "0x0000 0x017F" + } + } + DebugOverlay + { + "1" + { + "name" "Courier New" + "tall" "14" + "weight" "400" + "outline" "1" + "range" "0x0000 0x017F" + } + } + TFTypeDeath + { + "1" + { + "name" "tfd" // tfd.ttf + "tall" "28" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + Icons + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "BetaFont" + { + "1" + { + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + + HudNumbers + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "CloseCaption_Normal" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "CloseCaption_Italic" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "CloseCaption_Bold" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "CloseCaption_BoldItalic" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "CloseCaption_Small" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // this is the symbol font + "Marlett" + { + "1" + { + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" + } + } + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "14" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" + } + } + "MenuMainTitle" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "antialias" "1" + "weight" "500" + } + } + "MenuClassBuckets" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "antialias" "1" + "weight" "500" + } + } + "MenuKeys" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "antialias" "1" + "weight" "500" + } + } + + "GoalText" + { + "1" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + "ChalkboardTitle" + { + "1" + { + "name" "Rubik Medium" + "tall" "28" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ChalkboardTitleBig" + { + "1" + { + "name" "Rubik Medium" + "tall" "40" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ChalkboardTitleMedium" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ChalkboardText" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" [!$OSX] + "tall" "15" [$OSX] + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "ScoreboardSmallest" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardVerySmall" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardMediumSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "ScoreboardMedium" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamName" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamCountNew" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamNameNew" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamNameLarge" + { + "1" + { + "name" "Rubik Medium" + "tall" "34" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + + "ScoreboardTeamScoreNew" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardTeamScore" + { + "1" + { + "name" "Rubik Medium" + "tall" "52" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1 599" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "72" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "600 767" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "100" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Rubik Medium" + "tall" "140" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Rubik Medium" + "tall" "180" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1200 10000" + "antialias" "1" + } + } + "MatchSummaryTeamScores" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + "MatchSummaryStatsAndMedals" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "MatchSummaryWinner" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "CompMatchStartTeamNames" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ControlPointTimer" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ControlPointTimerSmaller" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "Link" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "TargetID" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "0" + } + "2" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "0" + } + "3" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "0" + } + "4" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "0" + } + "5" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "0" + } + } + "ChatFont" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + "ChatMiniFont" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + MenuSmallestFont + { + "1" + { + "name" "Arial Black" + "tall" "8" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + + MenuSmallFont + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + CapPlayerFont + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "500" + "range" "0x0000 0x017F" + "TextColor" "Black" + "antialias" "1" + } + } + CapPlayerFontSmall + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "range" "0x0000 0x017F" + "TextColor" "Black" + "antialias" "1" + } + } + + TFFontSmall + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + TFFontMedium + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + InstructionalText + { + "1" + { + "name" "Rubik Medium" + "tall" "11" [!$OSX] + "tall" "9" [$OSX] + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + MatchmakingDialogTitle + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "weight" "500" + } + } + MatchmakingDialogSessionOptionsTitle + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "weight" "500" + } + } + MatchmakingDialogMenuLarge + { + "1" + { + "name" "Rubik Medium" + "tall" "28" + "weight" "500" + } + } + MatchmakingDialogMenuBrowserHostname + { + "1" + { + "name" "Trebuchet MS" + "tall" "22" + "weight" "900" + } + } + MatchmakingDialogMenuBrowserDetails + { + "1" + { + "name" "Trebuchet MS" + "tall" "18" + "weight" "900" + } + } + MatchmakingDialogMenuMedium + { + "1" + { + "name" "Rubik Medium" + "tall" "22" + "weight" "500" + } + } + MatchmakingDialogMenuMediumSmall + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + } + } + MatchmakingDialogMenuSmall + { + "1" + { + "name" "Rubik Medium" + "tall" "22" + "weight" "900" + } + } + MatchmakingDialogMenuSmallest + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "900" + } + } + RankingDialogHeaders + { + "1" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "900" + } + } + + "TeamMenuBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "TeamMenu" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } + "IntroMenuCaption" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AchievementNotification" + { + "1" + { + "name" "Trebuchet MS" + "tall" "14" + "weight" "900" + "antialias" "1" + } + } + "ImportToolSmallestBold" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } + "ImportToolSmallest" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "SpectatorVerySmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + + "DefaultVerySmallFallBack" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 1199" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + "ItemFontNameSmallest" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameSmall" + { + "1" + { + "name" "Product Sans" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameLarge" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameLarger" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribSmallest" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + ItemFontAttribSmallv2 + { + "1" + { + "name" "Product Sans" + "tall" "8" + "antialias" "1" + "weight" "500" + } + } + "ItemFontAttribSmall" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribLarge" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribLarger" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "AchievementTracker_Name" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "AchievementTracker_NameGlow" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + "AchievementTracker_Desc" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "QuestObjectiveTracker_Desc" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "QuestObjectiveTracker_DescGlow" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "antialias" "1" + } + } + "QuestObjectiveTracker_DescBlur" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + "ItemTrackerScore_InGame" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "antialias" "1" + } + } + + "QuestFlavorText" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestObjectiveText" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestLargeText" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestStickyText" + { + "1" + { + "name" "Rubik Medium" + "tall" "20" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + + "QuestInstructionText_Merasmus" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestFlavorText_Merasmus" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + "italic" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + "italic" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + "italic" "1" + } + } + + "QuestObjectiveText_Merasmus" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestMediumText_Merasmus" + { + "1" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestLargeText_Merasmus" + { + "1" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "AdFont_ItemName" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "AdFont_AdText" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AdFont_PurchaseButton" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "0" + "antialias" "1" + } + } + + "TradeUp_Text" + { + "1" + { + "name" "Product Sans" + "tall" "8" + "weight" "400" + "antialias" "1" + "additive" "0" + } + } + + "TradeUp_Quote" + { + "1" + { + "name" "Trebuchet MS" + "tall" "9" + "weight" "400" + "antialias" "1" + "additive" "0" + "italic" "1" + } + } + + // + //////////////////// REPLAY FONTS ////////////////////////////// + // + "ReplayVerySmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Rubik Medium" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + "ReplayBrowserSmallest" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplaySmaller" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Rubik Medium" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Rubik Medium" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Rubik Medium" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + "ReplayMediumSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMedium" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMediumBig" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayBrowserTab" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayLarger" + { + "1" + { + "name" "Rubik Medium" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // + //////////////////// ECON FONTS ////////////////////////////// + // + "EconFontSmall" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "EconFontMedium" + { + "1" + { + "name" "Rubik Medium" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + ControllerHintText + { + "1" + { + "name" "Rubik Medium" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" + } + } + + "MMenuPlayListDesc" + { + "1" + { + "name" "Rubik Medium" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "XPSource" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "antialias" "1" + } + } + + "XPSource_Glow" + { + "1" + { + "name" "Rubik Medium" + "tall" "11" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "MapVotesPercentage" + { + "1" + { + "name" "Rubik Medium" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + + "QuestMap_Small_Blur" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "QuestMap_Small" + { + "1" + { + "name" "Product Sans" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Medium" + { + "1" + { + "name" "Rubik Medium" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Large" + { + "1" + { + "name" "Rubik Medium" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Huge" + { + "1" + { + "name" "Rubik Medium" + "tall" "30" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + } + + CustomFontFiles + { + "20" + { + "font" "resource/scheme/fonts/rubik-medium.otf" + "name" "Rubik Medium" + } + "21" + { + "font" "resource/scheme/fonts/rubik-numbers.otf" + "name" "Rubik Numbers" + } + "22" + { + "font" "resource/scheme/fonts/rubik-semibold.otf" + "name" "Rubik SemiBold" + } + "23" + { + "font" "resource/scheme/fonts/product.ttf" + "name" "Product Sans" + } + } +} \ No newline at end of file diff --git a/resource/scheme/fonts/avenir black.ttf b/resource/scheme/fonts/avenir black.ttf new file mode 100644 index 0000000..eb2c9a1 Binary files /dev/null and b/resource/scheme/fonts/avenir black.ttf differ diff --git a/resource/scheme/fonts/avenir heavy.otf b/resource/scheme/fonts/avenir heavy.otf new file mode 100644 index 0000000..24cced1 Binary files /dev/null and b/resource/scheme/fonts/avenir heavy.otf differ diff --git a/resource/scheme/fonts/blocks.ttf b/resource/scheme/fonts/blocks.ttf new file mode 100644 index 0000000..32154ec Binary files /dev/null and b/resource/scheme/fonts/blocks.ttf differ diff --git a/resource/scheme/fonts/cerbetica.ttf b/resource/scheme/fonts/cerbetica.ttf new file mode 100644 index 0000000..90072c6 Binary files /dev/null and b/resource/scheme/fonts/cerbetica.ttf differ diff --git a/resource/scheme/fonts/futura.otf b/resource/scheme/fonts/futura.otf new file mode 100644 index 0000000..a168956 Binary files /dev/null and b/resource/scheme/fonts/futura.otf differ diff --git a/resource/scheme/fonts/handel gothic.TTF b/resource/scheme/fonts/handel gothic.TTF new file mode 100644 index 0000000..45b6866 Binary files /dev/null and b/resource/scheme/fonts/handel gothic.TTF differ diff --git a/resource/scheme/fonts/hypnotize icons.png b/resource/scheme/fonts/hypnotize icons.png new file mode 100644 index 0000000..d17253c Binary files /dev/null and b/resource/scheme/fonts/hypnotize icons.png differ diff --git a/resource/scheme/fonts/hypnotize icons.ttf b/resource/scheme/fonts/hypnotize icons.ttf new file mode 100644 index 0000000..399b296 Binary files /dev/null and b/resource/scheme/fonts/hypnotize icons.ttf differ diff --git a/resource/scheme/fonts/lato.ttf b/resource/scheme/fonts/lato.ttf new file mode 100644 index 0000000..b63a14d Binary files /dev/null and b/resource/scheme/fonts/lato.ttf differ diff --git a/resource/scheme/fonts/neutra.ttf b/resource/scheme/fonts/neutra.ttf new file mode 100644 index 0000000..2554802 Binary files /dev/null and b/resource/scheme/fonts/neutra.ttf differ diff --git a/resource/scheme/fonts/nexa.otf b/resource/scheme/fonts/nexa.otf new file mode 100644 index 0000000..e188cd9 Binary files /dev/null and b/resource/scheme/fonts/nexa.otf differ diff --git a/resource/scheme/fonts/product bold.ttf b/resource/scheme/fonts/product bold.ttf new file mode 100644 index 0000000..d847195 Binary files /dev/null and b/resource/scheme/fonts/product bold.ttf differ diff --git a/resource/scheme/fonts/product.ttf b/resource/scheme/fonts/product.ttf new file mode 100644 index 0000000..b98ae73 Binary files /dev/null and b/resource/scheme/fonts/product.ttf differ diff --git a/resource/scheme/fonts/readyup symbols.otf b/resource/scheme/fonts/readyup symbols.otf new file mode 100644 index 0000000..51feecf Binary files /dev/null and b/resource/scheme/fonts/readyup symbols.otf differ diff --git a/resource/scheme/fonts/renogare.ttf b/resource/scheme/fonts/renogare.ttf new file mode 100644 index 0000000..5d0e56a Binary files /dev/null and b/resource/scheme/fonts/renogare.ttf differ diff --git a/resource/scheme/fonts/roboto.ttf b/resource/scheme/fonts/roboto.ttf new file mode 100644 index 0000000..68822ca Binary files /dev/null and b/resource/scheme/fonts/roboto.ttf differ diff --git a/resource/scheme/fonts/rubik-medium.otf b/resource/scheme/fonts/rubik-medium.otf new file mode 100644 index 0000000..abf9902 Binary files /dev/null and b/resource/scheme/fonts/rubik-medium.otf differ diff --git a/resource/scheme/fonts/rubik-numbers.otf b/resource/scheme/fonts/rubik-numbers.otf new file mode 100644 index 0000000..23adde6 Binary files /dev/null and b/resource/scheme/fonts/rubik-numbers.otf differ diff --git a/resource/scheme/fonts/rubik-semibold.otf b/resource/scheme/fonts/rubik-semibold.otf new file mode 100644 index 0000000..95f44e6 Binary files /dev/null and b/resource/scheme/fonts/rubik-semibold.otf differ diff --git a/resource/scheme/fonts/surface medium.otf b/resource/scheme/fonts/surface medium.otf new file mode 100644 index 0000000..f04b57d Binary files /dev/null and b/resource/scheme/fonts/surface medium.otf differ diff --git a/resource/scheme/fonts/tf2 class icons.png b/resource/scheme/fonts/tf2 class icons.png new file mode 100644 index 0000000..cba29d1 Binary files /dev/null and b/resource/scheme/fonts/tf2 class icons.png differ diff --git a/resource/scheme/fonts/tf2 class icons.ttf b/resource/scheme/fonts/tf2 class icons.ttf new file mode 100644 index 0000000..fd309fb Binary files /dev/null and b/resource/scheme/fonts/tf2 class icons.ttf differ diff --git a/resource/scheme/fonts/tf2build.ttf b/resource/scheme/fonts/tf2build.ttf new file mode 100644 index 0000000..0b54097 Binary files /dev/null and b/resource/scheme/fonts/tf2build.ttf differ diff --git a/resource/scheme/fonts/tf2crosshairs.ttf b/resource/scheme/fonts/tf2crosshairs.ttf new file mode 100644 index 0000000..54fd6fa Binary files /dev/null and b/resource/scheme/fonts/tf2crosshairs.ttf differ diff --git a/resource/scheme/symbols.res b/resource/scheme/symbols.res new file mode 100644 index 0000000..8bef4f4 --- /dev/null +++ b/resource/scheme/symbols.res @@ -0,0 +1,305 @@ +Scheme +{ + Fonts + { + "Symbols 10" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + "Symbols 12" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + "Symbols 14" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + "Symbols 14 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "14" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 16" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "16" + "additive" "0" + "antialias" "1" + } + } + "Symbols 16 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "16" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 18" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + "Symbols 18 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "18" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 20" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + "Symbols 20 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "20" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 22" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "22" + "additive" "0" + "antialias" "1" + } + } + "Symbols 22 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "22" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 24" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "Symbols 24 Blur" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "24" + "additive" "0" + "antialias" "1" + "blur" "1" + } + } + "Symbols 26" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "26" + "additive" "0" + "antialias" "1" + } + } + + "Symbols 30" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "30" + "additive" "0" + "antialias" "1" + } + } + + "Symbols 34" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "34" + "additive" "0" + "antialias" "1" + } + } + "Symbols 46" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "46" + "additive" "0" + "antialias" "1" + } + } + "Symbols 50" + { + "1" + { + "name" "Hypnotize Icons V6" + "tall" "50" + "additive" "0" + "antialias" "1" + } + } + + "Class Symbols 18" + { + "1" + { + "name" "TF2 Class Icons V2" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + "Class Symbols 28" + { + "1" + { + "name" "TF2 Class Icons V2" + "tall" "28" + "additive" "0" + "antialias" "1" + } + } + "Class Symbols 48" + { + "1" + { + "name" "TF2 Class Icons V2" + "tall" "48" + "additive" "0" + "antialias" "1" + } + } + "Class Symbols 56" + { + "1" + { + "name" "TF2 Class Icons V2" + "tall" "56" + "additive" "0" + "antialias" "1" + } + } + + "BlocksSharp64" + { + "1" + { + "name" "Blocks" + "tall" "64" + "additive" "0" + "antialias" "0" + } + } + + "ReadyUp 24" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "24" + "additive" "0" + "antialias" "1" + } + } + "ReadyUp 24 Blur" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "24" + "additive" "0" + "antialias" "1" + "blur" "2" + } + } + } + + CustomFontFiles + { + "30" + { + "font" "resource/scheme/fonts/Hypnotize Icons.ttf" + "name" "Hypnotize Icons V6" + } + + "31" + { + "font" "resource/scheme/fonts/TF2 Class Icons.ttf" + "name" "TF2 Class Icons V2" + } + + "32" + { + "font" "resource/scheme/fonts/ReadyUp Symbols.otf" + "name" "ReadyUp Symbols" + } + + "33" + { + "font" "resource/scheme/fonts/Blocks.ttf" + "name" "Blocks" + } + } +} \ No newline at end of file diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res new file mode 100644 index 0000000..6e7de51 --- /dev/null +++ b/resource/sourcescheme.res @@ -0,0 +1,453 @@ +#base "SourceSchemeBase.res" + +Scheme +{ + Colors + { + // custom + "Main Theme" "80 150 255 255" + + "DarkBG" "20 21 23 255" + "DarkBGInactive" "20 21 23 125" + "LightBG" "46 47 50 255" + "LightBGInactive" "46 47 50 125" + + "White" "227 228 230 255" + "Black" "15 16 18 255" + "Blank" "0 0 0 0" + + "OffWhite" "200 200 200 255" + "DullWhite" "142 142 142 255" + "ControlBlack" "32 32 32 255" + + // TF2 + "TFDarkBrown" "60 56 53 255" + "TFDarkBrownTransparent" "60 56 53 190" + "TFTanBright" "236 227 203 150" + "TFTanLight" "201 188 162 150" + "TFTanMedium" "131 121 104 150" + + "TFTanLightBright" "229 223 211 90" + "TFTanLightDark" "96 90 78 90" + + "TFOrangeBright" "156 82 33 255" + + "TFTextBright" "251 236 203 150" + "TFTextLight" "201 188 162 255" + "TFTextMedium" "131 121 104 255" + "TFTextMediumDark" "104 96 83 255" + "TFTextBlack" "42 39 37 255" + "TFTextDull" "131 121 104 255" + + "TFMediumBrown" "69 64 58 255" + + "QuickListBGDeselected" "69 64 58 255" + "QuickListBGSelected" "131 121 104 150" + + "Blank" "0 0 0 0" + + "ControlBG" "76 88 68 200" // background color of controls + "ControlDarkBG" "90 106 80 200" // darker background color; used for background of scrollbars + "WindowBG" "62 70 55 200" // background color of text edit panes (chat, text entries, etc.) + "SelectionBG" "90 84 75 200" // background color of any selected text or menu item + "SelectionBG2" "69 64 57 200" // selection background in window w/o focus + "ListBG" "39 36 34 200" // background of server browser, buddy list, etc. + } + + BaseSettings + { + // scheme-specific colors + Border.Bright "0 0 0 0" + Border.Dark "0 0 0 0" + Border.Selection "0 0 0 0" + Border.DarkSolid "32 32 32 255" + + Button.TextColor "White" + Button.BgColor "DarkBG" + Button.ArmedTextColor "White" + Button.ArmedBgColor "Main Theme" + Button.DepressedTextColor "White" + Button.DepressedBgColor "Blank" + Button.FocusBorderColor "White" + + CheckButton.TextColor "OffWhite" + CheckButton.SelectedTextColor "White" + CheckButton.BgColor "DarkBG" + CheckButton.HighlightFgColor "Main Theme" + CheckButton.ArmedBgColor "Blank" + CheckButton.DepressedBgColor "Blank" + CheckButton.Border1 "Blank" + CheckButton.Border2 "Blank" + CheckButton.Check "White" + CheckButton.DisabledBgColor "Blank" + + ToggleButton.SelectedTextColor "TFTextBright" + + ComboBoxButton.ArrowColor "DullWhite" + ComboBoxButton.ArmedArrowColor "White" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + RadioButton.TextColor "DullWhite" + RadioButton.SelectedTextColor "White" + RadioButton.ArmedTextColor "TFTextMedium" + + Frame.BgColor "LightBG" + Frame.OutOfFocusBgColor "LightBGInactive" + FrameGrip.Color1 "65 65 65 255" + FrameGrip.Color2 "0 0 0 0" + FrameTitleButton.FgColor "200 200 200 196" + FrameTitleBar.Font "UiBold" + FrameTitleBar.TextColor "Main Theme" + FrameTitleBar.DisabledTextColor "255 255 255 192" + + Label.TextDullColor "DullWhite" + Label.TextColor "OffWhite" + Label.TextBrightColor "White" + Label.SelectedTextColor "White" + Label.BgColor "Blank" + Label.DisabledFgColor1 "0 0 0 0" + Label.DisabledFgColor2 "30 30 30 255" + + ListPanel.TextColor "OffWhite" + ListPanel.BgColor "DarkBG" + ListPanel.SelectedBgColor "Main Theme" + ListPanel.SelectedOutOfFocusBgColor "DarkBGIanctive" + + MainMenu.TextColor "White" + MainMenu.ArmedTextColor "Main Theme" + MainMenu.Inset "32" + + Menu.TextInset "6" + Menu.FgColor "White" + Menu.BgColor "17 17 17 255" + Menu.ArmedFgColor "Main Theme" + Menu.ArmedBgColor "Main Theme" + Menu.DividerColor "BorderDark" + + ScrollBarButton.FgColor "White" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "White" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "White" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "55 55 55 255" + ScrollBarSlider.BgColor "0 0 0 0" + + Slider.NobColor "108 108 108 255" + Slider.TextColor "180 180 180 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "OffWhite" + TextEntry.DisabledTextColor "170 170 170 255" + TextEntry.SelectedBgColor "Main Theme" + + /////////////////// Borrowed from CS:S SourceScheme ///////////////////////// + + Frame.TitleTextInsetX "14" + Frame.ClientInsetY "9" + Frame.ClientInsetX "8" + Frame.FocusTransitionEffectTime "0.4" + Frame.TransitionEffectTime "0.4" + Frame.AutoSnapRange "0" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "255 255 255 192" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.BgColor "0 0 0 0" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "White" + GraphPanel.BgColor "DarkBG" + + ListPanel.TextBgColor "Blank" + ListPanel.SelectedTextColor "Black" + ListPanel.EmptyListInfoTextColor "OffWhite" + + Menu.TextColor "White" + Menu.ArmedTextColor "Black" + + Panel.FgColor "DullWhite" + Panel.BgColor "Blank" + + ProgressBar.FgColor "White" + ProgressBar.BgColor "DarkBG" + + PropertySheet.TextColor "OffWhite" + PropertySheet.SelectedTextColor "White" + PropertySheet.TransitionEffectTime "0.25" + + RichText.TextColor "OffWhite" + RichText.BgColor "DarkBG" + RichText.SelectedTextColor "Black" + RichText.SelectedBgColor "Main Theme" + + ScrollBar.Wide "17" + + SectionedListPanel.HeaderTextColor "White" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "DullWhite" + SectionedListPanel.BrightTextColor "White" + SectionedListPanel.BgColor "DarkBG" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Main Theme" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "100 100 100 128" + + TextEntry.BgColor "DarkBG" + TextEntry.CursorColor "OffWhite" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "Black" + TextEntry.OutOfFocusSelectedBgColor "100 100 100 128" + TextEntry.FocusEdgeColor "0 0 0 196" + + ToggleButton.SelectedTextColor "White" + + Tooltip.TextColor "0 0 0 196" + Tooltip.BgColor "Main Theme" + + TreeView.BgColor "DarkBG" + + WizardSubPanel.BgColor "Blank" + + MainMenu.DepressedTextColor "150 150 150 128" + MainMenu.MenuItemHeight "25" + MainMenu.Backdrop "0 0 0 156" + + Console.TextColor "Main Theme" + Console.DevTextColor "White" + + NewGame.TextColor "White" + NewGame.FillColor "0 0 0 255" + NewGame.SelectionColor "Main Theme" + NewGame.DisabledColor "128 128 128 196" + } + + // + //////////////////// BORDERS ////////////////////////////// + // + // describes all the border types + Borders + { + BaseBorder SubtleBorder + ButtonBorder RaisedBorder + ComboBoxBorder DepressedBorder + MenuBorder SubtleBorder + BrowserBorder DepressedBorder + PropertySheetBorder RaisedBorder + + FrameBorder + { + Left + { + "1" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + "2" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + "2" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + "2" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + "2" + { + "color" "Border.DarkSolid" + "offset" "0 0" + } + } + } + + } + + Fonts + { + "MainMenuFont" + { + "1" [$WIN32] + { + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "MenuLarge" + { + "1" [$X360] + { + "tall_hidef" "24" + } + } + + "ServerBrowserTitle" + { + "1" + { + "name" "TF2 Build" + "tall" "35" + "tall_lodef" "40" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "Default" [$OSX] + { + "1" + { + "name" "Verdana" + "tall" "14" + "weight" "500" + } + } + + "ServerBrowserSmall" + { + "1" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + AchievementItemTitle [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] + "weight" "1500" + "tall" "16" [!$OSX] + "tall" "18" [$OSX] + "antialias" "1" + } + } + AchievementItemTitleLarge [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] + "weight" "1500" + "tall" "18" [!$OSX] + "tall" "19" [$OSX] + "antialias" "1" + } + } + AchievementItemDescription [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana" [$OSX] + "weight" "1000" + "tall" "14" [!$OSX] + "tall" "12" [$OSX] + "antialias" "1" [!$OSX] + } + } + + } + + CustomFontFiles + { + "9" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + } + } +} \ No newline at end of file diff --git a/resource/tools/pins.res b/resource/tools/pins.res new file mode 100644 index 0000000..1517433 --- /dev/null +++ b/resource/tools/pins.res @@ -0,0 +1,20 @@ +///////////////////////////////////////// +/////////////////CORNERS///////////////// +///////////////////////////////////////// + +PIN_TOPLEFT +PIN_TOPRIGHT +PIN_BOTTOMLEFT +PIN_BOTTOMRIGHT +PIN_CENTER_TOP +PIN_CENTER_RIGHT +PIN_CENTER_BOTTOM +PIN_CENTER_LEFT + +///////////////////////////////////////// +/////////////////EXAMPLE///////////////// +///////////////////////////////////////// + +"pin_to_sibling" "CODE NAME" +"pin_corner_to_sibling" "PIN_TOPLEFT" +"pin_to_sibling_corner" "PIN_TOPLEFT" \ No newline at end of file diff --git a/resource/tools/vtf preload.res b/resource/tools/vtf preload.res new file mode 100644 index 0000000..2e569bc --- /dev/null +++ b/resource/tools/vtf preload.res @@ -0,0 +1,943 @@ +"Resource/UI/MainMenuOverride.res" +{ + ///CONTROL POINT ICONS/// + "CPCapMask" + { + "ControlName" "ImagePanel" + "fieldName" "CPCapMask" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_mask" + } + "CPIconWhite" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconWhite" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_white" + } + "CPIconBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu" + } + "CPIconBluLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu_locked" + } + "CPIconBluCap" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluCap" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu" + } + "CPIconBluCapUp" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluCapUp" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu_up" + } + "CPIconRed" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red" + } + "CPIconRedLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red_locked" + } + "CPIconRedCap" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedCap" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red" + } + "CPIconRedCapUp" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedCapUp" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red_up" + } + "CPIconNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral" + } + "CPIconNeutralLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutralLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral_locked" + } + + "CPIconBlu1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_blu" + } + + "CPIconBlu1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_blu_locked" + } + + "CPIconRed1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_red" + } + + "CPIconRed1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_red_locked" + } + + "CPIconNeutral1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_neutral" + } + + "CPIconNeutral1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_neutral_locked" + } + + "CPIconBlu2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_blu" + } + + "CPIconBlu2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_blu_locked" + } + + "CPIconRed2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_red" + } + + "CPIconRed2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_red_locked" + } + + "CPIconNeutral2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_neutral" + } + + "CPIconNeutral2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_neutral_locked" + } + + "CPIconBlu3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_blu" + } + + "CPIconBlu3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_blu_locked" + } + + "CPIconRed3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_red" + } + + "CPIconRed3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_red_locked" + } + + "CPIconNeutral3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_neutral" + } + + "CPIconNeutral3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_neutral_locked" + } + + "CPIconBlu4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_blu" + } + + "CPIconBlu4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_blu_locked" + } + + "CPIconRed4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_red" + } + + "CPIconRed4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_red_locked" + } + + "CPIconNeutral4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_neutral" + } + + "CPIconNeutral4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_neutral_locked" + } + + "CPIconBlu5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_blu" + } + + "CPIconBlu5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_blu_locked" + } + + "CPIconRed5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_red" + } + + "CPIconRed5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_red_locked" + } + + "CPIconNeutral5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_neutral" + } + + "CPIconNeutral5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_neutral_locked" + } + + "CPIconA" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconA" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_a" + } + "CPIconB" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconB" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_b" + } + "CPIconC" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconC" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_c" + } + "CPIconD" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconD" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_d" + } + "CPIconE" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconE" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_e" + } + "CPIconSkull" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconSkull" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_skull_neutral" + } + "CPIconMannhattan" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconMannhattan" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu_mannhattan_locked" + } + "CPIconMP" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconMP" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_mp" + } + "CPIconTimer" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconTimer" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_timer" + } + + ///CART POINT ICONS/// + "CartAlert" + { + "ControlName" "ImagePanel" + "fieldName" "CartAlert" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_alert" + } + "CartArrowLeft" + { + "ControlName" "ImagePanel" + "fieldName" "CartArrowLeft" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_arrow_left" + } + "CartArrowRight" + { + "ControlName" "ImagePanel" + "fieldName" "CartArrowRight" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_arrow_right" + } + "CartBlocked" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blocked" + } + "CartBlue" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlue" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blue" + } + "CartBlueBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlueBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blue_bottom" + } + "CartHomeBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue" + } + "CartHomeRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red" + } + "CartHomeBluOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBluOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue_opaque" + } + "CartHomeRedOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRedOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red_opaque" + } + "CartHomeBlueSquare" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBlueSquare" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue_square" + } + "CartHomeRedSquare" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRedSquare" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red_square" + } + "CartIcon" + { + "ControlName" "ImagePanel" + "fieldName" "CartIcon" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_icon" + } + "CartIconNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CartIconNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_neutral" + } + "CartIconNeutralBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartIconNeutralBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_neutral_bottom" + } + "CartPointBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_blue" + } + "CartPointBluOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointBluOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_blue_opaque" + } + "CartPointNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_neutral" + } + "CartPointNeutralOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointNeutralOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_neutral_opaque" + } + "CartPointRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_red" + } + "CartPointRedOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointRedOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_red_opaque" + } + "CartRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_red" + } + "CartRedBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartRedBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_red_bottom" + } + + ///CAPTURE THE FLAG ICONS/// + "CTFCompassBlue" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassBlue" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_blue" + } + "CTFCompassRed" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_red" + } + "CTFCompassGrey" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassGrey" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_grey" + } + "CTFCompassBlueNoArrow" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassBlueNoArrow" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_blue_noarrow" + } + "CTFCompassRedNoArrow" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassRedNoArrow" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_red_noarrow" + } + "CTFCompassGreyRed" + { + "ControlName" "ImagePanel" + "fieldName" "CTFCompassGreyRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_compass_grey_with_red" + } + "CTFIconBriefcase" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconBriefcase" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_briefcase" + } + "CTFIconCarriedBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconCarriedBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_blue" + } + "CTFIconCarriedOutline" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconCarriedOutline" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_outline" + } + "CTFIconCarriedRed" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconCarriedRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + } + "CTFIconHome" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconHome" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_home" + } + "CTFIconHomeALT" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconHomeALT" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_home_alt" + } + "CTFIconDropped" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconDropped" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_dropped" + } + "CTFIconMoving" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconMoving" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_moving" + } + "CTFIconMovingALT" + { + "ControlName" "ImagePanel" + "fieldName" "CTFIconMovingALT" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_moving_alt" + } + + ///TIMER CLOCK/// + "TimerRed" + { + "ControlName" "ImagePanel" + "fieldName" "TimerRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_red_bg" + } + "TimerBlue" + { + "ControlName" "ImagePanel" + "fieldName" "TimerBlue" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + } + + ///MVM BUY BUTTONS/// + "BuyDisabled" + { + "ControlName" "ImagePanel" + "fieldName" "BuyDisabled" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/buy_disabled" + } + "BuyEnabled" + { + "ControlName" "ImagePanel" + "fieldName" "BuyEnabled" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/buy_enabled" + } + "BuySelected" + { + "ControlName" "ImagePanel" + "fieldName" "BuySelected" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/buy_selected" + } + "SellDisabled" + { + "ControlName" "ImagePanel" + "fieldName" "SellDisabled" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/sell_disabled" + } + "SellEnabled" + { + "ControlName" "ImagePanel" + "fieldName" "SellEnabled" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/sell_enabled" + } + "SellSelected" + { + "ControlName" "ImagePanel" + "fieldName" "SellSelected" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/sell_selected" + } + "UpgradeOwned" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeOwned" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/upgrade_owned" + } + "UpgradePurchased" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradePurchased" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/upgrade_purchased" + } + "UpgradeUnowned" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeUnowned" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "pve/upgrade_unowned" + } +} \ No newline at end of file diff --git a/resource/ui/PvPCompRankPanel.res b/resource/ui/PvPCompRankPanel.res new file mode 100644 index 0000000..211d158 --- /dev/null +++ b/resource/ui/PvPCompRankPanel.res @@ -0,0 +1,108 @@ +#base "PvPRankPanel.res" + +"Resource/UI/PvPRankPanel.res" +{ + "ModelContainer" + { + "RankModel" + { + if_mini + { + "xpos" "cs-0.5-120" + } + } + + "MedalButton" + { + "wide" "o1" + "tall" "25" + } + } + + "BGPanel" + { + if_mini + { + "wide" "270" + "tall" "60" + } + + "PlacementLabel" + { + if_mini + { + "ypos" "17" + } + } + + "CompLevelLabelMENU" + { + "xpos" "1" + "labelText" "LEVEL:" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "LevelLabelMENU" + { + "xpos" "41" + "labelText" "%desc2%" + } + + "DescLine1" + { + if_mini + { + "xpos" "cs-0.5" + "ypos" "35" + + "textAlignment" "center" + + "fonts" + { + "0" "HudFontSmallBold" + "1" "StorePromotionsTitle" + "2" "FontStorePrice" + } + } + } + + "StatsContainer" + { + "visible" "1" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "25" + } + + "XPBar" + { + "ypos" "20" + "alpha" "100" + + "CurrentXPLabel" + { + "visible" "1" + + if_mini + { + "xpos" "cs-0.5" + "textAlignment" "center" + } + } + + "NextLevelXPLabel" + { + "visible" "0" + } + + "ProgressBarsContainer" + { + "visible" "0" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/abusereportsubmitdialog.res b/resource/ui/abusereportsubmitdialog.res new file mode 100644 index 0000000..df8e390 --- /dev/null +++ b/resource/ui/abusereportsubmitdialog.res @@ -0,0 +1,457 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/AbuseReportSubmitDialog.res" +{ + "AbuseReportSubmitDialog" + { + "fieldName" "AbuseReportSubmitDialog" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "bgcolor_override" "GrayDarkest" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "c-280" + "ypos" "c-200" + "zpos" "1" + "wide" "560" + "tall" "405" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#AbuseReport_DialogTitle" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "c-190" + "zpos" "3" + "wide" "540" + "tall" "20" + "centerwrap" "1" + "proportionaltoparent" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "GameServerRadio" + { + "ControlName" "RadioButton" + "fieldName" "GameServerRadio" + "labelText" "#AbuseReport_GameServer" + "xpos" "c-270" + "ypos" "c-160" + "zpos" "2" + "wide" "170" + "tall" "20" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "PlayerRadio" + { + "ControlName" "RadioButton" + "fieldName" "PlayerRadio" + "labelText" "#AbuseReport_Player" + "xpos" "c-270" + "ypos" "c-140" + "zpos" "2" + "wide" "170" + "tall" "20" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "PlayerLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerLabel" + "labelText" "#AbuseReport_PlayerLabel" + "xpos" "c-270" + "ypos" "c-110" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "PlayerComboBox" + { + "ControlName" "ComboBox" + "fieldName" "PlayerComboBox" + "xpos" "c-270" + "ypos" "c-95" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + + //"fgcolor_override" "White" + "bgcolor_override" "Black" + //"disabledFgColor_override" "White" + "disabledBgColor_override" "Black" + "selectionColor_override" "Black" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "AbuseContentLabel" + { + "ControlName" "CExLabel" + "fieldName" "AbuseContentLabel" + "labelText" "Abusive content:" + "xpos" "c-270" + "ypos" "c-70" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "AbuseContentComboBox" + { + "ControlName" "ComboBox" + "fieldName" "AbuseContentComboBox" + "xpos" "c-270" + "ypos" "c-55" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + + //"fgcolor_override" "White" + "bgcolor_override" "Black" + //"disabledFgColor_override" "White" + "disabledBgColor_override" "Black" + "selectionColor_override" "Black" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "AbuseTypeLabel" + { + "ControlName" "CExLabel" + "fieldName" "AbuseTypeLabel" + "labelText" "#AbuseReport_CategoryLabel" + "xpos" "c-270" + "ypos" "c-30" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "AbuseTypeComboBox" + { + "ControlName" "ComboBox" + "fieldName" "AbuseTypeComboBox" + "xpos" "c-270" + "ypos" "c-15" + "zpos" "2" + "wide" "170" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + + //"fgcolor_override" "White" + "bgcolor_override" "Black" + //"disabledFgColor_override" "White" + "disabledBgColor_override" "Black" + "selectionColor_override" "Black" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "ScreenShotBitmap" + { + "ControlName" "CBitmapPanel" + "fieldName" "ScreenShotBitmap" + "xpos" "c-90" + "ypos" "c-160" + "zpos" "3" + "wide" "360" + "tall" "200" + "visible" "1" + "enabled" "1" + } + + "ScreenShotAttachCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "ScreenShotAttachCheckButton" + "xpos" "c-94" + "ypos" "c45" + "zpos" "4" + "wide" "360" + "tall" "18" + "labelText" "Screenshot shows abuse; upload it with report." + "font" "Size 14" + "textAlignment" "west" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "c-20" + "ypos" "c-160" + "zpos" "3" + "wide" "200" + "tall" "200" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "NoAvatarLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoAvatarLabel" + "xpos" "c-20" + "ypos" "40" + "zpos" "3" + "wide" "220" + "tall" "220" + "visible" "1" + "enabled" "1" + "labelText" "#AbuseReport_NoAvatar" + "font" "Size 14" + "centerwrap" "1" + "AllCaps" "1" + } + + "CustomTextureImage" + { + "ControlName" "CCustomTextureImagePanel" + "fieldName" "CustomTextureImage" + "xpos" "c-20" + "ypos" "c-160" + "zpos" "3" + "wide" "220" + "tall" "220" + "visible" "1" + "enabled" "1" + } + + "CustomTexturePrevButton" + { + "ControlName" "CExButton" + "fieldName" "CustomTexturePrevButton" + "xpos" "c-50" + "ypos" "c-72" + "zpos" "20" + "wide" "18" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_LessThan" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "prevcustomtexture" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CustomTextureNextButton" + { + "ControlName" "CExButton" + "fieldName" "CustomTextureNextButton" + "xpos" "c212" + "ypos" "c-72" + "zpos" "20" + "wide" "18" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_GreaterThan" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextcustomtexture" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NoCustomTexturesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoCustomTexturesLabel" + "xpos" "c-20" + "ypos" "c-160" + "zpos" "3" + "wide" "220" + "tall" "220" + "visible" "1" + "enabled" "1" + "labelText" "#AbuseReport_NoCustomTextures" + "font" "Size 14" + "centerwrap" "1" + "AllCaps" "1" + } + + "DescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescriptionLabel" + "labelText" "#AbuseReport_DescriptionLabel" + "xpos" "c-270" + "ypos" "c50" + "zpos" "2" + "wide" "140" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + } + + "DescriptionTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "DescriptionTextEntry" + "xpos" "c-270" + "ypos" "c70" + "zpos" "2" + "wide" "540" + "tall" "90" + "font" "Size 14" + "AllCaps" "1" + "bgcolor_override" "BlackLight" + "fgcolor_override" "White" + "maxchars" "512" + } + + "DiscardButton" + { + "ControlName" "CExButton" + "fieldName" "DiscardButton" + "xpos" "c-270" + "ypos" "c170" + "zpos" "4" + "wide" "130" + "tall" "30" + "labelText" "#AbuseReport_Discard" + "font" "Size 14" + "textAlignment" "center" + "Command" "discard" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "c0" + "ypos" "c170" + "zpos" "4" + "wide" "130" + "tall" "30" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "SaveForLaterButton" + { + "ControlName" "CExButton" + "fieldName" "SaveForLaterButton" + "xpos" "c140" + "ypos" "c170" + "zpos" "4" + "wide" "130" + "tall" "30" + "labelText" "#AbuseReport_SaveForLater" + "font" "Size 14" + "textAlignment" "center" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res new file mode 100644 index 0000000..0938866 --- /dev/null +++ b/resource/ui/basechat.res @@ -0,0 +1,68 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "2" + "ypos" "45" + "wide" "200" + "tall" "90" + "fgcolor" "White" + "PaintBackgroundType" "2" + } + + ChatInputLine + { + "ControlName" "EditablePanel" + "fieldName" "ChatInputLine" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "395" + "wide" "200" + "tall" "0" + "PaintBackgroundType" "0" + } + + "ChatFiltersButton" + { + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "202" + "ypos" "0" + "wide" "33" + "tall" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#chat_filterbutton" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Default" "0" + } + + "HudChatHistory" + { + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "75" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "ChatFont" + "maxchars" "-1" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res new file mode 100644 index 0000000..720ed12 --- /dev/null +++ b/resource/ui/build_menu/base_active.res @@ -0,0 +1,135 @@ +"Resource/UI/build_menu/base.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "34" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "border" "MaterialTransparentGreen50" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Size 14" + "fgcolor" "White" + "xpos" "0" + "ypos" "-6" + "zpos" "5" + "wide" "34" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "proportionaltoparent" "1" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "Symbols 30" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "labelText" "+" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "NumberLabelBG" + { + "ControlName" "EditablePanel" + "fieldName" "NumberLabelBG" + "xpos" "0" + "ypos" "-3" + "zpos" "1" + "wide" "34" + "tall" "11" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 9" + "fgcolor" "White" + "xpos" "0" + "ypos" "-1" + "zpos" "1" + "wide" "34" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + "proportionaltoparent" "1" + "pin_to_sibling" "NumberLabelBG" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "9999" + } + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "9999" + } + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "xpos" "9999" + } + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res new file mode 100644 index 0000000..b4a33f7 --- /dev/null +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -0,0 +1,135 @@ +"Resource/UI/build_menu/base.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "66" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Size 10" + "xpos" "0" + "ypos" "-5" + "zpos" "1" + "wide" "34" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "BuildableBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuildableBG" + "xpos" "3" + "ypos" "18" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparentGreen50" + } + + "BuildableReason" + { + "ControlName" "CExLabel" + "fieldName" "BuildableReason" + "font" "Symbols 20" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "labelText" "+" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "BuildableBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NumberBG" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG" + "xpos" "0" + "ypos" "-4" + "zpos" "0" + "wide" "22" + "tall" "18" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 14" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "22" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "pin_to_sibling" "NumberBG" + } + + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "9999" + } + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "xpos" "9999" + } + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res new file mode 100644 index 0000000..21b0b57 --- /dev/null +++ b/resource/ui/build_menu/base_already_built.res @@ -0,0 +1,23 @@ +#base "base_active.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + "CantBuildReason" + { + "font" "Symbols 24" + "labelText" "+" + "visible" "1" + } + "CostLabel" + { + "visible" "0" + } + "NumberLabelBG" + { + "visible" "0" + } + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res new file mode 100644 index 0000000..c61e17a --- /dev/null +++ b/resource/ui/build_menu/base_cant_afford.res @@ -0,0 +1,28 @@ +#base "base_active.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + "Background" + { + "border" "MaterialTransparentRed50" + } + "CantBuildReason" + { + "font" "Symbols 24" + "ypos" "-6" + "labelText" "-" + "visible" "1" + } + "CostLabel" + { + "ypos" "-17" + } + "NumberLabelBG" + { + "visible" "0" + } + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable.res b/resource/ui/build_menu/base_unavailable.res new file mode 100644 index 0000000..5f2df14 --- /dev/null +++ b/resource/ui/build_menu/base_unavailable.res @@ -0,0 +1,27 @@ +#base "base_active.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + "Background" + { + "border" "MaterialTransparentRed" + } + "CantBuildReason" + { + "font" "Symbols 24" + "visible" "1" + "labelText" "-" + } + "CostLabel" + { + "visible" "0" + } + "NumberLabelBG" + { + "visible" "0" + } + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res new file mode 100644 index 0000000..064c282 --- /dev/null +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -0,0 +1,135 @@ +"Resource/UI/build_menu/base_unavailable.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "66" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Size 10" + "xpos" "0" + "ypos" "-5" + "zpos" "1" + "wide" "34" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "CantBuildBG" + { + "ControlName" "EditablePanel" + "fieldName" "CantBuildBG" + "xpos" "3" + "ypos" "18" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparentRed50" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "Symbols 20" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "labelText" "-" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "CantBuildBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NumberBG" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG" + "xpos" "0" + "ypos" "-4" + "zpos" "0" + "wide" "22" + "tall" "18" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 14" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "22" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "pin_to_sibling" "NumberBG" + } + + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "9999" + } + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "xpos" "9999" + } + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenuengybuild.res b/resource/ui/build_menu/hudmenuengybuild.res new file mode 100644 index 0000000..9c96c15 --- /dev/null +++ b/resource/ui/build_menu/hudmenuengybuild.res @@ -0,0 +1,251 @@ +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "Size 9" + "fgcolor" "White" + "xpos" "2" + "ypos" "1" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "100" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "32" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + + + //USELESS + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "Divider" + { + "ControlName" "CIconPanel" + "fieldName" "Divider" + "xpos" "9999" + } + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + "BuildIconShadow" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIconShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res new file mode 100644 index 0000000..9ecb7e7 --- /dev/null +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -0,0 +1,109 @@ +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "Size 9" + "fgcolor" "White" + "xpos" "2" + "ypos" "1" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "100" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "77" + "ypos" "10" + "zpos" "10" + "wide" "34" + "tall" "66" + "visible" "1" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "66" + "visible" "1" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "66" + "visible" "0" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "66" + "visible" "0" + } + + + + + + //USELESS + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "Divider" + { + "ControlName" "CIconPanel" + "fieldName" "Divider" + "xpos" "9999" + } + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + "BuildIconShadow" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIconShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res new file mode 100644 index 0000000..f2f52f9 --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -0,0 +1 @@ +#base "../base_active.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res new file mode 100644 index 0000000..9f3552c --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -0,0 +1 @@ +#base "../base_active_teleport_target.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res new file mode 100644 index 0000000..66d0c3e --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -0,0 +1 @@ +#base "../base_already_built.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_cant_afford.res b/resource/ui/build_menu/pipboy/base_cant_afford.res new file mode 100644 index 0000000..9104f13 --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -0,0 +1 @@ +#base "../base_cant_afford.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable.res b/resource/ui/build_menu/pipboy/base_unavailable.res new file mode 100644 index 0000000..6a6514e --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_unavailable.res @@ -0,0 +1 @@ +#base "../base_unavailable.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res new file mode 100644 index 0000000..be6e83f --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -0,0 +1 @@ +#base "../base_unavailable_teleport_target.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenuengybuild.res b/resource/ui/build_menu/pipboy/hudmenuengybuild.res new file mode 100644 index 0000000..5666246 --- /dev/null +++ b/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -0,0 +1 @@ +#base "../hudmenuengybuild.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res new file mode 100644 index 0000000..cc33185 --- /dev/null +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -0,0 +1 @@ +#base "../hudmenueurekaeffect.res" \ No newline at end of file diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res new file mode 100644 index 0000000..590bfc5 --- /dev/null +++ b/resource/ui/charinfoarmorysubpanel.res @@ -0,0 +1,529 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/CharInfoArmorySubPanel.res" +{ + "armory_panel" + { + "ControlName" "Frame" + "fieldName" "armory_panel" + "wide" "f0" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "thumbnail_bgcolor" "Normal" + "thumbnail_bgcolor_mouseover" "Normal_Hover" + "thumbnail_bgcolor_selected" "Normal_Hover" + + "thumbnails_rows" "7" + "thumbnails_columns" "4" + + "thumbnails_x" "c-278" + "thumbnails_y" "37" + "thumbnails_delta_x" "3" + "thumbnails_delta_y" "3" + + "thumbnail_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "zpos" "13" + "wide" "66" + "tall" "43" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "5" + "model_ypos" "3" + "model_wide" "58" + "model_tall" "38" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "ItemsBackground" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsBackground" + "xpos" "c-285" + "ypos" "12" + "zpos" "0" + "wide" "285" + "tall" "367" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "FilterComboBoxBG" + { + "ControlName" "EditablePanel" + "fieldName" "FilterComboBoxBG" + "xpos" "-2" + "ypos" "-2" + "zpos" "1" + "wide" "282" + "tall" "22" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGrayDarker" + + "pin_to_sibling" "ItemsBackground" + } + + "FilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "FilterComboBox" + "Font" "Size 11" + "xpos" "-4" + "ypos" "-1" + "zpos" "1" + "wide" "275" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "AllCaps" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "BlackDark" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "BlackDark" + + "pin_to_sibling" "FilterComboBoxBG" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "-4" + "ypos" "-4" + "zpos" "1" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "ItemsBackground" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 18" + "labelText" "%thumbnailpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "-4" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Main Theme" + + "pin_to_sibling" "ItemsBackground" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "-4" + "ypos" "-4" + "zpos" "1" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultBgColor_override" "Blank" + "armedBgColor_override" "Blank" + "depressedBgColor_override" "Blank" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "ItemsBackground" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "DescriptionBackground" + { + "ControlName" "EditablePanel" + "fieldName" "DescriptionBackground" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "285" + "tall" "367" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "pin_to_sibling" "ItemsBackground" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SelectedItemImageModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemImageModelPanel" + "xpos" "0" + "ypos" "-10" + "zpos" "5" + "wide" "275" + "tall" "140" + "visible" "1" + "paintbackground" "0" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_ypos" "2" + "model_tall" "75" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "1" + + "pin_to_sibling" "DescriptionBackground" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SelectedItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemModelPanel" + "xpos" "-10" + "ypos" "-110" + "zpos" "2" + "wide" "265" + "tall" "200" + "visible" "1" + "PaintBackground" "0" + "paintborder" "0" + + "model_hide" "1" + "text_center" "1" + "resize_to_text" "1" + + "pin_to_sibling" "DescriptionBackground" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "DataPanel" //BITCH + { + "ControlName" "EditablePanel" + "fieldName" "DataPanel" + "xpos" "-10" + "ypos" "-30" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "PaintBackgroundType" "0" + "PaintBackground" "0" + "PaintBorder" "0" + + "pin_to_sibling" "DescriptionBackground" + + "Data_TextRichText" + { + "ControlName" "CEconItemDetailsRichText" + "fieldName" "Data_TextRichText" + "font" "Size 11" + "labelText" "%datatext%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "wide" "255" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "wrap" "1" + "centerwrap" "1" + "highlight_color" "Main Theme" + "itemset_color" "Yellow" + "link_color" "Green" + "image_up_arrow" "scroll_up_off" + "image_up_arrow_mouseover" "scroll_up_on" + "image_down_arrow" "scroll_down_off" + "image_down_arrow_mouseover" "scroll_down_on" + "image_line" "ArmoryScrollbarWell" + "image_box" "ArmoryScrollbarBox" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "0" + "resize_to_text" "0" + "padding_height" "15" + "name_only" "1" + + "model_ypos" "40" + "model_xpos" "50" + "model_wide" "156" + "model_tall" "100" + + "text_forcesize" "1" + "is_mouseover" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "StoreButton" + { + "ControlName" "CExButton" + "fieldName" "StoreButton" + "xpos" "-4" + "ypos" "-4" + "zpos" "20" + "wide" "139" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_Store" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "openstore" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "DescriptionBackground" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "WikiButton" + { + "ControlName" "CExButton" + "fieldName" "WikiButton" + "xpos" "-4" + "ypos" "-4" + "zpos" "20" + "wide" "139" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_Wiki" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "wiki" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "DescriptionBackground" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "ViewSetButton" + { + "ControlName" "CExButton" + "fieldName" "ViewSetButton" + "xpos" "0" + "ypos" "-28" + "zpos" "20" + "wide" "277" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_SetDetails" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "viewset" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "DescriptionBackground" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "FiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "FiltersLabel" + "xpos" "9999" + } + "ArmoryLabel" + { + "ControlName" "Label" + "fieldName" "ArmoryLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/charinfoloadoutsubpanel.res b/resource/ui/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..4775ed5 --- /dev/null +++ b/resource/ui/charinfoloadoutsubpanel.res @@ -0,0 +1,5 @@ +#base "../../customizations/resolutions/4x3/charinfoloadoutsubpanel.res" +#base "../../customizations/resolutions/5x4/charinfoloadoutsubpanel.res" +#base "../../customizations/resolutions/16x10/charinfoloadoutsubpanel.res" +#base "../../customizations/resolutions/16x9/charinfoloadoutsubpanel.res" +#base "charinfoloadoutsubpanel_base.res" \ No newline at end of file diff --git a/resource/ui/charinfoloadoutsubpanel_base.res b/resource/ui/charinfoloadoutsubpanel_base.res new file mode 100644 index 0000000..b4d3a4c --- /dev/null +++ b/resource/ui/charinfoloadoutsubpanel_base.res @@ -0,0 +1,2423 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "ReloadSchemeButton" + { + "xpos" "r17" + "ypos" "0" + } + + "CharInfoLoadoutSubPanel" + { + "ControlName" "Frame" + "fieldName" "CharInfoLoadoutSubPanel" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "selectlabely_default" "25" + "selectlabely_onchanges" "15" + + "class_ypos" "9999" + "class_xdelta" "5" + "class_wide_min" "60" + "class_wide_max" "100" + "class_tall_min" "120" + "class_tall_max" "200" + "class_distance_min" "7" + "class_distance_max" "100" + + "itemcountcolor" "WhiteDark" + "itemcountcolor_noitems" "WhiteDark" + } + + "CustomScout" + { + "ControlName" "CExImageButton" + "fieldName" "CustomScout" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout scout" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomSoldier" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CustomSoldier" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSoldier" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "2" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout soldier" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomPyro" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CustomPyro" + { + "ControlName" "CExImageButton" + "fieldName" "CustomPyro" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "3" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout pyro" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomDemoman" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CustomDemoman" + { + "ControlName" "CExImageButton" + "fieldName" "CustomDemoman" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "4" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout demoman" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomHeavy" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CustomHeavy" + { + "ControlName" "CExImageButton" + "fieldName" "CustomHeavy" + "xpos" "c-35" + "ypos" "165" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "PinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "5" + "font" "Class Symbols 56" + "textAlignment" "center" + "textinsetx" "0" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout heavy" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + } + + "CustomEngineer" + { + "ControlName" "CExImageButton" + "fieldName" "CustomEngineer" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "6" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout engineer" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomHeavy" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CustomMedic" + { + "ControlName" "CExImageButton" + "fieldName" "CustomMedic" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "7" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout medic" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomEngineer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CustomSniper" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSniper" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "8" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout sniper" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomMedic" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CustomSpy" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSpy" + "xpos" "7" + "ypos" "0" + "zpos" "10" + "wide" "75" + "tall" "75" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "9" + "font" "Class Symbols 56" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout spy" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CustomSniper" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Backpack" + { + "ControlName" "CExImageButton" + "fieldName" "Backpack" + "xpos" "7" + "ypos" "0" + "zpos" "6" + "wide" "75" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "center" + "Command" "backpack" + "Default" "0" + "labelText" "L" + "font" "Symbols 50" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "Crafting" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Crafting" + { + "ControlName" "CExImageButton" + "fieldName" "Crafting" + "xpos" "7" + "ypos" "0" + "zpos" "6" + "wide" "75" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "z" + "textAlignment" "center" + "Command" "crafting" + "Default" "0" + "font" "Symbols 50" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "Armory" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Armory" + { + "ControlName" "CExImageButton" + "fieldName" "Armory" + "xpos" "c-35" + "ypos" "225" + "zpos" "6" + "wide" "75" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ";" + "textAlignment" "center" + "Command" "armory" + "Default" "0" + "font" "Symbols 50" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + } + + "Trade" + { + "ControlName" "CExImageButton" + "fieldName" "Trade" + "xpos" "7" + "ypos" "0" + "zpos" "6" + "wide" "75" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "5" + "textAlignment" "center" + "Command" "trading" + "Default" "0" + "font" "Symbols 50" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "Armory" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Paints" + { + "ControlName" "CExImageButton" + "fieldName" "Paints" + "xpos" "7" + "ypos" "0" + "zpos" "6" + "wide" "75" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "C" + "textAlignment" "center" + "Command" "paintkit_preview" + "Default" "0" + "font" "Symbols 50" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "Trade" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SelectLabel" //Select a class to modify loadout + { + "ControlName" "CExLabel" + "fieldName" "SelectLabel" + "font" "Size 24" + "labelText" "#SelectClassLoadout" + "textAlignment" "north" + "xpos" "0" + "ypos" "300" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "GrayLight" + } + + "class_loadout_panel" + { + "ControlName" "CClassLoadoutPanel" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + + "backpack_panel" + { + "ControlName" "CBackpackPanel" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + + "InspectionPanel" + { + "fieldName" "InspectionPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2000" + "wide" "f0" + "tall" "f100" + "visible" "0" + "proportionaltoparent" "1" + "bgcolor_override" "30 25 25 245" + } + + + //////////////////////////SIDE BAR START///////////////////////// + + "CustomScoutSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomScoutSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "loadout scout" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomSoldierSide" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "ScoutSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "ScoutSelectNumber" + "xpos" "9999" + "labelText" "&1" + "Command" "loadout scout" + "visible" "1" + } + + "CustomSoldierSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSoldierSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "2" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout soldier" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomPyroSide" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "SoldierSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SoldierSelectNumber" + "xpos" "9999" + "labelText" "&2" + "Command" "loadout soldier" + "visible" "1" + } + + "CustomPyroSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomPyroSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "3" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout pyro" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomDemomanSide" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "PyroSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "PyroSelectNumber" + "xpos" "9999" + "labelText" "&3" + "Command" "loadout pyro" + "visible" "1" + } + + "CustomDemomanSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomDemomanSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "4" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout demoman" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomHeavySide" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "DemomanSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "DemomanSelectNumber" + "xpos" "9999" + "labelText" "&4" + "Command" "loadout demoman" + "visible" "1" + } + + "CustomHeavySide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomHeavySide" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "PinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "5" + "font" "Class Symbols 18" + "textAlignment" "center" + "textinsetx" "0" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout heavy" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + } + "HeavySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "HeavySelectNumber" + "xpos" "9999" + "labelText" "&5" + "Command" "loadout heavy" + "visible" "1" + } + + "CustomEngineerSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomEngineerSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "6" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout engineer" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomHeavySide" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "EngineerSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "EngineerSelectNumber" + "xpos" "9999" + "labelText" "&6" + "Command" "loadout engineer" + "visible" "1" + } + + "CustomMedicSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomMedicSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "7" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout medic" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomEngineerSide" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "MedicSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "MedicSelectNumber" + "xpos" "9999" + "labelText" "&7" + "Command" "loadout medic" + "visible" "1" + } + + "CustomSniperSide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSniperSide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "8" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout sniper" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomMedicSide" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "SniperSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SniperSelectNumber" + "xpos" "9999" + "labelText" "&8" + "Command" "loadout sniper" + "visible" "1" + } + + "CustomSpySide" + { + "ControlName" "CExImageButton" + "fieldName" "CustomSpySide" + "xpos" "0" + "ypos" "0" + "zpos" "601" + "wide" "18" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "9" + "font" "Class Symbols 18" + "textAlignment" "center" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "paintbackground" "0" + "Command" "loadout spy" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "GrayLight" + "armedFgColor_override" "WhiteGray" + "depressedFgColor_override" "GrayLight" + + "pin_to_sibling" "CustomSniperSide" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "SpySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SpySelectNumber" + "xpos" "9999" + "labelText" "&9" + "Command" "loadout spy" + "visible" "1" + } + "BackpackSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "BackpackSelectNumber" + "xpos" "9999" + "labelText" "&0" + "Command" "backpack" + "visible" "1" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "r20" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "190" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "BackpackExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#LoadoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#LoadoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "277" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "268" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "BackpackExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BackpackExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-250" + "end_y" "60" + "end_wide" "250" + "end_tall" "130" + "callout_inparents_x" "c-120" + "callout_inparents_y" "240" + "next_explanation" "CraftingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "96" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "217" + "ypos" "96" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "CraftingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CraftingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-210" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c-60" + "callout_inparents_y" "240" + "next_explanation" "ArmoryExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#CraftingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#CraftingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "217" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "ArmoryExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ArmoryExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-120" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c0" + "callout_inparents_y" "240" + "next_explanation" "TradingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#ArmoryExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#ArmoryExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "217" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "TradingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TradingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-30" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c60" + "callout_inparents_y" "240" + "next_explanation" "PatternsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TradingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TradingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "217" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "PatternsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PatternsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c90" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c120" + "callout_inparents_y" "240" + "next_explanation" "ExplanationExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#WeaponPatternsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#WeaponPatternsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "217" + "ypos" "106" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "ExplanationExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ExplanationExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c100" + "end_y" "100" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c285" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#ExplanationExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#ExplanationExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "227" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "6" + "ypos" "86" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + /////DEAD STUFF + "scout" + { + "ControlName" "ImageButton" + "fieldName" "scout" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "soldier" + { + "ControlName" "ImageButton" + "fieldName" "soldier" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "pyro" + { + "ControlName" "ImageButton" + "fieldName" "pyro" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "demoman" + { + "ControlName" "ImageButton" + "fieldName" "demoman" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "heavyweapons" + { + "ControlName" "ImageButton" + "fieldName" "heavyweapons" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "engineer" + { + "ControlName" "ImageButton" + "fieldName" "engineer" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "medic" + { + "ControlName" "ImageButton" + "fieldName" "medic" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "sniper" + { + "ControlName" "ImageButton" + "fieldName" "sniper" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "spy" + { + "ControlName" "ImageButton" + "fieldName" "spy" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "ShowBackpackButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowBackpackButton" + "xpos" "9999" + } + "ShowBackpackLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowBackpackLabel" + "xpos" "9999" + } + "ShowCraftingLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowCraftingLabel" + "xpos" "9999" + } + "ShowArmoryButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowArmoryButton" + "xpos" "9999" + } + "ShowArmoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowArmoryLabel" + "xpos" "9999" + } + "ShowCraftingButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowCraftingButton" + "xpos" "9999" + } + "ShowTradeButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowTradeButton" + "xpos" "9999" + } + "ShowTradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowTradeLabel" + "xpos" "9999" + } + "ShowPaintkitsButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowPaintkitsButton" + "xpos" "9999" + } + "ShowPaintkitsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowPaintkitsLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "Label" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "ItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsLabel" + "xpos" "9999" + } + + "NoSteamLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoSteamLabel" + "xpos" "9999" + } + "NoGCLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoGCLabel" + "xpos" "9999" + } + "LoadoutChangesLabel" + { + "ControlName" "CExLabel" + "fieldName" "LoadoutChangesLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res new file mode 100644 index 0000000..abe61ff --- /dev/null +++ b/resource/ui/charinfopanel.res @@ -0,0 +1,191 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/CharInfoPanel.res" +{ + "ReloadSchemeButton" + { + "xpos" "r17" + "ypos" "22" + } + + "character_info" + { + "ControlName" "EditablePanel" + "fieldName" "character_info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "title" "#CharInfoAndSetup" + "title_font" "Size 18" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "25" + } + + "BackgroundFooterCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooterCustom" + "xpos" "-10" + "ypos" "r25" + "zpos" "1" + "wide" "p1.02" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "border" "MaterialReverseBlackLight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "5" + "tabxdelta" "3" + "tabwidth" "240" + "tabheight" "20" + "transition_time" "0" + "yoffset" "6" + + "tabskv" + { + "textinsetx" "0" + "font" "Size 18" + "AllCaps" "1" + "selectedcolor" "Main Theme" + "unselectedcolor" "White" + "defaultBgColor_override" "Blank" + "paintbackground" "0" + "activeborder_override" "NoBorder" + "normalborder_override" "NoBorder" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "3" + "ypos" "r22" + "zpos" "2" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "BACK (&Q)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "r73" + "ypos" "r22" + "zpos" "2" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CLOSE (&E)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + + + + + + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "9999" + "wide" "0" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "9999" + "wide" "0" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "9999" + "wide" "0" + } +} \ No newline at end of file diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res new file mode 100644 index 0000000..ae8e87b --- /dev/null +++ b/resource/ui/classloadoutpanel.res @@ -0,0 +1,588 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "ControlName" "Frame" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "item_xpos_offcenter_a" "-305"//"-320" + "item_xpos_offcenter_b" "-180"//"175" + "item_ypos" "35" + "item_ydelta" "85" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "120"//"150" + "tall" "80"//"80" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_center_x" "1" + "model_ypos" "5" + "model_tall" "55" + "model_wide" "82" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "itemoptionpanels_kv" + { + "ControlName" "CExButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "22" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "}" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDarkest" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-100" + //"ypos" "20" + "zpos" "-1" + "wide" "p0.66"//"270" + "tall" "f0"//"340" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "55" + "allow_manip" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + //"origin_x" "190" + //"origin_y" "0" + //"origin_z" "-48" + "origin_x" "120" + "origin_y" "0" + "origin_z" "-36" + //"frame_origin_x" "0" + //"frame_origin_y" "0" + //"frame_origin_z" "0" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "-42" + "spotlight" "1" + + "modelname" "" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "noitem_textcolor" "White" + "paintborder" "1" + "paintbackground" "1" + "border" "MaterialReverseBlackLight" + + "text_ypos" "15" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "xpos" "50" + "ypos" "5" + "zpos" "20" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "ItemOptionsPanel" + { + "ControlName" "CLoadoutParticleSlider" + "fieldname" "ItemOptionsPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "75" + "autoResize" "1" + "visible" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "CharacterLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "CharacterLoadoutButton" + "xpos" "c-28" + "ypos" "c-175" + "zpos" "22" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "textAlignment" "center" + "labelText" "L" + "font" "Symbols 20" + "Command" "characterloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "GrayDark" + + } + + "TauntLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "TauntLoadoutButton" + "xpos" "3" + "ypos" "0" + "zpos" "22" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "textAlignment" "center" + "labelText" "^" + "font" "Symbols 20" + "Command" "tauntloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "GrayDark" + + "pin_to_sibling" "CharacterLoadoutButton" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BlueButton" + { + "ControlName" "CExImageButton" + "fieldName" "BlueButton" + "xpos" "c28" + "ypos" "77" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "v" + "textAlignment" "center" + "font" "Symbols 14" + "scaleImage" "1" + "command" "sv_cheats 1; r_skin 1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "Blue" + "armedFgColor_override" "Blue" + "depressedFgColor_override" "Blue" + } + + "RedButton" + { + "ControlName" "CExImageButton" + "fieldName" "RedButton" + "xpos" "c28" + "ypos" "64" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "v" + "textAlignment" "center" + "font" "Symbols 14" + "scaleImage" "1" + "command" "sv_cheats 1;r_skin 0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "Red" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PresetsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PresetsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-200" + "end_y" "120" + "end_wide" "250" + "end_tall" "160" + "callout_inparents_x" "c0" + "callout_inparents_y" "75" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#ItemPresetsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#ClassLoadoutItemPresetsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "TauntsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TauntsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-200" + "end_y" "120" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c13" + "callout_inparents_y" "55" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TauntsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#ClassLoadoutTauntsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "White" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + + + + /// REMOVED STUFF + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "TauntCaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntCaratLabel" + "xpos" "9999" + } + "TauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntLabel" + "xpos" "9999" + } + "TopLine" + { + "ControlName" "ImagePanel" + "xpos" "9999" + } + "PassiveAttribsLabel" + { + "ControlName" "CExLabel" + "fieldName" "PassiveAttribsLabel" + "xpos" "9999" + } + "TauntHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntHintLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/classselection.res b/resource/ui/classselection.res new file mode 100644 index 0000000..bafaab7 --- /dev/null +++ b/resource/ui/classselection.res @@ -0,0 +1,1386 @@ +"Resource/UI/ClassSelection.res" +{ + "class" + { + "ControlName" "Frame" + "fieldName" "class" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "ClassSelectFrame" + { + "ControlName" "EditablePanel" + "fieldName" "ClassSelectFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "1" + "wide" "p1.02" + "tall" "25" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "ClassSelect" + { + "ControlName" "Label" + "fieldName" "ClassSelect" + "xpos" "0" + "ypos" "-4" + "zpos" "2" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "select a class!" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "1" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "ClassSelectFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "ClassSelectionBG" + { + "ControlName" "EditablePanel" + "fieldName" "ClassSelectionBG" + "xpos" "c0" + "ypos" "c-123" + "zpos" "1" + "wide" "158" + "tall" "237" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + "PlayerModelBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerModelBG" + "xpos" "c-158" + "ypos" "c-123" + "zpos" "1" + "wide" "158" + "tall" "237" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "ClassesAnchor" //////MOVES THE WHOLE CLASS LIST THROUGH PINNING (no model) + { + "ControlName" "EditablePanel" + "fieldName" "ClassesAnchor" + "xpos" "c4" + "ypos" "c-8" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "r23" + "zpos" "6" + "wide" "85" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "(&Q) CANCEL" + "textAlignment" "center" + "textinsety" "1" + "textinsetx" "10" + "Command" "vguicancel" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + + "paintbackground" "0" + + "fgcolor" "White" + "fgcolor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "stayselectedonclick" "0" + "selectonhover" "1" + "keyboardinputenabled" "0" + + } + + "random" + { + "xpos" "r85" + "ypos" "r23" + "zpos" "6" + "wide" "85" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "(&R) RANDOM" + "textAlignment" "center" + "textinsety" "1" + "textinsetx" "10" + "Command" "joinclass random" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + + "paintbackground" "0" + + "fgcolor" "White" + "fgcolor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "stayselectedonclick" "0" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "EditLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "EditLoadoutButton" + "xpos" "r170" + "ypos" "r23" + "zpos" "6" + "wide" "85" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "(&E) LOADOUT" + "textAlignment" "center" + "textinsety" "1" + "textinsetx" "10" + "Command" "openloadout" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + + "paintbackground" "0" + + "fgcolor" "White" + "fgcolor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "stayselectedonclick" "0" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "Offense" + { + "ControlName" "CExLabel" + "fieldName" "Offense" + "xpos" "-3" + "ypos" "-4" + "zpos" "12" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "offense" + "textAlignment" "west" + "AllCaps" "1" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "scout" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "OffenseShadow" + { + "ControlName" "CExLabel" + "fieldName" "OffenseShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "offense" + "textAlignment" "west" + "AllCaps" "1" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Offense" + } + + "scout" + { + "ControlName" "CExImageButton" + "fieldName" "scout" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "scout" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 1" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "soldier" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "soldier" + { + "ControlName" "CExImageButton" + "fieldName" "soldier" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "soldier" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 3" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "pyro" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "pyro" + { + "ControlName" "CExImageButton" + "fieldName" "pyro" + "xpos" "0" + "ypos" "14" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "pyro" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 7" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "demoman" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Defense" + { + "ControlName" "CExLabel" + "fieldName" "Defense" + "xpos" "-3" + "ypos" "-4" + "zpos" "12" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "defense" + "textAlignment" "left" + "AllCaps" "1" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "demoman" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "DefenseShadow" + { + "ControlName" "CExLabel" + "fieldName" "DefenseShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "defense" + "textAlignment" "west" + "AllCaps" "1" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Defense" + } + + "demoman" + { + "ControlName" "CExImageButton" + "fieldName" "demoman" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "demoman" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 4" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "heavyweapons" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "heavyweapons" + { + "ControlName" "CExImageButton" + "fieldName" "heavyweapons" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "heavy" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 6" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + "pin_to_sibling" "ClassesAnchor" + } + + "engineer" + { + "ControlName" "CExImageButton" + "fieldName" "engineer" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "engineer" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 9" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "heavyweapons" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "xpos" "-3" + "ypos" "-4" + "zpos" "12" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "support" + "textAlignment" "left" + "AllCaps" "1" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "engineer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "SupportShadow" + { + "ControlName" "CExLabel" + "fieldName" "SupportShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "90" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "support" + "textAlignment" "west" + "AllCaps" "1" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Support" + } + + "medic" + { + "ControlName" "CExImageButton" + "fieldName" "medic" + "xpos" "0" + "ypos" "14" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "medic" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 5" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "engineer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "sniper" + { + "ControlName" "CExImageButton" + "fieldName" "sniper" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "sniper" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 2" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "medic" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "spy" + { + "ControlName" "CExImageButton" + "fieldName" "spy" + "xpos" "0" + "ypos" "-2" + "zpos" "6" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "spy" + "textinsetx" "10" + "labelText" "" + "textAlignment" "west" + "Command" "select 8" + "Default" "0" + "font" "Size 14" + "scaleImage" "1" + "AllCaps" "1" + "image_default" "class_sel_sm_scout_inactive" + "image_armed" "class_sel_sm_scout_inactive" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "paintbackground" "0" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "border_default" "MaterialTransparent70" + "border_Selected" "MaterialHypno" + + "pin_to_sibling" "sniper" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "numScout" + { + "ControlName" "CExLabel" + "fieldName" "numScout" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numscout%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "scout" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numSoldier" + { + "ControlName" "CExLabel" + "fieldName" "numSoldier" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numsoldier%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "soldier" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numPyro" + { + "ControlName" "CExLabel" + "fieldName" "numPyro" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numpyro%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "pyro" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numDemoman" + { + "ControlName" "CExLabel" + "fieldName" "numDemoman" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numdemoman%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "demoman" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numHeavy" + { + "ControlName" "CExLabel" + "fieldName" "numHeavy" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numheavy%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "heavyweapons" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numEngineer" + { + "ControlName" "CExLabel" + "fieldName" "numEngineer" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numengineer%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "engineer" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numMedic" + { + "ControlName" "CExLabel" + "fieldName" "numMedic" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%nummedic%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "medic" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numSniper" + { + "ControlName" "CExLabel" + "fieldName" "numSniper" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numsniper%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "sniper" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "numSpy" + { + "ControlName" "CExLabel" + "fieldName" "numSpy" + "xpos" "-5" + "ypos" "0" + "zpos" "8" + "wide" "45" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "AllCaps" "1" + "labelText" "%numspy%" + "font" "Size 14" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "spy" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "TFPlayerModel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "TFPlayerModel" + + "xpos" "c-285" + "ypos" "0" + "zpos" "6" + "wide" "480" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "38" + "allow_rot" "0" + + "paintbackground" "0" + "paintbackgroundenabled" "0" + "bgcolor_override" "Blank" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "320" + "origin_y" "10" + "origin_z" "-40" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + "vcd" "class_select.vcd" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + } + } + + "MvMUpgradeImageScout" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageScout" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Scout" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageSolider" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSolider" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Soldier" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImagePyro" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImagePyro" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Pyro" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageDemoman" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageDemoman" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Demoman" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageHeavy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageHeavy" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Heavyweapons" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageEngineer" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageEngineer" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Engineer" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageMedic" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageMedic" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Medic" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageSniper" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSniper" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Sniper" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "MvMUpgradeImageSpy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSpy" + "xpos" "5" + "ypos" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/mvm/class_upgraded" + "scaleImage" "1" + + "pin_to_sibling" "Spy" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "ResetButton" + { + "ControlName" "CExButton" + "fieldName" "ResetButton" + "xpos" "9999" + } + "ClassMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "ClassMenuSelect" + "xpos" "9999" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "Hint" + { + "ControlName" "CExLabel" + "fieldName" "Hint" + "xpos" "9999" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "9999" + } + "localPlayerImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "9999" + } + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "9999" + } + "countImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage0" + "xpos" "9999" + } + "countImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage1" + "xpos" "9999" + } + "countImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage2" + "xpos" "9999" + } + "countImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage3" + "xpos" "9999" + } + "countImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage4" + "xpos" "9999" + } + "countImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage5" + "xpos" "9999" + } + "countImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage6" + "xpos" "9999" + } + "countImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage7" + "xpos" "9999" + } + "countImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage8" + "xpos" "9999" + } + "countImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage9" + "xpos" "9999" + } + "countImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage10" + "xpos" "9999" + } + "CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountLabel" + "xpos" "9999" + } + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "9999" + } + "ClassTipsPanel" + { + "ControlName" "CTFClassTipsPanel" + "fieldName" "ClassTipsPanel" + "xpos" "9999" + } + "ClassHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "ClassHighlightPanel" + "xpos" "9999" + } +} diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res new file mode 100644 index 0000000..9e6f1a3 --- /dev/null +++ b/resource/ui/compstats.res @@ -0,0 +1,379 @@ +"Resource/UI/CompStats.res" +{ + "ScrollableContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableContainer" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "270" + "tall" "330" + "visible" "1" + "proportionaltoparent" "1" + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "9999" //-8 + "ypos" "-15" + "zpos" "110" + "wide" "o1" + "tall" "70" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "9999" //3 + "ypos" "0" + "zpos" "100" + "wide" "200" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + + "show_model" "0" + "show_type" "1" + + "BGBorder" + { + "visible" "0" + } + } + + "ShowMatchHistoryButton" + { + "ControlName" "CExButton" + "fieldName" "ShowMatchHistoryButton" + "xpos" "3" + "ypos" "0" + "zpos" "2" + "wide" "p0.485" + "tall" "16" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "show_match_history" + "labeltext" "#TF_Competitive_ViewMatches" + "font" "Size 12" + "textAlignment" "center" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "BlackLight" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "Main Theme" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ShowLeaderboardsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowLeaderboardsButton" + "xpos" "rs1-3" + "ypos" "0" + "zpos" "2" + "wide" "p0.485" + "tall" "16" + "visible" "1" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "command" "show_leaderboards" + "labeltext" "#TF_Competitive_ViewLeaderboards" + "font" "Size 12" + "textAlignment" "center" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "BlackLight" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "Main Theme" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "cs-0.5" + "ypos" "18" + "zpos" "-1" + "wide" "f6" + "tall" "p1" + "visible" "1" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + + "MatchHistoryCategories" + { + "ControlName" "EditablePanel" + "fieldName" "MatchHistoryCategories" + "xpos" "cs-0.5" + "ypos" "3" + "zpos" "10" + "wide" "p0.98" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "9999" + } + + "SortArrow" + { + "ControlName" "Label" + "fieldName" "SortArrow" + "xpos" "0" + "ypos" "-4" + "zpos" "2" + "wide" "20" + "tall" "0" //f0 + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "6" + "font" "MarlettSmall" + "textAlignment" "west" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "selectedFgColor_override" "White" + } + + "ResultButton" + { + "ControlName" "CExButton" + "fieldName" "ResultButton" + "xpos" "0" + "ypos" "0" + "wide" "45" + "tall" "12" + "proportionaltoparent" "1" + "visible" "1" + "labeltext" "#TF_Competitive_Result" + "font" "Size 10" + "textAlignment" "center" + "textinsetx" "0" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "GrayDarker" + "armedBgColor_override" "GrayMedium" + "selectedBgColor_override" "GrayMedium" + "depressedBgColor_override" "GrayMedium" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "command" "sort0" + "actionsignallevel" "4" + } + + "DateButton" + { + "ControlName" "CExButton" + "fieldName" "DateButton" + "xpos" "49" + "ypos" "0" + "wide" "94" + "tall" "12" + "proportionaltoparent" "1" + "visible" "1" + "labeltext" "#TF_Competitive_Date" + "font" "Size 10" + "textAlignment" "center" + "textinsetx" "0" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "GrayDarker" + "armedBgColor_override" "GrayMedium" + "selectedBgColor_override" "GrayMedium" + "depressedBgColor_override" "GrayMedium" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "command" "sort1" + "actionsignallevel" "4" + } + + "MapButton" + { + "ControlName" "CExButton" + "fieldName" "MapButton" + "xpos" "147" + "ypos" "0" + "wide" "69" + "tall" "12" + "visible" "1" + "labeltext" "#TF_Competitive_Map" + "font" "Size 10" + "textAlignment" "center" + "textinsetx" "0" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "GrayDarker" + "armedBgColor_override" "GrayMedium" + "depressedBgColor_override" "GrayMedium" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "selectedBgColor_override" "GrayMedium" + "depressedFgColor_override" "White" + + "command" "sort2" + "actionsignallevel" "4" + } + + "KDRButton" + { + "ControlName" "CExButton" + "fieldName" "KDRButton" + "xpos" "220" + "ypos" "0" + "wide" "40" + "tall" "12" + "proportionaltoparent" "1" + "visible" "1" + "labeltext" "#TF_Competitive_KDR" + "font" "Size 10" + "textAlignment" "center" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "GrayDarker" + "armedBgColor_override" "GrayMedium" + "selectedBgColor_override" "GrayMedium" + "depressedBgColor_override" "GrayMedium" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "command" "sort3" + "actionsignallevel" "4" + } + } + + "MatchHistoryContainer" + { + "ControlName" "CScrollableList" + "fieldName" "MatchHistoryContainer" + "xpos" "cs-0.5" + "ypos" "16" + "wide" "p0.98" + "tall" "p0.89" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1+1" + "ypos" "0" + "tall" "f0" + "wide" "3" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "WhiteDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Leaderboard" + { + "ControlName" "CLadderLobbyLeaderboard" + "fieldName" "Leaderboard" + "xpos" "0" + "ypos" "0" + "wide" "p0.95" + "tall" "p0.89" + "tall" "f20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "scaleImage" "1" + "entry_step" "23" + "proportionaltoparent" "1" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/confirmabandondialog.res b/resource/ui/confirmabandondialog.res new file mode 100644 index 0000000..acbfc44 --- /dev/null +++ b/resource/ui/confirmabandondialog.res @@ -0,0 +1,168 @@ +"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" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "center" + "xpos" "40" + "ypos" "45" + "zpos" "1" + "wide" "220" + "tall" "130" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "185" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "CancelButtonHintIcon" + "xpos" "9999" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "185" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "ConfirmButtonHintIcon" + "xpos" "9999" + } + + "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" "Size 11" + "selected_fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/controlpointcountdown.res b/resource/ui/controlpointcountdown.res new file mode 100644 index 0000000..e06d54b --- /dev/null +++ b/resource/ui/controlpointcountdown.res @@ -0,0 +1,23 @@ +"Resource/UI/ControlPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Size 24" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "White" + "bgcolor" "White" + } +} diff --git a/resource/ui/controlpointicon.res b/resource/ui/controlpointicon.res new file mode 100644 index 0000000..adf9474 --- /dev/null +++ b/resource/ui/controlpointicon.res @@ -0,0 +1,113 @@ +"Resource/UI/ControlPointIcon.res" +{ + "ControlPointIcon" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + } + + "Countdown" + { + "ControlName" "CControlPointCountdown" + "fieldName" "Countdown" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "8" + "tall" "12" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CapNumPlayers" + { + "ControlName" "Label" + "fieldName" "CapNumPlayers" + "font" "Size 14" + "xpos" "8" + "ypos" "0" + "zpos" "3" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "BlackLight" + } + + "OverlayImage" + { + "ControlName" "ImagePanel" + "fieldName" "OverlayImage" + "xpos" "15" + "ypos" "-1" + "zpos" "4" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CPTimerLabel" + { + "ControlName" "CExLabel" + "fieldName" "CPTimerLabel" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "labelText" "60" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Size 12" + + if_mvm + { + "visible" "0" + } + } + + "CPTimerBG" + { + "ControlName" "Panel" + "fieldName" "CPTimerBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/controlpointprogressbar.res b/resource/ui/controlpointprogressbar.res new file mode 100644 index 0000000..ca87b58 --- /dev/null +++ b/resource/ui/controlpointprogressbar.res @@ -0,0 +1,64 @@ +"Resource/UI/ControlPointProgressBar.res" +{ + "ControlPointProgressBar" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "wide_minmode" "65" + "tall" "65" + "tall_minmode" "65" + "visible" "0" + "enabled" "1" + } + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + "ProgressBar" + { + "ControlName" "CircularProgressBar" + "fieldName" "ProgressBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Teardrop" + { + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TeardropSide" + { + "ControlName" "CIconPanel" + "fieldName" "TeardropSide" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ProgressText" + { + "ControlName" "Label" + "fieldName" "ProgressText" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Blocked" + { + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res new file mode 100644 index 0000000..1d0324f --- /dev/null +++ b/resource/ui/craftingpanel.res @@ -0,0 +1,496 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/CraftingPanel.res" +{ + "crafting_panel" + { + "ControlName" "Frame" + "fieldName" "crafting_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "item_ypos" "30" + "output_item_ypos" "210" + "item_crafting_offcenter_x" "5" + "item_backpack_xdelta" "1" + "item_backpack_ydelta" "1" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "67" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "6" + "model_tall" "30" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "Blank" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "50" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%itemname%" + "textAlignment" "center" + "fgcolor" "White" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + } + } + } + + "recipebuttons_kv" + { + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "250" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "wrap" "0" + "centerwrap" "0" + "textAlignment" "center" + "textinsetx" "0" + "AllCaps" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "GrayDark" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + //"paintborder" "1" + //"border_default" "MaterialGrayDark" + //"border_Armed" "MaterialHypno" + } + + "filter_xoffset" "-223" + "filter_ypos" "43" + "filter_xdelta" "10" + "filter_ydelta" "10" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "CraftingButtonsBG" + { + "ControlName" "EditablePanel" + "fieldName" "CraftingButtonsBG" + "xpos" "c-270" + "ypos" "c-206" + "zpos" "-1" + "wide" "264" + "tall" "334" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "CraftingFiltersBG" + { + "ControlName" "EditablePanel" + "fieldName" "CraftingFiltersBG" + "xpos" "0" + "ypos" "-2" + "zpos" "0" + "wide" "260" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGrayDarker" + + "pin_to_sibling" "CraftingButtonsBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "recipecontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainerscroller" + "xpos" "c-263" + "ypos" "88" + "zpos" "5" + "wide" "280" + "tall" "273" + "PaintBackground" "0" + "fgcolor_override" "White" + "autohide_buttons" "0" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "9999" + } + } + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "280" + "tall" "273" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + } + + "selectedrecipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "selectedrecipecontainer" + "xpos" "c-1" + "ypos" "35" + "zpos" "5" + "wide" "279" + "tall" "334" + "PaintBackground" "0" + "border" "MaterialBlackLight" + + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "font" "Size 18" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "west" + "xpos" "8" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "font" "Size 18" + "labelText" "#Craft_Recipe_Outputs" + "textAlignment" "west" + "xpos" "8" + "ypos" "180" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "20" + "wide" "270" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#CraftConfirm" + "font" "Size 24" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Command" "craft" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "FreeAccountLabel" + { + "ControlName" "CExLabel" + "fieldName" "FreeAccountLabel" + "font" "Size 10" + "labelText" "#Craft_PremiumRecipe" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1-35" + "zpos" "10" + "wide" "270" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "Red" + } + + "UpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "UpgradeButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "21" + "wide" "270" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Trial_Upgrade" + "font" "Size 24" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Command" "upgrade" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGreen" + "border_armed" "MaterialHypno" + } + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "xpos" "9999" + } + "RecipeInputStringLabel" + { + "ControlName" "CExLabel" + "fieldName" "RecipeInputStringLabel" + "xpos" "9999" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MaterialBlackDark" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Size 11" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "wrap" "1" + "centerwrap" "1" + } + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "99999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res new file mode 100644 index 0000000..bff110d --- /dev/null +++ b/resource/ui/craftingstatusdialog.res @@ -0,0 +1,131 @@ +"Resource/UI/CraftingStatusDialog.res" +{ + "CraftingStatusDialog" + { + "fieldName" "CraftingStatusDialog" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "200" + "tall" "110" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "CenterPositioner" + { + "ControlName" "Label" + "fieldName" "CenterPositioner" + "font" "Size 14" + "xpos" "0" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "0" + "labelText" "" + "textAlignment" "center" + "bgcolor_override" "Blank" + } + + "RecipeItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "RecipeItemModelPanel" + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "labelText" "%updatetext%" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "Blank" + "auto_wide_tocontents" "1" + + "pin_to_sibling" "CenterPositioner" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "4" + } + "EllipsesLabel" + { + "ControlName" "Label" + "fieldName" "EllipsesLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%ellipses%" + "textAlignment" "west" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "Blank" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "1" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "50" + "ypos" "75" + "zpos" "1" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/dashboardpartymember.res b/resource/ui/dashboardpartymember.res new file mode 100644 index 0000000..978fb07 --- /dev/null +++ b/resource/ui/dashboardpartymember.res @@ -0,0 +1,171 @@ +"Resource/UI/DashboardPartyMember.res" +{ + "avatar" + { + // "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "1" + "ypos" "1" + "zpos" "101" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "alpha" "255" + } + + "EmptyImage" + { + "ControlName" "ImagePanel" + "fieldName" "EmptyImage" + "xpos" "2" + "ypos" "2" + "zpos" "100" + "wide" "f4" + "tall" "f4" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "replay\thumbnails\menu\silhouette" + "mouseinputenabled" "0" + } + + "LeaderIcon" + { + "ControlName" "ImagePanel" + "fieldName" "LeaderIcon" + "xpos" "0" + "ypos" "0" + "zpos" "105" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "importtool_goldstar" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "BannedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "BannedIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "Red" + } + + "OutOfDateIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OutOfDateIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "White" + } + + "OfflineIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OfflineIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.65" + "tall" "p0.65" + "visible" "1" + "enabled" "1" + "image" "gc_dc" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "White" + } + + "StatusDimmer" + { + "ControlName" "Panel" + "fieldName" "StatusDimmer" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "Black" + } + + "InteractButton" + { + "ControlName" "CExImageButton" + "fieldName" "InteractButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "200" + "wide" "f1" + "tall" "f1" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "PlayerPanelPlayerName" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "interact" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "Blank" + "armedBgColor_override" "Blank" + + "border_default" "NoBorder" + "border_armed" "FriendHighlightBorder" + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "255" + + "radius" "26" + "velocity" "60" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res new file mode 100644 index 0000000..606416f --- /dev/null +++ b/resource/ui/destroy_menu/base_active.res @@ -0,0 +1,91 @@ +"Resource/UI/destroy_menu/base_active.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "34" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "border" "MaterialTransparentRed50" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "24" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "icon" "ico_demolish" + } + + "Destroy" + { + "ControlName" "CExLabel" + "fieldName" "Destroy" + "font" "Symbols 34" + "fgcolor" "247 162 92 255" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "`" + "textAlignment" "Center" + "proportionaltoparent" "1" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 14" + "fgcolor" "White" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "proportionaltoparent" "1" + } + + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "9999" + } + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res new file mode 100644 index 0000000..745064f --- /dev/null +++ b/resource/ui/destroy_menu/base_inactive.res @@ -0,0 +1,4 @@ +"Resource/UI/build_menu/base_inactive.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res new file mode 100644 index 0000000..a0965ce --- /dev/null +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -0,0 +1,9 @@ +#base "base_active.res" + +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res new file mode 100644 index 0000000..b13be20 --- /dev/null +++ b/resource/ui/destroy_menu/dispenser_inactive.res @@ -0,0 +1 @@ +#base "base_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res new file mode 100644 index 0000000..fabb639 --- /dev/null +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -0,0 +1,197 @@ +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "Size 9" + "fgcolor" "White" + "xpos" "2" + "ypos" "1" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "100" + } + + "active_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "active_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "active_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "active_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "0" + } + + "inactive_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "inactive_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "inactive_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "inactive_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "unavailable_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_1" + "xpos" "77" + "ypos" "10" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "unavailable_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_2" + "xpos" "77" + "ypos" "42" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "unavailable_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_3" + "xpos" "77" + "ypos" "74" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + "unavailable_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_4" + "xpos" "77" + "ypos" "106" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + } + + + //USELESS + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "Divider" + { + "ControlName" "CIconPanel" + "fieldName" "Divider" + "xpos" "9999" + } + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/base_active.res b/resource/ui/destroy_menu/pipboy/base_active.res new file mode 100644 index 0000000..f2f52f9 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/base_active.res @@ -0,0 +1 @@ +#base "../base_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/base_inactive.res b/resource/ui/destroy_menu/pipboy/base_inactive.res new file mode 100644 index 0000000..824cf37 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/base_inactive.res @@ -0,0 +1 @@ +#base "../base_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res new file mode 100644 index 0000000..bb0fa3a --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -0,0 +1 @@ +#base "../dispenser_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res new file mode 100644 index 0000000..5a25382 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -0,0 +1 @@ +#base "../dispenser_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res new file mode 100644 index 0000000..c1306bb --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -0,0 +1 @@ +#base "../hudmenuengydestroy.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res new file mode 100644 index 0000000..f00b81d --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -0,0 +1 @@ +#base "../sentry_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res new file mode 100644 index 0000000..8eeb02f --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -0,0 +1 @@ +#base "../sentry_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res new file mode 100644 index 0000000..a60b477 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -0,0 +1 @@ +#base "../tele_entrance_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res new file mode 100644 index 0000000..c5cbf7b --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -0,0 +1 @@ +#base "../tele_entrance_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res new file mode 100644 index 0000000..d1c70e1 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -0,0 +1 @@ +#base "../tele_exit_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res new file mode 100644 index 0000000..e2ebd86 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -0,0 +1 @@ +#base "../tele_exit_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res new file mode 100644 index 0000000..fc23a89 --- /dev/null +++ b/resource/ui/destroy_menu/sentry_active.res @@ -0,0 +1,9 @@ +#base "base_active.res" + +"Resource/UI/destroy_menu/sentry_active.res" +{ + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res new file mode 100644 index 0000000..b13be20 --- /dev/null +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -0,0 +1 @@ +#base "base_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_active.res b/resource/ui/destroy_menu/tele_entrance_active.res new file mode 100644 index 0000000..1e43912 --- /dev/null +++ b/resource/ui/destroy_menu/tele_entrance_active.res @@ -0,0 +1,9 @@ +#base "base_active.res" + +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_inactive.res b/resource/ui/destroy_menu/tele_entrance_inactive.res new file mode 100644 index 0000000..b13be20 --- /dev/null +++ b/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -0,0 +1 @@ +#base "base_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_active.res b/resource/ui/destroy_menu/tele_exit_active.res new file mode 100644 index 0000000..a09ce18 --- /dev/null +++ b/resource/ui/destroy_menu/tele_exit_active.res @@ -0,0 +1,9 @@ +#base "base_active.res" + +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_inactive.res b/resource/ui/destroy_menu/tele_exit_inactive.res new file mode 100644 index 0000000..b13be20 --- /dev/null +++ b/resource/ui/destroy_menu/tele_exit_inactive.res @@ -0,0 +1 @@ +#base "base_inactive.res" \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_blue.res b/resource/ui/disguise_menu/demoman_blue.res new file mode 100644 index 0000000..d92f21a --- /dev/null +++ b/resource/ui/disguise_menu/demoman_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/demoman_blue.res" +{ + "ItemNameLabel" + { + "labelText" "4" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "4" + } + + "NewNumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_red.res b/resource/ui/disguise_menu/demoman_red.res new file mode 100644 index 0000000..bd6ec5a --- /dev/null +++ b/resource/ui/disguise_menu/demoman_red.res @@ -0,0 +1,9 @@ +#base "demoman_blue.res" + +"Resource/UI/disguise_menu/demoman_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_blue.res b/resource/ui/disguise_menu/engineer_blue.res new file mode 100644 index 0000000..2a79475 --- /dev/null +++ b/resource/ui/disguise_menu/engineer_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/engineer_blue.res" +{ + "ItemNameLabel" + { + "labelText" "6" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "6" + } + + "NewNumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_red.res b/resource/ui/disguise_menu/engineer_red.res new file mode 100644 index 0000000..db5afc9 --- /dev/null +++ b/resource/ui/disguise_menu/engineer_red.res @@ -0,0 +1,9 @@ +#base "engineer_blue.res" + +"Resource/UI/disguise_menu/engineer_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res new file mode 100644 index 0000000..113f470 --- /dev/null +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/heavy_red.res" +{ + "ItemNameLabel" + { + "labelText" "5" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "5" + } + + "NewNumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_red.res b/resource/ui/disguise_menu/heavy_red.res new file mode 100644 index 0000000..279247f --- /dev/null +++ b/resource/ui/disguise_menu/heavy_red.res @@ -0,0 +1,9 @@ +#base "heavy_blue.res" + +"Resource/UI/disguise_menu/heavy_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/hudmenuspydisguise.res b/resource/ui/disguise_menu/hudmenuspydisguise.res new file mode 100644 index 0000000..3e14970 --- /dev/null +++ b/resource/ui/disguise_menu/hudmenuspydisguise.res @@ -0,0 +1,455 @@ +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "0" + "ypos" "12" + "zpos" "0" + "wide" "114" + "tall" "165" + "autoResize" "0" + "pinCorner" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "58" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "DISGUISE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "White" + } + "TitleLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelShadow" + "font" "Size 14 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "58" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "DISGUISE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Shadow" + "pin_to_sibling" "TitleLabel" + } + + "ToggleLabelBG" + { + "ControlName" "EditablePanel" + "fieldName" "ToggleLabelBG" + "xpos" "0" + "ypos" "-4" + "zpos" "2" + "wide" "105" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + "pin_to_sibling" "MainBackground" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "ToggleLabel" + { + "ControlName" "CExLabel" + "fieldName" "ToggleLabel" + "font" "UltraSmall" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "105" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Minus_Toggle" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "pin_to_sibling" "ToggleLabelBG" + } + + "class_item_red_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "5" + "ypos" "16" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + } + "class_item_red_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "class_item_red_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "class_item_red_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "class_item_red_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "class_item_red_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "class_item_red_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "class_item_red_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "class_item_red_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "1" + "pin_to_sibling" "class_item_red_8" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + + + + "class_item_blue_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_1" + } + "class_item_blue_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_2" + } + "class_item_blue_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_3" + } + "class_item_blue_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_4" + } + "class_item_blue_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_5" + } + "class_item_blue_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_6" + } + "class_item_blue_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_7" + } + "class_item_blue_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_8" + } + "class_item_blue_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "48" + "visible" "0" + "pin_to_sibling" "class_item_red_9" + } + + "NumberBG1" + { + "ControlName" "CExLabel" + "fieldName" "NumberBG1" + "xpos" "40" + "ypos" "47" + "zpos" "0" + "wide" "35" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "40" + "ypos" "47" + "zpos" "1" + "wide" "35" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBG2" + { + "ControlName" "CExLabel" + "fieldName" "NumberBG2" + "xpos" "40" + "ypos" "95" + "zpos" "0" + "wide" "35" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "40" + "ypos" "95" + "zpos" "1" + "wide" "35" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBG3" + { + "ControlName" "CExLabel" + "fieldName" "NumberBG3" + "xpos" "40" + "ypos" "143" + "zpos" "0" + "wide" "35" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "40" + "ypos" "143" + "zpos" "1" + "wide" "35" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + + + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } + "Divider" + { + "ControlName" "CIconPanel" + "fieldName" "Divider" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_blue.res b/resource/ui/disguise_menu/medic_blue.res new file mode 100644 index 0000000..aef4093 --- /dev/null +++ b/resource/ui/disguise_menu/medic_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/scout_red.res" +{ + "ItemNameLabel" + { + "labelText" "7" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "7" + } + + "NewNumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_red.res b/resource/ui/disguise_menu/medic_red.res new file mode 100644 index 0000000..b2bdd5c --- /dev/null +++ b/resource/ui/disguise_menu/medic_red.res @@ -0,0 +1,9 @@ +#base "medic_blue.res" + +"Resource/UI/disguise_menu/medic_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_blue.res b/resource/ui/disguise_menu/pyro_blue.res new file mode 100644 index 0000000..5626387 --- /dev/null +++ b/resource/ui/disguise_menu/pyro_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/pyro_blue.res" +{ + "ItemNameLabel" + { + "labelText" "3" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "3" + } + + "NewNumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_red.res b/resource/ui/disguise_menu/pyro_red.res new file mode 100644 index 0000000..185523f --- /dev/null +++ b/resource/ui/disguise_menu/pyro_red.res @@ -0,0 +1,9 @@ +#base "pyro_blue.res" + +"Resource/UI/disguise_menu/pyro_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_blue.res b/resource/ui/disguise_menu/scout_blue.res new file mode 100644 index 0000000..8661664 --- /dev/null +++ b/resource/ui/disguise_menu/scout_blue.res @@ -0,0 +1,100 @@ +"Resource/UI/disguise_menu/scout_blue.res" +{ + "ClassBackground" + { + "ControlName" "EditablePanel" + "fieldName" "ClassBackground" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "Class Symbols 28" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "Blue" + } + + "NumberBG" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG" + "xpos" "0" + "ypos" "31" + "zpos" "0" + "wide" "35" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "31" + "zpos" "1" + "wide" "35" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "31" + "zpos" "1" + "wide" "35" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CIconPanel" + "fieldName" "ClassIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_red.res b/resource/ui/disguise_menu/scout_red.res new file mode 100644 index 0000000..853e473 --- /dev/null +++ b/resource/ui/disguise_menu/scout_red.res @@ -0,0 +1,9 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/scout_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_blue.res b/resource/ui/disguise_menu/sniper_blue.res new file mode 100644 index 0000000..2062ff2 --- /dev/null +++ b/resource/ui/disguise_menu/sniper_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/sniper_blue.res" +{ + "ItemNameLabel" + { + "labelText" "8" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "8" + } + + "NewNumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_red.res b/resource/ui/disguise_menu/sniper_red.res new file mode 100644 index 0000000..4ea9a91 --- /dev/null +++ b/resource/ui/disguise_menu/sniper_red.res @@ -0,0 +1,9 @@ +#base "sniper_blue.res" + +"Resource/UI/disguise_menu/sniper_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_blue.res b/resource/ui/disguise_menu/soldier_blue.res new file mode 100644 index 0000000..0b9c08a --- /dev/null +++ b/resource/ui/disguise_menu/soldier_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/soldier_blue.res" +{ + "ItemNameLabel" + { + "labelText" "2" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "2" + } + + "NewNumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_red.res b/resource/ui/disguise_menu/soldier_red.res new file mode 100644 index 0000000..2e887c9 --- /dev/null +++ b/resource/ui/disguise_menu/soldier_red.res @@ -0,0 +1,9 @@ +#base "soldier_blue.res" + +"Resource/UI/disguise_menu/soldier_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_blue.res b/resource/ui/disguise_menu/spy_blue.res new file mode 100644 index 0000000..abee74c --- /dev/null +++ b/resource/ui/disguise_menu/spy_blue.res @@ -0,0 +1,20 @@ +#base "scout_blue.res" + +"Resource/UI/disguise_menu/spy_blue.res" +{ + "ItemNameLabel" + { + "labelText" "9" + "fgcolor_override" "Blue" + } + + "NumberLabel" + { + "labelText" "9" + } + + "NewNumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_red.res b/resource/ui/disguise_menu/spy_red.res new file mode 100644 index 0000000..7fb0335 --- /dev/null +++ b/resource/ui/disguise_menu/spy_red.res @@ -0,0 +1,9 @@ +#base "spy_blue.res" + +"Resource/UI/disguise_menu/spy_red.res" +{ + "ItemNameLabel" + { + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res new file mode 100644 index 0000000..439383e --- /dev/null +++ b/resource/ui/disguisestatuspanel.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/disguisestatuspanel.res" +#base "disguisestatuspanel_base.res" \ No newline at end of file diff --git a/resource/ui/disguisestatuspanel_base.res b/resource/ui/disguisestatuspanel_base.res new file mode 100644 index 0000000..6a1b654 --- /dev/null +++ b/resource/ui/disguisestatuspanel_base.res @@ -0,0 +1,172 @@ +"Resource/UI/ItemModelPanel.res" +{ + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + } + } + + "DisguiseStatusBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "DisguiseStatusBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "140" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "replay/thumbnails/panels/material_transparent50" + "teambg_2" "replay/thumbnails/panels/material_red_transparent50" + "teambg_3" "replay/thumbnails/panels/material_blue_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "-2" + "ypos" "4" + "ypos_minmode" "4" + "wide" "45" + "tall" "30" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "Size 14" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "DisguiseNameLabel" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabel" + "font" "Size 10" + "fgcolor_override" "White" + "xpos" "-45" + "ypos" "-4" + "zpos" "2" + "wide" "90" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "DisguiseNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabelShadow" + "font" "Size 10 Blur" + "fgcolor_override" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "90" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + "pin_to_sibling" "DisguiseNameLabel" + } + + "WeaponNameLabel" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabel" + "font" "Size 9" + "fgcolor_override" "White" + "xpos" "-45" + "ypos" "5" + "zpos" "2" + "wide" "90" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "WeaponNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabelShadow" + "font" "Size 9 Blur" + "fgcolor_override" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "90" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + "pin_to_sibling" "WeaponNameLabel" + } +} \ No newline at end of file diff --git a/resource/ui/dynamicrecipepanel.res b/resource/ui/dynamicrecipepanel.res new file mode 100644 index 0000000..3cf80fa --- /dev/null +++ b/resource/ui/dynamicrecipepanel.res @@ -0,0 +1,582 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/DynamicRecipe.res" +{ + "dynamic_recipe_panel" + { + "ControlName" "Frame" + "fieldName" "dynamic_recipe_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "item_ypos" "50" + "output_item_ypos" "255" + "item_crafting_offcenter_x" "7" + "item_backpack_xdelta" "0" + "item_backpack_ydelta" "0" + "inventory_xpos" "7" + "inventory_ypos" "50" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "72" + "tall" "47" + "visible" "0" + "enabled" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "filter_xoffset" "-290" + "filter_ypos" "30" + "filter_xdelta" "10" + "filter_ydelta" "10" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "center" + "Command" "" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "c5" + "ypos" "15" + "zpos" "5" + "wide" "300" + "tall" "350" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "font" "Size 12" + "labelText" "%recipetitle%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "1" + "wide" "280" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + } + + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "font" "Size 14" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "west" + "xpos" "10" + "ypos" "30" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "font" "Size 14" + "labelText" "#Dynamic_Recipe_Outputs_Not_Complete" + "textAlignment" "west" + "xpos" "10" + "ypos" "235" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "UntradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UntradableLabel" + "font" "Size 14" + "labelText" "#Dynamic_Recipe_Outputs_Not_Tradable" + "textAlignment" "west" + "xpos" "0" + "ypos" "296" + "zpos" "1" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "20" + "wide" "p0.97" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#CraftConfirm" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "craft" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PrevInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevInputPageButton" + "xpos" "7" + "ypos" "195" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "previnputpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CurInputPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurInputPageLabel" + "font" "Size 18" + "labelText" "%inputpage%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "200" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "NextInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextInputPageButton" + "xpos" "rs1-7" + "ypos" "195" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextinputpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "inventorycontainer" + { + "ControlName" "EditablePanel" + "fieldName" "inventorycontainer" + "xpos" "c-305" + "ypos" "15" + "zpos" "5" + "wide" "300" + "tall" "350" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "NoMatches" + { + "ControlName" "CExLabel" + "fieldName" "NoMatches" + "font" "Size 14" + "labelText" "#Dynamic_Recipe_No_Matching_Items" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "125" + "zpos" "1" + "wide" "280" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "Red" + "AllCaps" "1" + "centerwrap" "1" + "wrap" "1" + "proportionaltoparent" "1" + } + + "UntradableCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "UntradableCheckBox" + "labelText" "#Dynamic_Recipe_Untradable_Checkbox" + "Font" "Size 11" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "280" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "fgcolor" "WhiteDark" + "proportionaltoparent" "1" + } + + "BackpackItems" + { + "ControlName" "CExLabel" + "fieldName" "BackpackItems" + "font" "Size 14" + "labelText" "#Dynamic_Recipe_Matching_Items" + "textAlignment" "west" + "xpos" "7" + "ypos" "30" + "zpos" "1" + "wide" "280" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "wrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "20" + "wide" "p0.97" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "7" + "ypos" "245" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 18" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "250" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + "proportionaltoparent" "1" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "rs1-7" + "ypos" "245" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "0" + "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" "White" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res new file mode 100644 index 0000000..fd4a4e2 --- /dev/null +++ b/resource/ui/econ/backpackpanel.res @@ -0,0 +1,5 @@ +#base "../../../customizations/resolutions/4x3/backpackpanel.res" +#base "../../../customizations/resolutions/5x4/backpackpanel.res" +#base "../../../customizations/resolutions/16x10/backpackpanel.res" +#base "../../../customizations/resolutions/16x9/backpackpanel.res" +#base "backpackpanel_base.res" \ No newline at end of file diff --git a/resource/ui/econ/backpackpanel_base.res b/resource/ui/econ/backpackpanel_base.res new file mode 100644 index 0000000..9b3b37d --- /dev/null +++ b/resource/ui/econ/backpackpanel_base.res @@ -0,0 +1,1579 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "ControlName" "Frame" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "item_xpos_offcenter_a" "-310" + "item_xpos_offcenter_b" "165" + "item_ypos" "50" + "item_ydelta" "80" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-352" + "item_backpack_xdelta" "-2" + "item_backpack_ydelta" "-2" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "page_button_y" "333" + "page_button_x_delta" "3" + "page_button_y_delta" "3" + "page_button_per_row" "25" + "page_button_height" "13" + + "pagebuttons_kv" + { + "ControlName" "EditablePanel" + "wide" "10" + "tall" "10" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "Button" + { + "fieldName" "Button" + "ControlName" "CExButton" + "wide" "25" + "tall" "13" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + "textAlignment" "center" + "labelText" "%page%" + "font" "Size 11" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "Size 9" + "textAlignment" "east" + "ypos" "0" + "xpos" "0" + "zpos" "0" + "wide" "f1" + "tall" "f-3" + "textinsetx" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "0" + "paintbackgroundtype" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" + } + } + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "72" + "tall" "57" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_center_x" "1" + "model_center_y" "1" + "model_xpos" "5" + "model_ypos" "5" + "model_wide" "" + "model_tall" "43" + + "text_ypos" "60" + "text_center" "1" + "name_only" "2" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "Size 9" + "textAlignment" "east" + "xpos" "rs1" + "ypos" "0" + "zpos" "15" + "wide" "25" + "tall" "12" + "textinsetx" "8" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "0" + "paintbackgroundtype" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" + } + + "use_item_sounds" "1" + } + } + + "BackpackBGCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackpackBGCustom" + "xpos" "cs-0.5" + "ypos" "c-155" + "zpos" "-1" + "wide" "712" + "tall" "286" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "tool_icon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "-20" + "ypos" "3" + "zpos" "1" + "wide" "149" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "paintbackgroundtype" "2" + "font" "Size 11" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "NameFilterBG" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterBG" + "font" "Symbols 18" + "xpos" "20" + "ypos" "5" + "zpos" "0" + "wide" "174" + "tall" "24" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "textAlignment" "west" + "textinsetx" "11" + "labeltext" "q" + "fgcolor_override" "White" + + "border" "MaterialGrayDarker" + + "pin_to_sibling" "NameFilterTextEntry" + } + "NameFilterLine" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterLine" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "146" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "WhiteDark" + "alpha" "25" + "proportionaltoparent" "1" + "pin_to_sibling" "NameFilterTextEntry" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "ShowBaseItemsCheckbox" + { + "ControlName" "CheckButton" + "fieldName" "ShowBaseItemsCheckbox" + "labelText" "Show TF2 Stock Items" + "font" "Size 11" + "textAlignment" "west" + "xpos" "7" + "ypos" "3" + "zpos" "3" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "smallcheckimage" "1" + "pin_to_sibling" "NameFilterTextEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "ShowBaseItemsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ShowBaseItemsBG" + "xpos" "3" + "ypos" "2" + "zpos" "0" + "wide" "130" + "tall" "24" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialGrayDarker" + + "pin_to_sibling" "ShowBaseItemsCheckbox" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 18" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "-2" + "zpos" "1" + "wide" "60" + "tall" "24" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Main Theme" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ShowRarityComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ShowRarityComboBox" + "Font" "Size 11" + "wrap" "0" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "170" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "paintborder" "0" + "paintbackground" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "SortByComboBox" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "ShowRarityBG" + { + "ControlName" "EditablePanel" + "fieldName" "ShowRarityBG" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "176" + "tall" "24" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDarker" + + "pin_to_sibling" "ShowRarityComboBox" + } + + "SortByComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortByComboBox" + "Font" "Size 11" + "xpos" "-2" + "ypos" "2" + "zpos" "1" + "wide" "130" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "paintborder" "0" + "paintbackground" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "SortByBG" + { + "ControlName" "EditablePanel" + "fieldName" "SortByBG" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "136" + "tall" "24" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDarker" + + "pin_to_sibling" "SortByComboBox" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "102" + "wide" "300" + "tall" "300" + "visible" "0" + //"bgcolor_override" "Blank" + "noitem_textcolor" "White" + //"PaintBackgroundType" "2" + "paintbackground" "1" + "paintborder" "1" + + "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" "White" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "35" + "tall" "25" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "18" + "text_ypos" "30" + "text_center" "1" + "name_only" "1" + "model_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "DragToNextPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToNextPageButton" + "xpos" "c357" + "ypos" "c-195" + "zpos" "1" + "wide" "30" + "tall" "286" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 26" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + } + + "DragToPrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToPrevPageButton" + "xpos" "c-387" + "ypos" "c-195" + "zpos" "1" + "wide" "30" + "tall" "286" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 26" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + } + + "CancelApplyToolButton" + { + "ControlName" "CExButton" + "fieldName" "CancelApplyToolButton" + "xpos" "-1" + "ypos" "-2" + "zpos" "20" + "wide" "216" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "canceltool" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "r20" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "PagesExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "PagesExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PagesExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-250" + "end_y" "130" + "end_wide" "300" + "end_tall" "115" + "callout_inparents_x" "c-250" + "callout_inparents_y" "290" + "next_explanation" "ContextExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackPagesExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackPagesExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "82" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "82" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "ContextExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ContextExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "c0" + "next_explanation" "StockExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackContextExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackContextExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "StockExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StockExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + "next_explanation" "SortExplanation" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "50" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackStockExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackStockExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "SortExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "SortExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-110" + "end_y" "80" + "end_wide" "300" + "end_tall" "135" + "callout_inparents_x" "c200" + "callout_inparents_y" "55" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#BackpackSortExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#BackpackSortExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "102" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + //REMOVED STUFF + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/collectioncraftingdialog_base.res b/resource/ui/econ/collectioncraftingdialog_base.res new file mode 100644 index 0000000..802502e --- /dev/null +++ b/resource/ui/econ/collectioncraftingdialog_base.res @@ -0,0 +1,1647 @@ +"#base" "../../../resource/tools/ReloadSchemeButton.res" + +"Resource/UI/econ/StrangeCountTransferDialog.res" +{ + "ReloadSchemeButton" + { + "ypos" "100" + } + + "CollectionCraftingPanel" + { + "fieldName" "CollectionCraftingPanel" + "visible" "0" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "paintbackground" "0" + + "buttons_start_x" "20" + "buttons_start_y" "60" + "buttons_step_x" "56" + "buttons_step_y" "56" + + "output_start_x" "343" + "output_start_y" "85" + "output_step_x" "56" + "output_step_y" "56" + + "bg_target_y" "10" + "slide_in_time" "1.f" + + "boxtops" + { + "boxtop" "trade_ups/trade_ups_boxtop_01" + "boxtop" "trade_ups/trade_ups_boxtop_02" + "boxtop" "trade_ups/trade_ups_boxtop_03" + "boxtop" "trade_ups/trade_ups_boxtop_04" + "boxtop" "trade_ups/trade_ups_boxtop_05" + } + + "ItemContainerKV" + { + "fieldName" "ItemContainer" + "xpos" "p0.08" + "ypos" "p0.245" + "zpos" "1" + "wide" "o1" + "tall" "p0.25" + "visible" "1" + "proportionaltoparent" "1" + + "InstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "InstructionsLabel" + "font" "TradeUp_Quote" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "p0.8" + "tall" "f0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_CollectionCrafting_AttachItem" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "paintborder" "0" + "fgcolor" "0 0 0 255" + "centerwrap" "1" + } + + "BackgroundButton" + { + "ControlName" "CExImageButton" + "fieldName" "BackgroundButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "o1" + "tall" "p0.8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "cancel" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "mouseinputenabled" "1" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + "image_drawcolor" "0 0 0 255" + "image_armedcolor" "200 80 60 255" + + "pin_to_sibling" "MainContainer" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "o1" + "tall" "p1.5" + "visible" "1" + "enabled" "1" + "image" "trade_ups/trade_ups_attach_box" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "imagepanel" + { + "ControlName" "ImagePanel" + "fieldName" "imagepanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "o1" + "tall" "p1.25" + "visible" "0" + "proportionaltoparent" "1" + "scaleimage" "1" + "image" "trade_ups/trade_ups_boxtop_01" + } + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "o1" + "tall" "p1" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_center_x" "1" + "model_center_y" "1" + "model_wide" "40" + "model_tall" "30" + "text_ypos" "100" + "text_center" "1" + "paint_icon_hide" "1" + "actionsignallevel" "4" + "proportionaltoparent" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + } + + "Dimmer" + { + "fieldName" "Dimmer" + "ControlName" "EditablePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + } + + "BG" + { + "fieldName" "BG" + "ControlName" "EditablePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "p1" + "tall" "300" + "proportionaltoparent" "1" + + "Border" + { + "fieldName" "Border" + "ControlName" "EditablePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "o1.97" + "tall" "p0.89" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + } + + "DrawingPanel" + { + "fieldName" "DrawingPanel" + "ControlName" "CDrawingPanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "5" + "wide" "o2" + "tall" "250" + "proportionaltoparent" "1" + "linecolor" "Black" + } + + "LetterBack_Bottom" + { + "fieldName" "LetterBack_Bottom" + "ControlName" "ImagePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "1" + "wide" "o2" + "tall" "250" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_letter_back_bottom" + } + + "LetterBack_Top" + { + "fieldName" "LetterBack_Top" + "ControlName" "ImagePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "3" + "wide" "o2" + "tall" "250" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_letter_back_top" + } + + "LetterBack_Flap" + { + "fieldName" "LetterBack_Flap" + "ControlName" "ImagePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "4" + "wide" "o2" + "tall" "250" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_letter_back_flap" + } + + "BehindItemParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "BehindItemParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "ParticleEffects" + { + "1" + { + "particle_xpos" "c0" + "particle_ypos" "170" + "particle_scale" "15" + "particleName" "mvm_item_godrays_glow" + "start_activated" "0" + "loop" "0" + } + "2" + { + "particle_xpos" "c0" + "particle_ypos" "180" + "particle_scale" "2" + "particleName" "crate_drop" + "start_activated" "0" + "loop" "0" + } + "3" + { + "particle_xpos" "c0" + "particle_ypos" "180" + "particle_scale" "1.2" + "particleName" "Envelope_trail" + "angles" "0 0 0" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "WaitingForResponse" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForResponse" + "font" "Size 14" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "175" + "zpos" "5" + "wide" "p1" + "tall" "30" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_CollectionCrafting_WaitingForResponse" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "paintborder" "0" + "fgcolor" "White" + } + + "ResponseTimeout" + { + "ControlName" "CExLabel" + "fieldName" "ResponseTimeout" + "font" "Size 14" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "175" + "zpos" "5" + "wide" "p1" + "tall" "30" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_CollectionCrafting_ReponseTimeout" + "centerwrap" "1" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "paintborder" "0" + "fgcolor" "White" + } + + "NewItemPanel" + { + "fieldName" "NewItemPanel" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "50" + "wide" "o1" + "tall" "p1" + "visible" "0" + "proportionaltoparent" "1" + "painbackground" "0" + + "YouTradedForLabel" + { + "ControlName" "CExLabel" + "fieldName" "YouTradedForLabel" + "font" "Size 14" + "textAlignment" "center" + "xpos" "f0" + "ypos" "17" + "zpos" "1" + "wide" "f0" + "tall" "50" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%resultstring%" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "paintborder" "0" + "fgcolor" "White" + } + + "ItemName" + { + "ControlName" "CItemModelPanel" + "fieldName" "ItemName" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "5" + "wide" "o1.5" + "tall" "p0.5" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "text_ypos" "15" + "text_center" "0" + "paint_icon_hide" "1" + "model_hide" "1" + "text_forcesize" "4" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "BGImage" + { + "ControlName" "EditablePanel" + "fieldName" "BGImage" + "xpos" "cs-0.5" + "ypos" "p0.2" + "zpos" "1" + "wide" "p0.7" + "tall" "p0.4" + "visible" "1" + "enabled" "1" + "image" "item_carousel_bg" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "CosmeticResultItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "CosmeticResultItemModelPanel" + "xpos" "cs-0.5" + "ypos" "p0.1" + "zpos" "6" + "wide" "o1.5" + "tall" "p0.5" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "actionsignallevel" "4" + "proportionaltoparent" "1" + "model_center_x" "1" + "model_center_y" "1" + "model_ypos" "0" + "model_wide" "200" + "model_tall" "125" + "text_ypos" "100" + "text_center" "1" + "model_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "ModelInspectionPanel" + { + "fieldName" "ModelInspectionPanel" + "xpos" "cs-0.5" + "ypos" "p0.1" + "zpos" "6" + "wide" "o1.5" + "tall" "p0.5" + "visible" "1" + "proportionaltoparent" "1" + "painbackground" "0" + "bgcolor_override" "Blank" + "force_use_model" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + "allow_pitch" "1" + "max_pitch" "30" + "use_pedestal" "1" + "use_particle" "1" + "fov" "75" + + "model" + { + "force_pos" "1" + "angles_x" "7" + "angles_y" "130" + "angles_z" "0" + "origin_x" "175" + "origin_y" "0" + "origin_z" "0" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + + "lights" + { + "default" + { + "name" "directional" + "color" "1 1 1" + "direction" "0 0 -1" + } + + "spot light" + { + "name" "spot" + "color" "1 .9 .9" + "attenuation" "4.5 0 0" + "origin" "0 0 100" + "direction" "1 0 -0.5" + "inner_cone_angle" "1" + "outer_cone_angle" "90" + "maxDistance" "1000" + "exponent" "25" + } + + "point light" + { + "name" "point" + "color" ".7 .8 1" + "attenuation" "15 0 0" + "origin" "15 -50 -200" + "maxDistance" "1000" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c92" + "ypos" "c-98" + "zpos" "100" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "labeltext" "-" + "font" "Symbols 12" + "textAlignment" "center" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "Command" "close" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "MainContainer" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "cs-0.5" + "ypos" "c-10" + "zpos" "100" + "wide" "60" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + "paintborder" "0" + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + } + + "ReturnModel" + { + "ControlName" "CBaseModelPanel" + "fieldName" "ReturnModel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "100" + "wide" "o1.3333" + "tall" "450" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "fov" "70" + "allow_manip" "0" + "start_framed" "0" + "spotlight" "1" + + "model" + { + "force_pos" "1" + "modelname" "" + "spotlight" "1" + "angles_y" "180" + "origin_x" "75" + "origin_y" "0" + "origin_z" "-10" + } + } + + "LetterFront" + { + "fieldName" "LetterFront" + "ControlName" "ImagePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "3" + "wide" "o2" + "tall" "250" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_letter_back_front" + } + + "Stamp" + { + "fieldName" "Stamp" + "ControlName" "ImagePanel" + "visible" "1" + "enabled" "1" + "xpos" "c150" + "ypos" "63" + "zpos" "4" + "wide" "o1" + "tall" "120" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_stamp_02" + } + + "ApplyStampButton" + { + "ControlName" "CExButton" + "fieldName" "ApplyStampButton" + "xpos" "c182" + "ypos" "p0.18" + "zpos" "10" + "wide" "p0.058" + "tall" "p0.12" + "visible" "1" + "enabled" "1" + "labelText" "#TF_CollectionCrafting_ApplyStamp" + "font" "Size 12" + "textAlignment" "center" + "AllCaps" "1" + "default" "1" + "Command" "placestamp" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "3" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "Black" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "SendEvelopeButton" + { + "ControlName" "CExButton" + "fieldName" "SendEvelopeButton" + "xpos" "cs-0.5" + "ypos" "100" + "zpos" "2" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Send" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "default" "1" + "Command" "envelopesend" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TradeUpContainer" + { + "fieldName" "TradeUpContainer" + "ControlName" "EditablePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "s-1" + "zpos" "2" + "wide" "f0" + "tall" "250" + "paintbackground" "0" + "paintborder" "0" + "proportionaltoparent" "1" + + "PaperContainer" + { + "ControlName" "EditablePanel" + "fieldName" "PaperContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "o2" + "tall" "p1" + "visible" "1" + "proportionaltoparent" "1" + + "BlankPaperImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlankPaperImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "p1" + "tall" "p1" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_bg_blank" + } + + "LocalizedPaperImagePaperImage" + { + "ControlName" "ImagePanel" + "fieldName" "LocalizedPaperImagePaperImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "p1" + "tall" "p1" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "trade_ups/trade_ups_bg" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "p0.79" + "ypos" "p0.855" + "zpos" "1" + "wide" "p0.175" + "tall" "p0.085" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_CollectionCrafting_Submit" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "doneselectingitems" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "3" + "proportionaltoparent" "1" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "paintbackground" "0" + + "border_default" "BlueTransparent70" + "border_armed" "OrangeTransparent70" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c246" + "ypos" "40" + "zpos" "20" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "labeltext" "-" + "font" "Symbols 20" + "textAlignment" "center" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "Command" "cancel" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "MainContainer" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NextItemButton" + { + "ControlName" "CExButton" + "fieldName" "NextItemButton" + "xpos" "c165" + "ypos" "70" + "zpos" "100" + "wide" "100" + "tall" "20" + "visible" "0" + "enabled" "1" + "labelText" "#TF_CollectionCrafting_NextItem" + "font" "Size 14" + "textAlignment" "center" + "default" "0" + "Command" "nextitem" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ShowExplanationsButton1" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton1" + "xpos" "rs1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "startexplanation1" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DebugReload" + { + "ControlName" "CExButton" + "fieldName" "DebugReload" + "xpos" "c250" + "ypos" "200" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "reload" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ShowExplanationsButton2" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton2" + "xpos" "rs1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "startexplanation2" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "ItemSlotsExplanation" + + "paintbackground" "0" + "border" "MaterialBlackDark" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Overview_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Overview_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "277" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "proportionaltoparent" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "proportionaltoparent" "1" + "Command" "nextexplanation" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "ItemSlotsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemSlotsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "200" + "visible" "0" + "force_close" "1" + "end_x" "c0" + "end_y" "100" + "end_wide" "300" + "end_tall" "200" + "callout_inparents_x" "c-130" + "callout_inparents_y" "153" + + "paintbackground" "0" + "border" "MaterialBlackDark" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_ItemSlots_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_ItemSlots_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "p0.8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "277" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "r30" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "r30" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "Main Theme" + } + } + + "SigningExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "SigningExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "force_close" "1" + "end_x" "c-30" + "end_y" "100" + "end_wide" "300" + "end_tall" "120" + "callout_inparents_x" "c-130" + "callout_inparents_y" "100" + "next_explanation" "StampExplanation" + + "paintbackground" "0" + "border" "MaterialBlackDark" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Signing_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Signing_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "p0.8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "277" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "r30" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "r30" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "StampExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StampExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "150" + "visible" "0" + "force_close" "1" + "end_x" "c-200" + "end_y" "100" + "end_wide" "300" + "end_tall" "150" + "callout_inparents_x" "c190" + "callout_inparents_y" "123" + + "paintbackground" "0" + "border" "MaterialBlackDark" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Stamp_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TradeUpsExplanation_Stamp_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "p0.8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "277" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "r30" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "r30" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "Main Theme" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res new file mode 100644 index 0000000..2d22c3d --- /dev/null +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -0,0 +1,180 @@ +"Resource/UI/econ/ComboBoxBackpackOverlayDialogBase.res" +{ + "ComboBoxBackpackOverlayDialogBase" + { + "fieldName" "ComboBoxBackpackOverlayDialogBase" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "115" + "wide" "200" + "tall" "240" + "bgcolor_override" "BlackDark" + "paintbackgroundtype" "0" + "settitlebarvisible" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#TF_Item_SelectStyle" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "preview_model" + { + "ControlName" "CItemModelPanel" + "fieldName" "preview_model" + "xpos" "20" + "ypos" "40" + "zpos" "1" + "wide" "160" + "tall" "120" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "160" + "model_tall" "120" + "text_ypos" "120" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "force_use_model" "1" + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "1" + } + } + + "ComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ComboBox" + "Font" "Size 11" + "xpos" "20" + "ypos" "170" + "zpos" "20" + "wide" "160" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "16" + "ypos" "200" + "zpos" "1" + "wide" "70" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "113" + "ypos" "200" + "zpos" "1" + "wide" "70" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_OK" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmItempreviewdialog.res b/resource/ui/econ/confirmItempreviewdialog.res new file mode 100644 index 0000000..bd7efbc --- /dev/null +++ b/resource/ui/econ/confirmItempreviewdialog.res @@ -0,0 +1,222 @@ +"Resource/UI/ConfirmItemPreviewDialog.res" +{ + "ConfirmItemPreviewDialog" + { + "fieldName" "ConfirmItemPreviewDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "80" + "zpos" "0" + "wide" "200" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "158" + "ypos" "14" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ItemPreview_Confirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "80" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res b/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res new file mode 100644 index 0000000..d830b96 --- /dev/null +++ b/resource/ui/econ/confirmapplycardupgradeapplicationdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmApplyCardUpgradeApplicationDialog.res" +{ + "ConfirmApplyCardUpgradeApplicationDialog" + { + "fieldName" "ConfirmApplyCardUpgradeApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolCardUpgradeApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "120" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplydecodedialog.res b/resource/ui/econ/confirmapplydecodedialog.res new file mode 100644 index 0000000..47503ed --- /dev/null +++ b/resource/ui/econ/confirmapplydecodedialog.res @@ -0,0 +1,302 @@ +"Resource/UI/ConfirmApplyDecodeDialog.res" +{ + "ConfirmApplyDecodeDialog" + { + "fieldName" "ConfirmApplyDecodeDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "%confirm_text%" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "OptionalAppendLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionalAppendLabel" + "font" "Size 14" + "labelText" "%optional_append%" + "textAlignment" "center" + "xpos" "20" + "ypos" "120" + "zpos" "0" + "wide" "360" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplyducktokendialog.res b/resource/ui/econ/confirmapplyducktokendialog.res new file mode 100644 index 0000000..09c0a54 --- /dev/null +++ b/resource/ui/econ/confirmapplyducktokendialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmApplyDuckTokenDialog.res" +{ + "ConfirmApplyDuckTokenDialog" + { + "fieldName" "ConfirmApplyDuckTokenDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolDuckTokenConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplygiftwrapdialog.res b/resource/ui/econ/confirmapplygiftwrapdialog.res new file mode 100644 index 0000000..070ba32 --- /dev/null +++ b/resource/ui/econ/confirmapplygiftwrapdialog.res @@ -0,0 +1,302 @@ +"Resource/UI/ConfirmApplyGiftWrapDialog.res" +{ + "ConfirmApplyGiftWrapDialog" + { + "fieldName" "ConfirmApplyGiftWrapDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolGiftWrapConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "ConfirmLabelStrange" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabelStrange" + "font" "Size 14" + "labelText" "#ToolGiftWrapConfirmStrange" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplypaintcandialog.res b/resource/ui/econ/confirmapplypaintcandialog.res new file mode 100644 index 0000000..21f93ec --- /dev/null +++ b/resource/ui/econ/confirmapplypaintcandialog.res @@ -0,0 +1,334 @@ +"Resource/UI/ConfirmApplyPaintCanDialog.res" +{ + "ConfirmApplyPaintCanDialog" + { + "fieldName" "ConfirmApplyPaintCanDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolPaintConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "paint_model" + { + "ControlName" "CItemModelPanel" + "fieldName" "paint_model" + "xpos" "150" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "100" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "100" + "model_tall" "100" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "force_use_model" "1" + "use_item_rendertarget" "1" + "allow_rot" "1" + "inventory_image_type" "1" + } + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 14" + "labelText" "#ToolPaintConfirmWarning" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplypaintkitdialog.res b/resource/ui/econ/confirmapplypaintkitdialog.res new file mode 100644 index 0000000..9126c22 --- /dev/null +++ b/resource/ui/econ/confirmapplypaintkitdialog.res @@ -0,0 +1,140 @@ +#base "confirmapplystrangifierdialog.res" + +"Resource/UI/ConfirmApplyPaintkitDialog.res" +{ + "ConfirmApplyStrangifierDialog" + { + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "300" + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolStrangifierConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "40" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + "centerwrap" "1" + } + + "PreviewLabel" + { + "ControlName" "CExLabel" + "fieldName" "PreviewLabel" + "font" "Size 14" + "labelText" "#ToolPaintKitPreview" + "textAlignment" "north" + "xpos" "20" + "ypos" "240" + "zpos" "6" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + "centerwrap" "1" + "mouseinputenabled" "0" + } + + "ModelInspectionPanel" + { + "fieldName" "ModelInspectionPanel" + "xpos" "50" + "ypos" "105" + "zpos" "5" + "wide" "300" + "tall" "150" + "visible" "1" + "border" "MaterialGrayDarker" + "paintborder" "1" + + "proportionaltoparent" "1" + + "force_use_model" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + "allow_pitch" "1" + "max_pitch" "30" + "use_pedestal" "1" + "use_particle" "1" + "fov" "75" + + "model" + { + "force_pos" "1" + + "angles_x" "7" + "angles_y" "130" + "angles_z" "0" + "origin_x" "175" + "origin_y" "0" + "origin_z" "0" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + + "lights" + { + "default" + { + "name" "directional" + "color" "1 1 1" + "direction" "0 0 -1" + } + "spot light" + { + "name" "spot" + "color" "1 .9 .9" + "attenuation" "4.5 0 0" + "origin" "0 0 100" + "direction" "1 0 -0.5" + "inner_cone_angle" "1" + "outer_cone_angle" "90" + "maxDistance" "1000" + "exponent" "25" + } + "point light" + { + "name" "point" + "color" ".7 .8 1" + "attenuation" "15 0 0" + "origin" "15 -50 -200" + "maxDistance" "1000" + } + } + } + + "CancelButton" + { + "ypos" "r30" + "proportionaltoparent" "1" + } + + "OkButton" + { + "ypos" "r30" + "proportionaltoparent" "1" + + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangepartapplicationdialog.res b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res new file mode 100644 index 0000000..08bc367 --- /dev/null +++ b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmApplyStrangePartApplicationDialog.res" +{ + "ConfirmApplyStrangePartApplicationDialog" + { + "fieldName" "ConfirmApplyStrangePartApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolStrangePartApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res b/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res new file mode 100644 index 0000000..6606fc2 --- /dev/null +++ b/resource/ui/econ/confirmapplystrangerestrictionapplicationdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmApplyStrangeRestrictionApplicationDialog.res" +{ + "ConfirmApplyStrangeRestrictionApplicationDialog" + { + "fieldName" "ConfirmApplyStrangeRestrictionApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolStrangeRestrictionApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangifierdialog.res b/resource/ui/econ/confirmapplystrangifierdialog.res new file mode 100644 index 0000000..6451bd9 --- /dev/null +++ b/resource/ui/econ/confirmapplystrangifierdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmApplyStrangifierDialog.res" +{ + "ConfirmApplyStrangifierDialog" + { + "fieldName" "ConfirmApplyStrangifierDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolStrangifierConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res new file mode 100644 index 0000000..18a434c --- /dev/null +++ b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res @@ -0,0 +1,364 @@ +"Resource/UI/ConfirmApplyTeamColorPaintCanDialog.res" +{ + "ConfirmApplyTeamColorPaintCanDialog" + { + "fieldName" "ConfirmApplyTeamColorPaintCanDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#ToolPaintConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "paint_model_red" + { + "ControlName" "CItemModelPanel" + "fieldName" "paint_model_red" + "xpos" "100" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "100" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "100" + "model_tall" "100" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" + { + "force_use_model" "1" + "use_item_rendertarget" "1" + "inventory_image_type" "1" + "allow_rot" "1" + } + } + + "paint_model_blue" + { + "ControlName" "CItemModelPanel" + "fieldName" "paint_model_blue" + "xpos" "200" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "100" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "100" + "model_tall" "100" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" + { + "force_use_model" "1" + "use_item_rendertarget" "1" + "inventory_image_type" "1" + "allow_rot" "1" + } + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 14" + "labelText" "#ToolPaintConfirmWarning" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmcustomizetexturedialog.res b/resource/ui/econ/confirmcustomizetexturedialog.res new file mode 100644 index 0000000..1865575 --- /dev/null +++ b/resource/ui/econ/confirmcustomizetexturedialog.res @@ -0,0 +1,1084 @@ +"Resource/UI/econ/ConfirmCustomizeTextureDialog.res" +{ + "ConfirmCustomizeTextureDialog" + { + "fieldName" "ConfirmCustomizeTextureDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-280" + "ypos" "c-225" + "wide" "560" + "tall" "345" + "border" "MaterialBlackLight" + } + +// "Container" +// { +// "ControlName" "EditablePanel" +// "fieldName" "Container" +// "xpos" "c-280" +// "ypos" "c-225" +// "wide" "560" +// "tall" "345" +// "autoResize" "0" +// "pinCorner" "0" +// "visible" "1" +// "enabled" "1" +// "tabPosition" "0" +// "PaintBackgroundType" "0" +// "paintbackground" "1" +// "border" "QuickplayBorder" + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "Size 11" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "365" + "tall" "60" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor_override" "White" + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "465" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + // 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" "Blank" + "noitem_textcolor" "White" + //"PaintBackgroundType" "0" + "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" + + "itemmodelpanel" + { + "force_use_model" "1" + "inventory_image_type" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + } + } + + // ---------------------------- + "SelectImagePage" + { + "ControlName" "EditablePanel" + "fieldName" "SelectImagePage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + "visible" "1" + "enabled" "1" + + "PageTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "PageTitleLabel" + "font" "Size 18" + "labelText" "#ToolCustomizeTextureStep1" + "textAlignment" "north-west" + "xpos" "2" + "ypos" "0" + "zpos" "0" + "wide" "540" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "ImagePaletteGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "ImagePaletteGroupBox" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" + "border" "MaterialGrayDarker" + + "UseAvatarRadio" + { + "ControlName" "RadioButton" + "fieldName" "UseAvatarRadio" + "xpos" "10" + "ypos" "10" + "wide" "330" + "tall" "20" + "labelText" "#ToolCustomizeTextureUseAvatarImage" + "textAlignment" "west" + "font" "Size 14" + } + + "UseAnyImageRadio" + { + "ControlName" "RadioButton" + "fieldName" "UseAnyImageRadio" + "xpos" "10" + "ypos" "80" + "wide" "330" + "tall" "20" + "labelText" "#ToolCustomizeTextureUseAnyImage" + "textAlignment" "west" + "font" "Size 14" + } + + "BrowseForNewImageButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseForNewImageButton" + "xpos" "40" + "ypos" "110" + "zpos" "1" + "wide" "300" + "tall" "24" + "labelText" "#ToolCustomizeTextureBrowseButton" + "font" "Size 14" + "textinsetx" "10" + "AllCaps" "1" + "Command" "pick_image" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "ForBestResultsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ForBestResultsLabel" + "font" "Size 14" + "xpos" "42" + "ypos" "140" + "wide" "300" + "tall" "40" + "labelText" "#ToolCustomizeTextureBestResults" + "textAlignment" "north-west" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + + "PreviewImageGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewImageGroupBox" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" + "border" "MaterialGrayDarker" + + "PreviewCroppedImage" + { + "ControlName" "CRGBAImagePanel" + "fieldName" "PreviewCroppedImage" + "xpos" "20" + "ypos" "20" + "zpos" "-1" + "wide" "140" + "tall" "140" + } + + "SquarizeComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SquarizeComboBox" + "xpos" "20" + "ypos" "170" + "zpos" "-1" + "wide" "140" + "tall" "15" + "editable" "0" + "font" "Size 14" + + //"fgcolor_override" "White" + "bgcolor_override" "BlackLightTransparent" + //"disabledFgColor_override" "White" + "disabledBgColor_override" "BlackLightTransparent" + "selectionColor_override" "BlackLightTransparent" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#Cancel" + "font" "Size 14" + "AllCaps" "1" + "textAlignment" "center" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "410" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#TF_NextCarat" + "font" "Size 14" + "AllCaps" "1" + "textAlignment" "center" + "Command" "next_page" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + } + + // ---------------------------- + "AdjustFilterPage" + { + "ControlName" "EditablePanel" + "fieldName" "AdjustFilterPage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + "visible" "1" + "enabled" "1" + + "PageTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "PageTitleLabel" + "font" "Size 18" + "labelText" "#ToolCustomizeTextureStep2" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "540" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "FilterOptionsGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "SelectFilterGroupBox" + "Font" "Size 11" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "160" + "tall" "200" + "border" "MaterialGrayDarker" + + "FilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "FilterLabel" + "font" "Size 14" + "xpos" "10" + "ypos" "10" + "wide" "140" + "tall" "20" + "labelText" "Filter:" // !FIXME! Localize + "textAlignment" "north-west" + "visible" "0" + "fgcolor" "White" + } + + "FilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "FilterComboBox" + "xpos" "10" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "15" + "editable" "0" + "font" "Size 14" + "visible" "0" + + "AllCaps" "1" + + "fgcolor_override" "White" + "bgcolor_override" "BlackLightTransparent" + "disabledFgColor_override" "White" + "disabledBgColor_override" "BlackLightTransparent" + "selectionColor_override" "BlackLightTransparent" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "PainterlyOptions" + { + "ControlName" "EditablePanel" + "fieldName" "PainterlyOptions" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" + + "FilterDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "FilterDescriptionLabel" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "80" + "labelText" "#ToolCustomizeTexturePainterlyDescription" + "textAlignment" "north-west" + "font" "Size 14" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + + "StencilOptions" + { + "ControlName" "EditablePanel" + "fieldName" "StencilOptions" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" + + "FilterDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "FilterDescriptionLabel" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "60" + "labelText" "#ToolCustomizeTextureStencilDescription" + "textAlignment" "north-west" + "font" "Size 14" + "wrap" "1" + "visible" "0" + "AllCaps" "1" + "fgcolor" "White" + } + + "ColorPaletteLabel" + { + "ControlName" "CExLabel" + "fieldName" "ColorPaletteLabel" + "xpos" "0" + "ypos" "60" + "wide" "140" + "tall" "15" + "labelText" "#ToolCustomizeTextureColorPalette" + "textAlignment" "north-west" + "font" "Size 14" + "AllCaps" "1" + "fgcolor" "White" + } + + "PrevStencilPaletteButton" + { + "ControlName" "CExButton" + "fieldName" "PrevStencilPaletteButton" + "xpos" "0" + "ypos" "78" + "zpos" "1" + "wide" "65" + "tall" "20" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "Command" "prev_stencil_palette" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "NextStencilPaletteButton" + { + "ControlName" "CExButton" + "fieldName" "NextStencilPaletteButton" + "xpos" "75" + "ypos" "78" + "zpos" "1" + "wide" "65" + "tall" "20" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "Command" "next_stencil_palette" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "StencilGradientMap" + { + "ControlName" "CustomTextureStencilGradientMapWidget" + "fieldName" "StencilGradientMap" + "xpos" "0" + "ypos" "100" + "zpos" "1" + "wide" "140" + "tall" "20" + } + + "StencilModeComboBox" + { + "ControlName" "ComboBox" + "fieldName" "StencilModeComboBox" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "140" + "tall" "15" + "editable" "0" + "font" "Size 14" + "AllCaps" "1" + "paintborder" "0" + + "fgcolor_override" "White" + "bgcolor_override" "BlackDark" + "disabledFgColor_override" "White" + "disabledBgColor_override" "BlackDark" + "selectionColor_override" "BlackDark" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + } + } + + "PreviewImageGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewImageGroupBox" + "xpos" "170" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" + "border" "MaterialGrayDarker" + + "PreviewFilteredImage" + { + "ControlName" "CRGBAImagePanel" + "fieldName" "PreviewFilteredImage" + "xpos" "20" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "140" + } + } + + "PreviewModelGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewModelGroupBox" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" + "border" "MaterialGrayDarker" + + "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" "0" + "paintbackground" "1" + } + + "DragToRotateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DragToRotateLabel" + "font" "Size 14" + "labelText" "#ToolCustomizeTextureDragToRotate" + "textAlignment" "center" + "xpos" "10" + "ypos" "170" + "zpos" "2" + "wide" "160" + "tall" "20" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "00" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "270" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#TF_BackCarat" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "Command" "prev_page" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "410" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#TF_NextCarat" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "Command" "next_page" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + } + + // ---------------------------- + "FinalConfirmPage" + { + "ControlName" "EditablePanel" + "fieldName" "FinalConfirmPage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + + "PageTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "PageTitleLabel" + "font" "Size 18" + "labelText" "#ToolCustomizeTextureStep3" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "540" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "WarningTextGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "WarningTextGroupBox" + "Font" "Size 11" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" + "border" "MaterialGrayDarker" + + "WarningText" + { + "ControlName" "CExLabel" + "fieldName" "WarningText" + "font" "Size 14" + "xpos" "10" + "ypos" "10" + "wide" "330" + "tall" "180" + "labelText" "#ToolCustomizeTextureConfirmWarning" + "textAlignment" "west" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + } + + "PreviewModelGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewModelGroupBox" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" + "border" "MaterialGrayDarker" + + "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" "0" + "paintbackground" "1" + } + + "DragToRotateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DragToRotateLabel" + "font" "Size 14" + "labelText" "#ToolCustomizeTextureDragToRotate" + "textAlignment" "center" + "xpos" "10" + "ypos" "170" + "zpos" "2" + "wide" "160" + "tall" "20" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "00" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "default" "0" + "AllCaps" "1" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "270" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#TF_BackCarat" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "Command" "prev_page" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "410" + "ypos" "230" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#ToolCustomizeTextureOKButton" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + } + + // ---------------------------- + "PerformingActionPage" + { + "ControlName" "EditablePanel" + "fieldName" "PerformingActionPage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + + "PleaseWaitLabel" + { + "ControlName" "CExLabel" + "fieldName" "PleaseWaitLabel" + "font" "Size 14" + "labelText" "#ToolCustomizeTexturePleaseWait" + "textAlignment" "center" + "xpos" "20" + "ypos" "25" + "zpos" "0" + "wide" "340" + "tall" "200" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "PreviewModelGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewModelGroupBox" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" + "border" "MaterialGrayDarker" + + "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" "0" + "paintbackground" "1" + } + + "DragToRotateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DragToRotateLabel" + "font" "Size 14" + "labelText" "#ToolCustomizeTextureDragToRotate" + "textAlignment" "center" + "xpos" "10" + "ypos" "170" + "zpos" "2" + "wide" "160" + "tall" "20" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + } +// } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res new file mode 100644 index 0000000..99342e3 --- /dev/null +++ b/resource/ui/econ/confirmdialog.res @@ -0,0 +1,131 @@ +"Resource/UI/ConfirmDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-162" + "ypos" "140" + "wide" "324" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "324" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "244" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "124" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmdialogabandonnopenalty.res b/resource/ui/econ/confirmdialogabandonnopenalty.res new file mode 100644 index 0000000..5970840 --- /dev/null +++ b/resource/ui/econ/confirmdialogabandonnopenalty.res @@ -0,0 +1,173 @@ +"Resource/UI/ConfirmDialogAbandonNoPenalty.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "AbandonIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AbandonIcon" + "xpos" "10" + "ypos" "52" + "wide" "40" + "tall" "40" + "image" "pve/mvm_timeout_active_large" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "60" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "CancelButtonHintIcon" + "xpos" "195" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_cancel" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "ConfirmButtonHintIcon" + "xpos" "15" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_select" + } +} diff --git a/resource/ui/econ/confirmdialogabandonpenalty.res b/resource/ui/econ/confirmdialogabandonpenalty.res new file mode 100644 index 0000000..8e6387b --- /dev/null +++ b/resource/ui/econ/confirmdialogabandonpenalty.res @@ -0,0 +1,173 @@ +"Resource/UI/ConfirmDialogAbandonPenalty.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "AbandonIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AbandonIcon" + "xpos" "10" + "ypos" "52" + "wide" "40" + "tall" "40" + "image" "pve/mvm_timeout_active_large" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "60" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "CancelButtonHintIcon" + "xpos" "195" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_cancel" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "ConfirmButtonHintIcon" + "xpos" "15" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_select" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmdialogabandonsafe.res b/resource/ui/econ/confirmdialogabandonsafe.res new file mode 100644 index 0000000..19ed3d6 --- /dev/null +++ b/resource/ui/econ/confirmdialogabandonsafe.res @@ -0,0 +1,159 @@ +"Resource/UI/ConfirmDialogAbandonSafe.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "CancelButtonHintIcon" + "xpos" "195" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_cancel" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButtonHintIcon" + { + "ControlName" "CSCHintIcon" + "fieldName" "ConfirmButtonHintIcon" + "xpos" "15" + "ypos" "165" + "zpos" "25" + "wide" "25" + "tall" "25" + "visible" "1" + "actionSet" "MenuControls" + "actionName" "menu_select" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmdialogoptout.res b/resource/ui/econ/confirmdialogoptout.res new file mode 100644 index 0000000..688aa92 --- /dev/null +++ b/resource/ui/econ/confirmdialogoptout.res @@ -0,0 +1,154 @@ +"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" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "center" + "xpos" "40" + "ypos" "45" + "zpos" "1" + "wide" "220" + "tall" "130" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "185" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "185" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "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" "Size 11" + "selected_fgcolor_override" "Red" + } +} diff --git a/resource/ui/econ/confirmspellbookpageapplicationdialog.res b/resource/ui/econ/confirmspellbookpageapplicationdialog.res new file mode 100644 index 0000000..ec6ec49 --- /dev/null +++ b/resource/ui/econ/confirmspellbookpageapplicationdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmSpellbookPageApplicationDialog.res" +{ + "ConfirmSpellbookPageApplicationDialog" + { + "fieldName" "ConfirmSpellbookPageApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#SpellbookPageApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/confirmtransmogrifyapplicationdialog.res b/resource/ui/econ/confirmtransmogrifyapplicationdialog.res new file mode 100644 index 0000000..52144e1 --- /dev/null +++ b/resource/ui/econ/confirmtransmogrifyapplicationdialog.res @@ -0,0 +1,282 @@ +"Resource/UI/ConfirmTransmogrifyApplicationDialog.res" +{ + "ConfirmTransmogrifyApplicationDialog" + { + "fieldName" "ConfirmTransmogrifyApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#TransmogrifyUpgradeApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "120" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/econ/genericnotificationtoast.res b/resource/ui/econ/genericnotificationtoast.res new file mode 100644 index 0000000..9fb7a65 --- /dev/null +++ b/resource/ui/econ/genericnotificationtoast.res @@ -0,0 +1,85 @@ +"Resource/UI/GenericNotificationToast.res" +{ + "GenericNotificationToast" + { + "ControlName" "CGenericNotificationToast" + "fieldName" "GenericNotificationToast" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" + } + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "7" + "ypos" "7" + "zpos" "-1" + "wide" "36" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "White" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "9" + "ypos" "9" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "xpos" "45" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%avatartext%" + "textAlignment" "West" + "font" "Size 8" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "White" + "xpos" "7" + "ypos" "7" + "zpos" "2" + "wide" "138" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%text%" + "textAlignment" "West" + "font" "Size 8" + } +} \ No newline at end of file diff --git a/resource/ui/econ/genericnotificationtoastmainmenu.res b/resource/ui/econ/genericnotificationtoastmainmenu.res new file mode 100644 index 0000000..4fc597b --- /dev/null +++ b/resource/ui/econ/genericnotificationtoastmainmenu.res @@ -0,0 +1,97 @@ +"Resource/UI/GenericNotificationToast.res" +{ + "GenericNotificationToast" + { + "ControlName" "CGenericNotificationToast" + "fieldName" "GenericNotificationToast" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "fgcolor_override" "White" + } + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "7" + "ypos" "7" + "zpos" "-1" + "wide" "36" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "White" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "9" + "ypos" "9" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "fgcolor_override" "White" + "xpos" "45" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%avatartext%" + "textAlignment" "West" + "font" "Size 12" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "White" + "fgcolor_override" "White" + + "if_high_priority" + { + "fgcolor" "White" + "fgcolor_override" "White" + "font" "Size 10" + } + + "xpos" "7" + "ypos" "7" + "zpos" "2" + "wide" "138" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%text%" + "textAlignment" "West" + "font" "Size 12" + } +} \ 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..829cf6e --- /dev/null +++ b/resource/ui/econ/genericwaitingdialog.res @@ -0,0 +1,113 @@ +"Resource/UI/GenericWaitingDialog.res" +{ + "GenericWaitingDialog" + { + "fieldName" "GenericWaitingDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "200" + "wide" "200" + "tall" "105" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "Size 14" + "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" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EllipsesLabel" + { + "ControlName" "Label" + "fieldName" "EllipsesLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "42" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%ellipses%" + "textAlignment" "north" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "DurationLabel" + { + "ControlName" "Label" + "fieldName" "DurationLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "52" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%duration%" + "textAlignment" "north" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "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" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "user_close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res new file mode 100644 index 0000000..1f80026 --- /dev/null +++ b/resource/ui/econ/inspectionpanel.res @@ -0,0 +1,748 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/econ/QuestEditorPanel.res" +{ + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "xpos" "99999" + } + + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + + "fixed_item" + { + "visible" "0" + } + + "consume_mode" + { + "wide" "0" + } + } + + "BackgroundWeapon" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundWeapon" + "xpos" "c-160" + "ypos" "c-200" + "zpos" "1" + "wide" "317" + "tall" "220" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "fixed_item" + { + "visible" "0" + } + "consume_mode" + { + "xpos" "50" + "ypos" "38" + "wide" "300" + "tall" "200" + "border" "MaterialGrayDarkest" + } + } + + "BackgroundSettings" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundSettings" + "xpos" "c-160" + "ypos" "c28" + "zpos" "1" + "wide" "317" + "tall" "100" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "fixed_item" + { + "xpos" "9999" + } + "fixed_Paintkit" + { + "tall" "55" + } + "consume_mode" + { + "wide" "0" + } + } + + "ItemName" + { + "ControlName" "CItemModelPanel" + "fieldName" "ItemName" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "200" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "AllCaps" "1" + + "text_ypos" "15" + "text_center" "0" + "paint_icon_hide" "1" + "model_hide" "1" + "text_forcesize" "4" + "name_only" "1" + + "fixed_item" + { + "ypos" "30" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + "continued_velocity" "1" + } + } + + "ModelInspectionPanel" + { + "fieldName" "ModelInspectionPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "o1.5" + "tall" "p0.8" + "visible" "1" + + "proportionaltoparent" "1" + + "force_use_model" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + "allow_pitch" "1" + "max_pitch" "30" + "use_pedestal" "1" + "use_particle" "1" + "fov" "85" + + "fixed_item" + { + "ypos" "45" + } + + "model" + { + "force_pos" "1" + + "angles_x" "7" + "angles_y" "130" + "angles_z" "0" + "origin_x" "175" + "origin_y" "0" + "origin_z" "0" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + + "lights" + { + "default" + { + "name" "directional" + "color" "1 1 1" + "direction" "0 0 -1" + } + "spot light" + { + "name" "spot" + "color" "1 .9 .9" + "attenuation" "4.5 0 0" + "origin" "0 0 100" + "direction" "1 0 -0.5" + "inner_cone_angle" "1" + "outer_cone_angle" "90" + "maxDistance" "1000" + "exponent" "25" + } + "point light" + { + "name" "point" + "color" ".7 .8 1" + "attenuation" "15 0 0" + "origin" "15 -50 -200" + "maxDistance" "1000" + } + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-155" + "ypos" "240" + "zpos" "100" + "wide" "60" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "0" + "align" "center" + + "consume_mode" + { + "xpos" "c-140" + "ypos" "280" + "zpos" "100" + "wide" "60" + "tall" "25" + } + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "Black" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "PaintkitPreviewContainer" + { + "ControlName" "EditablePanel" + "fieldName" "PaintkitPreviewContainer" + "xpos" "cs-0.5" + "ypos" "p.7" + "wide" "300" + "tall" "100" + "zpos" "100" + "border" "NoBorder" + "mouseinputenabled" "1" + "proportionaltoparent" "1" + + "visible" "0" + + "fixed_item" + { + "tall" "80" + "visible" "1" + } + "fixed_paintkit" + { + "tall" "60" + "visible" "1" + } + "consume_mode" + { + "border" "MaterialGrayDarkest" + } + + "DebugButton" + { + "ControlName" "CExImageButton" + "fieldName" "DebugButton" + "xpos" "5" + "ypos" "0" + "zpos" "1005" + "wide" "8" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "debug_menu" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "Blank" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Black" + + "image_drawcolor" "TanDark" + "image_armedcolor" "255 61 61 2555" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_edit" + "scaleImage" "1" + } + } // Debug button + + + "ComboBoxValidPaintkits" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidPaintkits" + "Font" "Size 11" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "10" + "zpos" "100" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "fixed_paintkit" + { + "visible" "0" + } + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "PaintkitLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintkitLabel" + "font" "Size 11" + "labelText" "#TF_ItemPreview_ItemPaintkit" + "textAlignment" "west" + "xpos" "8" + "ypos" "10" + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "AllCaps" "1" + + "fixed_paintkit" + { + "visible" "0" + } + } + + "ComboBoxValidItems" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidItems" + "Font" "Size 11" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "30" + + "fixed_paintkit" + { + "ypos" "10" + } + + "zpos" "100" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + + "fixed_item" + { + "visible" "0" + } + + "proportionaltoparent" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "TanDark" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Size 11" + "labelText" "#TF_ItemPreview_ItemPreview" + "textAlignment" "west" + "xpos" "8" + "ypos" "30" + + "fixed_paintkit" + { + "ypos" "10" + } + + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "AllCaps" "1" + + "fixed_item" + { + "visible" "0" + } + + "consume_mode" + { + "labelText" "#TF_ItemPreview_RedeemItem" + } + } + + "WearSlider" + { + "ControlName" "Slider" + "fieldName" "WearSlider" + "xpos" "90" + "ypos" "50" + + "fixed_item" + { + "ypos" "30" + } + + "zpos" "1" + "wide" "204" + "tall" "30" + "numticks" "4" + "rangemin" "1" + "rangemax" "5" + "lefttext" "#TFUI_InvTooltip_BattleScared" + "righttext" "#TFUI_InvTooltip_FactoryNew" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "fixed_paintkit" + { + "visible" "0" + } + + "consume_mode" + { + "visible" "0" + } + } + + "WearLabel" + { + "ControlName" "CExLabel" + "fieldName" "WearLabel" + "font" "Size 11" + "labelText" "#TF_ItemPreview_ItemWear" + "textAlignment" "west" + "xpos" "8" + "ypos" "50" + + "fixed_item" + { + "ypos" "30" + } + + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "AllCaps" "1" + + "fixed_paintkit" + { + "visible" "0" + } + + "consume_mode" + { + "visible" "0" + } + } + + "NewSeedButton" + { + "ControlName" "Button" + "fieldName" "NewSeedButton" + "xpos" "7" + "ypos" "75" + + "fixed_item" + { + "ypos" "50" + } + + "fixed_paintkit" + { + "ypos" "30" + } + + "zpos" "10" + "wide" "70" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ItemPreview_PaintkitSeed" + "font" "Size 11" + "actionsignallevel" "2" + "use_proportional_insets" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "keyboardinputenabled" "0" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "Main Theme" + + "command" "random_seed" + + "consume_mode" + { + "visible" "0" + } + } + + "SeedTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "SeedTextEntry" + "xpos" "90" + "ypos" "75" + + "fixed_item" + { + "ypos" "50" + } + + "fixed_paintkit" + { + "ypos" "30" + } + + "zpos" "10" + "wide" "115" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "fgcolor_override" "White" + "actionsignallevel" "2" + "default" "1" + "NumericInputOnly" "1" + "bgcolor_override" "0 0 0 200" + "maxchars" "18" + + "consume_mode" + { + "visible" "0" + } + } + + "MarketButton" + { + "ControlName" "CExButton" + "fieldName" "MarketButton" + "xpos" "rs1-10" + "ypos" "75" + + "fixed_item" + { + "ypos" "50" + } + + "fixed_paintkit" + { + "ypos" "30" + } + + "zpos" "100" + "wide" "75" + "tall" "20" + "labelText" "#TF_ItemAd_ViewOnMarket" + "font" "Size 9" + "textinsetx" "0" + "textAlignment" "center" + + "proportionaltoparent" "1" + "paintbackground" "1" + "command" "market" + "actionsignallevel" "2" + "RoundedCorners" "0" + "AllCaps" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "defaultBgColor_override" "72 103 32 255" + "armedBgColor_override" "72 133 32 255" + + "sound_armed" "ui/item_info_mouseover.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel_cosmetic.res b/resource/ui/econ/inspectionpanel_cosmetic.res new file mode 100644 index 0000000..c6833eb --- /dev/null +++ b/resource/ui/econ/inspectionpanel_cosmetic.res @@ -0,0 +1,1219 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/econ/InspectionPanel_Cosmetic.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-190" + + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "proportionaltoparent" "1" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "275" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-30" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "r" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c230" + "ypos" "c-120" + "wide" "7" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "0" + "fgcolor_override" "WhiteDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + } + + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-200" + "zpos" "0" + "wide" "485" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "16" + "zpos" "1" + "wide" "220" + "tall" "268" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "MaterialGrayDarkest" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Size 14" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "skip_autoresize" "1" + "autoresize" "0" + + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "Size 9" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "White" + "AllCaps" "1" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "Size 9" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "Size 9" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "Size 9" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "Size 9" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "labeltext" "%armory_text%" + "fgcolor" "White" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "Size 9" + "textAlignment" "north-west" + "zpos" "2" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "collectionhighlight" + { + "ControlName" "EditablePanel" + "fieldName" "collectionhighlight" + "xpos" "208" + "ypos" "42" + "zpos" "1" + "wide" "145" + "tall" "9" + "visible" "1" + "AllCaps" "1" + "PaintBackgroundType" "0" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "0" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "ITEM WIKI PAGE" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-160" + "zpos" "1" + "wide" "220" + "tall" "266" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "1" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "150" + "origin_y" "0" + "origin_z" "-30" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-170" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-225" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "27" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-35" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "27" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "Size 11" + "textAlignment" "center" + "xpos" "c-265" + "ypos" "c125" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "paintbackground" "0" + "border" "NoBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "170" + "zpos" "20" + "wide" "22" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-39" + "ypos" "170" + "zpos" "20" + "wide" "22" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "button_activation_type" "0" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-37" + "ypos" "c-180" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "*" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "gofullscreen" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-56" + "ypos" "c-180" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "|" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "options" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-222" + "ypos" "c-176" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "Black" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "Size 9" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c36" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "Size 9" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor" "White" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "Size 9" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor" "White" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c223" + "ypos" "c-198" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "closex" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "1001" + "wide" "200" + "tall" "150" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_center_x" "1" + "resize_to_text" "1" + "padding_height" "15" + + "model_ypos" "15" + "model_wide" "150" + "model_tall" "100" + + "hide_collection_panel" "1" + "model_center_x" "1" + + "name_only" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res new file mode 100644 index 0000000..274dc6b --- /dev/null +++ b/resource/ui/econ/itemmodelpanel.res @@ -0,0 +1,324 @@ +"Resource/UI/ItemModelPanel.res" +{ + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "collection_list_xpos" "250" + "is_mouseover" "1" + "text_xpos_collection" "0" + "text_ypos" "15" + "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" + //"model_xpos_collection" "77" + //"model_ypos_collection" "20" + //"model_wide_collection" "156" + //"model_tall_collection" "100" + } + + "LoadingSpinner" + { + "ControlName" "ImagePanel" + "fieldName" "LoadingSpinner" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + } + + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "Blank" + + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "140" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + "spotlight" "1" + } + } + + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "font" "Size 12" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%itemname%" + "textAlignment" "south" + "fgcolor" "White" + "centerwrap" "1" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "Size 11" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "White" + "centerwrap" "1" + } + + "equippedlabel" + { + "ControlName" "CExLabel" + "fieldName" "equippedlabel" + "font" "Symbols 14" + "xpos" "35" + "ypos" "28" + "zpos" "2" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "+" + "textAlignment" "center" + "fgcolor" "200 80 60 255" + "paintbackground" "0" + "border" "MaterialBlackLight" + "paintborder" "1" + } + + "paint_icon" + { + "ControlName" "CItemMaterialCustomizationIconPanel" + "fieldName" "paint_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + } + + "quantitylabel" + { + "ControlName" "CExLabel" + "fieldName" "quantitylabel" + "font" "Size 9" + "xpos" "2" + "ypos" "2" + "zpos" "2" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 80 60 255" + "paintbackground" "0" + "border" "MaterialBlackLight" + "paintborder" "1" + } + + "serieslabel" + { + "ControlName" "CExLabel" + "fieldName" "serieslabel" + "font" "Size 9" + "xpos" "2" + "ypos" "2" + "zpos" "2" + "wide" "22" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 80 60 255" + "auto_wide_tocontents" "1" + "textinsetx" "20" + "paintbackground" "0" + "border" "MaterialBlackLight" + "paintborder" "1" + } + + "matcheslabel" + { + "ControlName" "CExLabel" + "fieldName" "matcheslabel" + "font" "Size 8" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "wide" "20" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 180 60 255" + "bgcolor_override" "0 40 30 255" + "PaintBackgroundType" "0" + } + + "vision_restriction_icon" + { + "ControlName" "ImagePanel" + "fieldName" "vision_restriction_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "is_strange_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_strange_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "is_unusual_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_unusual_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + + "is_loaner_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_loaner_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + + "contained_item_panel" + { + "ControlName" "CItemModelPanel" + "xpos" "47" + "ypos" "5" + "zpos" "4" + "wide" "20" + "tall" "20" + "visible" "0" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "BlackDark" + "paintborder" "0" + "useparentbg" "0" + + "enabled" "1" + + "model_center_x" "1" + "model_center_y" "1" + "model_wide" "20" + "model_tall" "20" + "text_ypos" "60" + "text_center" "1" + "model_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res new file mode 100644 index 0000000..86e69f0 --- /dev/null +++ b/resource/ui/econ/itempickuppanel.res @@ -0,0 +1,431 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/ItemPickupPanel.res" +{ + "item_pickup" + { + "ControlName" "Frame" + "fieldName" "item_pickup" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "modelpanels_spacing" "40" + "modelpanels_width" "500" + "modelpanels_height" "260" + "modelpanels_ypos" "110" + + + "modelpanelskv" + { + "PaintBackgroundType" "0" + "paintborder" "1" + "paintbackground" "1" + "border" "MaterialBlackLight" + + "model_xpos" "0" + "model_center_y" "1" + "model_tall" "160" + "model_wide" "240" + + "text_forcesize" "1" + "text_xpos" "250" + "text_wide" "225" + "text_center" "1" + "is_mouseover" "1" + "hide_collection_panel" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + } + } + } + + "ItemsFoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsFoundLabel" + "font" "Size 24" + "labelText" "#NewItemsAcquired" + "fgcolor_override" "WhiteDark" + "textAlignment" "center" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + } + + "classimage" + { + "ControlName" "ImagePanel" + "fieldName" "classimage" + "xpos" "c221" + "ypos" "118" + "zpos" "7" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "achievements/tf_medic_heal_grind" + "scaleImage" "1" + } + + "classimageoutline" + { + "ControlName" "EditablePanel" + "fieldName" "classimageoutline" + "xpos" "1" + "ypos" "1" + "zpos" "6" + "wide" "22" + "tall" "22" + "visible" "1" + "bgcolor_override" "WhiteDark" + "pin_to_sibling" "classimage" + } + + "SelectedItemFoundMethodLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemFoundMethodLabel" + "font" "Size 18" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "75" + "zpos" "1" + "wide" "f0" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + } + + "ItemCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemCountLabel" + "font" "Size 11" + "labelText" "#Item" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "115" + "zpos" "5" + "wide" "100" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + } + + "SelectedItemNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemNumberLabel" + "font" "Size 30" + "labelText" "#SelectedItemNumber" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "120" + "zpos" "5" + "wide" "120" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "c250" + "ypos" "208" + "zpos" "1" + "wide" "20" + "tall" "65" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 26" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextitem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "White" + } + "NextButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextButtonShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextitem" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "c-270" + "ypos" "208" + "zpos" "1" + "wide" "20" + "tall" "65" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 26" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "previtem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "White" + } + "PrevButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevButtonShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "previtem" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-251" + "ypos" "c135" + "zpos" "6" + "wide" "502" + "tall" "35" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CloseItemPanel" + "font" "Size 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OpenLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "OpenLoadoutButton" + "xpos" "c-251" + "ypos" "c170" + "zpos" "6" + "wide" "502" + "tall" "20" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%loadouttext%" + "font" "Size 12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "changeloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DiscardButton" + { + "ControlName" "CExImageButton" + "fieldName" "DiscardButton" + "xpos" "c218" + "ypos" "338" + "zpos" "10" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "D" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "discarditem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DiscardButtonTooltip" + { + "ControlName" "EditablePanel" + "fieldName" "DiscardButtonTooltip" + "xpos" "c143" + "ypos" "290" + "zpos" "11" + "wide" "100" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MaterialBlackDark" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Size 11" + "labelText" "#DiscardItem" + "textAlignment" "center" + "xpos" "12" + "ypos" "0" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + } + } + + "DiscardedLabel" + { + "ControlName" "CExLabel" + "fieldName" "DiscardedLabel" + "font" "Size 24" + "labelText" "#Discarded" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "210" + "zpos" "5" + "wide" "420" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "PaintBackground" "0" + "border" "MaterialGrayDark" + } + + "ScoreEntry" + { + "ControlName" "TextEntry" + "fieldName" "ScoreEntry" + "xpos" "c-100" + "ypos" "380" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "5" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "White" + "bgcolor_override" "Black" + "labelText" "Enter Score Here" + "textAlignment" "center" + } +} \ No newline at end of file diff --git a/resource/ui/econ/messageboxdialog.res b/resource/ui/econ/messageboxdialog.res new file mode 100644 index 0000000..6a986e9 --- /dev/null +++ b/resource/ui/econ/messageboxdialog.res @@ -0,0 +1,103 @@ +"Resource/UI/MessageBoxDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "10" + "ypos" "50" + "zpos" "1" + "wide" "280" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "62" + "ypos" "190" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/notificationspresentpanel.res b/resource/ui/econ/notificationspresentpanel.res new file mode 100644 index 0000000..3714ee5 --- /dev/null +++ b/resource/ui/econ/notificationspresentpanel.res @@ -0,0 +1,39 @@ +"Resource/UI/NotificationsPresentPanel.res" +{ + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "c50" + "ypos" "22" + "zpos" "10000" + "wide" "320" + "tall" "22" + "visible" "0" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "WhiteDark" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "f10" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#Notifications_Present" + "textAlignment" "center" + "font" "Size 11" + "proportionaltoparent" "1" + "AllCaps" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/notificationtoastcontrol.res b/resource/ui/econ/notificationtoastcontrol.res new file mode 100644 index 0000000..cf6db44 --- /dev/null +++ b/resource/ui/econ/notificationtoastcontrol.res @@ -0,0 +1,163 @@ +"Resource/UI/NotificationToastControl.res" +{ + "NotificationToastControl" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastControl" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "226" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "PaintBackgroundType" "0" + "paintbackground" "0" + "border" "MaterialGrayDark" + } + + "DeleteButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeleteButton" + "xpos" "198" + "ypos" "3" + "zpos" "10" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "delete" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarkest" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TriggerButton" + { + "ControlName" "CExImageButton" + "fieldName" "TriggerButton" + "xpos" "177" + + "if_one_button" + { + "xpos" "198" + } + + "ypos" "3" + "zpos" "10" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "m" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "trigger" + + "paintbackground" "0" + "border_default" "MaterialGrayDarkest" + "border_armed" "MaterialGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "AcceptButton" + { + "ControlName" "CExImageButton" + "fieldName" "AcceptButton" + "xpos" "177" + + "if_one_button" + { + "xpos" "198" + } + + "ypos" "3" + "zpos" "10" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "m" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "accept" + + "paintbackground" "0" + "border_default" "MaterialGrayDarkest" + "border_armed" "MaterialGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DeclineButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeclineButton" + "xpos" "198" + "ypos" "3" + "zpos" "10" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "decline" + + "paintbackground" "0" + "border_default" "MaterialGrayDarkest" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ 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..3d7ef5e --- /dev/null +++ b/resource/ui/econ/paintkitconsumedialog.res @@ -0,0 +1,294 @@ +"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" "Size 24" + "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" "White" + "proportionaltoparent" "1" + "AllCaps" "1" + } + + "DescText" + { + "ControlName" "Label" + "fieldName" "DescText" + "font" "Size 12" + "labelText" "#TF_UsePaintkit_Panel_Desc" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "37" + "zpos" "10" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + "AllCaps" "1" + } + + "BGPanel" + { + "fieldName" "BGPanel" + "controlname" "EditablePanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "border" "MaterialBlackDark" + } + + "Shade" + { + "fieldName" "Shade" + "controlname" "EditablePanel" + "xpos" "9999" + } + + "RedeemingPanel" + { + "fieldName" "RedeemingPanel" + "controlname" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "250" + "tall" "150" + "proportionaltoparent" "1" + "visible" "0" + "border" "MaterialBlackDark" + + "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" "WhiteDark" + } + + "WorkingText" + { + "ControlName" "Label" + "fieldName" "WorkingText" + "font" "Size 14" + "labelText" "#TF_UsePaintkit_Working" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r30" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + "AllCaps" "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" "MaterialBlackDark" + + "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" "WhiteDark" + } + + "SuccessText" + { + "ControlName" "Label" + "fieldName" "SuccessText" + "font" "Size 24" + "labelText" "#AbuseReport_SucceededTitle" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r40" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Green" + "proportionaltoparent" "1" + "AllCaps" "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" "MaterialBlackDark" + + "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" "WhiteDark" + } + + "FailureText" + { + "ControlName" "Label" + "fieldName" "FailureText" + "font" "Size 14" + "labelText" "#TF_UsePaintkit_Failed" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "r40" + "wide" "f20" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Red" + "proportionaltoparent" "1" + "centerwrap" "1" + "AllCaps" "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-10" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "50" + "ypos" "rs1-10" + "zpos" "20" + "wide" "140" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_QuestView_RedeemReward" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "accept" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/questmappanel.res b/resource/ui/econ/questmappanel.res new file mode 100644 index 0000000..aaab6f6 --- /dev/null +++ b/resource/ui/econ/questmappanel.res @@ -0,0 +1,1582 @@ +"Resource/UI/QuestMapPanel.res" +{ + "QuestMap" + { + "ControlName" "CQuestMapPanel" + "fieldName" "QuestMap" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "skip_autoresize" "1" + + "MouseBlocker" + { + "ControlName" "Panel" + "fieldName" "MouseBlocker" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "mouseinputenabled" "1" + } + + "RewardItemKV" + { + "wide" "250" + "tall" "60" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "1000" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MaterialBlackDark" + + "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" "White" + "centerwrap" "1" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1001" + "wide" "240" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MaterialGrayDark" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Size 11" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "wrap" "1" + } + + "QuestObjective" + { + "fieldName" "QuestObjective" + "wide" "200" + "zpos" "1002" + } + } + + "Dimmer" + { + "ControlName" "EditablePanel" + "fieldName" "Dimmer" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "GrayDarkest" + } + + "OutsideCloseButton" + { + "ControlName" "Button" + "fieldName" "OutsideCloseButton" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "bgcolor_override" "0 0 0 220" + "command" "close" + "paintbackground" "0" + "paintborder" "0" + } + + "MainContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContainer" + "xpos" "cs-0.5" + "ypos" "cs-0.5-20" + "zpos" "1" + "wide" "700" + "tall" "700" + "skip_autoresize" "1" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintborder" "0" + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c275" + "ypos" "172" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + + "defaultBgColor_override" "Blank" + "armedBgColor_override" "Blank" + "depressedBgColor_override" "Blank" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + } // Close button + + "PowerSwitchButton" + { + "ControlName" "CExImageButton" + "fieldName" "PowerSwitchButton" + "xpos" "c190" + "ypos" "497" + "zpos" "1000" + "wide" "o1" + "tall" "88" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "labeltext" "" + "sound_depressed" "ui/cyoa_switch.wav" + "sound_released" "ui/cyoa_switch.wav" + "Command" "anim_close" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "button_activation_type" "1" + + "paintbackground" "0" + + "image_default" "cyoa/cyoa_pda_switch_on" + "image_selected" "cyoa/cyoa_pda_switch_off" + "image_armed" "cyoa/cyoa_pda_switch_on" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "o1" + "tall" "p1" + "visible" "1" + "enabled" "1" + "image" "glyph_store" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } // PowerSwitchButton + + "PowerLabel" + { + "ControlName" "Label" + "fieldName" "PowerLabel" + "labeltext" "#TF_QuestMap_Power" + "xpos" "c178" + "ypos" "565" + "wide" "100" + "tall" "15" + "zpos" "1001" + "font" "QuestMap_Small" + "TextAlignment" "north" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "255 255 255 100" + } + + "MapStoreLabel" + { + "ControlName" "Label" + "fieldName" "MapStoreLabel" + "labeltext" "#TF_QuestMap_Map_Title" + "xpos" "c-285" + "ypos" "555" + "wide" "100" + "tall" "15" + "zpos" "1001" + "font" "QuestMap_Small" + "TextAlignment" "north" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "255 255 255 100" + } + + "MapButton" + { + "ControlName" "CExImageButton" + "fieldName" "MapButton" + "xpos" "c-270" + "ypos" "510" + "zpos" "1000" + "wide" "o1.75" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "labeltext" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "view_map" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "image_default" "cyoa/cyoa_pda_button_off_map" + "image_selected" "cyoa/cyoa_pda_button_on_map" + "image_armed" "cyoa/cyoa_pda_button_over_map" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "-2" + "ypos" "-4" + "zpos" "1" + "wide" "o1.81" + "tall" "p1.32" + "visible" "1" + "enabled" "1" + "image" "glyph_store" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } // MapButton + + "RewardsStoreLabel" + { + "ControlName" "Label" + "fieldName" "RewardsStoreLabel" + "labeltext" "#TF_QuestMap_RewardStore_Title" + "xpos" "c-197" + "ypos" "555" + "wide" "100" + "tall" "15" + "zpos" "1001" + "font" "QuestMap_Small" + "TextAlignment" "north" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "255 255 255 100" + } + + "RewardsStoreButton" + { + "ControlName" "CExImageButton" + "fieldName" "RewardsStoreButton" + "xpos" "c-185" + "ypos" "510" + "zpos" "1000" + "wide" "o1.75" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "labeltext" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "rewards_store" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "image_default" "cyoa/cyoa_pda_button_off_store" + "image_selected" "cyoa/cyoa_pda_button_on_store" + "image_armed" "cyoa/cyoa_pda_button_over_store" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "-2" + "ypos" "-4" + "zpos" "1" + "wide" "o1.81" + "tall" "p1.32" + "visible" "1" + "enabled" "1" + "image" "glyph_store" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } // RewardsStoreButton + + "DebugButton" + { + "ControlName" "CExImageButton" + "fieldName" "DebugButton" + "xpos" "55" + "ypos" "175" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "debug_menu" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_edit" + "scaleImage" "1" + } + } // Debug button + + "ScreenBorder" + { + "ControlName" "ImagePanel" + "fieldName" "ScreenBorder" + "xpos" "cs-0.5-15" + "ypos" "cs-0.5+30" + "zpos" "1" + "wide" "700" + "tall" "700" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "image" "cyoa/cyoa_pda" + "scaleimage" "1" + } + + "MapAreaPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MapAreaPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "540" + "tall" "315" + "zpos" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "Introduction" + { + "ControlName" "EditablePanel" + "fieldName" "Introduction" + "xpos" "0" + "ypos" "0" + "zpos" "8000" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "StaticBG" + { + "ControlName" "ImagePanel" + "fieldName" "StaticBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "alpha" "255" + "image" "..\models\passtime\tv\passtime_tv_screen_static" + "tileImage" "1" + } + + "StaticDarken" + { + "ControlName" "EditablePanel" + "fieldName" "StaticDarken" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "0 0 0 240" + } + + "VideoPanel" + { + "ControlName" "VideoPanel" + "fieldName" "VideoPanel" + "xpos" "r130-s0.5" + "ypos" "50" + "zpos" "100" + "wide" "o1" + "tall" "200" + "proportionaltoparent" "1" + "loop" "1" + "visible" "0" + } + + "IntroTitle" + { + "ControlName" "Label" + "fieldName" "IntroTitle" + "labeltext" "#TF_QuestMap_Intro_Title" + "xpos" "20" + "ypos" "20" + "wide" "f0" + "tall" "100" + "zpos" "1" + "font" "Size 24" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "QuestMap_ActiveOrange" + } + + "IntroDesc" + { + "ControlName" "Label" + "fieldName" "IntroDesc" + "labeltext" "#TF_QuestMap_Intro_Desc" + "xpos" "0" + "ypos" "50" + "wide" "p0.5" + "tall" "100" + "zpos" "1" + "font" "Size 11" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "TanLight" + "wrap" "1" + "textinsetx" "23" + "use_proportional_insets" "1" + } + + "HoverButtonStage1" + { + "fieldName" "HoverButtonStage1" + "xpos" "23" + "ypos" "135" + "zpos" "1" + "wide" "230" + "tall" "35" + "RoundedCorners" "0" + "labelText" "#TF_QuestMap_Intro_Step1Button" + "font" "Size 14" + "textAlignment" "center" + "stay_armed_on_click" "1" + + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "QuestMap_ActiveOrange" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "rs1-5" + "ypos" "rs1-5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "info" + "proportionaltoparent" "1" + } + } + + "HoverButtonStage2" + { + "fieldName" "HoverButtonStage2" + "xpos" "23" + "ypos" "185" + "zpos" "1" + "wide" "230" + "tall" "35" + "RoundedCorners" "0" + "labelText" "#TF_QuestMap_Intro_Step2Button" + "font" "Size 14" + "textAlignment" "center" + "stay_armed_on_click" "1" + + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "QuestMap_ActiveOrange" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "rs1-5" + "ypos" "rs1-5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "info" + "proportionaltoparent" "1" + } + } + + "HoverButtonStage3" + { + "fieldName" "HoverButtonStage3" + "xpos" "23" + "ypos" "235" + "zpos" "1" + "wide" "230" + "tall" "35" + "RoundedCorners" "0" + "labelText" "#TF_QuestMap_Intro_Step3Button" + "font" "Size 14" + "textAlignment" "center" + "stay_armed_on_click" "1" + + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "QuestMap_ActiveOrange" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "rs1-5" + "ypos" "rs1-5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "info" + "proportionaltoparent" "1" + } + } + + "IntroStage0" + { + "ControlName" "EditablePanel" + "fieldName" "IntroStage0" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "StartButton" + { + "ControlName" "CExButton" + "fieldName" "StartButton" + "xpos" "350" + "ypos" "cs-0.5" + "zos" "2" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "#TF_QuestMap_Intro_OK" + "textinsetx" "4" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "endintro" + "proportionaltoparent" "1" + "actionsignallevel" "5" + + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "StoreGreen" + "armedBgColor_override" "CreditsGreen" + "depressedBgColor_override" "CreditsGreen" + } + } + + "IntroStage1" + { + "ControlName" "EditablePanel" + "fieldName" "IntroStage1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "StageDesc" + { + "ControlName" "Label" + "fieldName" "StageDesc" + "labeltext" "#TF_QuestMap_Intro_1" + "xpos" "p0.5" + "ypos" "210" + "wide" "p0.5" + "tall" "100" + "zpos" "1" + "font" "Size 11" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "QuestMap_ActiveOrange" + "wrap" "1" + "textinsetx" "23" + "use_proportional_insets" "1" + } + } + + "IntroStage2" + { + "ControlName" "EditablePanel" + "fieldName" "IntroStage2" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "StageDesc" + { + "ControlName" "Label" + "fieldName" "StageDesc" + "labeltext" "#TF_QuestMap_Intro_2" + "xpos" "p0.5" + "ypos" "210" + "wide" "p0.5" + "tall" "100" + "zpos" "1" + "font" "Size 11" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "TanLight" + "wrap" "1" + "textinsetx" "23" + "use_proportional_insets" "1" + } + } + + "IntroStage3" + { + "ControlName" "EditablePanel" + "fieldName" "IntroStage3" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "StageDesc" + { + "ControlName" "Label" + "fieldName" "StageDesc" + "labeltext" "#TF_QuestMap_Intro_3" + "xpos" "p0.5" + "ypos" "210" + "wide" "p0.45" + "tall" "100" + "zpos" "1" + "font" "Size 11" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "TanLight" + "wrap" "1" + "textinsetx" "23" + "use_proportional_insets" "1" + } + } + } + + "CyclingAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "CyclingAd" + "xpos" "rs1-10" + "ypos" "rs1-30" + "zpos" "9" + "wide" "260" + "tall" "60" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "0 0 0 255" + + "items" + { + "0" + { + "item" "Jungle Inferno Contracts Pass" + "show_market" "0" + } + } + } + + "TurnInCompletePopup" + { + "ControlName" "EditablePanel" + "fieldName" "TurnInCompletePopup" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "300" + "wide" "250" + "tall" "150" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "border" "CYOANodeViewBorder" + + "BorderOverlay" + { + "ControlName" "Panel" + "fieldName" "BorderOverlay" + "xpos" "0" + "ypos" "0" + "zpos" "300" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + "border" "CYOANodeViewBorder_Active" + } + + "CheckImage" + { + "ControlName" "ImagePanel" + "fieldName" "CheckImage" + "xpos" "cs-0.5" + "ypos" "25" + "zpos" "300" + "wide" "o1" + "tall" "70" + "proportionaltoparent" "1" + + "image" "cyoa/check" + "scaleimage" "1" + "drawcolor_override" "QuestMap_ActiveOrange" + } + + "BodyText" + { + "ControlName" "Label" + "fieldName" "BodyText" + "xpos" "0" + "ypos" "90" + "zpos" "300" + "wide" "f0" + "tall" "300" + "proportionaltoparent" "1" + "fgcolor_override" "QuestMap_ActiveOrange" + "labeltext" "%result%" + "TextAlignment" "north" + "font" "QuestMap_Huge" + "centerwrap" "1" + } + } + + "GlobalStatus" + { + "ControlName" "EditablePanel" + "fieldName" "GlobalStatus" + "xpos" "0" + "ypos" "rs1" + "zpos" "3" + "wide" "f0" + "tall" "30" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "border" "QuickplayBorder" + "bgcolor_override" "0 0 0 240" + + "BloodMoneyTooltip" + { + "ControlName" "Panel" + "fieldName" "BloodMoneyTooltip" + "xpos" "20" + "ypos" "0" + "zpos" "100" + "wide" "60" + "tall" "50" + "paintbackground" "0" + "paintborder" "0" + } + + "RewardCreditImage" + { + "ControlName" "ImagePanel" + "fieldName" "RewardCreditImage" + "xpos" "20" + "ypos" "-1" + "zpos" "0" + "wide" "o1" + "tall" "26" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "image" "cyoa/cyoa_cash_large" + "scaleimage" "1" + } + + "RewardCreditsLabel" + { + "ControlName" "Label" + "fieldName" "RewardCreditsLabel" + "labeltext" "%reward_credits%" + "xpos" "47" + "ypos" "7" + "wide" "140" + "tall" "10" + "zpos" "1" + "font" "QuestMap_Small" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "StarsAvailableTooltip" + { + "ControlName" "Panel" + "fieldName" "StarsAvailableTooltip" + "xpos" "94" + "ypos" "0" + "zpos" "100" + "wide" "40" + "tall" "50" + "paintbackground" "0" + "paintborder" "0" + } + + "AvailableStarsImage" + { + "ControlName" "ImagePanel" + "fieldName" "AvailableStarsImage" + "xpos" "94" + "ypos" "2" + "zpos" "0" + "wide" "o1" + "tall" "20" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "image" "cyoa/star_on" + "scaleimage" "1" + } + + "AvailableStarsLabel" + { + "ControlName" "Label" + "fieldName" "AvailableStarsLabel" + "labeltext" "%stars_available%" + "xpos" "115" + "ypos" "7" + "wide" "140" + "tall" "10" + "zpos" "1" + "font" "QuestMap_Small" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "TotalStarsTooltip" + { + "ControlName" "Panel" + "fieldName" "TotalStarsTooltip" + "xpos" "r70" + "ypos" "0" + "zpos" "100" + "wide" "40" + "tall" "50" + "proportionaltoparent" "1" + "paintbackground" "0" + "paintborder" "0" + } + + "TotalStarsImage" + { + "ControlName" "ImagePanel" + "fieldName" "TotalStarsImage" + "xpos" "r70" + "ypos" "2" + "zpos" "0" + "wide" "o1" + "tall" "20" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "image" "cyoa/star_off" + "scaleimage" "1" + } + + "TotalStarsLabel" + { + "ControlName" "Label" + "fieldName" "TotalStarsLabel" + "labeltext" "%stars_total%" + "xpos" "r50" + "ypos" "7" + "wide" "140" + "tall" "10" + "zpos" "1" + "font" "QuestMap_Small" + "TextAlignment" "north-west" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + } + + "SelectedNodeInfoPanel" + { + "fieldName" "SelectedNodeInfoPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "200" + "tall" "220" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "border" "CYOANodeViewBorder" + "collapsed_height" "165" + "expanded_height" "220" + } + + "QuestObjective" + { + "fieldName" "QuestObjective" + "wide" "200" + "zpos" "11" + "visible" "0" + "mouseinputenabled" "0" + + "border" "CYOAPopupBorder" + "bgcolor_override" "37 37 37 255" + + "ObjectivesLabel" + { + "fieldName" "ObjectivesLabel" + "ControlName" "Label" + "xpos" "2" + "ypos" "2" + "zpos" "100" + "wide" "f2" + "tall" "20" + "labelText" "#TF_QuestView_Objectives" + "visible" "1" + "font" "QuestMap_Medium" + "fgcolor_override" "75 75 75 255" + "bgcolor_override" "0 0 0 255" + "textAlignment" "west" + "textinsetx" "5" + } + + "ItemTrackerPanel" + { + "fieldName" "ItemTrackerPanel" + "xpos" "0" + "ypos" "25" + "wide" "f0" + "tall" "200" + "progress_bar_standard_loc_token" "#QuestPoints_Standard" + "progress_bar_advanced_loc_token" "#QuestPoints_Bonus" + "item_attribute_res_file" "resource/UI/quests/CYOA/QuestObjectivePanel_CYOA.res" + "mouseinputenabled" "0" + "map_view" "1" + "show_item_name" "0" + "bar_gap" "5" + "group_bars_with_objectives" "1" + "proportionaltoparent" "1" + + "ModelImageKV" + { + "fieldName" "ModelImage" + "wide" "20" + "tall" "20" + "scaleimage" "1" + "zpos" "10" + } + + "progressbarKV" + { + "xpos" "0" + "ypos" "8" + "wide" "f15" + "tall" "6" + "zpos" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "250 234 201 51" + + "PointsLabel" + { + "ControlName" "Label" + "fieldName" "PointsLabel" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "1" + "font" "QuestMap_Small" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + } + + "ProgressBarStandardHighlight" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandardHighlight" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "bgcolor_override" "QuestUncommitted" + "zpos" "2" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "QuestMap_Small" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + + "ProgressBarStandard" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandard" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "3" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "251 235 202 255" + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "QuestMap_Small" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + } + } + } + + "RewardsShop" + { + "ControlName" "EditablePanel" + "fieldName" "RewardsShop" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "p1" + "tall" "p1" + "visible" "0" + "proportionaltoparent" "1" + + "BlackBG" + { + "ControlName" "Panel" + "fieldName" "BlackBG" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "bgcolor_override" "0 0 0 255" + } + + "Dimmer" + { + "ControlName" "Panel" + "fieldName" "Dimmer" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + "alpha" "100" + + "bgcolor_override" "0 0 0 255" + } + + "TitleBorder" + { + "ControlName" "Panel" + "fieldName" "TitleBorder" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "border" "ReplayDefaultBorder" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "10" + "wide" "300" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#TF_QuestMap_RewardStore_Title" + "font" "QuestLargeText" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "proportionaltoparent" "1" + "paintbackground" "0" + } // Title + + "Description" + { + "ControlName" "Label" + "fieldName" "Description" + "xpos" "cs-0.5" + "ypos" "34" + "zpos" "10" + "wide" "f0" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#TF_QuestMap_RewardStore_Desc" + "font" "QuestMap_Small" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "proportionaltoparent" "1" + "paintbackground" "0" + } // Title + + "ItemsScroller" + { + "ControlName" "CExScrollingEditablePanel" + "fieldName" "ItemsScroller" + "xpos" "cs-0.5" + "ypos" "50" + "wide" "p1" + "tall" "f50" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "bottom_buffer" "50" + "scroll_step" "20" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-5" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + + + } // ItemsScroller + } // RewardsShop + + "DisconnetedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DisconnetedContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "50" + "alpha" "255" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "IntroDesc" + { + "ControlName" "Label" + "fieldName" "IntroDesc" + "labeltext" "#TF_QuestMap_NoGC" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "p0.75" + "tall" "100" + "zpos" "1" + "font" "QuestMap_Large" + "TextAlignment" "center" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor_override" "TanLight" + "wrap" "0" + } + + "StaticBackground" + { + "ControlName" "ImagePanel" + "fieldName" "StaticBackground" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "alpha" "255" + "image" "..\models\passtime\tv\passtime_tv_screen_static" + "tileImage" "1" + } + } + + "StaticBar1" + { + "ControlName" "ImagePanel" + "fieldName" "StaticBar1" + "xpos" "0" + "ypos" "50" + "zpos" "9000" + "wide" "f0" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "alpha" "50" + "image" "..\overlays\black_gradient" + "scaleimage" "1" + "rotation" "3" + } + + + "StaticBar2" + { + "ControlName" "EditablePanel" + "fieldName" "StaticBar2" + "xpos" "0" + "ypos" "120" + "zpos" "9000" + "wide" "f0" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "bgcolor_override" "255 255 255 3" + } + + "BlackOverlay" + { + "ControlName" "Panel" + "fieldName" "BlackOverlay" + "xpos" "0" + "ypos" "0" + "zpos" "8999" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "bgcolor_override" "0 0 0 255" + } + + "StaticOverlay" + { + "ControlName" "ImagePanel" + "fieldName" "StaticOverlay" + "xpos" "0" + "ypos" "0" + "zpos" "9000" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + + "alpha" "20" + "image" "..\models\passtime\tv\passtime_tv_screen_static" + "tileImage" "1" + } + + + + } // MapAreaPanel + + } // MainContainer + } +} diff --git a/resource/ui/econ/questnotificationpanel_base.res b/resource/ui/econ/questnotificationpanel_base.res new file mode 100644 index 0000000..fac12bd --- /dev/null +++ b/resource/ui/econ/questnotificationpanel_base.res @@ -0,0 +1,10 @@ +"Resource/UI/QuestNotificationPanel_base.res" +{ + //YEEET + "QuestNotificationPanel" + { + "ControlName" "EditablePanel" + "fieldName" "QuestNotificationPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v1/storestatusdialog.res b/resource/ui/econ/store/v1/storestatusdialog.res new file mode 100644 index 0000000..f93480f --- /dev/null +++ b/resource/ui/econ/store/v1/storestatusdialog.res @@ -0,0 +1,73 @@ +"Resource/UI/StoreStatusDialog.res" +{ + "StoreStatusDialog" + { + "fieldName" "StoreStatusDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "180" + "zpos" "10000" + "wide" "250" + "tall" "150" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "Size 14" + "xpos" "10" + "ypos" "10" + "zpos" "0" + "wide" "230" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "labelText" "%updatetext%" + "textAlignment" "center" + "fgcolor" "White" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "75" + "ypos" "110" + "zpos" "1" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ 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 new file mode 100644 index 0000000..00f4455 --- /dev/null +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -0,0 +1,621 @@ +#base "../../../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StoreHome_Base.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "max_cart_model_panels" "8" + + "item_ypos" "55" + "item_mod_wide" "40" + + "item_panels" "12" + "item_columns" "4" + "item_offcenter_x" "-273" + "item_xdelta" "5" + "item_ydelta" "5" + + "item_backdrop_zpos" "1" + "show_item_backdrop" "1" + "item_backdrop_color" "Blank" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "10" + "item_backdrop_top_margin" "10" + "item_backdrop_bottom_margin" "40" + "item_backdrop_paintbackgroundtype" "0" + + "item_backdrop_zpos" "1" + + "item_panel_bgcolor" "Normal" + "item_panel_bgcolor_mouseover" "Normal_Hover" + "item_panel_bgcolor_selected" "Normal_Hover" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "133" + "tall" "81" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "87" + "model_tall" "63" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "Size 11" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "0" + "zpos" "15" + "wide" "0" + "tall" "0" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "alpha" "0" + + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "0" + "tall" "0" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "Size 11" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "cs-0.5" + "ypos" "22" + "zpos" "-1" + "wide" "560" + "tall" "320" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + "proportionaltoparent" "1" + + "ItemCategoryTabsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemCategoryTabsBG" + "xpos" "cs-0.5" + "ypos" "3" + "zpos" "0" + "wide" "p0.99" + "tall" "28" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGrayDarker" + "proportionaltoparent" "1" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "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" "White" + "centerwrap" "1" + } + } + + "ItemCategoryTabs" + { + "ControlName" "CNavigationPanel" + "fieldName" "ItemCategoryTabs" + "xpos" "cs-0.5" + "ypos" "28" + "zpos" "1" + "wide" "550" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "50" + "display_vertically" "0" + + "ButtonSettings" + { + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "center" + "AllCaps" "1" + "scaleImage" "1" + "font" "Size 18" + + "fgcolor" "White" + "defaultBgColor_override" "Blank" + "defaultFgColor_override" "White" + "armedBgColor_override" "Blank" + "armedFgColor_override" "Main Theme" + "selectedBgColor_override" "Blank" + "selectedFgColor_override" "Main Theme" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "1" + + "border" "ButtonBorder" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "22" + "tall" "88" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevPageShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 24" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "GrayDark" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "22" + "tall" "88" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextPageShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "Size 14" + "labelText" "GO TO THE SHOPPING CART" + "textAlignment" "center" + "xpos" "0" + "ypos" "-3" + "zpos" "12" + "wide" "555" + "tall" "28" + "visible" "1" + "enabled" "1" + "textinsetx" "0" + "Command" "viewcart" + "font" "Size 14" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "-5" + "ypos" "-4" + "zpos" "13" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + "Alpha" "0" + "pin_to_sibling" "CartButton" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "-3" + "ypos" "0" + "zpos" "14" + "wide" "40" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "px" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "marketplace" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "CartButton" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "Size 14" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "AllCaps" "1" + "xpos" "c-255" + "ypos" "313" + "zpos" "10" + "wide" "f0" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 11" + "labelText" "" + "textAlignment" "west" + "xpos" "c-45" + "ypos" "c-230" + "zpos" "100" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "HomePageLabelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HomePageLabelContainer" + "xpos" "c-295" + "ypos" "54" + "zpos" "5" + "wide" "200" + "tall" "160" + "mouseinputenabled" "0" + "visible" "0" + + "CaseLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaseLabel" + "font" "Size 24" + "labelText" "#Store_Case_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "KeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "KeyLabel" + "font" "Size 24" + "labelText" "#Store_Key_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "70" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "TauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaseLabel" + "font" "Size 24" + "labelText" "#Store_Taunt_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "140" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + } + + + + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "9999" + } + "SaxtonBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SaxtonBackgroundPanel" + "xpos" "9999" + } + "StoreBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StoreBackgroundPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storehome_premium.res b/resource/ui/econ/store/v2/storehome_premium.res new file mode 100644 index 0000000..c1bbc04 --- /dev/null +++ b/resource/ui/econ/store/v2/storehome_premium.res @@ -0,0 +1,11 @@ +#base "storehome_base.res" + +"Resource/UI/StoreHome_Premium.res" +{ + "PremiumCallout" + { + "ControlName" "EditablePanel" + "fieldName" "PremiumCallout" + "xpos" "99999" + } +} diff --git a/resource/ui/econ/store/v2/storeitemcontrols.res b/resource/ui/econ/store/v2/storeitemcontrols.res new file mode 100644 index 0000000..4c9962a --- /dev/null +++ b/resource/ui/econ/store/v2/storeitemcontrols.res @@ -0,0 +1,49 @@ +"Resource/UI/StoreItemControls.res" +{ + "StoreItemControls" + { + "ControlName" "CStoreItemControlsPanel" + "fieldName" "StoreItemControls" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "AddToCartButton" + { + "ControlName" "CExImageButton" + "fieldName" "AddToCartButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "x" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "addtocart" + + "paintbackground" "0" + "paintborder" "1" + "border_default" "MaterialBlackLight" + "border_armed" "MaterialGreen" + + "defaultFgColor_override" "White" + "ArmedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res new file mode 100644 index 0000000..5cd948c --- /dev/null +++ b/resource/ui/econ/store/v2/storepage.res @@ -0,0 +1,5 @@ +#base "../../../../../customizations/resolutions/4x3/storepage.res" +#base "../../../../../customizations/resolutions/5x4/storepage.res" +#base "../../../../../customizations/resolutions/16x10/storepage.res" +#base "../../../../../customizations/resolutions/16x9/storepage.res" +#base "storepage_base.res" \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_base.res b/resource/ui/econ/store/v2/storepage_base.res new file mode 100644 index 0000000..6e2814a --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_base.res @@ -0,0 +1,2444 @@ +#base "../../../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StorePage.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "max_cart_model_panels" "10" + + "item_ypos" "72" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-300" + "item_xdelta" "5" + "item_ydelta" "5" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "1" + "item_backdrop_color" "Blank" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_panel_bgcolor" "Normal" + "item_panel_bgcolor_mouseover" "Normal_Hover" + "item_panel_bgcolor_selected" "Normal_Hover" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "116" + "tall" "66" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "Size 11" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "0" + "tall" "0" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "0" + "tall" "0" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "Size 11" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + "Alpha" "0" + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "cs-0.5" + "ypos" "36" + "zpos" "0" + "wide" "614" + "tall" "278" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + "proportionaltoparent" "1" + + "FiltersBG" + { + "ControlName" "EditablePanel" + "fieldName" "FiltersBG" + "xpos" "cs-0.5" + "ypos" "3" + "zpos" "0" + "wide" "p0.99" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGrayDarker" + "proportionaltoparent" "1" + } + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "c-298" + "ypos" "44" + "zpos" "1" + "wide" "300" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "6" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "80 150 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "replay/thumbnails/store/filter_all" + "image_armed" "replay/thumbnails/store/filter_all_on" + "image_selected" "replay/thumbnails/store/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "replay/thumbnails/store/filter_scout" + "image_armed" "replay/thumbnails/store/filter_scout_on" + "image_selected" "replay/thumbnails/store/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "replay/thumbnails/store/filter_soldier" + "image_armed" "replay/thumbnails/store/filter_soldier_on" + "image_selected" "replay/thumbnails/store/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "replay/thumbnails/store/filter_pyro" + "image_armed" "replay/thumbnails/store/filter_pyro_on" + "image_selected" "replay/thumbnails/store/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "replay/thumbnails/store/filter_demoman" + "image_armed" "replay/thumbnails/store/filter_demoman_on" + "image_selected" "replay/thumbnails/store/filter_demoman_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "replay/thumbnails/store/filter_heavy" + "image_armed" "replay/thumbnails/store/filter_heavy_on" + "image_selected" "replay/thumbnails/store/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "replay/thumbnails/store/filter_engineer" + "image_armed" "replay/thumbnails/store/filter_engineer_on" + "image_selected" "replay/thumbnails/store/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "replay/thumbnails/store/filter_medic" + "image_armed" "replay/thumbnails/store/filter_medic_on" + "image_selected" "replay/thumbnails/store/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "replay/thumbnails/store/filter_sniper" + "image_armed" "replay/thumbnails/store/filter_sniper_on" + "image_selected" "replay/thumbnails/store/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "replay/thumbnails/store/filter_spy" + "image_armed" "replay/thumbnails/store/filter_spy_on" + "image_selected" "replay/thumbnails/store/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "xpos" "46" + "ypos" "170" + "zpos" "100" + "wide" "170" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "textinsetx" "100" + "centerwrap" "1" + "PaintBackground" "0" + "paintborder" "1" + "border" "MaterialBlackLight" + "fgcolor_override" "White" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c-35" + "ypos" "47" + "zpos" "5" + "wide" "105" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "paintbackgroundtype" "2" + "font" "Size 11" + } + "NameFilterBG" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterBG" + "font" "Symbols 18" + "xpos" "20" + "ypos" "4" + "zpos" "0" + "wide" "130" + "tall" "22" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "textAlignment" "west" + "textinsetx" "11" + "labeltext" "q" + "fgcolor_override" "White" + "border" "MaterialGrayDark" + + "pin_to_sibling" "NameFilterTextEntry" + } + "NameFilterLine" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterLine" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "102" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "WhiteDark" + "alpha" "25" + "proportionaltoparent" "1" + "pin_to_sibling" "NameFilterTextEntry" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "Size 11" + "xpos" "c80" + "ypos" "43" + "zpos" "1" + "wide" "105" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackground" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + "SubcategoryFilterBG" + { + "ControlName" "EditablePanel" + "fieldName" "SubcategoryFilterBG" + "xpos" "5" + "ypos" "0" + "zpos" "0" + "wide" "112" + "tall" "22" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDark" + + "pin_to_sibling" "SubcategoryFilterComboBox" + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "Size 11" + "xpos" "c192" + "ypos" "43" + "zpos" "1" + "wide" "105" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackground" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + "SortFilterBG" + { + "ControlName" "EditablePanel" + "fieldName" "SortFilterBG" + "xpos" "5" + "ypos" "0" + "zpos" "0" + "wide" "112" + "tall" "22" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDark" + "pin_to_sibling" "SortFilterComboBox" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "Size 11" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "22" + "tall" "88" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevPageShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 24" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "GrayDark" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "22" + "tall" "88" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextPageShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "Size 14" + "labelText" "GO TO THE SHOPPING CART" + "textAlignment" "center" + "xpos" "0" + "ypos" "-3" + "zpos" "12" + "wide" "606" + "tall" "28" + "visible" "1" + "enabled" "1" + "textinsetx" "0" + "Command" "viewcart" + "font" "Size 14" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "-5" + "ypos" "-4" + "zpos" "13" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + "Alpha" "0" + "pin_to_sibling" "CartButton" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "Size 14" + "labelText" "%selectionprice%" + "textAlignment" "east" + "xpos" "c20" + "ypos" "8" + "zpos" "5" + "wide" "303" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "Size 14" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "AllCaps" "1" + "xpos" "c-293" + "ypos" "288" + "zpos" "10" + "wide" "f0" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "r20" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "122" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "122" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "122" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "122" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "97" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "97" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "117" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "117" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "92" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "92" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "82" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "82" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "132" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "5" + "ypos" "102" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "265" + "ypos" "102" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "nextexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "275" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Main Theme" + } + } + + + //REMOVED STUFF + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "xpos" "9999" + } + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "xpos" "9999" + } + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "xpos" "9999" + } + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "xpos" "9999" + } + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_bundles.res b/resource/ui/econ/store/v2/storepage_bundles.res new file mode 100644 index 0000000..14b9242 --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_bundles.res @@ -0,0 +1,9 @@ +#base "../../../../../customizations/resolutions/4x3/storepage.res" +#base "../../../../../customizations/resolutions/5x4/storepage.res" +#base "../../../../../customizations/resolutions/16x10/storepage.res" +#base "../../../../../customizations/resolutions/16x9/storepage.res" +#base "storepage.res" + +"Resource/UI/StorePage_Bundles.res" +{ +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_items.res b/resource/ui/econ/store/v2/storepage_items.res new file mode 100644 index 0000000..d1cded6 --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_items.res @@ -0,0 +1,9 @@ +#base "../../../../../customizations/resolutions/4x3/storepage.res" +#base "../../../../../customizations/resolutions/5x4/storepage.res" +#base "../../../../../customizations/resolutions/16x10/storepage.res" +#base "../../../../../customizations/resolutions/16x9/storepage.res" +#base "storepage.res" + +"Resource/UI/StorePage_Items.res" +{ +} diff --git a/resource/ui/econ/store/v2/storepage_maps.res b/resource/ui/econ/store/v2/storepage_maps.res new file mode 100644 index 0000000..759079e --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_maps.res @@ -0,0 +1,153 @@ +#base "../../../../../customizations/resolutions/4x3/storepage.res" +#base "../../../../../customizations/resolutions/5x4/storepage.res" +#base "../../../../../customizations/resolutions/16x10/storepage.res" +#base "../../../../../customizations/resolutions/16x9/storepage.res" +#base "storepage.res" + +"Resource/UI/StorePage_Maps.res" +{ + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + "inventory_image_type" "1" + } + } + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "ClassFilterNavPanel" + { + "visible" "0" + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "NameFilterLabel" + { + "visible" "0" + } + + "NameFilterTextEntry" + { + "visible" "0" + } + + "NameFilterBG" + { + "visible" "0" + } + + "NameFilterLine" + { + "visible" "0" + } + + "SortFilterLabel" + { + "visible" "0" + } + + "SubcategoryFilterBG" + { + "visible" "0" + } + + "SortFilterComboBox" + { + "visible" "0" + } + + "SortFilterBG" + { + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#Store_Maps_Title" + "textAlignment" "north-west" + "xpos" "c-296" + "ypos" "47" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "Size 10" + "labelText" "#Store_Maps_SubTitle" + "textAlignment" "south-west" + "xpos" "c-301" + "ypos" "35" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "c190" + "ypos" "43" + "zpos" "5" + "wide" "110" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "learn more" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "maps_learnmore" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res new file mode 100644 index 0000000..22d7248 --- /dev/null +++ b/resource/ui/econ/store/v2/storepanel.res @@ -0,0 +1,230 @@ +#base "../../../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StorePanel.res" +{ + "ReloadSchemeButton" + { + "xpos" "r17" + "ypos" "22" + } + + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "title" "#StoreTitle" + "title_font" "Size 24" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "25" + } + + "BackgroundFooterCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooterCustom" + "xpos" "-10" + "ypos" "r25" + "zpos" "1" + "wide" "p1.02" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialReverseBlackLight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "5" + "tabxdelta" "3" + "tabwidth" "240" + "tabheight" "20" + "transition_time" "0" + "yoffset" "6" + + "tabskv" + { + "textinsetx" "0" + "font" "Size 18" + "AllCaps" "1" + "selectedcolor" "Main Theme" + "unselectedcolor" "White" + "defaultBgColor_override" "Blank" + "paintbackground" "0" + "activeborder_override" "NoBorder" + "normalborder_override" "NoBorder" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "3" + "ypos" "r22" + "zpos" "2" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "BACK (&Q)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "r28" + "ypos" "20" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "Size 14" + "labelText" "" + "visible" "0" + } + + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "north-east" + "xpos" "r200" + "ypos" "27" + "zpos" "5" + "wide" "f0" + "tall" "15" + "font" "Size 11" + "wrap" "1" + "labelText" "#Store_ConfirmStampDonationAddTitle" + "visible" "0" + "AllCaps" "1" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "r93" + "ypos" "r22" + "zpos" "2" + "wide" "90" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CHECKOUT" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "checkout" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "9999" + "wide" "0" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "9999" + "wide" "0" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "9999" + "wide" "0" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res new file mode 100644 index 0000000..3c9241d --- /dev/null +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -0,0 +1,1585 @@ +#base "../../../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-140" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c230" + "ypos" "c-120" + "wide" "7" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "0" + "fgcolor_override" "WhiteDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-150" + "zpos" "0" + "wide" "485" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "15" + "zpos" "1" + "wide" "220" + "tall" "225" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "MaterialGrayDarker" + } + + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "9999" + } + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "9999" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Size 14" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "skip_autoresize" "1" + "autoresize" "0" + + // + // All the controls below get laid out off of the item name label's position and the break sizes defined at the top of this file + // + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "Size 9" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "White" + "AllCaps" "1" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "Size 9" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "Red" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "Size 9" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "Size 9" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "Size 18" + "textAlignment" "north-west" + "wide" "228" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%price%" + "fgcolor" "Green" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "Size 9" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + "AllCaps" "1" + "fgcolor" "White" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "Size 9" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "0" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Tradable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "TradableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableTextLabel" + "font" "Size 9" + "labelText" "%tradable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "GiftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Giftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "GiftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableTextLabel" + "font" "Size 9" + "labelText" "%giftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "NameableLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Nameable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "NameableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableTextLabel" + "font" "Size 9" + "labelText" "%nameable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "CraftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableLabel" + "font" "Size 9" + "labelText" "#Store_ItemDesc_Craftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "CraftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableTextLabel" + "font" "Size 9" + "labelText" "%craftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "c-230" + "ypos" "c-132" + "zpos" "1" + "wide" "220" + "tall" "213" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "1" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "Blank" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon2" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon2" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon3" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon3" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon4" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon4" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon5" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon5" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "0" + "PaintBackgroundType" "0" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "WhiteDark" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-225" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "27" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-35" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "27" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "Size 11" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "PaintBackgroundType" "0" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "NoBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "190" + "zpos" "20" + "wide" "22" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-39" + "ypos" "190" + "zpos" "20" + "wide" "22" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "button_activation_type" "0" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-37" + "ypos" "c-130" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "*" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "gofullscreen" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "c-56" + "ypos" "c-130" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "r" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-75" + "ypos" "c-130" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "|" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "options" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-123" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "Black" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "Size 9" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c36" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "centerwrap" "1" + } + + //--- + // Hack - put these two labels off-screen, since we have cycle text to take the place of both of them + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "Size 9" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "Size 9" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c223" + "ypos" "c-148" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "closex" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-230" + "ypos" "c120" + "zpos" "2" + "wide" "90" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "c-231" + "ypos" "c88" + "zpos" "2" + "wide" "220" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c-231" + "ypos" "c117" + "zpos" "2" + "wide" "466" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%storeaddtocart%" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "1001" + "wide" "200" + "tall" "150" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_center_x" "1" + "resize_to_text" "1" + "padding_height" "15" + + "model_ypos" "15" + "model_wide" "150" + "model_tall" "100" + + "hide_collection_panel" "1" + "model_center_x" "1" + + "name_only" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res new file mode 100644 index 0000000..6c100a7 --- /dev/null +++ b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res @@ -0,0 +1,609 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-150" + "ypos" "c-160" + "zpos" "0" + "wide" "300" + "tall" "320" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialBlackDark" + + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "9999" + } + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "9999" + } + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "9999" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-110" + "ypos" "c-110" + "zpos" "1" + "wide" "225" + "tall" "200" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "25" + "model_ypos" "17" + "model_wide" "175" + "model_tall" "175" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "2" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Size 14" + "labelText" "%selectiontitle%" + "textAlignment" "center" + "xpos" "c-130" + "ypos" "c-140" + "wide" "260" + "tall" "33" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c53" + "zpos" "20" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "Size 11" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "PaintBackgroundType" "0" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-220" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-40" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "xpos" "100" + "ypos" "172" + "zpos" "20" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExButton" + "fieldName" "ZoomButton" + "xpos" "c-174" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Zoom" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TeamButton" + { + "ControlName" "CExButton" + "fieldName" "TeamButton" + "xpos" "c-106" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Team" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "team_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "Size 9" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "132" + "ypos" "168" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "Size 9" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "148" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c127" + "ypos" "c-157" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-130" + "ypos" "c115" + "zpos" "2" + "wide" "80" + "tall" "30" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "cs-0.5" + "ypos" "c124" + "zpos" "2" + "wide" "280" + "tall" "26" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res new file mode 100644 index 0000000..8723333 --- /dev/null +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -0,0 +1,503 @@ +#base "../../../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StoreViewCartPanel.res" +{ + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "title" "#StoreTitle" + "title_font" "Size 24" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "580" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "580" + "tall" "60" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "quantitylabel" + { + "ControlName" "Label" + "fieldname" "quantitylabel" + "font" "Size 11" + "textAlignment" "north-east" + "xpos" "70" + "ypos" "45" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%quantity%" + "fgcolor_override" "White" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "9999" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Remove" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldname" "PriceLabel" + "font" "Size 16" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor_override" "White" + } + } + } + + "BackgroundFooterCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooterCustom" + "xpos" "-10" + "ypos" "r25" + "zpos" "1" + "wide" "p1.02" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialReverseBlackLight" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "GrayDarkest" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "9999" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "Size 24" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-296" + "ypos" "40" + "zpos" "1" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "9999" + } + + "EmptyCartLabel" + { + "ControlName" "Label" + "fieldName" "EmptyCartLabel" + "font" "Size 24" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "62" + "zpos" "5" + "wide" "600" + "tall" "240" + "PaintBackgroundType" "0" + "fgcolor_override" "GrayDark" + "bgcolor_override" "GrayDarkest" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "580" + "ypos" "3" + "wide" "6" + "tall" "127" + "zpos" "1000" + + "Slider" + { + "PaintBackgroundType" "0" + } + + "nobuttons" "1" + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackground" "0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "Blank" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "Size 14" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "Size 11" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "Size 11" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TotalPriceLabel" + { + "ControlName" "Label" + "fieldname" "TotalPriceLabel" + "font" "Size 16" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "%totalprice%" + "fgcolor_override" "Red" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "3" + "ypos" "r22" + "zpos" "2" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Back (&Q)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "r103" + "ypos" "r22" + "zpos" "2" + "wide" "100" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "CHECKOUT (&E)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundHeader" + "wide" "0" + } + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "wide" "0" + } + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "wide" "0" + } +} \ No newline at end of file diff --git a/resource/ui/econ/strangecounttransferdialog.res b/resource/ui/econ/strangecounttransferdialog.res new file mode 100644 index 0000000..7c7b411 --- /dev/null +++ b/resource/ui/econ/strangecounttransferdialog.res @@ -0,0 +1,247 @@ +"Resource/UI/econ/StrangeCountTransferDialog.res" +{ + "StrangeCountTrasnferDialog" + { + "fieldName" "StrangeCountTrasnferDialog" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "bgcolor_override" "Blank" + } + + "BG" + { + "fieldName" "BG" + "ControlName" "EditablePanel" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.7" + "zpos" "0" + "wide" "400" + "tall" "240" + "paintbackground" "0" + "settitlebarvisible" "0" + "proportionaltoparent" "1" + "border" "MaterialBlackLight" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#TF_StrangeCount_TransferTitle" + "textAlignment" "center" + "xpos" "95" + "ypos" "10" + "zpos" "0" + "wide" "210" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" + } + "SourceItem" + { + "ControlName" "CItemModelPanel" + "fieldName" "SourceItem" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" // Hide it off the bottom + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "actionsignallevel" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" + } + + "TargetItem" + { + "ControlName" "CItemModelPanel" + "fieldName" "TargetItem" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "actionsignallevel" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 14" + "labelText" "#TF_StrangeCount_TransferExplain" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "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 (&Q)" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "actionsignallevel" "2" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res new file mode 100644 index 0000000..660ea32 --- /dev/null +++ b/resource/ui/econ/tradingstartdialog.res @@ -0,0 +1,594 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/TradingStartDialog.res" +{ + "TradingStartDialog" + { + "fieldName" "TradingStartDialog" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + "settitlebarvisible" "" + + "button_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "330" + "tall" "20" + + "button" + { + "xpos" "2" + "ypos" "0" + "wide" "330" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "Size 12" + "textAlignment" "west" + "textinsetx" "28" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "defaultBgColor_override" "GrayDarker" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "GrayDarker" + } + + "avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "4" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "image" "" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "color_outline" "WhiteGray" + } + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "350" + "tall" "400" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionaltoparent" "1" + "border" "MaterialBlackLight" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 44" + "labelText" "#TF_TradeStartDialog_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "1" + "wide" "340" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "PlayerListScroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "PlayerListScroller" + "xpos" "cs-0.5" + "ypos" "175" + "wide" "330" + "tall" "130" + "PaintBackground" "1" + "bgcolor_override" "BlackDark" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + + "PlayerList" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerList" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "100" + "visible" "1" + } + } + + "StatePanel0" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel0" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "120" + "wide" "340" + "tall" "180" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_TradeStartDialog_Select" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "340" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "subbutton0" + { + "ControlName" "CExButton" + "fieldName" "subbutton0" + "xpos" "cs-0.5" + "ypos" "30" + "zpos" "1" + "wide" "340" + "tall" "40" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_TradeStartDialog_SelectFriends" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "friends" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "subbutton1" + { + "ControlName" "CExButton" + "fieldName" "subbutton1" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "1" + "wide" "340" + "tall" "40" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_TradeStartDialog_SelectServer" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "server" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "subbutton2" + { + "ControlName" "CExButton" + "fieldName" "subbutton2" + "xpos" "cs-0.5" + "ypos" "130" + "zpos" "1" + "wide" "340" + "tall" "40" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_TradeStartDialog_SelectProfile" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "profile" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "StatePanel1" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel1" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "130" + "wide" "340" + "tall" "180" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_TradeStartDialog_Friends" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "340" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 20" + "labelText" "#TF_TradeStartDialog_FriendsNone" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "340" + "tall" "300" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "Red" + } + } + "StatePanel2" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel2" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "130" + "wide" "340" + "tall" "180" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_TradeStartDialog_Server" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "-1" + "wide" "340" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 20" + "labelText" "#TF_TradeStartDialog_ServerNone" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "340" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor" "Red" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "StatePanel3" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel3" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "130" + "wide" "340" + "tall" "180" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_TradeStartDialog_Profile" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "-1" + "wide" "340" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "URLHelpLabel" + { + "ControlName" "Label" + "fieldName" "URLHelpLabel" + "font" "Size 9" + "labelText" "#TF_TradeStartDialog_ProfileHelp" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "-1" + "wide" "340" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "URLFailLabel" + { + "ControlName" "Label" + "fieldName" "URLFailLabel" + "font" "Size 10" + "labelText" "#TF_TradeStartDialog_ProfileFail" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "108" + "zpos" "-1" + "wide" "340" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor_override" "Red" + "AllCaps" "1" + "proportionaltoparent" "1" + } + "URLSearchingLabel" + { + "ControlName" "Label" + "fieldName" "URLSearchingLabel" + "font" "Size 11" + "labelText" "#TF_TradeStartDialog_ProfileLookup" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "108" + "zpos" "-1" + "wide" "340" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "URLEntry" + { + "ControlName" "TextEntry" + "fieldName" "URLEntry" + "xpos" "cs-0.5" + "ypos" "80" + "wide" "330" + "tall" "24" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "256" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "BlackDark" + "paintbackgroundtype" "0" + "labelText" "" + "font" "Size 14" + "textAlignment" "west" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "subbutton0" + { + "ControlName" "CExButton" + "fieldName" "subbutton0" + "xpos" "cs-0.5" + "ypos" "150" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_TradeStartDialog_ProfileGo" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "url_ok" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "cs-0.5" + "ypos" "r73" + "zpos" "1" + "wide" "340" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/enemycountpanel.res b/resource/ui/enemycountpanel.res new file mode 100644 index 0000000..3ad8daf --- /dev/null +++ b/resource/ui/enemycountpanel.res @@ -0,0 +1,99 @@ +"Resource/UI/EnemyCountPanel.res" +{ + "EnemyCountPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EnemyCountPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "20" + "tall" "34" + "visible" "0" + "enabled" "1" + } + + "EnemyCountImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountImage" + "xpos" "3" + "ypos" "4" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "EnemyCountImageBG" + { + "ControlName" "Panel" + "fieldName" "EnemyCountImageBG" + "xpos" "2" + "ypos" "3" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "White" + } + + "EnemyCountCritImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountCritImageBG" + "xpos" "1" + "ypos" "2" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "0" + //"bgcolor" "Yellow" + //"bgcolor_override" "Yellow" + //"fgcolor_override" "Yellow" + //"PaintBackgroundType" "0" + "image" "../hud/leaderboard_class_critical" + } + + "EnemyCount" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCount" + "font" "Size 12" + "fgcolor" "White" + "xpos" "0" + "ypos" "19" + "zpos" "3" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + } + + "EnemyCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCountShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "xpos" "0" + "ypos" "19" + "zpos" "3" + "wide" "21" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + } +} \ No newline at end of file diff --git a/resource/ui/explanationpopup.res b/resource/ui/explanationpopup.res new file mode 100644 index 0000000..fe74362 --- /dev/null +++ b/resource/ui/explanationpopup.res @@ -0,0 +1,160 @@ +"Resource/UI/ExplanationPopup.res" +{ + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "%title%" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor_override" "WhiteDark" + "auto_tall_tocontents" "1" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "%body%" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "WhiteDark" + "auto_tall_tocontents" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "proportionaltoparent" "1" + "autoresize" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "prevexplanation" + "proportionaltoparent" "1" + "skip_autoresize" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "rs1-5" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "$" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "nextexplanation" + "proportionaltoparent" "1" + "skip_autoresize" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "Main Theme" + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "Size 14" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Main Theme" + "proportionaltoparent" "1" + "skip_autoresize" "1" + } +} \ No newline at end of file diff --git a/resource/ui/farmageddonhud.res b/resource/ui/farmageddonhud.res new file mode 100644 index 0000000..32043d3 --- /dev/null +++ b/resource/ui/farmageddonhud.res @@ -0,0 +1,26 @@ +#base "HudObjectivePlayerDestruction.res" + +"Resource/UI/FarmageddonHud.res" +{ + "CarriedContainer" + { + "CarriedImage" + { + "image" "../hud/weedkiller_icon" + } + } + "ScoreContainer" + { + "ProgressBarContainer" + { + "FlagImageBlue" + { + "image" "../hud/weedkiller_icon" + } + "FlagImageRed" + { + "image" "../hud/weedkiller_icon" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/flagstatus.res b/resource/ui/flagstatus.res new file mode 100644 index 0000000..ff515fe --- /dev/null +++ b/resource/ui/flagstatus.res @@ -0,0 +1,78 @@ +"Resource/UI/FlagStatus.res" +{ + "Arrow" + { + "ControlName" "CTFArrowPanel" + "fieldName" "Arrow" + "xpos" "40" + "ypos" "-5" + "zpos" "1" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + + "if_mvm" + { + "xpos" "38" + "ypos" "-15" + "wide" "45" + "tall" "45" + } + } + + "Briefcase" + { + "ControlName" "CTFImagePanel" + "fieldName" "Briefcase" + "xpos" "68" + "ypos" "34" + "zpos" "2" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_briefcase" + "scaleImage" "1" + + "if_mvm" + { + "xpos" "50" + "ypos" "-2" + "zpos" "2" + "wide" "22" + "tall" "22" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "StatusIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "StatusIcon" + "xpos" "0" + "ypos" "-8" + "zpos" "3" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_home" + "scaleImage" "1" + "pin_to_sibling" "Arrow" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + + "if_mvm" + { + "xpos" "63" + "ypos" "13" + "visible" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res new file mode 100644 index 0000000..09bdc0b --- /dev/null +++ b/resource/ui/freezepanel_basic.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/freezepanel_basic.res" +#base "freezepanel_basic_base.res" \ No newline at end of file diff --git a/resource/ui/freezepanel_basic_base.res b/resource/ui/freezepanel_basic_base.res new file mode 100644 index 0000000..48c16f3 --- /dev/null +++ b/resource/ui/freezepanel_basic_base.res @@ -0,0 +1,189 @@ +"Resource/UI/FreezePanel_Basic.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r200" + "ypos" "0" + "zpos" "10" + "wide" "190" + "tall" "100" + "visible" "0" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "270" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "FreezePanel" + { + "ControlName" "CTFFreezePanel" + "fieldName" "FreezePanel" + + "screenshot_move_panel_to_corner" "0" + } + + "FreezePanelBase" + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "proportionaltoparent" "1" + "ForceStereoRenderToFrameBuffer" "1" + + "FreezePanelHealth" + { + "ControlName" "CTFFreezePanelHealth" + "fieldName" "FreezePanelHealth" + "xpos" "cs-0.5" + "ypos" "c70" + "zpos" "1" + "wide" "50" + "tall" "35" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "Size 14" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "proportionaltoparent" "1" + } + + "FreezeLabelKiller" + { + "ControlName" "CExLabel" + "fieldName" "FreezeLabelKiller" + "font" "Size 12" + "xpos" "cs-0.5" + "ypos" "c105" + "zpos" "2" + "wide" "f0" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "labelText" "%killername%" + "textAlignment" "center" + "proportionaltoparent" "1" + "alpha" "255" + } + + "FreezeLabelKillerShadow" + { + "ControlName" "CExLabel" + "fieldName" "FreezeLabelKillerShadow" + "font" "Size 12 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "f0" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "Shadow" + "labelText" "%killername%" + "textAlignment" "center" + "proportionaltoparent" "1" + "alpha" "255" + "pin_to_sibling" "FreezeLabelKiller" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "proportionaltoparent" "1" + } + "FreezePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "FreezePanelBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + + "ScreenshotPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ScreenshotPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/freezepanelkillerhealth.res b/resource/ui/freezepanelkillerhealth.res new file mode 100644 index 0000000..a0e1f41 --- /dev/null +++ b/resource/ui/freezepanelkillerhealth.res @@ -0,0 +1,141 @@ +"Resource/UI/FreezePanelKillerHealth.res" +{ + "HealthBG" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "50" + "tall" "31" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "alpha" "255" + + "border" "HealthBorder" + "scaleImage" "1" + } + + "HealthBuff" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBuff" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "50" + "tall" "31" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "alpha" "0" + + "border" "BuffedBorder" + "scaleImage" "1" + } + + "HealthHurt" + { + "ControlName" "EditablePanel" + "fieldName" "HealthHurt" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "50" + "tall" "31" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "alpha" "0" + + "border" "HurtBorder" + "scaleImage" "1" + } + + "PlayerStatusHealthValueKiller" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueKiller" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "50" + "tall" "31" + "visible" "1" + "enable" "1" + "font" "Game 24" + "fgcolor" "White" + "labelText" "%Health%" + "textAlignment" "center" + + "pin_to_sibling" "HealthBG" + } + + "PlayerStatusHealthValueShadowKiller" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadowKiller" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "50" + "tall" "31" + "visible" "1" + "enable" "1" + "font" "Game 24 Blur" + "fgcolor" "Shadow" + "labelText" "%Health%" + "textAlignment" "center" + + "pin_to_sibling" "PlayerStatusHealthValueKiller" + } + + + + + //RIP + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/globalchat.res b/resource/ui/globalchat.res new file mode 100644 index 0000000..3657241 --- /dev/null +++ b/resource/ui/globalchat.res @@ -0,0 +1,130 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "10" + "zpos" "1001" + "wide" "220" + "tall" "200" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "NoBorder" + "bgcolor_override" "BlackLight" + + "log_font_small" "Size 24" + "log_font_medium" "Size 24" + "log_font_large" "Size 24" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "200" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + // "ControlName" "richtext" + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "5" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "proportionaltoparent" "1" + "RoundedCorners" "0" + "font" "Size 11" + + "paintbackground" "0" + + "pinCorner" "2" + "autoResize" "1" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "GrayDarker" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + // "ControlName" "TextEntry" + "fieldName" "chatentry" + "xpos" "0" + "ypos" "1" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "GrayDarker" + "RoundedCorners" "0" + "font" "Size 11" + "alpha" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + //"autoResize" "1" + + "pin_to_sibling" "chatlog" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "Blank" + "RoundedCorners" "0" + "border" "NoBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + } +} \ No newline at end of file diff --git a/resource/ui/globalexplanations.res b/resource/ui/globalexplanations.res new file mode 100644 index 0000000..7733128 --- /dev/null +++ b/resource/ui/globalexplanations.res @@ -0,0 +1,1044 @@ +"Resource/UI/GlobalExplanations.res" +{ + "ExplanationManager" + { + "fieldName" "ExplanationManager" + "xpos" "0" + "ypos" "0" + "zpos" "10002" + "wide" "f0" + "tall" "f0" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + } + + // Casual Intro + "CasualIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Title" + "explanation_body" "#TF_Casual_Welcome_Section_One_Text" + "next_explanation" "CasualLeveling" + } + + "CasualLeveling" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLeveling" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r280" + "end_y" "100" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r200" + "callout_inparents_y" "c-175" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Rank_Title" + "explanation_body" "#TF_Casual_Explanation_Rank_Body" + "next_explanation" "CasualCriteria" + } + + "CasualCriteria" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualCriteria" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r180" + "callout_inparents_y" "c-100" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Modes_Title" + "explanation_body" "#TF_Casual_Explanation_Modes_Body" + "next_explanation" "CriteriaSaving" + } + + "CriteriaSaving" + { + "ControlName" "CExplanationPopup" + "fieldName" "CriteriaSaving" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r280" + "end_y" "150" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r60" + "callout_inparents_y" "c-135" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_SaveMaps_Title" + "explanation_body" "#TF_Casual_Explanation_SaveMaps_Body" + "next_explanation" "CasualLateJoin" + } + + "CasualLateJoin" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLateJoin" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Section_Three_Title" + "explanation_body" "#TF_Casual_Welcome_Section_Three_Text" + } + + // Casual map selection + "MapSelectionDetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "MapSelectionDetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "0" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_MapsDetails_Title" + "explanation_body" "#TF_Casual_Explanation_MapsDetails_Body" + } + + // Competitive + "CompIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "EventPlaceholderIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "EventPlaceholderIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_EventPlaceholder_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "CompVsCasual" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompVsCasual" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionTwo_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionTwo_Text" + "next_explanation" "CompAbandon" + } + + "CompAbandon" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompAbandon" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionThree_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionThree_Text" + "next_explanation" "CompDisconnects" + } + + "CompDisconnects" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompDisconnects" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFour_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFour_Text" + "next_explanation" "CompCustomHUD" + } + + "CompCustomHUD" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompCustomHUD" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFive_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFive_Text" + } + + "WarPaintUse" + { + "ControlName" "CExplanationPopup" + "fieldName" "WarPaintUse" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "1" + "end_x" "r100" + "end_y" "200" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c100" + + "res_file_controls" "1" + "explanation_title" "#TF_UsePaintkit_Explanation_Title" + "explanation_body" "#TF_UsePaintkit_Explanation_Body" + } + + "TutorialHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "TutorialHighlight" + "xpos" "c-285" + "ypos" "195" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "r500" + "end_y" "220" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "r140" + "callout_inparents_y" "275" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "%highlighttext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#MMenu_TutorialHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "60" + "wide" "210" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "PracticeHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "PracticeHighlight" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "r500" + "end_y" "220" + "end_wide" "250" + "end_tall" "80" + "callout_inparents_x" "r140" + "callout_inparents_y" "275" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#MMenu_PracticeHighlight_Title" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#MMenu_PracticeHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "50" + "wide" "210" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "NewUserForumHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "NewUserForumHighlight" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c-112" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c0" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c+128" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#MMenu_NewUserForumHighlight_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#MMenu_NewUserForumHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "OptionsHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "OptionsHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c238" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c0" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c102" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#MMenu_OptionsHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#MMenu_OptionsHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "LoadoutHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "LoadoutHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c-190" + "start_y" "267" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-260" + "end_y" "180" + "end_wide" "250" + "end_tall" "220" + "callout_inparents_x" "c-250" + "callout_inparents_y" "r38" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#MMenu_LoadoutHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#MMenu_LoadoutHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "StoreHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "StoreHighlightPanel" + "xpos" "c0" + "ypos" "300" + "zpos" "30000" + "wide" "250" + "tall" "60" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "start_x" "c20" + "start_y" "285" + "start_wide" "250" + "start_tall" "125" + "end_x" "c-50" + "end_y" "300" + "end_wide" "250" + "end_tall" "125" + "callout_inparents_x" "c-110" + "callout_inparents_y" "450" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#MMenu_StoreHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "%highlighttext%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "225" + "ypos" "5" + "zpos" "10" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "%" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "WhiteDark" + "armedFgColor_override" "Red" + "depressedFgColor_override" "Red" + } + } + + "FindAMatch" + { + "ControlName" "CExplanationPopup" + "fieldName" "FindAMatch" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "0" + "end_x" "r300" + "end_y" "80" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r80" + "callout_inparents_y" "20" + + "res_file_controls" "1" + "explanation_title" "#TF_FindMatchTip_Title" + "explanation_body" "#TF_FindMatchTip_Body" + } + + "SpecialEvents" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEvents" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "0" + "end_x" "r450" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r140" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEvent_Title" + "explanation_body" "#TF_SpecialEvent_Body" + + "next_explanation" "SpecialEventsExpiration" + } + + "SpecialEventsExpiration" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEventsExpiration" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "force_close" "0" + "end_x" "r600" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r270" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEventExpiration_Title" + "explanation_body" "#TF_SpecialEventExpiration_Body" + } +} diff --git a/resource/ui/healthiconpanel.res b/resource/ui/healthiconpanel.res new file mode 100644 index 0000000..22435dc --- /dev/null +++ b/resource/ui/healthiconpanel.res @@ -0,0 +1,36 @@ +"Resource/UI/HealthIconPanel.res" +{ + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "40" + "tall" "25" + "visible" "1" + "enabled" "1" + "TFFont" "Size 14" + "TextColor" "HudOffWhite" + "autoResize" "1" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "128" + "tall" "128" + "visible" "1" + "enabled" "1" + "TFFont" "Size 14" + "TextColor" "HudOffWhite" + "autoResize" "1" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_dispenser.res b/resource/ui/hud_obj_dispenser.res new file mode 100644 index 0000000..5e953e4 --- /dev/null +++ b/resource/ui/hud_obj_dispenser.res @@ -0,0 +1,316 @@ +"Resource/UI/hud_obj_dispenser.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon_Dispenser" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Dispenser" + "xpos" "0" + "ypos" "-5" + "zpos" "1" + "wide" "22" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_dispenser_not_built" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "3" + "ypos" "3" + "zpos" "10" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Black" + "paintbackground" "1" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "rs1-3" + "ypos" "cs-0.5-1" + "wide" "6" + "tall" "28" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "Ammo" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Ammo" + "font" "Default" + "xpos" "32" + "ypos" "cs-0.5" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "AmmoLabel" + { + "ControlName" "CExLabel" + "fieldName" "AmmoLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "AMMO" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Ammo" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "32" + "ypos" "rs1-3" + "zpos" "2" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + "AmmoIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sapper.res b/resource/ui/hud_obj_sapper.res new file mode 100644 index 0000000..bfa781b --- /dev/null +++ b/resource/ui/hud_obj_sapper.res @@ -0,0 +1,207 @@ +"Resource/UI/hud_obj_sapper.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "0" + "ypos" "-5" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Red" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_not_built" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "TargetIcon" + { + "ControlName" "CIconPanel" + "fieldName" "TargetIcon" + "xpos" "5" + "ypos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + } + + "TargetHealth" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "TargetHealth" + "font" "Default" + "xpos" "rs1-5" + "ypos" "cs-0.5" + "wide" "40" + "tall" "8" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "TargetLabel" + { + "ControlName" "CExLabel" + "fieldName" "TargetLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "40" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "SAPPING" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "TargetHealth" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res new file mode 100644 index 0000000..ed01be1 --- /dev/null +++ b/resource/ui/hud_obj_sentrygun.res @@ -0,0 +1,427 @@ +"Resource/UI/hud_obj_sentrygun.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Icon_Sentry_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_2" + "xpos" "0" + "ypos" "-3" + "zpos" "1" + "wide" "22" + "tall" "22" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_2" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Icon_Sentry_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_3" + "xpos" "0" + "ypos" "-5" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_3" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_not_built" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "3" + "ypos" "3" + "zpos" "10" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Black" + "paintbackground" "1" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "rs1-3" + "ypos" "cs-0.5-1" + "wide" "6" + "tall" "28" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "Size 10" + "xpos" "32" + "ypos" "3" + "wide" "200" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "font" "Default" + "xpos" "32" + "ypos" "cs-0.5+1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "ShellLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShellLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "AMMO" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Shells" + } + + "Rockets" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Rockets" + "font" "Default" + "xpos" "32" + "ypos" "rs1-3" + "wide" "30" + "tall" "6" + "visible" "0" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "RocketsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RocketsLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "ROCKETS" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Rockets" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "32" + "ypos" "rs1-3" + "zpos" "2" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "9999" + } + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "9999" + } + "RocketIcon" + { + "ControlName" "ImagePanel" + "fieldName" "RocketIcon" + "xpos" "9999" + } + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sentrygun_disp.res b/resource/ui/hud_obj_sentrygun_disp.res new file mode 100644 index 0000000..ad180ae --- /dev/null +++ b/resource/ui/hud_obj_sentrygun_disp.res @@ -0,0 +1,316 @@ +"Resource/UI/hud_obj_sentrygun_disp.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_not_built" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "3" + "ypos" "3" + "zpos" "10" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Black" + "paintbackground" "1" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "rs1-3" + "ypos" "cs-0.5-1" + "wide" "6" + "tall" "28" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "Size 10" + "xpos" "32" + "ypos" "3" + "wide" "200" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "font" "Default" + "xpos" "32" + "ypos" "cs-0.5+1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "ShellLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShellLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "AMMO" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Shells" + } + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "9999" + } + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_tele_entrance.res b/resource/ui/hud_obj_tele_entrance.res new file mode 100644 index 0000000..e603aa2 --- /dev/null +++ b/resource/ui/hud_obj_tele_entrance.res @@ -0,0 +1,384 @@ +"Resource/UI/hud_obj_tele_entrance.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon_Teleport_Entrance" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Teleport_Entrance" + "xpos" "0" + "ypos" "-4" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_tele_enter_not_built_360" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "3" + "ypos" "3" + "zpos" "10" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Black" + "paintbackground" "1" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "rs1-3" + "ypos" "cs-0.5-1" + "wide" "6" + "tall" "28" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "TeleportedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "TeleportedIcon" + "xpos" "9999" + } + + "ChargingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ChargingPanel" + "xpos" "32" + "ypos" "cs-0.5" + "wide" "30" + "tall" "6" + "visible" "0" + "proportionaltoparent" "1" + + "Recharge" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Recharge" + "font" "Default" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + "RechargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RechargeLabel" + "font" "Size 7" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "CHARGE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Black" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "FullyChargedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FullyChargedPanel" + "xpos" "32" + "ypos" "3" + "wide" "48" + "tall" "10" + "visible" "0" + "proportionaltoparent" "1" + + "Used" + { + "ControlName" "CExLabel" + "fieldName" "Used" + "font" "Size 10" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "used:" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "drawcolor" "White" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "TimesUsedLabel" + { + "ControlName" "CExLabel" + "fieldName" "TimesUsedLabel" + "font" "Size 10" + "xpos" "25" + "ypos" "0" + "wide" "20" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%timesused%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "drawcolor" "White" + "proportionaltoparent" "1" + } + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "32" + "ypos" "rs1-3" + "zpos" "2" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_tele_exit.res b/resource/ui/hud_obj_tele_exit.res new file mode 100644 index 0000000..5b78687 --- /dev/null +++ b/resource/ui/hud_obj_tele_exit.res @@ -0,0 +1,272 @@ +"Resource/UI/hud_obj_tele_exit.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "32" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "-1" + "zpos" "-1" + "wide" "80" + "tall" "34" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "1" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialTransparent50" + } + + "Icon_Teleport_Exit" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Teleport_Exit" + "xpos" "0" + "ypos" "-4" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "White" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "34" + "ypos" "1" + "wide" "42" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "Size 9" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_tele_exit_not_built" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "76" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "20" + "ypos" "20" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "3" + "ypos" "3" + "zpos" "10" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "Black" + "paintbackground" "1" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "rs1-3" + "ypos" "cs-0.5-1" + "wide" "6" + "tall" "28" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "32" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "bgcolor_override" "130 130 130 255" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res new file mode 100644 index 0000000..7ce5a2f --- /dev/null +++ b/resource/ui/hudaccountpanel.res @@ -0,0 +1,77 @@ +"Resource/UI/HudAccountPanel.res" +{ + "CHudAccountPanel" + { + "delta_item_x" "130" + "delta_item_start_y" "5" + "delta_item_end_y" "10" + "PositiveColor" "Green" + "NegativeColor" "255 0 0 155" + "delta_lifetime" "1" + "delta_item_font" "Game 14" + } + + "AccountValue" + { + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "200" + "tall" "30" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Game 18" + "font_minmode" "Game 16" + "fgcolor" "White" + } + + "AccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "200" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Game 18 Blur" + "font_minmode" "Game 16 Blur" + "fgcolor" "Shadow" + + "pin_to_sibling" "AccountValue" + } + + + "AccountBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "9999" + } + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudachievementtrackeritem.res b/resource/ui/hudachievementtrackeritem.res new file mode 100644 index 0000000..fbb55cd --- /dev/null +++ b/resource/ui/hudachievementtrackeritem.res @@ -0,0 +1,94 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "HudAchievementTrackerItem" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTrackerItem" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "29" + "visible" "0" + "enabled" "1" + + "PaintBackgroundType" "2" + } + + "AchievementName" + { + "ControlName" "Label" + "fieldName" "AchievementName" + "labeltext" "" + "xpos" "5" + "ypos" "0" + "wide" "170" + "tall" "10" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "Size 10" + "textAlignment" "north-west" + } + + "AchievementNameGlow" + { + "ControlName" "Label" + "fieldName" "AchievementNameGlow" + "labeltext" "" + "xpos" "5" + "ypos" "0" + "wide" "170" + "tall" "10" + "zpos" "4" + "fgcolor_override" "White" + "font" "Size 10" + "textinsetx" "5" + "textAlignment" "north-west" + } + + "AchievementDesc" + { + "ControlName" "Label" + "fieldName" "AchievementDesc" + "labeltext" "" + "xpos" "5" + "ypos" "8" + "wide" "120" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "DefaultVerySmall" + "wrap" "1" + "TextAlignment" "north-west" + } + + "ProgressBarBG" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "7" + "ypos" "19" + "wide" "100" + "tall" "6" + "fillcolor" "TransparentBlack" + "zpos" "4" + "visible" "1" + "enabled" "1" + } + + "ProgressBar" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBar" + "xpos" "7" + "ypos" "19" + "wide" "0" + "tall" "6" + "fillcolor" "White" + "zpos" "5" + "visible" "1" + "enabled" "1" + } +} \ No newline at end of file diff --git a/resource/ui/hudalert.res b/resource/ui/hudalert.res new file mode 100644 index 0000000..11b4d67 --- /dev/null +++ b/resource/ui/hudalert.res @@ -0,0 +1,60 @@ +"Resource/UI/HudAlert.res" +{ + "AlertLabel" + { + "ControlName" "CExLabel" + "fieldName" "AlertLabel" + "font" "Size 12" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "2" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "White" + "textAlignment" "center" + } + "AlertLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "AlertLabelShadow" + "font" "Size 12 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "Shadow" + "textAlignment" "center" + "pin_to_sibling" "AlertLabel" + } + + //REMOVED + "HudAlertBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudAlertBG" + "xpos" "9999" + } + "AlertImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "AlertImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudammoweapons.res b/resource/ui/hudammoweapons.res new file mode 100644 index 0000000..b6fb390 --- /dev/null +++ b/resource/ui/hudammoweapons.res @@ -0,0 +1,170 @@ +"Resource/UI/HudAmmoWeapons.res" +{ + "AMMOAnchor" //Moves the Ammos + { + "ControlName" "EditablePanel" + "fieldName" "AMMOAnchor" + "xpos" "c140" + "xpos_minmode" "c95" + "ypos" "c90" + "ypos_minmode" "c40" + "zpos" "0" + "wide" "2" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "AmmoInClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClip" + "font" "Game 40" + "font_minmode" "Game 30" + "fgcolor" "Ammo In Clip" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "5" + "wide" "80" + "tall" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "Game 40 Blur" + "font_minmode" "Game 30 Blur" + "fgcolor" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "81" + "wide_minmode" "80" + "tall" "51" + "tall_minmode" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoInClip" + } + + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "Game 18" + "font_minmode" "Game 16" + "fgcolor" "Ammo In Reserve" + "xpos" "5" + "xpos_minmode" "2" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "40" + "tall" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveshadow" + "font" "Game 18 Blur" + "font_minmode" "Game 16 Blur" + "fgcolor" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "40" + "tall" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + + "pin_to_sibling" "AmmoInReserve" + } + + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmonoClip" + "font" "Game 40" + "font_minmode" "Game 30" + "fgcolor" "Ammo No Clip" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "5" + "wide" "150" + "tall" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmonoClipshadow" + "font" "Game 40 Blur" + "font_minmode" "Game 30 Blur" + "fgcolor" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "151" + "wide_minmode" "150" + "tall" "51" + "tall_minmode" "50" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoNoClip" + } + + + + + + "HudWeaponAmmoBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudWeaponAmmoBG" + "xpos" "9999" + } + "HudWeaponLowAmmoImage" + { + "ControlName" "ImagePanel" + "fieldName" "HudWeaponLowAmmoImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenacappointcountdown.res b/resource/ui/hudarenacappointcountdown.res new file mode 100644 index 0000000..9a6464a --- /dev/null +++ b/resource/ui/hudarenacappointcountdown.res @@ -0,0 +1,23 @@ +"Resource/UI/HudArenaCapPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Size 24" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "White" + "bgcolor" "White" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenaclasslayout.res b/resource/ui/hudarenaclasslayout.res new file mode 100644 index 0000000..9a4628d --- /dev/null +++ b/resource/ui/hudarenaclasslayout.res @@ -0,0 +1,304 @@ +"Resource/UI/HudArenaClassLayout.res" +{ + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "0" + "ypos" "135" + "zpos" "2" + "wide" "26" + "tall" "47" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + "scaleImage" "1" + "teambg_2" "replay/thumbnails/panels/material_transparent50" + "teambg_3" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "112" + "zpos" "6" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "White" + "Allcaps" "0" + "proportionaltoparent" "1" + } + + "TitleShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18 Blur" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "Shadow" + "AllCaps" "0" + "proportionaltoparent" "1" + "pin_to_sibling" "Title" + } + + "changeLabel" + { + "ControlName" "CExLabel" + "fieldName" "changeLabel" + "xpos" "c-220" + "ypos" "230" + "zpos" "6" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "White" + } + + "changeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "changeLabelShadow" + "xpos" "c-219" + "ypos" "231" + "zpos" "5" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "Black" + } + + "classImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage0" + "xpos" "0" + "ypos" "125" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage2" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage3" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage4" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage5" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage6" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage7" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage9" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage10" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage11" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenaplayercount.res b/resource/ui/hudarenaplayercount.res new file mode 100644 index 0000000..fa9ef38 --- /dev/null +++ b/resource/ui/hudarenaplayercount.res @@ -0,0 +1,196 @@ +"Resource/UI/HudArenaPlayerCount.res" +{ + "BlueTeam" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeam" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "25" + "visible" "1" + + "PlayerIcon" + { + "ControlName" "CExLabel" + "fieldName" "PlayerIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Symbols 18" + "labelText" "P" + "textAlignment" "center" + "fgcolor" "Blue" + } + "PlayerIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Symbols 18 Blur" + "labelText" "P" + "textAlignment" "center" + "fgcolor" "Shadow" + "pin_to_sibling" "PlayerIcon" + } + + "Count" + { + "ControlName" "CExLabel" + "fieldName" "Count" + "xpos" "0" + "ypos" "1" + "zpos" "2" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18" + "labelText" "%blue_alive%" + "textAlignment" "west" + "fgcolor" "White" + "pin_to_sibling" "PlayerIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "CountShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18 Blur" + "labelText" "%blue_alive%" + "textAlignment" "west" + "fgcolor" "Shadow" + "pin_to_sibling" "Count" + } + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "9999" + } + } + + "RedTeam" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeam" + "xpos" "0" + "ypos" "18" + "zpos" "0" + "wide" "80" + "tall" "25" + "visible" "1" + + "PlayerIcon" + { + "ControlName" "CExLabel" + "fieldName" "PlayerIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Symbols 18" + "labelText" "P" + "textAlignment" "center" + "fgcolor" "Red" + } + "PlayerIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Symbols 18 Blur" + "labelText" "P" + "textAlignment" "center" + "fgcolor" "Shadow" + "pin_to_sibling" "PlayerIcon" + } + + "Count" + { + "ControlName" "CExLabel" + "fieldName" "Count" + "xpos" "0" + "ypos" "1" + "zpos" "2" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18" + "labelText" "%red_alive%" + "textAlignment" "west" + "fgcolor" "White" + "pin_to_sibling" "PlayerIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "CountShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18 Blur" + "labelText" "%red_alive%" + "textAlignment" "west" + "fgcolor" "Shadow" + "pin_to_sibling" "Count" + } + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/hudarenateammenu.res b/resource/ui/hudarenateammenu.res new file mode 100644 index 0000000..b55ec32 --- /dev/null +++ b/resource/ui/hudarenateammenu.res @@ -0,0 +1,510 @@ +"Resource/UI/ArenaTeamMenu.res" +{ + "team" + { + "ControlName" "CTeamMenu" + "fieldName" "team" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "0" + "ypos" "0" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "TeamsAnchor" //////MOVES THE WHOLE TEAMS PANEL + { + "ControlName" "EditablePanel" + "fieldName" "TeamsAnchor" + "xpos" "c-113" + "ypos" "c-30" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "MapFrame" + { + "ControlName" "EditablePanel" + "fieldName" "MapFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "1" + "wide" "p1.02" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "mapname" + { + "ControlName" "Label" + "fieldName" "mapname" + "xpos" "0" + "ypos" "-2" + "zpos" "2" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "MapFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "FightFrame" + { + "ControlName" "EditablePanel" + "fieldName" "FightFrame" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "paintbackground" "0" + "border" "MaterialRed" + + "pin_to_sibling" "TeamsAnchor" + } + + "teambutton2" //FIGHT + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "115" + "tall" "60" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "3" + "labelText" "&1" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectate" + "associated_model" "autodoor" + "font" "invisiblelololo" + "fgcolor" "Blank" + + "pin_to_sibling" "FightFrame" + } + + "Fight" + { + "ControlName" "CExLabel" + "fieldName" "Fight" + "xpos" "-6" + "ypos" "0" + "zpos" "4" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Fight" + "textAlignment" "east" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "FightFrame" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "FightShadow" + { + "ControlName" "CExLabel" + "fieldName" "FightShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Fight" + "textAlignment" "east" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Fight" + } + + "FightNumber" + { + "ControlName" "CExLabel" + "fieldName" "FightNumber" + "xpos" "15" + "ypos" "0" + "zpos" "4" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "font" "Size 30" + "fgcolor" "White" + "pin_to_sibling" "FightFrame" + } + "FightNumberShadow" + { + "ControlName" "CExLabel" + "fieldName" "FightNumberShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "font" "Size 30 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "FightNumber" + } + + "SpectateFrame" + { + "ControlName" "EditablePanel" + "fieldName" "SpectateFrame" + "xpos" "-3" + "ypos" "0" + "zpos" "1" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "pin_to_sibling" "FightFrame" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "teambutton3" //SPECTATE + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "&2" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectatearena" + "associated_model" "spectate" + "font" "" + "fgcolor" "Blank" + + "pin_to_sibling" "SpectateFrame" + } + + "Spec" + { + "ControlName" "CExLabel" + "fieldName" "Spec" + "xpos" "-6" + "ypos" "0" + "zpos" "4" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Spec" + "textAlignment" "west" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "SpectateFrame" + } + "SpecShadow" + { + "ControlName" "CExLabel" + "fieldName" "SpecShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "115" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Spec" + "textAlignment" "west" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + + "pin_to_sibling" "Spec" + } + + "SpectateNumber" + { + "ControlName" "CExLabel" + "fieldName" "SpectateNumber" + "xpos" "15" + "ypos" "0" + "zpos" "4" + "wide" "115" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "font" "Size 30" + "fgcolor" "White" + + "pin_to_sibling" "SpectateFrame" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "SpectateNumberShadow" + { + "ControlName" "CExLabel" + "fieldName" "SpectateNumberShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "115" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "font" "Size 30 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "SpectateNumber" + } + + + + + + + + + + + + + + + + + + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "-8888" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "20" + + "model" + { + "modelname" "models/vgui/ui_arena01.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_hidef" "305" + "origin_x_lodef" "320" + "origin_y" "0" + "origin_z" "-34" + } + } + + "autodoor" + { + "ControlName" "CModelPanel" + "fieldName" "autodoor" + "xpos" "-8888" + "ypos" "0" + "zpos" "2" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "20" + + "model" + { + "modelname" "models/vgui/ui_arenadoor01.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hoveropen" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "hoverclose" + } + } + } + + "spectate" + { + "ControlName" "CModelPanel" + "fieldName" "spectate" + "xpos" "-8888" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_team01_spectate.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hover" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "idle" + } + } + } + + //REMOVED STUFF + "MapInfo" + { + "ControlName" "HTML" + "fieldName" "MapInfo" + "xpos" "9999" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenawinpanel.res b/resource/ui/hudarenawinpanel.res new file mode 100644 index 0000000..0a4d114 --- /dev/null +++ b/resource/ui/hudarenawinpanel.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/hudarenawinpanel.res" +#base "hudarenawinpanel_base.res" \ No newline at end of file diff --git a/resource/ui/hudarenawinpanel_base.res b/resource/ui/hudarenawinpanel_base.res new file mode 100644 index 0000000..1d88979 --- /dev/null +++ b/resource/ui/hudarenawinpanel_base.res @@ -0,0 +1,1348 @@ +"Resource/UI/arenawinpanel.res" +{ + "ArenaWinPanelScores" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelScores" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "480" + "visible" "1" + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "204" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlue" + } + + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "196" + "ypos" "0" + "zpos" "3" + "wide" "204" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialRed" + } + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "-5" + "ypos" "-3" + "zpos" "6" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "BlueScoreBG" + } + "BlueTeamLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabelShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "BlueTeamLabel" + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-7" + "ypos" "0" + "zpos" "6" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "BlueTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreShadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "BlueTeamScore" + } + + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "-5" + "ypos" "-3" + "zpos" "6" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "RedTeamLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabelShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "RedTeamLabel" + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-7" + "ypos" "0" + "zpos" "6" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "RedTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreShadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "RedTeamScore" + } + + "ArenaStreakLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArenaStreakLabel" + "xpos" "9999" + } + "ArenaStreaksBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ArenaStreaksBG" + "xpos" "9999" + } + } + + "ShadedBar" + { + "ControlName" "EditablePanel" + "fieldName" "ShadedBar" + "xpos" "0" + "ypos" "18" + "zpos" "2" + "wide" "400" + "tall" "52" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayersLabel" + "font" "Size 8" + "xpos" "-5" + "ypos" "-7" + "zpos" "3" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%TopPlayersLabel%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "ShadedBar" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ClassPlayedLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassPlayedLabel" + "font" "Size 8" + "xpos" "8" + "ypos" "1" + "zpos" "3" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "class:" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "TopPlayersLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DamageThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageThisRoundLabel" + "font" "Size 8" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "55" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_DamageThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "ClassPlayedLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "HealingThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingThisRoundLabel" + "font" "Size 8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "55" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_HealingThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "DamageThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "LifetimeThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "LifetimeThisRoundLabel" + "font" "Size 8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "55" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "HealingThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "KillingBlowsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillingBlowsThisRoundLabel" + "font" "Size 8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_KillingBlows" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "Alpha" "175" + + "pin_to_sibling" "LifetimeThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ArenaWinPanelWinnersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelWinnersPanel" + "xpos" "-5" + "ypos" "-16" + "wide" "f0" + "tall" "f0" + "visible" "1" + "zpos" "3" + "pin_to_sibling" "ShadedBar" + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "0" + "ypos" "0" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + } + + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "0" + "ypos" "1" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "0" + "ypos" "1" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "ArenaWinPanelLosersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelLosersPanel" + "xpos" "-5" + "ypos" "-16" + "wide" "f0" + "tall" "f0" + "visible" "1" + "zpos" "3" + + "pin_to_sibling" "ShadedBar" + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "0" + "ypos" "0" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + } + + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "0" + "ypos" "1" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "0" + "ypos" "1" + "wide" "112" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "8" + "ypos" "0" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "5" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "3" + "ypos" "0" + "wide" "52" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "3" + "ypos" "0" + "wide" "25" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "font" "Size 10" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + + + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "9999" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "xpos" "9999" + } + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "xpos" "9999" + } + "LosingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "xpos" "9999" + "wide" "0" + } + "LosingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "xpos" "9999" + } + "WinPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBG" + "xpos" "9999" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "xpos" "9999" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudbosshealth.res b/resource/ui/hudbosshealth.res new file mode 100644 index 0000000..91573db --- /dev/null +++ b/resource/ui/hudbosshealth.res @@ -0,0 +1,80 @@ +"Resource/UI/HudBossHealth.res" +{ + "BG" + { + "ControlName" "EditablePanel" + "fieldName" "BG" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "4" + "wide" "178" + "tall" "22" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "HealthBarPanel" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBarPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "4" + "wide" "168" + "tall" "12" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "BarImage" + { + "ControlName" "ImagePanel" + "fieldName" "BarImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "168" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/halloween_bar" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "StunMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "StunMeter" + "font" "Default" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "100" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "fgcolor_override" "255 255 0 255" + "bgcolor_override" "50 0 0 255" + } + + "BorderImage" + { + "ControlName" "ImagePanel" + "fieldName" "BorderImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudcurrencyaccount.res b/resource/ui/hudcurrencyaccount.res new file mode 100644 index 0000000..065a7c4 --- /dev/null +++ b/resource/ui/hudcurrencyaccount.res @@ -0,0 +1,58 @@ +"Resource/UI/HudCurrencyAccount.res" +{ + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "GreenBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparentGreen50" + } + + "Currency" + { + "ControlName" "CExLabel" + "fieldName" "Currency" + "font" "Size 12" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%currency%" + } + "CurrencyShadow" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%currency%" + "pin_to_sibling" "Currency" + } + + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_big_outline.res b/resource/ui/huddamage_big_outline.res new file mode 100644 index 0000000..e374e03 --- /dev/null +++ b/resource/ui/huddamage_big_outline.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 28 Outline" + "delta_item_font_big" "Game 28 Outline" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_big_shadow.res b/resource/ui/huddamage_big_shadow.res new file mode 100644 index 0000000..0c5eecc --- /dev/null +++ b/resource/ui/huddamage_big_shadow.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 28 Shadow" + "delta_item_font_big" "Game 28 Shadow" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_medium_outline.res b/resource/ui/huddamage_medium_outline.res new file mode 100644 index 0000000..d05217d --- /dev/null +++ b/resource/ui/huddamage_medium_outline.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 22 Outline" + "delta_item_font_big" "Game 22 Outline" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_medium_shadow.res b/resource/ui/huddamage_medium_shadow.res new file mode 100644 index 0000000..94eeaf2 --- /dev/null +++ b/resource/ui/huddamage_medium_shadow.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 22 Shadow" + "delta_item_font_big" "Game 22 Shadow" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_small_outline.res b/resource/ui/huddamage_small_outline.res new file mode 100644 index 0000000..69ed7b7 --- /dev/null +++ b/resource/ui/huddamage_small_outline.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 18 Outline" + "delta_item_font_big" "Game 18 Outline" + } +} \ No newline at end of file diff --git a/resource/ui/huddamage_small_shadow.res b/resource/ui/huddamage_small_shadow.res new file mode 100644 index 0000000..266c405 --- /dev/null +++ b/resource/ui/huddamage_small_shadow.res @@ -0,0 +1,8 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "delta_item_font" "Game 18 Shadow" + "delta_item_font_big" "Game 18 Shadow" + } +} \ No newline at end of file diff --git a/resource/ui/huddamageaccount.res b/resource/ui/huddamageaccount.res new file mode 100644 index 0000000..cf55163 --- /dev/null +++ b/resource/ui/huddamageaccount.res @@ -0,0 +1,16 @@ +#base "../../customizations/damage.res" +#base "huddamageaccount_last.res" + +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "fieldName" "CDamageAccountPanel" + "text_x" "0" + "text_y" "0" + "delta_item_end_y" "0" + "PositiveColor" "Heal Numbers" + "NegativeColor" "Damage Numbers" + "delta_lifetime" "2" + } +} \ No newline at end of file diff --git a/resource/ui/huddamageaccount_last.res b/resource/ui/huddamageaccount_last.res new file mode 100644 index 0000000..3e431a5 --- /dev/null +++ b/resource/ui/huddamageaccount_last.res @@ -0,0 +1,40 @@ +"Resource/UI/HudDamageAccount.res" +{ + "DamageAccountValue" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c-210" + "ypos" "r170" + "zpos" "2" + "wide" "150" + "tall" "25" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "Last Damage Done" + "font" "Game 20" + } + + "DamageAccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "150" + "tall" "25" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "Shadow" + "font" "Game 20 Blur" + + "pin_to_sibling" "DamageAccountValue" + } +} \ No newline at end of file diff --git a/resource/ui/huddemomancharge.res b/resource/ui/huddemomancharge.res new file mode 100644 index 0000000..e1d7c3a --- /dev/null +++ b/resource/ui/huddemomancharge.res @@ -0,0 +1,22 @@ +"Resource/UI/HudDemomanCharge.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "cs-0.5" + "ypos" "c124" + "ypos_minmode" "c74" + "zpos" "2" + "wide" "100" + "tall" "3" + "tall_minmode" "2" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/huddemomanpipes.res b/resource/ui/huddemomanpipes.res new file mode 100644 index 0000000..cfbbe01 --- /dev/null +++ b/resource/ui/huddemomanpipes.res @@ -0,0 +1,132 @@ +"Resource/UI/HudDemomanPipes.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "xpos" "cs-0.5" + "ypos" "c113" + "ypos_minmode" "c65" + "zpos" "2" + "wide" "100" + "tall" "2" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "7" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Charge" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Size 7" + "fgcolor_override" "White" + + "pin_to_sibling" "ChargeMeter" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "PipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PipesPresentPanel" + "xpos" "cs-0.5" + "ypos" "c129" + "ypos_minmode" "c51" + "zpos" "1" + "wide" "30" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "30" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Game 20" + "font_minmode" "Game 16" + "fgcolor" "White" + "proportionaltoparent" "1" + } + + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "30" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Game 20 Blur" + "font_minmode" "Game 16 Blur" + "fgcolor" "Shadow" + "proportionaltoparent" "1" + + "pin_to_sibling" "NumPipesLabel" + } + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "xpos" "9999" + } + } + + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "9999" + } + "NoPipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NoPipesPresentPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudhealthaccount.res b/resource/ui/hudhealthaccount.res new file mode 100644 index 0000000..d97b677 --- /dev/null +++ b/resource/ui/hudhealthaccount.res @@ -0,0 +1,14 @@ +"Resource/UI/HudHealthAccount.res" +{ + "CHealthAccountPanel" + { + "fieldName" "CHealthAccountPanel" + "delta_item_x" "0" + "delta_item_start_y" "0" + "delta_item_end_y" "0" + "PositiveColor" "Health Gained" + "NegativeColor" "Health Lost" + "delta_lifetime" "1" + "delta_item_font" "Game 12" + } +} \ No newline at end of file diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res new file mode 100644 index 0000000..d2723c6 --- /dev/null +++ b/resource/ui/hudinspectpanel.res @@ -0,0 +1,58 @@ +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "190" + "tall" "100" + "visible" "0" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "270" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/huditemattributetracker.res b/resource/ui/huditemattributetracker.res new file mode 100644 index 0000000..e175b0c --- /dev/null +++ b/resource/ui/huditemattributetracker.res @@ -0,0 +1,73 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "PaintBackgroundType" "0" + + "stats_buffer_width" "30" + } + + "QuestsStatusContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QuestsStatusContainer" + "xpos" "rs1-10" + "ypos" "120" + "wide" "110" + "tall" "20" + "proportionaltoparent" "1" + + "border" "NoBorder" + "paintborder" "2" + + "Header" + { + "ControlName" "Label" + "fieldName" "Header" + "labeltext" "%header%" + "xpos" "rs1" + "ypos" "2" + "wide" "500" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "Size 10" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "CallToAction" + { + "ControlName" "CExLabel" + "fieldName" "CallToAction" + "labeltext" "%call_to_action%" + "xpos" "rs1" + "ypos" "11" + "wide" "190" + "tall" "f0" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "DefaultVerySmall" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "Image" + { + "ControlName" "CTFImagePanel" + "fieldName" "Image" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter.res b/resource/ui/huditemeffectmeter.res new file mode 100644 index 0000000..116ed38 --- /dev/null +++ b/resource/ui/huditemeffectmeter.res @@ -0,0 +1,56 @@ +"Resource/UI/HudItemEffectMeter.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "c116" + "ypos_minmode" "c65" + "wide" "100" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "7" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + "font" "Size 7" + "fgcolor_override" "White" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_action.res b/resource/ui/huditemeffectmeter_action.res new file mode 100644 index 0000000..0d7b73d --- /dev/null +++ b/resource/ui/huditemeffectmeter_action.res @@ -0,0 +1,10 @@ +"Resource/UI/HudItemEffectMeter_Action.res" +{ + //ADDED FOR TESTING PURPOSES + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_cleaver.res b/resource/ui/huditemeffectmeter_cleaver.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_cleaver.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_demoman.res b/resource/ui/huditemeffectmeter_demoman.res new file mode 100644 index 0000000..c8b06c9 --- /dev/null +++ b/resource/ui/huditemeffectmeter_demoman.res @@ -0,0 +1,126 @@ +"Resource/UI/HudItemEffectMeter_Demoman.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-164" + "xpos_minmode" "c-120" + "ypos" "r106" + "ypos_minmode" "r162" + "wide" "60" + "tall" "30" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "HeadsIcon" + { + "ControlName" "CExLabel" + "fieldName" "HeadsIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "K" + "textAlignment" "east" + "proportionaltoparent" "1" + "font" "Symbols 18" + "font_minmode" "Symbols 16" + "fgcolor" "White" + } + "HeadsIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "HeadsIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "K" + "textAlignment" "east" + "proportionaltoparent" "1" + "font" "Symbols 18 Blur" + "font_minmode" "Symbols 16 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "HeadsIcon" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "4" + "ypos" "1" + "zpos" "2" + "wide" "25" + "tall" "25" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Game 20" + "font_minmode" "Game 16" + "fgcolor_override" "White" + + "pin_to_sibling" "HeadsIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "25" + "tall" "25" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Game 20 Blur" + "font_minmode" "Game 16 Blur" + "fgcolor_override" "Shadow" + + "pin_to_sibling" "ItemEffectMeterCount" + } + + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_engineer.res b/resource/ui/huditemeffectmeter_engineer.res new file mode 100644 index 0000000..d5f53b3 --- /dev/null +++ b/resource/ui/huditemeffectmeter_engineer.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_heavy.res b/resource/ui/huditemeffectmeter_heavy.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_heavy.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res new file mode 100644 index 0000000..cd7dd4b --- /dev/null +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -0,0 +1,87 @@ +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "c150" + "wide" "100" + "tall" "23" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "80" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_KART" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "proportionaltoparent" "1" + "font" "Size 8" + "fgcolor_override" "White" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "2" + "wide" "80" + "tall" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "80" + "tall" "14" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "font" "Size 12" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_killstreak.res b/resource/ui/huditemeffectmeter_killstreak.res new file mode 100644 index 0000000..5957115 --- /dev/null +++ b/resource/ui/huditemeffectmeter_killstreak.res @@ -0,0 +1,117 @@ +"Resource/UI/HudItemEffectMeter_Killstreak.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "0" + "wide" "60" + "tall" "20" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "KillstreakIcon" + { + "ControlName" "CExLabel" + "fieldName" "KillstreakIcon" + "xpos" "rs1-2" + "ypos" "0" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "east" + "AllCaps" "1" + "proportionaltoparent" "1" + "font" "Symbols 14" + "fgcolor" "White" + } + "KillstreakIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "KillstreakIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "8" + "AllCaps" "1" + "proportionaltoparent" "1" + "textAlignment" "east" + "font" "Symbols 14 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "KillstreakIcon" + } + + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "Size 20" + "fgcolor" "White" + + "pin_to_sibling" "KillstreakIcon" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + + "pin_to_sibling" "ItemEffectMeterCount" + } + + + + //REMOVED + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "9999" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_organs.res b/resource/ui/huditemeffectmeter_organs.res new file mode 100644 index 0000000..d5f53b3 --- /dev/null +++ b/resource/ui/huditemeffectmeter_organs.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_particlecannon.res b/resource/ui/huditemeffectmeter_particlecannon.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_particlecannon.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_pomson.res b/resource/ui/huditemeffectmeter_pomson.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_pomson.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_powerupbottle.res b/resource/ui/huditemeffectmeter_powerupbottle.res new file mode 100644 index 0000000..037c436 --- /dev/null +++ b/resource/ui/huditemeffectmeter_powerupbottle.res @@ -0,0 +1,104 @@ +"Resource/UI/HudItemEffectMeter_PowerupBottles.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "88" + "ypos" "r35" + "wide" "25" + "tall" "36" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "25" + "tall" "36" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_powerup_critboost_red" + "scaleImage" "1" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "25" + "tall" "35" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Size 12" + "fgcolor_override" "White" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "1" + "ypos" "11" + "zpos" "2" + "wide" "25" + "tall" "35" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Size 12 Blur" + "fgcolor_override" "Shadow" + } + + + + + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "9999" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_pyro.res b/resource/ui/huditemeffectmeter_pyro.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_pyro.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_raygun.res b/resource/ui/huditemeffectmeter_raygun.res new file mode 100644 index 0000000..dcb5638 --- /dev/null +++ b/resource/ui/huditemeffectmeter_raygun.res @@ -0,0 +1 @@ +#base "huditemeffectmeter.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sapper.res b/resource/ui/huditemeffectmeter_sapper.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_sapper.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_scout.res b/resource/ui/huditemeffectmeter_scout.res new file mode 100644 index 0000000..bbc00dd --- /dev/null +++ b/resource/ui/huditemeffectmeter_scout.res @@ -0,0 +1,10 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + HudItemEffectMeter + { + "ypos" "c124" + "ypos_minmode" "c73" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sniper.res b/resource/ui/huditemeffectmeter_sniper.res new file mode 100644 index 0000000..d5f53b3 --- /dev/null +++ b/resource/ui/huditemeffectmeter_sniper.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sniperfocus.res b/resource/ui/huditemeffectmeter_sniperfocus.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_sniperfocus.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sodapopper.res b/resource/ui/huditemeffectmeter_sodapopper.res new file mode 100644 index 0000000..8aa0f96 --- /dev/null +++ b/resource/ui/huditemeffectmeter_sodapopper.res @@ -0,0 +1,10 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudItemEffectMeter_SodaPopper.res" +{ + HudItemEffectMeter + { + "ypos" "c108" + "ypos_minmode" "c57" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_spy.res b/resource/ui/huditemeffectmeter_spy.res new file mode 100644 index 0000000..d5f53b3 --- /dev/null +++ b/resource/ui/huditemeffectmeter_spy.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_spyknife.res b/resource/ui/huditemeffectmeter_spyknife.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_spyknife.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res new file mode 100644 index 0000000..bd8e4a5 --- /dev/null +++ b/resource/ui/hudkillstreaknotice.res @@ -0,0 +1,37 @@ +"Resource/UI/HudKillStreakNotice.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" //TransparentLightBlack + "proportionaltoparent" "1" + } + + "SplashLabel" + { + "ControlName" "CExLabel" + "fieldName" "SplashLabel" + "font" "Size 11" + "labelText" "" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "fgcolor" "White" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/hudmannvsmachinestatus.res b/resource/ui/hudmannvsmachinestatus.res new file mode 100644 index 0000000..dc2c05c --- /dev/null +++ b/resource/ui/hudmannvsmachinestatus.res @@ -0,0 +1,259 @@ +"Resource/UI/HudMannVsMachineStatus.res" +{ + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "600" + "tall" "67" + "visible" "1" + "enabled" "1" + } + + "WaveCompleteSummaryPanel" + { + "ControlName" "CWaveCompleteSummaryPanel" + "fieldName" "WaveCompleteSummaryPanel" + "xpos" "c-125" + "ypos" "120" + "zpos" "0" + "wide" "400" + "tall" "400" + "visible" "1" + "enabled" "1" + } + + "BossStatusPanel" + { + "ControlName" "CMvMBossStatusPanel" + "fieldName" "BossStatusPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "100" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "WaveStatusPanel" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + + "CurrencyStatusPanel" + { + "ControlName" "CCurrencyStatusPanel" + "fieldName" "CurrencyStatusPanel" + "xpos" "42" + "ypos" "r19" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + } + + "InWorldCurrencyPanel" + { + "ControlName" "CInWorldCurrencyStatus" + "fieldName" "InWorldCurrencyPanel" + "xpos" "42" + "ypos" "r35" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + } + + "WarningSwoop" + { + "ControlName" "CWarningSwoop" + "fieldName" "WarningSwoop" + "xpos" "c-12" + "ypos" "0" + "zpos" "10" + "wide" "24" + "tall" "220" + "visible" "0" + "enabled" "1" + "image" "../sprites/obj_icons/warning_highlight" + "scaleImage" "1" + "time" "0.3" + } + + "UpgradeLevelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "UpgradeLevelContainer" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "0" + + "UpgradeProgressTrack" + { + "ControlName" "CMvMBombCarrierProgress" + "fieldName" "UpgradeProgressTrack" + "xpos" "c-50" + "ypos" "r35" + "wide" "640" + "tall" "480" + "visible" "1" + } + + "UpgradeLevel1" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel1" + "xpos" "c32" + "ypos" "r24" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_1_disabled" + "scaleImage" "1" + } + + "UpgradeLevel2" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel2" + "xpos" "c32" + "ypos" "r42" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_2_disabled" + "scaleImage" "1" + } + + "UpgradeLevel3" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel3" + "xpos" "c32" + "ypos" "r60" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_3_disabled" + "scaleImage" "1" + } + + "UpgradeLevelBoss" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevelBoss" + "xpos" "c32" + "ypos" "r46" + "wide" "20" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_boss" + "scaleImage" "1" + } + } + + "VictorySplash" + { + "ControlName" "CVictorySplash" + "fieldName" "VictorySplash" + "xpos" "0" + "ypos" "0" + //"zpos" "102" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + } + + "VictoryPanelContainer" + { + "ControlName" "CMvMVictoryPanelContainer" + "fieldName" "VictoryPanelContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "WaveLossPanel" + { + "ControlName" "CMvMWaveLossPanel" + "fieldName" "WaveLossPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "ServerChangeMessage" + { + "ControlName" "EditablePanel" + "fieldName" "ServerChangeMessage" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "c-95" + "ypos" "398" + "wide" "190" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_red_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "ServerChangeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerChangeLabel" + "font" "Size 10" + "textAlignment" "center" + "labelText" "%servermessage%" + "xpos" "c-90" + "ypos" "400" + "wide" "180" + "tall" "16" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + } +} \ No newline at end of file diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res new file mode 100644 index 0000000..a6caadd --- /dev/null +++ b/resource/ui/hudmatchstatus.res @@ -0,0 +1,3 @@ +#base "../../customizations/streamermode/hudmatchstatus.res" +#base "../../customizations/team status.res" +#base "hudmatchstatus_base.res" \ No newline at end of file diff --git a/resource/ui/hudmatchstatus_base.res b/resource/ui/hudmatchstatus_base.res new file mode 100644 index 0000000..e2d5df3 --- /dev/null +++ b/resource/ui/hudmatchstatus_base.res @@ -0,0 +1,732 @@ +"Resource/UI/HudMatchStatus.res" +{ + "HudMatchStatus" + { + "fieldName" "HudMatchStatus" + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Game 24 Shadow" + "xpos" "cs-0.5" + "ypos" "cs-0.1" + "wide" "40" + "tall" "40" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%countdown%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "White" + + if_readymode + { + "xpos" "300" + "ypos" "130" + } + } + + "FrontParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "FrontParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "2" + "particleName" "versus_door_slam" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "MatchDoors" + { + "ControlName" "CModelPanel" + "fieldName" "MatchDoors" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + "model" + { + "modelname" "models/vgui/versus_doors.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "0" + "angles_z" "0" + "origin_x" "120" + "origin_y" "0" + "origin_z" "-77" + + "animation" + { + "name" "ref" + "sequence" "ref" + "default" "1" + } + + "animation" + { + "name" "open" + "sequence" "open" + } + + "animation" + { + "name" "close" + "sequence" "close" + } + + "animation" + { + "name" "idle_closed" + "sequence" "idle_closed" + } + } + } + + "RoundCounter" + { + "fieldName" "RoundCounter" + "xpos" "9999" + } + + "RankUpLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpLabel" + "font" "Size 18" + "xpos" "cs-0.5" + "ypos" "80" + "wide" "600" + "tall" "60" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "alpha" "0" + "labelText" "%rank_possibility%" + "textAlignment" "center" + "proportionaltoparent" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "RankUpShadowLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpShadowLabel" + "font" "Size 18 Blur" + "xpos" "cs-0.5+1" + "ypos" "80+1" + "wide" "600" + "tall" "60" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "alpha" "0" + "labelText" "%rank_possibility%" + "textAlignment" "center" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "Shadow" + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "delta_item_x" "70" + "delta_item_start_y" "2" + "delta_item_end_y" "2" + "PositiveColor" "Green" + "NegativeColor" "Red" + "delta_lifetime" "2" + "delta_item_font" "Size 16" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Size 20" + "fgcolor" "White" + "xpos" "20" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "0:00" + } + } + + "TeamStatus" + { + "ControlName" "CTFTeamStatus" + "fieldName" "TeamStatus" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + + "max_size" "26" + + "6v6_gap" "2" + "12v12_gap" "1" + + "team1_grow_dir" "west" + "team1_base_x" "c-5" + "team1_max_expand" "200" + + "team2_grow_dir" "east" + "team2_base_x" "c5" + "team2_max_expand" "200" + + "playerpanels_kv" + { + "visible" "0" + "wide" "f0" + "tall" "f0" + "zpos" "1" + "proportionaltoparent" "1" + + "color_portrait_bg_red" "Red" + "color_portrait_bg_blue" "Blue" + "color_portrait_bg_red_dead" "BlackLight" + "color_portrait_bg_blue_dead" "BlackLight" + "color_bar_health_high" "Green" + "color_bar_health_med" "255 130 50 255" + "percentage_health_med" "0.6" + "color_bar_health_low" "Red" + "percentage_health_low" "0.3" + "color_portrait_blend_dead_red" "White" + "color_portrait_blend_dead_blue" "White" + + "ClassImageBg" + { + "ControlName" "Panel" + "fieldName" "ClassImageBg" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "19" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + + "PlayerName" + { + "ControlName" "CExLabel" + "fieldName" "PlayerName" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "0"//"7" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "textinsetx" "1" + "labelText" "%playername%" + "font" "UltraSmall" + "textAlignment" "center" + "bgcolor_override" "TransparentBlack" + "proportionaltoparent" "1" + "alpha" "255" + + "pin_to_sibling" "classimagebg" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "22" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "classimagebg" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "HealthBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "HealthBar" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "80 80 80 255" + "proportionaltoparent" "1" + + "pin_to_sibling" "playername" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "OverHealBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "OverHealBar" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "f0" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "Blank" + "fgcolor_override" "255 255 255 200" + "proportionaltoparent" "1" + + "pin_to_sibling" "healthbar" + } + + "RespawnTime" + { + "ControlName" "CExLabel" + "fieldName" "RespawnTime" + "font" "Size 12 Shadow" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "ClassImageBg" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "9999" + } + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "9999" + } + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "9999" + } + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "xpos" "9999" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "xpos" "9999" + } + "DeathPanel" + { + "ControlName" "ImagePanel" + "fieldName" "DeathPanel" + "xpos" "9999" + } + "SkullPanel" + { + "ControlName" "ImagePanel" + "fieldName" "SkullPanel" + "xpos" "9999" + } + } + } + + "BlueTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamPanel" + "xpos" "-155" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "0" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + + "BlueTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderBlueBGOpaque" + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "9" + "ypos" "0" + "zpos" "5" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%blueteamname%" + "textAlignment" "center" + "xpos" "48" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "11" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } + + "RedTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamPanel" + "xpos" "r-5" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "0" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + + "RedTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderRedBGOpaque" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "84" + "ypos" "-9" + "zpos" "5" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_Red" + "scaleImage" "1" + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%redteamname%" + "textAlignment" "center" + "xpos" "5" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "102" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "100" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } + + + + + + "BGFrame" + { + "ControlName" "EditablePanel" + "fieldName" "BGFrame" + "xpos" "9999" + } + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "xpos" "9999" + "wide" "0" + } + "RoundSignModel" + { + "ControlName" "CModelPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudmatchstatus_bighealth.res b/resource/ui/hudmatchstatus_bighealth.res new file mode 100644 index 0000000..5dc0cfa --- /dev/null +++ b/resource/ui/hudmatchstatus_bighealth.res @@ -0,0 +1,25 @@ +"Resource/UI/HudMatchStatus.res" +{ + "TeamStatus" + { + "playerpanels_kv" + { + "ClassImage" + { + "zpos" "5" + } + + "HealthBar" + { + "zpos" "3" + "tall" "19" + } + + "OverHealBar" + { + "zpos" "4" + "tall" "19" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/hudmatchstatus_smallhealth.res b/resource/ui/hudmatchstatus_smallhealth.res new file mode 100644 index 0000000..ad801fb --- /dev/null +++ b/resource/ui/hudmatchstatus_smallhealth.res @@ -0,0 +1,25 @@ +"Resource/UI/HudMatchStatus.res" +{ + "TeamStatus" + { + "playerpanels_kv" + { + "ClassImage" + { + "zpos" "4" + } + + "HealthBar" + { + "zpos" "5" + "tall" "2" + } + + "OverHealBar" + { + "zpos" "6" + "tall" "2" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/hudmatchsummary.res b/resource/ui/hudmatchsummary.res new file mode 100644 index 0000000..6805256 --- /dev/null +++ b/resource/ui/hudmatchsummary.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/hudmatchsummary.res" +#base "hudmatchsummary_base.res" \ No newline at end of file diff --git a/resource/ui/hudmatchsummary_base.res b/resource/ui/hudmatchsummary_base.res new file mode 100644 index 0000000..2c8f89f --- /dev/null +++ b/resource/ui/hudmatchsummary_base.res @@ -0,0 +1,1020 @@ +"Resource/UI/HudMatchSummary.res" +{ + "MatchSummary" + { + "ControlName" "CTFMatchSummary" + "fieldName" "MatchSummary" + "autoResize" "0" + "pinCorner" "0" + "tabPosition" "0" + "paintbackground" "0" + "zpos" "20" + "visible" "0" + + "AnimBluePlayerListParent" "p.47" + "AnimBlueTeamScore" "p.46" + "AnimBlueTeamScoreDropshadow" "p.46" + "AnimBlueTeamScoreBG" "p.483" + "AnimBluePlayerListBG" "p.47" + + "AnimRedTeamScoreBGWide" "p.483" + "AnimRedTeamScoreBGXPos" "r5-p.483" + "AnimRedTeamScoreWide" "p.46" + "AnimRedTeamScoreXPos" "r5-p.46" + "AnimRedTeamScoreDropshadowWide" "p.46" + "AnimRedTeamScoreDropshadowXPos" "r4-p.46" + "AnimRedPlayerListParentWide" "p.47" + "AnimRedPlayerListParentXPos" "r7-p.47" + "AnimRedPlayerListBGWide" "p.47" + "AnimRedPlayerListBGXPos" "r9-p.47" + "AnimBlueMedalsYPos" "75" + "AnimRedMedalsYPos" "75" + "AnimStatsLabelPanel6v6YPos" "75" + "AnimBlueTeamLabel6v6YPos" "107" + "AnimRedTeamLabel6v6YPos" "107" + "AnimStatsLabelPanel12v12YPos" "20" + "AnimBlueTeamLabel12v12YPos" "47" + "AnimRedTeamLabel12v12YPos" "47" + "AnimStatsContainer12v12YPos" "-20" + + if_large + { + "AnimBlueMedalsYPos" "50" + "AnimRedMedalsYPos" "50" + } + } + + "RankBorder" + { + "ControlName" "EditablePanel" + "fieldName" "RankBorder" + "xpos" "cs-0.5" + "ypos" "r0" + "zpos" "9000" + "wide" "510" + "tall" "43" + "visible" "0" + "PaintBackgroundType" "0" + "border" "MaterialGrayDark" + "proportionaltoparent" "1" + + if_uses_xp + { + "visible" "1" + } + } + + "RankPanel" + { + "ControlName" "CMiniPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "cs-0.5" + "ypos" "r0" + "zpos" "9001" + "wide" "f0" + "tall" "480" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "matchgroup" "MatchGroup_Ladder_6v6" + "show_name" "0" + "show_sources_when_hidden" "1" + "instantly_update" "0" + + if_uses_placement + { + "show_model" "0" + } + + } + + "RankModelPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankModelPanel" + "xpos" "cs-0.5" + "ypos" "r1" + + "zpos" "9002" + "wide" "2000" + "tall" "2000" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_progress" "0" + "instantly_update" "0" + + if_uses_xp + { + "visible" "0" + } + } + + "StatsBgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsBgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "PaintBackgroundType" "1" + "bgcolor_override" "0 0 0 250" + } + + "DrawingPanel" + { + "ControlName" "CDrawingPanel" + "fieldName" "DrawingPanel" + "xpos" "c-320" + "ypos" "35" + "wide" "640" + "tall" "480" + "zpos" "60" + "visible" "0" + "enabled" "1" + "keyboardinputenabled" "0" + + "linecolor" "Red" + "team_colors" "1" + } + + + "MainStatsContainer" + { + "Controlname" "EditablePanel" + "fieldnName" "MainStatsContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + "ParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "ParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "55" + "wide" "f0" + "tall" "f0" + "visible" "1" + } + + "StatsLabelPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsLabelPanel" + "xpos" "c-100" + "ypos" "-20" + "zpos" "70" + "wide" "200" + "tall" "15" + "visible" "0" + "enabled" "1" + "autoResize" "0" + + "StatsAndMedals" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedals" + "font" "Size 14" + "labelText" "#TF_StatsAndMedals" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + + "StatsAndMedalsShadow" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedalsShadow" + "font" "Size 14 Blur" + "labelText" "#TF_StatsAndMedals" + "fgcolor" "Shadow" + "textAlignment" "center" + "xpos" "1" + "ypos" "1" + "zpos" "3" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "BlueTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamPanel" + "xpos" "-320" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "alpha" "255" + + "BlueTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamScoreBG" + "xpos" "5" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialBlue" + + if_large + { + "ypos" "39" + } + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Size 36" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "5" + "ypos" "103" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + if_large + { + "ypos" "43" + } + + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "Size 36 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "6" + "ypos" "104" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "44" + } + } + "BlueTeamWinner" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamWinner" + "font" "Size 20" + "labelText" "%blueteamwinner%" + "textAlignment" "east" + "xpos" "5" + "ypos" "103" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + if_large + { + "ypos" "43" + } + } + "BlueTeamWinnerDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamWinnerDropshadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamwinner%" + "textAlignment" "east" + "xpos" "6" + "ypos" "104" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "44" + } + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "14" + "ypos" "89" + "zpos" "5" + "wide" "0" //56 + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + + if_large + { + "ypos" "29" + } + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Size 14" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "60" + "ypos" "-25" + "zpos" "20" + "wide" "195" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "18" + "ypos" "100" + "zpos" "5" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "White" + + if_large + { + "ypos" "40" + } + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "16" + "ypos" "98" + "zpos" "4" + "wide" "38" + "tall" "38" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "BlackTransparent" + + if_large + { + "ypos" "38" + } + } + "BluePlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListParent" + "xpos" "12" + "ypos" "137" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + "alpha" "255" + + if_large + { + "ypos" "77" + "tall" "340" + } + + "BluePlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "s.01" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "5" + + "alpha" "255" + + if_large + { + "tall" "340" + "linegap" "1" + } + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "9" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDark" + + if_large + { + "ypos" "57" + "tall" "360" + } + } + } + "RedTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamPanel" + "xpos" "320" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "alpha" "255" + + "RedTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamScoreBG" + "xpos" "r5-p.213" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialRed" + + if_large + { + "ypos" "39" + } + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Size 36" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r5-p.19" + "ypos" "103" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + if_large + { + "ypos" "43" + } + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "Size 36 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r4-p.19" + "ypos" "104" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "44" + } + } + "RedTeamWinner" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamWinner" + "font" "Size 20" + "labelText" "%redteamwinner%" + "textAlignment" "west" + "xpos" "r5-p.19" + "ypos" "103" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + if_large + { + "ypos" "43" + } + } + "RedTeamWinnerDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamWinnerDropshadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamwinner%" + "textAlignment" "west" + "xpos" "r4-p.19" + "ypos" "104" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "44" + } + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "r68" + "ypos" "80" + "zpos" "5" + "wide" "0" //70 + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_red" + "scaleImage" "1" + + if_large + { + "ypos" "20" + } + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Size 14" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "r255" + "ypos" "-25" + "zpos" "20" + "wide" "195" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "r52" + "ypos" "100" + "zpos" "5" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "White" + + if_large + { + "ypos" "40" + } + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "r54" + "ypos" "98" + "zpos" "4" + "wide" "38" + "tall" "38" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "BlackTransparent" + + if_large + { + "ypos" "38" + } + } + "RedPlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListParent" + "xpos" "r12-p.193" + "ypos" "137" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + "alpha" "255" + + if_large + { + "ypos" "77" + "tall" "340" + } + + "RedPlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "s.01" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "5" + + "alpha" "255" + + if_large + { + "tall" "340" + "linegap" "1" + } + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "r9-p.2" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialGrayDark" + + if_large + { + "ypos" "57" + "tall" "360" + } + } + } + "BlueMedals" + { + "ControlName" "EditablePanel" + "fieldName" "BlueMedals" + "xpos" "c-250" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + if_large + { + "visible" "0" + } + + "BlueGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "BlueGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueGoldMedalValue" + "font" "Size 14" + "labelText" "%blueteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "BlueSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "BlueSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueSilverMedalValue" + "font" "Size 14" + "labelText" "%blueteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "BlueBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "BlueBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueBronzeMedalValue" + "font" "Size 14" + "labelText" "%blueteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + } + "RedMedals" + { + "ControlName" "EditablePanel" + "fieldName" "RedMedals" + "xpos" "c100" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + if_large + { + "visible" "0" + } + + "RedGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "RedGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedGoldMedalValue" + "font" "Size 14" + "labelText" "%redteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "RedSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "RedSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedSilverMedalValue" + "font" "Size 14" + "labelText" "%redteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + "RedBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "RedBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedBronzeMedalValue" + "font" "Size 14" + "labelText" "%redteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/hudmediccharge.res b/resource/ui/hudmediccharge.res new file mode 100644 index 0000000..0f94bf1 --- /dev/null +++ b/resource/ui/hudmediccharge.res @@ -0,0 +1,248 @@ +"Resource/UI/HudMedicCharge.res" +{ + "UBERAnchor" //Moves the uber bar + { + "ControlName" "EditablePanel" + "fieldName" "UBERAnchor" + "xpos" "c-55" + "ypos" "r137" + "ypos_minmode" "r186" + "zpos" "1" + "wide" "1" + "tall" "1" + "visible" "0" + "enabled" "1" + } + + "ChargeMeterBG" + { + "ControlName" "EditablePanel" + "fieldName" "ChargeMeterBG" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "1" + "wide" "110" + "tall" "22" + "tall_minmode" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "UBERAnchor" + } + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "-5" + "ypos" "-5" + "zpos" "2" + "wide" "100" + "tall" "12" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "Full Ubercharge Pulse" + "fgcolor_override" "Full Ubercharge Pulse" + "bgcolor_override" "Blank" + + "pin_to_sibling" "ChargeMeterBG" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "110" + "tall" "22" + "tall_minmode" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Game 14" + "font_minmode" "Game 12" + "fgcolor" "White" + + "pin_to_sibling" "ChargeMeterBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "ResistIconAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ResistIconAnchor" + "xpos" "c-206" + "xpos_minmode" "c-153" + "ypos" "c98" + "ypos_minmode" "c53" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + } + + "ResistIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ResistIcon" + "xpos" "0" + "ypos" "0" + "wide" "30" + "wide_minmode" "22" + "tall" "30" + "tall_minmode" "22" + "visible" "1" + "enabled" "1" + "image" "../HUD/defense_buff_bullet_blue" + "scaleImage" "1" + + "pin_to_sibling" "ResistIconAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "ChargeMeter1" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter1" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "24" + "tall" "12" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "ChargeMeter" + } + + "ChargeMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter2" + "font" "Default" + "xpos" "1" + "ypos" "0" + "zpos" "2" + "wide" "24" + "tall" "12" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "ChargeMeter1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ChargeMeter3" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter3" + "font" "Default" + "xpos" "1" + "ypos" "0" + "zpos" "2" + "wide" "24" + "tall" "12" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "ChargeMeter2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ChargeMeter4" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter4" + "font" "Default" + "xpos" "1" + "ypos" "0" + "zpos" "2" + "wide" "25" + "tall" "12" + "tall_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "ChargeMeter3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + + + + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "xpos" "9999" + } + "IndividualChargesLabel" + { + "ControlName" "EditablePanel" + "fieldName" "IndividualChargesLabel" + "xpos" "9999" + } + "HealthClusterIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HealthClusterIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res new file mode 100644 index 0000000..aa6128b --- /dev/null +++ b/resource/ui/hudmenutauntselection.res @@ -0,0 +1,754 @@ +"Resource/UI/HudMenuTauntSelection.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "0" + "ypos" "15" + "zpos" "0" + "wide" "86" + "tall" "176" + "autoResize" "0" + "pinCorner" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "xpos" "-3" + "ypos" "-2" + "zpos" "3" + "wide" "75" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "TAUNTS" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "MainBackground" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TitleLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelShadow" + "font" "Size 14 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "75" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "TAUNTS" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "TitleLabel" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "UltraSmall" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "75" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Taunt_Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "TauntModelPanel1" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel1" + "xpos" "4" + "ypos" "19" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "NumberBG1" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG1" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel1" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG1" + } + + "TauntModelPanel2" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel2" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "TauntModelPanel1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NumberBG2" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG2" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel2" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG2" + } + + "TauntModelPanel3" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel3" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "NumberBG1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberBG3" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG3" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel3" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG3" + } + + "TauntModelPanel4" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel4" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "TauntModelPanel3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NumberBG4" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG4" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel4" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel4" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG4" + } + + "TauntModelPanel5" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel5" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "NumberBG3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberBG5" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG5" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel5" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel5" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG5" + } + + "TauntModelPanel6" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel6" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "TauntModelPanel5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NumberBG6" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG6" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel6" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel6" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel6" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG6" + } + + "TauntModelPanel7" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel7" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "NumberBG5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberBG7" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG7" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel7" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel7" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG7" + } + + "TauntModelPanel8" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel8" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "39" + "tall" "30" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "4" + "model_tall" "28" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "Size 11" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "TauntModelPanel7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NumberBG8" + { + "ControlName" "EditablePanel" + "fieldName" "NumberBG8" + "xpos" "0" + "ypos" "-4" + "zpos" "4" + "wide" "39" + "tall" "16" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TauntModelPanel8" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "NumberLabel8" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel8" + "font" "Size 11" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "39" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "NumberBG8" + } + + + + + + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "WeaponTauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "WeaponTauntLabel" + "xpos" "9999" + } + "IcoReelIcon" + { + "ControlName" "CIconPanel" + "fieldName" "IcoReelIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res new file mode 100644 index 0000000..2403711 --- /dev/null +++ b/resource/ui/hudminigame_base.res @@ -0,0 +1,193 @@ +"Resource/UI/HudMiniGame_Base.res" +{ + "BlackTransparentBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlackTransparentBG" + "xpos" "cs-0.5" + "ypos" "r19" + "zpos" "1" + "wide" "120" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialTransparent50" + "textinsety" "99" + "proportionaltoparent" "1" + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "120" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "font" "Size 8" + "fgcolor" "White" + + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "BlueScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialBlue" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "-5" + "ypos" "0" + "zpos" "10" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Size 18" + "fgcolor" "White" + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "9" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "BlueScore" + } + + "RedScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialRed" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "-5" + "ypos" "0" + "zpos" "10" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Size 18" + "fgcolor" "White" + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "9" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "RedScore" + } + + + //REMOVED + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "9999" + } + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "9999" + } + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "9999" + } + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "9999" + } + "GameImage" + { + "ControlName" "ImagePanel" + "fieldName" "GameImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res new file mode 100644 index 0000000..3b3f944 --- /dev/null +++ b/resource/ui/hudobjectiveflagpanel.res @@ -0,0 +1,512 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusFlagPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusFlagPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "zpos" "-1" + } + + "if_mvm" + { + "xpos" "-7" + "ypos" "-8" + } + } + + "BlackTransparentBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlackTransparentBG" + "xpos" "cs-0.5" + "ypos" "r19" + "zpos" "1" + "wide" "120" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialTransparent50" + "textinsety" "99" + "proportionaltoparent" "1" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "120" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "font" "Size 8" + "fgcolor" "White" + + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialBlue" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "-5" + "ypos" "0" + "zpos" "10" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Size 18" + "fgcolor" "White" + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "9" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "BlueScore" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialRed" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "-5" + "ypos" "0" + "zpos" "10" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Size 18" + "fgcolor" "White" + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "9" + "wide" "59" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "RedScore" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "BlueFlag" + "xpos" "c-74" + "ypos" "r40" + "zpos" "5" + "wide" "160" + "tall" "90" + "visible" "1" + "enabled" "1" + + "if_hybrid_single" + { + "xpos" "c-55" + "ypos" "r40" + } + + "if_specialdelivery" + { + "ypos" "r35" + } + + "if_no_flags" + { + "visible" "0" + } + "if_hybrid" + { + "visible" "0" + } + } + + "RedFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "RedFlag" + "xpos" "c-36" + "ypos" "r40" + "zpos" "5" + "wide" "160" + "tall" "90" + "visible" "1" + "enabled" "1" + + "if_hybrid_single" + { + "xpos" "c-55" + "ypos" "r40" + } + + "if_specialdelivery" + { + "visible" "0" + } + "if_hybrid" + { + "visible" "0" + } + "if_no_flags" + { + "visible" "0" + } + } + + "CaptureFlag" + { + "ControlName" "CTFArrowPanel" + "fieldName" "CaptureFlag" + "xpos" "cs-0.5" + "ypos" "r44" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + + "if_hybrid" + { + "ypos" "r44" + } + + "if_specialdelivery" + { + "visible" "1" + "ypos" "r44" + "wide" "38" + "tall" "38" + } + } + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "cs-.5" + "ypos" "r36" + "zpos" "10" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_hybrid" + { + "ypos" "r36" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "PoisonIcon" + { + "ControlName" "ImagePanel" + "fieldName" "PoisonIcon" + "xpos" "cs-0.5" + "ypos" "r75" + "zpos" "6" + "wide" "40" + "tall" "o1" + "visible" "1" + "enabled" "1" + "image" "marked_for_death" + "scaleImage" "1" + } + "PoisonTimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "PoisonTimeLabel" + "xpos" "cs-0.5" + "ypos" "r65" + "zpos" "6" + "wide" "40" + "tall" "20" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%redscore%" + "font" "Size 24" + "fgcolor" "White" + } + "PoisonTimeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "PoisonTimeLabelShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "40" + "tall" "20" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%redscore%" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "PoisonTimeLabel" + } + + "OutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "OutlineImage" + "xpos" "0" + "ypos" "0" + "zpos" "9" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_outline" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "SpecCarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "SpecCarriedImage" + "xpos" "cs-0.5" + "ypos" "r95" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + //Removed + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "9999" + } + "PlayingToBG" + { + "ControlName" "CExImageButton" + "fieldName" "PlayingToBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res new file mode 100644 index 0000000..d1864b0 --- /dev/null +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -0,0 +1,76 @@ +"Resource/UI/HudObjectiveKothTimePanel.res" +{ + "BlueTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "BlueTimer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "30" + "visible" "1" + "enabled" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Size 20" + "fgcolor" "White" + "xpos" "20" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "0:00" + } + } + + "RedTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "RedTimer" + "xpos" "0" + "ypos" "24" + "zpos" "2" + "wide" "100" + "tall" "30" + "visible" "1" + "enabled" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Size 20" + "fgcolor" "White" + "xpos" "20" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "0:00" + } + } + + "ActiveTimerBG" + { + "ControlName" "EditablePanel" + "fieldName" "ActiveTimerBG" + "xpos" "0" + "ypos" "-1" + "zpos" "1" + "wide" "50" + "tall" "0" //21 + "visible" "0" + "enabled" "1" + "border" "MaterialTransparent50" + } +} diff --git a/resource/ui/hudobjectiveplayerdestruction.res b/resource/ui/hudobjectiveplayerdestruction.res new file mode 100644 index 0000000..3de5c74 --- /dev/null +++ b/resource/ui/hudobjectiveplayerdestruction.res @@ -0,0 +1,1051 @@ +"Resource/UI/HudObjectivePlayerDestruction.res" +{ + "ObjectiveStatusRobotDestruction" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusRobotDestruction" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "left_steal_edge_offset" "97" + "right_steal_edge_offset" "97" + "robot_x_offset" "78" + "robot_y_offset" "47" + "robot_x_step" "23" + "robot_y_step" "0" + + + "color_blue" "92 173 255 255" + "color_red" "255 61 61 255" + + "if_hybrid" + { + "zpos" "-1" + } + + "robot_kv" + { + "ControlName" "CTFHudRobotDestruction_RobotIndicator" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "bgcolor_override" "Blank" + "PaintBackgroundType" "0" + "paintborder" "0" + "AutoResize" "0" + "skip_autoresize" "1" + } + } + + "BlackTransparentBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlackTransparentBG" + "xpos" "cs-0.5" + "ypos" "r19" + "zpos" "1" + "wide" "120" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialTransparent50" + "textinsety" "99" + "proportionaltoparent" "1" + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "120" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "font" "Size 8" + "fgcolor" "White" + + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "BlueScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialBlue" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "RedScoreBG" + { + "ControlName" "CExImageButton" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "65" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialRed" + "textinsety" "99" + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CarriedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CarriedContainer" + "xpos" "c-80" + "ypos" "r28" + "zpos" "1" + "wide" "24" + "tall" "30" + "visible" "0" + "enabled" "1" + "paintbackground" "0" + + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "GreenBG" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "24" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGreen" + } + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "cs-0.5" + "ypos" "4" + "zpos" "4" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "CarriedProgressBar" + { + "fieldName" "CarriedProgressBar" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "FlagValue" + "xpos" "cs-0.5" + "ypos" "rs1-1" + "zpos" "5" + "wide" "24" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "Size 12" + "fgcolor" "White" + "proportionalToParent" "1" + } + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "24" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "FlagValue" + } + + "TeamLeaderImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamLeaderImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + + "ScoreContainer" + { + "fieldName" "ScoreContainer" + "ControlName" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "480" + "scaleimage" "0" + "visible" "1" + "enabled" "1" + + "ProgressBarContainer" + { + "fieldName" "ProgressBarContainer" + "ControlName" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + + "ScoreOutline" + { + "fieldName" "ScoreOutline" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "FlagImageBlue" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageBlue" + "xpos" "c-56" + "ypos" "r41" + "zpos" "4" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "EscrowBlue" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlue" + "xpos" "10" + "ypos" "2" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%blue_escrow%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "FlagImageBlue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "EscrowBlueShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%blue_escrow%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + + "pin_to_sibling" "EscrowBlue" + } + + "FlagImageRed" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageRed" + "xpos" "c44" + "ypos" "r41" + "zpos" "4" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "EscrowRed" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRed" + "xpos" "7" + "ypos" "2" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "FlagImageRed" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "EscrowRedShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRedShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + + "pin_to_sibling" "EscrowRed" + } + + "BlueVictoryContainer" + { + "fieldName" "BlueVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "c-59" + "ypos" "r29" + "zpos" "10" + "wide" "60" + "tall" "30" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2" + "xpos" "5" + "ypos" "1" + "zpos" "8" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "WIN:" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "VictoryLabel2Shadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "WIN:" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "VictoryLabel2" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%victorytime%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%victorytime%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "VictoryLabelTime" + } + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "9999" + } + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "9999" + } + } + + "BlueProgressBarFill" + { + "fieldName" "BlueProgressBarFill" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "BlueProgressBarEscrow" + { + "fieldName" "BlueProgressBarEscrow" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RedVictoryContainer" + { + "fieldName" "RedVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "c-2" + "ypos" "r29" + "zpos" "10" + "wide" "60" + "tall" "20" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2" + "xpos" "5" + "ypos" "1" + "zpos" "8" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "WIN:" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "VictoryLabel2Shadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "WIN:" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "VictoryLabel2" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%victorytime%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%victorytime%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "VictoryLabelTime" + } + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "9999" + } + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "9999" + } + } + + "RedProgressBarFill" + { + "fieldName" "RedProgressBarFill" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + + "RedProgressBarEscrow" + { + "fieldName" "RedProgressBarEscrow" + "ControlName" "ImagePanel" + "wide" "0" + "tall" "0" + "visible" "0" + } + } + + "BlueScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreValueContainer" + "xpos" "c-59" + "ypos" "r28" + "zpos" "10" + "wide" "60" + "tall" "19" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "5" + "ypos" "0" + "zpos" "8" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "Score" + } + + "WhiteBG" + { + "ControlName" "EditableLabel" + "fieldName" "WhiteBG" + "xpos" "9999" + } + "BlueBar" + { + "ControlName" "EditableLabel" + "fieldName" "BlueBar" + "xpos" "9999" + } + } + + "RedScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreValueContainer" + "xpos" "c0" + "ypos" "r28" + "zpos" "10" + "wide" "58" + "tall" "18" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "-6" + "ypos" "0" + "zpos" "8" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "Score" + } + + "WhiteBG" + { + "ControlName" "EditableLabel" + "fieldName" "WhiteBG" + "xpos" "9999" + } + "RedBar" + { + "ControlName" "EditableLabel" + "fieldName" "BlueBar" + "xpos" "9999" + } + } + + "BlueStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueStolenContainer" + "xpos" "c-100" + "ypos" "r41" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "IntelValue" + } + } + + "RedStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedStolenContainer" + "xpos" "c70" + "ypos" "r41" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "IntelValue" + } + } + } + + "CountdownContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CountdownContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CountdownImage" + { + "ControlName" "ImagePanel" + "fieldName" "CountdownImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CountdownLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTime" + "xpos" "cs-0.5" + "ypos" "r55" + "zpos" "8" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + + "CountdownLabelTimeTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTimeTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + + "pin_to_sibling" "CountdownLabelTime" + } + } + + //REMOVED STUFF + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectiverobotdestruction.res b/resource/ui/hudobjectiverobotdestruction.res new file mode 100644 index 0000000..ad87a08 --- /dev/null +++ b/resource/ui/hudobjectiverobotdestruction.res @@ -0,0 +1,500 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusRobotDestruction" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusRobotDestruction" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "left_steal_edge_offset" "97" + "right_steal_edge_offset" "97" + "robot_x_offset" "0" + "robot_y_offset" "25" + "robot_x_step" "20" + "robot_y_step" "0" + + + "color_blue" "92 173 255 255" + "color_red" "255 61 61 255" + + "if_hybrid" + { + "zpos" "-1" + } + + "robot_kv" + { + "ControlName" "CTFHudRobotDestruction_RobotIndicator" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "AutoResize" "1" + "skip_autoresize" "1" + } + } + + "BlackTransparentBG" + { + "ControlName" "CExImageButton" + "fieldName" "BlackTransparentBG" + "xpos" "cs-0.5" + "ypos" "r19" + "zpos" "1" + "wide" "120" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border_default" "MaterialTransparent50" + "textinsety" "99" + "proportionaltoparent" "1" + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "120" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "font" "Size 8" + "fgcolor" "White" + + "pin_to_sibling" "BlackTransparentBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "CarriedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CarriedContainer" + "xpos" "cs-0.5" + "ypos" "r79" + "zpos" "1" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + "paintbackground" "0" + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "image" "../hud/obj_rd_powersupply_outline" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "CarriedProgressBar" + { + "fieldName" "CarriedProgressBar" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "../HUD/obj_rd_powersupply_meter" + + "left_offset" "30" + "right_offset" "30" + "standard_color" "84 111 127 255" + "bright_color" "110 159 189 255" + "left_to_right" "1" + } + + "FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "FlagValue" + "xpos" "c-50" + "ypos" "23" + "zpos" "11" + "wide" "100" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "Size 24" + "fgcolor" "White" + "proportionalToParent" "1" + } + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "10" + "wide" "100" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "FlagValue" + } + } + + "ScoreContainer" + { + "fieldName" "ScoreContainer" + "ControlName" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "scaleimage" "0" + "visible" "1" + "enabled" "1" + + "ProgressBarContainer" + { + "fieldName" "ProgressBarContainer" + "ControlName" "EditablePanel" + "xpos" "9999" + } + + "BlueScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreValueContainer" + "xpos" "c-60" + "ypos" "r29" + "zpos" "10" + "wide" "65" + "tall" "20" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border" "MaterialBlue" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "5" + "ypos" "0" + "zpos" "8" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "Score" + } + } + + "RedScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreValueContainer" + "xpos" "c-5" + "ypos" "r29" + "zpos" "10" + "wide" "65" + "tall" "20" + "visible" "1" + "enabled" "1" + "PaintBackground" "0" + "border" "MaterialRed" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "Size 18" + "fgcolor" "White" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "60" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "Score" + } + } + + "BlueStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueStolenContainer" + "xpos" "c-100" + "ypos" "r41" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "IntelValue" + } + } + + "RedStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedStolenContainer" + "xpos" "c70" + "ypos" "r41" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16" + "fgcolor" "White" + "proportionalToParent" "1" + } + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "Size 16 Blur" + "fgcolor" "Shadow" + "proportionalToParent" "1" + "pin_to_sibling" "IntelValue" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res new file mode 100644 index 0000000..cc41f99 --- /dev/null +++ b/resource/ui/hudobjectivetimepanel.res @@ -0,0 +1,125 @@ +"Resource/UI/HudObjectiveTimePanel.res" +{ + "TimePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TimePanelBG" + "xpos" "2" + "ypos" "3" + "zpos" "2" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + + "image" "replay/thumbnails/game/clock_white" + "scaleImage" "1" + "teambg_1" "replay/thumbnails/game/clock_white" + "teambg_2" "replay/thumbnails/game/clock_red" + "teambg_3" "replay/thumbnails/game/clock_blue" + + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "ServerTimeLimitLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLimitLabel" + "xpos" "11" + "ypos" "20" + "zpos" "3" + "wide" "50" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%servertimeleft%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Size 10" + "fgcolor" "White" + + if_mvm + { + "visible" "0" + } + } + + "OvertimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "xpos" "20" + "ypos" "14" + "zpos" "5" + "wide" "78" + "tall" "19" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "labelText" "#game_Overtime" + "textAlignment" "west" + "font" "Size 10" + } + + + //REMOVED + "TimePanelProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "TimePanelProgressBar" + "xpos" "9999" + } + "WaitingForPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "xpos" "9999" + } + "WaitingForPlayersBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "WaitingForPlayersBG" + "xpos" "9999" + } + "OvertimeBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "OvertimeBG" + "xpos" "9999" + } + "SuddenDeathLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "xpos" "9999" + } + "SuddenDeathBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SuddenDeathBG" + "xpos" "9999" + } + "SetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "xpos" "9999" + } + "SetupBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SetupBG" + "xpos" "9999" + } + "ServerTimeLimitLabelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ServerTimeLimitLabelBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimeballstatus.res b/resource/ui/hudpasstimeballstatus.res new file mode 100644 index 0000000..d706fdb --- /dev/null +++ b/resource/ui/hudpasstimeballstatus.res @@ -0,0 +1,663 @@ +"Resource/UI/HudPasstimeBallStatus.res" +{ + "HudPasstimeBallStatus" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimeBallStatus" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "EventTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventTitleLabel" + "dropshadow" "1" + "font" "Size 12" + "xpos" "0" + "ypos" "c-160" + "zpos" "3" + "wide" "f" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + "fgcolor_override" "White" + } + + "EventBonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventBonusLabel" + "font" "Size 16" + "dropshadow" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "" + "fgcolor_override" "255 235 35 200" + "pin_to_sibling " "EventTitleLabel" + "pin_corner_to_sibling" "6" + "pin_to_sibling_corner" "4" + } + + "EventDetailLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventDetailLabel" + "font" "Size 12" + "dropshadow" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + fgcolor_override "White" + pin_to_sibling "EventTitleLabel" + pin_corner_to_sibling "4" + pin_to_sibling_corner "6" + } + + "ProgressLevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressLevelBar" + "xpos" "c-95" + "ypos" "r52" + "zpos" "0" + "wide" "190" + "tall" "38" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_ballcontrol_bar" + "scaleImage" "1" + } + + + "BlueProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + + "ControlName" "Panel" + "fieldName" "BlueProgressEnd" + "xpos" "c-75" + "ypos" "r33" + "visible" "0" + } + + "RedProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + + "ControlName" "Panel" + "fieldName" "RedProgressEnd" + "xpos" "c75" + "ypos" "r33" + "visible" "0" + } + + "GoalBlue0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue0" + "xpos" "c-162" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue1" + "xpos" "c-132" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue2" + "xpos" "c-102" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + + "GoalRed0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed0" + "xpos" "c146" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "GoalRed1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed1" + "xpos" "c116" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + + "GoalRed2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed2" + "xpos" "c86" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "ProgressBallIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBallIcon" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_ball" + "scaleImage" "1" + } + + "ProgressSelfPlayerIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressSelfPlayerIcon" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "scaleImage" "1" + } + + "ProgressBallCarrierName" + { + "ControlName" "Label" + "fieldName" "ProgressBallCarrierName" + "visible" "1" + "enabled" "1" + "zpos" "-400" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "1" + "labelText" "NameOfCarrier" + "pin_to_sibling" "ProgressLevelBar" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + + + + "BallPowerCluster" + { + "ControlName" "EditablePanel" + "fieldName" "BallPowerCluster" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "0" //f0 + "tall" "f0" + "autoResize" "0" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFrame" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFrame" + "xpos" "c-100" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../passtime/hud/passtime_powerball_meter_frame" + "scaleImage" "1" + } + + "BallPowerMeterFinalSectionContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFinalSectionContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "3" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFinalSection" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFinalSection" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "white" + "scaleImage" "1" + } + } + + "BallPowerMeterFillContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFillContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "4" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFill" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFill" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "white" + "scaleImage" "1" + } + } + } + + + + "playericon0" + { + "ControlName" "ImagePanel" + "fieldName" "playericon0" + "wide" "12" + "tall" "12" + } + + "playericon1" + { + "ControlName" "ImagePanel" + "fieldName" "playericon1" + "wide" "12" + "tall" "12" + } + + "playericon2" + { + "ControlName" "ImagePanel" + "fieldName" "playericon2" + "wide" "12" + "tall" "12" + } + + "playericon3" + { + "ControlName" "ImagePanel" + "fieldName" "playericon3" + "wide" "12" + "tall" "12" + } + + "playericon4" + { + "ControlName" "ImagePanel" + "fieldName" "playericon4" + "wide" "12" + "tall" "12" + } + + "playericon5" + { + "ControlName" "ImagePanel" + "fieldName" "playericon5" + "wide" "12" + "tall" "12" + } + + "playericon6" + { + "ControlName" "ImagePanel" + "fieldName" "playericon6" + "wide" "12" + "tall" "12" + } + + "playericon7" + { + "ControlName" "ImagePanel" + "fieldName" "playericon7" + "wide" "12" + "tall" "12" + } + + "playericon8" + { + "ControlName" "ImagePanel" + "fieldName" "playericon8" + "wide" "12" + "tall" "12" + } + + "playericon9" + { + "ControlName" "ImagePanel" + "fieldName" "playericon9" + "wide" "12" + "tall" "12" + } + + "playericon10" + { + "ControlName" "ImagePanel" + "fieldName" "playericon10" + "wide" "12" + "tall" "12" + } + + "playericon11" + { + "ControlName" "ImagePanel" + "fieldName" "playericon11" + "wide" "12" + "tall" "12" + } + + "playericon12" + { + "ControlName" "ImagePanel" + "fieldName" "playericon12" + "wide" "12" + "tall" "12" + } + + "playericon13" + { + "ControlName" "ImagePanel" + "fieldName" "playericon13" + "wide" "12" + "tall" "12" + } + + "playericon14" + { + "ControlName" "ImagePanel" + "fieldName" "playericon14" + "wide" "12" + "tall" "12" + } + + "playericon15" + { + "ControlName" "ImagePanel" + "fieldName" "playericon15" + "wide" "12" + "tall" "12" + } + + "playericon16" + { + "ControlName" "ImagePanel" + "fieldName" "playericon16" + "wide" "12" + "tall" "12" + } + + "playericon17" + { + "ControlName" "ImagePanel" + "fieldName" "playericon17" + "wide" "12" + "tall" "12" + } + + "playericon18" + { + "ControlName" "ImagePanel" + "fieldName" "playericon18" + "wide" "12" + "tall" "12" + } + + "playericon19" + { + "ControlName" "ImagePanel" + "fieldName" "playericon19" + "wide" "12" + "tall" "12" + } + + "playericon20" + { + "ControlName" "ImagePanel" + "fieldName" "playericon20" + "wide" "12" + "tall" "12" + } + + "playericon21" + { + "ControlName" "ImagePanel" + "fieldName" "playericon21" + "wide" "12" + "tall" "12" + } + + "playericon22" + { + "ControlName" "ImagePanel" + "fieldName" "playericon22" + "wide" "12" + "tall" "12" + } + + "playericon23" + { + "ControlName" "ImagePanel" + "fieldName" "playericon23" + "wide" "12" + "tall" "12" + } + + "playericon24" + { + "ControlName" "ImagePanel" + "fieldName" "playericon24" + "wide" "12" + "tall" "12" + } + + "playericon25" + { + "ControlName" "ImagePanel" + "fieldName" "playericon25" + "wide" "12" + "tall" "12" + } + + "playericon26" + { + "ControlName" "ImagePanel" + "fieldName" "playericon26" + "wide" "12" + "tall" "12" + } + + "playericon27" + { + "ControlName" "ImagePanel" + "fieldName" "playericon27" + "wide" "12" + "tall" "12" + } + + "playericon28" + { + "ControlName" "ImagePanel" + "fieldName" "playericon28" + "wide" "12" + "tall" "12" + } + + "playericon29" + { + "ControlName" "ImagePanel" + "fieldName" "playericon29" + "wide" "12" + "tall" "12" + } + + "playericon30" + { + "ControlName" "ImagePanel" + "fieldName" "playericon30" + "wide" "12" + "tall" "12" + } + + "playericon31" + { + "ControlName" "ImagePanel" + "fieldName" "playericon31" + "wide" "12" + "tall" "12" + } + + "playericon32" + { + "ControlName" "ImagePanel" + "fieldName" "playericon32" + "wide" "12" + "tall" "12" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimepassnotify.res b/resource/ui/hudpasstimepassnotify.res new file mode 100644 index 0000000..10b035a --- /dev/null +++ b/resource/ui/hudpasstimepassnotify.res @@ -0,0 +1,137 @@ +Resource/UI/HudPasstimePassNotify.res +{ + HudPasstimePassNotify + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimePassNotify" + "xpos" "0" + "ypos" "16" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + TextBox + { + "ControlName" "EditablePanel" + "fieldName" "TextBox" + "xpos" "c-100" + "ypos" "c-220" + "zpos" "1" + "wide" "200" + "tall" "35" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorder" + "RoundedCorners" "255" + + TextInPassRange + { + "ControlName" "CExLabel" + "fieldName" "TextInPassRange" + "font" "Size 12" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeInPassRange" + "fgcolor_override" "White" + } + + TextLockedOn + { + "ControlName" "CExLabel" + "fieldName" "TextLockedOn" + "font" "Size 12" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "40" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeLockedOn" + "fgcolor_override" "White" + } + + TextPassIncoming + { + "ControlName" "CExLabel" + "fieldName" "TextPassIncoming" + "font" "Size 12" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimePassIncoming" + "fgcolor_override" "White" + } + + TextPlayerName + { + "ControlName" "CExLabel" + "fieldName" "TextPlayerName" + "font" "Size 10" + "xpos" "-50" + "ypos" "17" + "zpos" "3" + "wide" "300" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" + "fgcolor_override" "Green" + } + } + + PassLockIndicator + { + "ControlName" "ImagePanel" + "fieldName" "PassLockIndicator" + "xpos" "-8" + "ypos" "14" + "wide" "64" + "zpos" "3" + "tall" "64" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_ball_reticle_incomingpass" + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "1" + } + + SpeechIndicator + { + "ControlName" "ImagePanel" + "fieldName" "SpeechIndicator" + "xpos" "8" + "ypos" "8" + "zpos" "3" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_pass_to_me_prompt" + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimeteamscore.res b/resource/ui/hudpasstimeteamscore.res new file mode 100644 index 0000000..604f1c8 --- /dev/null +++ b/resource/ui/hudpasstimeteamscore.res @@ -0,0 +1,161 @@ +"Resource/UI/HudPasstimeTeamScore.res" +{ + "HudTeamScore" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimeTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-148" + "ypos" "r31" + "zpos" "9" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%bluescore%" + "font" "Size 24" + "fgcolor" "Blue" + } + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "8" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%bluescore%" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "BlueScore" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c88" + "ypos" "r31" + "zpos" "9" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%redscore%" + "font" "Size 24" + "fgcolor" "Red" + } + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "8" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%redscore%" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "RedScore" + } + + "PlayingToCluster" + { + "ControlName" "EditablePanel" + "fieldName" "PlayingToCluster" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "cs-0.5" + "ypos" "rs1-1" + "zpos" "4" + "wide" "f0" + "tall" "8" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "proportionaltoparent" "1" + "font" "Size 10" + "fgcolor" "White" + } + "PlayingToShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayingToShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "f0" + "tall" "8" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "proportionaltoparent" "1" + "font" "Size 10 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "PlayingTo" + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "9999" + } + } + + //REMOVED + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "9999" + } + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "9999" + } + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudplayerclass.res b/resource/ui/hudplayerclass.res new file mode 100644 index 0000000..f5caef1 --- /dev/null +++ b/resource/ui/hudplayerclass.res @@ -0,0 +1,2 @@ +#base "hudplayerclass_base.res" +#base "../../customizations/crosshairs and hitmarker.res" \ No newline at end of file diff --git a/resource/ui/hudplayerclass_base.res b/resource/ui/hudplayerclass_base.res new file mode 100644 index 0000000..729496d --- /dev/null +++ b/resource/ui/hudplayerclass_base.res @@ -0,0 +1,292 @@ +"Resource/UI/HudPlayerClass.res" +{ + "HudPlayerClass" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerClass" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "PlayerStatusClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "PlayerStatusClassImage" + "xpos" "20" + "ypos" "r48" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "alpha" "0" + } + + "PlayerStatusSpyOutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyOutlineImage" + "xpos" "3" + "ypos" "r67" + "zpos" "7" + "wide" "55" + "tall" "55" + "visible" "0" + "enabled" "1" + "image" "../hud/class_spy_outline" + "scaleImage" "1" + "alpha" "0" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "0" + "ypos" "r120" + "zpos" "2" + "wide" "88" + "tall" "140" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "27" + "allow_rot" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "200" + "origin_y" "28" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + + "customclassdata" + { + "undefined" + { + } + "Scout" + { + "fov" "27" + "angles_x" "0" + "angles_y" "270" + "angles_z" "-10" + "origin_x" "105" + "origin_y" "15" + "origin_z" "-47" + } + "Sniper" + { + "fov" "32" + "angles_x" "-2" + "angles_y" "270" + "angles_z" "0" + "origin_x" "125" + "origin_y" "16" + "origin_z" "-55" + } + "Soldier" + { + "fov" "27" + "angles_x" "0" + "angles_y" "260" + "angles_z" "0" + "origin_x" "150" + "origin_y" "24" + "origin_z" "-52" + } + "Demoman" + { + "fov" "28" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "138" + "origin_y" "20" + "origin_z" "-55" + } + "Medic" + { + "fov" "22" + "angles_x" "6" + "angles_y" "270" + "angles_z" "0" + "origin_x" "150" + "origin_y" "15" + "origin_z" "-57" + } + "Heavy" + { + "fov" "20" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "200" + "origin_y" "15" + "origin_z" "-55" + } + "Pyro" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "175" + "origin_y" "22" + "origin_z" "-50" + } + "Spy" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "160" + "origin_y" "15" + "origin_z" "-60" + } + "Engineer" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "160" + "origin_y" "15" + "origin_z" "-52" + } + } + } + + "CarryingWeapon" + { + "ControlName" "EditablePanel" + "fieldName" "CarryingWeapon" + "xpos" "0" + "ypos" "r25" + "zpos" "100" + "wide" "500" + "tall" "28" + + "CarryingBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "CarryingBackground" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "p1" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/bg_black" + "scaleImage" "1" + "teambg_1" "replay/thumbnails/panels/bg_black" + "teambg_2" "replay/thumbnails/panels/bg_red" + "teambg_3" "replay/thumbnails/panels/bg_blue" + "proportionaltoparent" "1" + + "src_corner_height" "32" + "src_corner_width" "32" + + "draw_corner_width" "0" + "draw_corner_height" "0" + + "alpha" "255" + } + + "CarryingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabel" + "font" "Size 11" + "xpos" "5" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + "labelText" "%carrying%" + } + + "CarryingLabelDropShadow" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabelDropShadow" + "xpos" "9999" + } + + "OwnerLabel" + { + "ControlName" "Label" + "fieldName" "OwnerLabel" + "font" "Size 9" + "xpos" "5" + "ypos" "11" + "zpos" "0" + "wide" "200" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + } + } + + //REMOVED + "classmodelpanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "classmodelpanelBG" + "xpos" "9999" + } + "PlayerStatusSpyImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyImage" + "xpos" "9999" + } + "PlayerStatusClassImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusClassImageBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudplayerhealth.res b/resource/ui/hudplayerhealth.res new file mode 100644 index 0000000..3c4de72 --- /dev/null +++ b/resource/ui/hudplayerhealth.res @@ -0,0 +1,818 @@ +"Resource/UI/HudPlayerHealth.res" +{ + "HudPlayerHealth" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerHealth" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" + "HealthDeathWarningColor" "HUDDeathWarning" + } + + "HEALTHAnchor" //Moves the health + { + "ControlName" "EditablePanel" + "fieldName" "HEALTHAnchor" + "xpos" "c-140" + "xpos_minmode" "c-95" + "ypos" "c90" + "ypos_minmode" "c40" + "zpos" "0" + "wide" "2" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "PlayerStatusHealthValueBox" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueBox" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "zpos" "6" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "Game 40" + "font_minmode" "Game 30" + "fgcolor" "Health Numbers" + + "pin_to_sibling" "HealthAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "PlayerStatusHealthValueShadowBox" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadowBox" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "151" + "wide_minmode" "150" + "tall" "51" + "tall_minmode" "50" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "Game 40 Blur" + "font_minmode" "Game 30 Blur" + "fgcolor" "Shadow" + + "pin_to_sibling" "PlayerStatusHealthValueBox" + } + + "HealthBuff" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBuff" + "xpos" "-35" + "xpos_minmode" "-44" + "ypos" "-7" + "ypos_minmode" "-11" + "wide" "80" + "wide_minmode" "62" + "tall" "37" + "tall_minmode" "29" + "visible" "1" + "enabled" "1" + "alpha" "0" + + "paintbackground" "0" + "border" "BuffedBorder" + + "pin_to_sibling" "PlayerStatusHealthValueBox" + } + + "HealthHurt" + { + "ControlName" "EditablePanel" + "fieldName" "HealthHurt" + "xpos" "-30" + "xpos_minmode" "-40" + "ypos" "-6" + "ypos_minmode" "-8" + "wide" "90" + "wide_minmode" "70" + "tall" "40" + "tall_minmode" "33" + "visible" "1" + "enabled" "1" + "alpha" "0" + + "paintbackground" "0" + "border" "HurtBorder" + + "pin_to_sibling" "PlayerStatusHealthValueBox" + } + + "PlayerStatusAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusAnchor" + "xpos" "-33" + "xpos_minmode" "-38" + "ypos" "-12" + "ypos_minmode" "-16" + "wide" "2" + "tall" "30" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "PlayerStatusHealthValueBox" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusHookBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHookBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop_grapple" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusMilkImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMilkImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusMarkedForDeathImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicUberBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicUberBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicUberFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicSmallBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicSmallBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_MedicSmallFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "7" + "wide" "15" + "wide_minmode" "12" + "tall" "15" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_WheelOfDoom" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_WheelOfDoom" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_SoldierOffenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierOffenseBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_SoldierDefenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierDefenseBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_SoldierHealOnHitBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierHealOnHitBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneStrength" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneStrength" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_strength_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneHaste" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneHaste" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_haste_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneRegen" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneRegen" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_regen_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneResist" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneResist" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_resist_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneVampire" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneVampire" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_vampire_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneReflect" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneReflect" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_reflect_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RunePrecision" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePrecision" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_precision_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneAgility" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneAgility" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_agility_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_knockout_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "PlayerStatus_RuneKing" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKing" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_king_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RunePlague" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePlague" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_plague_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatus_RuneSupernova" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneSupernova" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "26" + "wide_minmode" "16" + "tall" "26" + "tall_minmode" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + + + + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusMaxHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValue" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudpvewinpanel.res b/resource/ui/hudpvewinpanel.res new file mode 100644 index 0000000..4c54c74 --- /dev/null +++ b/resource/ui/hudpvewinpanel.res @@ -0,0 +1,188 @@ +"Resource/UI/hudpvewinpanel.res" +{ + "WinPanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "WinPanelBG" + "xpos" "0" + "ypos" "50" + "zpos" "0" + "wide" "300" + "tall" "90" + "image" "replay/thumbnails/panels/material_transparent50" + "autoResize" "0" + "pinCorner" "0" + + "visible" "1" + "enabled" "1" + + "src_corner_height" "32" + "src_corner_width" "32" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "WaveCompleteContainer" + { + "ControlName" "EditablePanel" + "fieldName" "WaveCompleteContainer" + "xpos" "0" + "ypos" "50" + "wide" "300" + "tall" "24" + "visible" "1" + "PaintBackgroundType" "0" + + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "xpos" "3" + "ypos" "3" + "wide" "295" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "#Winpanel_PVE_Evil_Wins" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + + // blue Background + "PaintBackgroundType" "0" + "fgcolor_override" "Shadow" + "bgcolor_override" "Red" + } + + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "font" "Size 18" + "xpos" "2" + "ypos" "2" + "wide" "295" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "#Winpanel_PVE_Evil_Wins" + "textAlignment" "Center" + } + } + + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "font" "Size 14" + "xpos" "0" + "ypos" "75" + "zpos" "1" + "wide" "292" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "%WinReasonLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "font" "Size 14" + "xpos" "15" + "ypos" "92" + "zpos" "1" + "wide" "265" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "%DetailsLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "centerwrap" "1" + } + + "RespecBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "RespecBackground" + "xpos" "0" + "ypos" "142" + "wide" "300" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "RespecContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RespecContainer" + "xpos" "0" + "ypos" "142" + "wide" "300" + "tall" "25" + "visible" "1" + "PaintBackgroundType" "2" + + "RespecTextLabelLoss" + { + "ControlName" "CExLabel" + "fieldName" "RespecTextLabelLoss" + "font" "Size 14" + "labelText" "#TF_PVE_Respecs" + "textAlignment" "center" + "xpos" "0" + "ypos" "3" + "wide" "160" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "RespecCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespecCountLabel" + "font" "Size 14" + "labelText" "%respeccount%" + "textAlignment" "center" + "xpos" "145" + "ypos" "3" + "wide" "30" + "tall" "20" + "AllCaps" "1" + "fgcolor" "Green" + } + } +} \ No newline at end of file diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res new file mode 100644 index 0000000..fb5790b --- /dev/null +++ b/resource/ui/hudrocketpack.res @@ -0,0 +1,50 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudRocketPack.res" +{ + HudItemEffectMeter + { + "ypos" "c116" + "ypos_minmode" "c65" + } + + "ItemEffectMeterLabel" + { + "labelText" "#TF_RocketPack_Disabled" + } + + "ItemEffectMeter" + { + "xpos" "cs-0.5-25" + "wide" "50" + } + + "ItemEffectMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter2" + "font" "Default" + "xpos" "1" + "ypos" "0" + "zpos" "2" + "wide" "49" + "tall" "2" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "White" + + "pin_to_sibling" "ItemEffectMeter" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res new file mode 100644 index 0000000..8d08c83 --- /dev/null +++ b/resource/ui/hudspellselection.res @@ -0,0 +1,91 @@ +"Resource/UI/HudSpellSelection.res" +{ + "SpellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SpellIcon" + "xpos" "5" + "ypos" "2" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "White" + } + + "CountText" + { + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "Size 20" + "labelText" "%counttext%" + "textAlignment" "west" + "xpos" "4" + "ypos" "1" + "zpos" "1" + "wide" "20" + "tall" "20" + "fgcolor" "White" + + "pin_to_sibling" "SpellIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "CountTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "Size 20 Blur" + "labelText" "%counttext%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "wide" "20" + "tall" "20" + "fgcolor" "Shadow" + "pin_to_sibling" "CountText" + } + + "ActionText" + { + "ControlName" "CExLabel" + "fieldName" "ActionText" + "font" "Size 9" + "labelText" "%actiontext%" + "textAlignment" "center" + "xpos" "0" + "ypos" "20" + "wide" "40" + "tall" "10" + "fgcolor" "White" + "visible" "1" + "visible_minmode" "1" + "AllCaps" "1" + } + + + + + //REMOVED + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + "Spellbook" + { + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "9999" + } + "SpellText" + { + "ControlName" "CExLabel" + "fieldName" "SpellText" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudstalemate.res b/resource/ui/hudstalemate.res new file mode 100644 index 0000000..cdaf224 --- /dev/null +++ b/resource/ui/hudstalemate.res @@ -0,0 +1,48 @@ +"Resource/UI/HudStalemate.res" +{ + "StalemateLabel" + { + "ControlName" "CExLabel" + "fieldName" "StalemateLabel" + "font" "Size 18" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "1" + "wide" "300" + "tall" "35" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + "labelText" "#TF_teambalanced" + "textAlignment" "south" + "fgcolor" "White" + } + "ReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReasonLabel" + "font" "Size 12" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "1" + "wide" "300" + "tall" "55" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + "labelText" "" + "textAlignment" "north" + "fgcolor" "White" + } + + "HudStalemateBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudStalemateBG" + "xpos" "9999" + } +} diff --git a/resource/ui/hudstopwatch.res b/resource/ui/hudstopwatch.res new file mode 100644 index 0000000..49cd8fa --- /dev/null +++ b/resource/ui/hudstopwatch.res @@ -0,0 +1,144 @@ +"Resource/UI/HudStopWatch.res" +{ + "StopWatchAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "StopWatchAnchor" + "xpos" "cs-0.5-10" + "ypos" "0" + "zpos" "0" + "wide" "1" + "tall" "1" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + + if_comp + { + "ypos" "28" + } + } + + "StopWatchPointsLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchPointsLabel" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%pointslabel%" + "textAlignment" "center" + "textinsety" "0" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "StopWatchAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "StopWatchScoreToBeat" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchScoreToBeat" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%scoretobeat%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "15" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "StopWatchPointsLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "50" + "tall" "18" + "visible" "0" + "enabled" "1" + + "pin_to_sibling" "StopWatchPointsLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + "ClockIcon" + { + "controlName" "CExLabel" + "fieldName" "ClockIcon" + "xpos" "9999" + } + "ClockIconShadow" + { + "controlName" "CExLabel" + "fieldName" "ClockIcon" + "xpos" "9999" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Size 12" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + } + } + + + + + "StopWatchImageCaptureTime" + { + "ControlName" "ImagePanel" + "fieldName" "StopWatchImageCaptureTime" + "xpos" "9999" + } + "HudStopWatchDescriptionBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchDescriptionBG" + "xpos" "9999" + } + "StopWatchDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchDescriptionLabel" + "xpos" "9999" + } + "StopWatchLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudteamswitch.res b/resource/ui/hudteamswitch.res new file mode 100644 index 0000000..2c9c2ef --- /dev/null +++ b/resource/ui/hudteamswitch.res @@ -0,0 +1,104 @@ +"Resource/UI/HudTeamSwitch.res" +{ + "SwitchLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchLabel" + "font" "Size 12" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "2" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "#TF_teambalanced" + "fgcolor" "White" + "textAlignment" "center" + } + "SwitchLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "SwitchLabelShadow" + "font" "Size 12 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "#TF_teambalanced" + "fgcolor" "Shadow" + "textAlignment" "center" + "pin_to_sibling" "SwitchLabel" + } + + "BalanceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BalanceLabel" + "font" "Size 10" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "2" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "White" + "textAlignment" "center" + } + "BalanceLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "BalanceLabelShadow" + "font" "Size 10 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "Shadow" + "textAlignment" "center" + "pin_to_sibling" "BalanceLabel" + } + + //REMOVED + "HudTeamSwitchBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTeamSwitchBG" + "xpos" "9999" + } + "SwitchImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "SwitchImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res new file mode 100644 index 0000000..4c32251 --- /dev/null +++ b/resource/ui/hudtournament.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/hudtournament.res" +#base "hudtournament_base.res" \ No newline at end of file diff --git a/resource/ui/hudtournament_base.res b/resource/ui/hudtournament_base.res new file mode 100644 index 0000000..177581d --- /dev/null +++ b/resource/ui/hudtournament_base.res @@ -0,0 +1,568 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "proportionaltoparent" "1" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "37" + "team2_player_delta_y" "0" + "teams_player_delta_x_comp" "37" + + if_competitive + { + "team1_player_base_y" "30" + } + if_readymode + { + "team1_player_base_y" "30" + } + if_mvm + { + "team1_player_base_y" "85" + } + + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + + "playerpanels_kv" + { + "visible" "0" + "wide" "40" + "tall" "26" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "FullBG" + { + "ControlName" "EditablePanel" + "fieldName" "FullBG" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "42" + "tall" "22" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "3" + "ypos" "3" + "zpos" "2" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "PlayerName" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "UltraSmall" + "xpos" "3" + "ypos" "rs1-2" + "zpos" "5" + "wide" "f6" + "tall" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "west" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor_override" "White" + "alpha" "255" + } + + "ReadyBG" + { + "ControlName" "EditablePanel" + "fieldName" "ReadyBG" + "xpos" "rs1-2" + "ypos" "2" + "zpos" "1" + "wide" "20" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/panels/material_transparent50" + "alpha" "255" + + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "-4" + "ypos" "-2" + "zpos" "10" + "wide" "13" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + "proportionaltoparent" "1" + "pin_to_sibling" "ReadyBG" + } + + "ClassImageBG" + { + "ControlName" "EditablePanel" + "fieldName" "ClassImageBG" + "xpos" "9999" + } + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "9999" + } + "RespawnTime" + { + "ControlName" "CExLabel" + "fieldName" "RespawnTime" + "xpos" "9999" + } + "ChargeAmount" + { + "ControlName" "CExLabel" + "fieldName" "ChargeAmount" + "xpos" "9999" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "xpos" "9999" + } + } + } + + "BlueTeamIcon" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamIcon" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "TeamIcon" + { + "controlName" "CExLabel" + "fieldName" "TeamIcon" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "3" + "visible" "1" + "enabled" "1" + "font" "Symbols 18" + "labelText" "R" + "textAlignment" "center" + "fgcolor" "Blue" + } + "TeamIconShadow" + { + "controlName" "CExLabel" + "fieldName" "TeamIconShadow" + "xpos" "1" + "ypos" "1" + "wide" "20" + "tall" "20" + "zpos" "2" + "visible" "1" + "enabled" "1" + "font" "Symbols 18 Blur" + "labelText" "R" + "textAlignment" "center" + "fgcolor" "Shadow" + } + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "RedTeamIcon" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamIcon" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "TeamIcon" + { + "controlName" "CExLabel" + "fieldName" "TeamIcon" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "3" + "visible" "1" + "enabled" "1" + "font" "Symbols 18" + "labelText" "R" + "textAlignment" "center" + "fgcolor" "Red" + } + "TeamIconShadow" + { + "controlName" "CExLabel" + "fieldName" "TeamIconShadow" + "xpos" "1" + "ypos" "1" + "wide" "20" + "tall" "20" + "zpos" "2" + "visible" "1" + "enabled" "1" + "font" "Symbols 18 Blur" + "labelText" "R" + "textAlignment" "center" + "fgcolor" "Shadow" + } + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentBLUEStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabel" + "font" "ReadyUp 24" + "fgcolor_override" "White" + "xpos" "0" + "ypos" "7" + "zpos" "2" + "wide" "26" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "west" + + "pin_to_sibling" "BlueTeamIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentBLUEStateLabelShadow" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabelShadow" + "font" "ReadyUp 24 Blur" + "fgcolor_override" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "26" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "west" + + "pin_to_sibling" "TournamentBLUEStateLabel" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentREDStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabel" + "font" "ReadyUp 24" + "fgcolor_override" "White" + "xpos" "0" + "ypos" "7" + "zpos" "2" + "wide" "26" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "west" + + "pin_to_sibling" "RedTeamIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentREDStateLabelShadow" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabelShadow" + "font" "ReadyUp 24 Blur" + "fgcolor_override" "Shadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "26" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "west" + + "pin_to_sibling" "TournamentREDStateLabel" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "font" "Size 9" + "fgcolor" "White" + "xpos" "r207" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "east" + "AllCaps" "1" + + if_mvm + { + "visible" "0" + } + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Size 24" + "xpos" "c-20" + "ypos" "r40" + "wide" "40" + "tall" "18" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "White" + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "Size 24 Blur" + "xpos" "c-19" + "ypos" "r39" + "wide" "40" + "tall" "18" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "Shadow" + } + + + + + + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "wide" "0" + } + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "wide" "0" + } + "HudTournamentBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBG" + "wide" "0" + } + "HudTournamentBLUEBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTournamentBLUEBG" + "wide" "0" + } + + "HudTournamentREDBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTournamentREDBG" + "wide" "0" + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "wide" "0" + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "wide" "0" + } + "TournamentInstructionsLabel" + { + "ControlName" "Label" + "fieldName" "TournamentInstructionsLabel" + "wide" "0" + } + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "wide" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res new file mode 100644 index 0000000..7a2846e --- /dev/null +++ b/resource/ui/hudtournamentsetup.res @@ -0,0 +1,170 @@ +"Resource/UI/HudTournamentSetup.res" +{ + "TournamentNameEdit" + { + "ControlName" "TextEntry" + "fieldName" "TournamentNameEdit" + "xpos" "3" + "ypos" "3" + "zpos" "5" + "wide" "44" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "6" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "font" "Size 11" + "labelText" "%teamname%" + "textAlignment" "west" + "PaintBackground" "1" + "Bgcolor_override" "Blank" + } + + "TournamentNameEditBG" + { + "ControlName" "EditablePanel" + "fieldName" "TournamentNameEditBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "50" + "tall" "18" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + } + + "TournamentReadyBG" + { + "ControlName" "EditablePanel" + "fieldName" "TournamentReadyBG" + "xpos" "0" + "ypos" "-4" + "zpos" "0" + "wide" "27" + "tall" "16" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialGreen" + + "pin_to_sibling" "TournamentNameEditBG" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "TournamentNotReadyBG" + { + "ControlName" "EditablePanel" + "fieldName" "TournamentNotReadyBG" + "xpos" "0" + "ypos" "-4" + "zpos" "0" + "wide" "27" + "tall" "16" + "autoResize" "0" + "paintbackground" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialRed" + + "pin_to_sibling" "TournamentNameEditBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "TournamentReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentReadyButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "27" + "tall" "16" + "zpos" "0" + "visible" "1" + "enabled" "1" + "labelText" "+" + "textAlignment" "center" + "command" "teamready" + "default" "1" + "font" "Symbols 12" + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + "paintbackground" "0" + "border" "MaterialGreen" + "pin_to_sibling" "TournamentReadyBG" + } + + "TournamentNotReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentNotReadyButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "27" + "tall" "16" + "zpos" "0" + "visible" "1" + "enabled" "1" + "labelText" "-" + "textAlignment" "center" + "command" "teamnotready" + "default" "1" + "font" "Symbols 12" + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + "paintbackground" "0" + "pin_to_sibling" "TournamentNotReadyBG" + } + + + + + + "HudTournamentSetupBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentSetupBG" + "xpos" "9999" + } + "TournamentSetupLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "xpos" "9999" + } + "TournamentTeamNameLabel" + { + "ControlName" "Label" + "fieldName" "TournamentTeamNameLabel" + "xpos" "9999" + } + "HudTournamentNameBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTournamentNameBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudupgradepanel.res b/resource/ui/hudupgradepanel.res new file mode 100644 index 0000000..5f464fa --- /dev/null +++ b/resource/ui/hudupgradepanel.res @@ -0,0 +1,684 @@ +"Resource/UI/HudUpgradePanel.res" +{ + "HudUpgradePanel" + { + "ControlName" "EditablePanel" + "fieldName" "HudUpgradePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + + "itempanel_xpos" "15" + "itempanel_ypos" "10" + "itempanel_xdelta" "5" + "itempanel_ydelta" "5" + + "upgradebuypanel_xpos" "160" + "upgradebuypanel_ypos" "65" + "upgradebuypanel_delta" "6" + + "modelpanels_kv" + { + "zpos" "-2" + "wide" "70" + "tall" "50" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "32" + "model_wide" "48" + "model_center_x" "1" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "BGGrayoutPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGGrayoutPanel" + "xpos" "9999" + } + + "SelectWeaponPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SelectWeaponPanel" + "xpos" "c-250" + "ypos" "85" + "wide" "500" + "tall" "310" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "border" "MaterialGrayDarkest" + + "InnerBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InnerBGPanel" + "xpos" "10" + "ypos" "50" + "zpos" "0" + "wide" "480" + "tall" "230" + "visible" "1" + "PaintBackground" "0" + "border" "MaterialGrayDark" + } + + "PlayerUpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "PlayerUpgradeButton" + "xpos" "15" + "ypos" "10" + "zpos" "-2" + "wide" "70" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "PLAYER" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "PlayerUpgrade" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + //"bgcolor_override" "142 132 121 255" + "alpha" "0" + } + + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "30" + "ypos" "15" + "zpos" "-2" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + + "SentryIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SentryIcon" + "xpos" "332" + "ypos" "12" + "wide" "34" + "tall" "34" + "zpos" "-2" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/eng_build_sentry" + } + + "ActiveTabPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ActiveTabPanel" + "xpos" "88" + "ypos" "8" + "zpos" "-3" + "wide" "74" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "PaintBackground" "1" + "PaintBackgroundtype" "0" + "bgcolor_override" "GrayDark" + } + + "MouseOverTabPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MouseOverTabPanel" + "xpos" "14" + "ypos" "9" + "zpos" "-6" + "wide" "72" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Main Theme" + "PaintBackgroundType" "0" + } + + "MouseOverUpgradePanel" + { + "ControlName" "EditablePanel" + "fieldName" "MouseOverUpgradePanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "158" + "tall" "48" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Main Theme" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel1" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel1" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel2" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel2" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel3" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel3" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel4" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel4" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel5" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel5" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel6" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel6" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "BlackLight" + "PaintBackgroundType" "0" + } + + "InactiveSeparatorPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveSeparatorPanel" + "xpos" "9999" + } + + "GreyedOutLabel" + { + "ControlName" "CExLabel" + "fieldName" "GreyedOutLabel" + "font" "Size 14" + "labelText" "%powerup_hint%" + "textAlignment" "north" + "wrap" "1" + "centerwrap" "1" + "xpos" "190" + "ypos" "95" + "zpos" "2" + "wide" "240" + "tall" "140" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + } + + "QuickEquipButton" + { + "ControlName" "CExButton" + "fieldName" "QuickEquipButton" + "xpos" "250" + "ypos" "195" + "zpos" "1" + "wide" "120" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_Quick_Equip_Bottle" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "quick_equip_bottle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "LoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "LoadoutButton" + "xpos" "250" + "ypos" "215" + "zpos" "1" + "wide" "120" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#OpenGeneralLoadout" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "open_charinfo_direct" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "UpgradeItemsDescriptionBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsDescriptionBG" + "xpos" "25" + "ypos" "65" + "zpos" "0" + "wide" "130" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "GrayDarkest" + } + + "UpgradeItemsDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemsDescriptionLabel" + "font" "Size 11" + "labelText" "%upgrade_description%" + "textAlignment" "center" + "wrap" "1" + "centerwrap" "1" + "xpos" "30" + "ypos" "65" + "zpos" "3" + "wide" "120" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "UpgradeItemsBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsBG" + "xpos" "25" + "ypos" "135" + "zpos" "0" + "wide" "130" + "tall" "130" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "GrayDarkest" + } + + "UpgradeItemsHeaderBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsHeaderBG" + "xpos" "25" + "ypos" "135" + "zpos" "1" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "BlackDark" + } + + "UpgradeItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemsLabel" + "font" "Size 12" + "labelText" "%upgrade_label%" + "textAlignment" "center" + "xpos" "25" + "ypos" "135" + "zpos" "2" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "UpgradeItemStatsLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemStatsLabel" + "font" "Size 8" + "labelText" "" + "textAlignment" "north-west" + "xpos" "30" + "ypos" "160" + "zpos" "3" + "wide" "120" + "tall" "105" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "CreditsBG" + { + "ControlName" "EditablePanel" + "fieldName" "CreditsBG" + "xpos" "10" + "ypos" "r32" + "wide" "80" + "zpos" "1" + "tall" "24" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialGrayDark" + } + + "CreditsIcon" + { + "ControlName" "CExLabel" + "fieldName" "CreditsIcon" + "font" "Symbols 20" + "labelText" "6" + "textAlignment" "west" + "xpos" "-5" + "ypos" "1" + "zpos" "2" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditsBG" + } + + "CreditsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsLabel" + "font" "Size 20" + "labelText" "%credits%" + "textAlignment" "east" + "xpos" "-10" + "ypos" "0" + "zpos" "2" + "wide" "60" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditsBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CreditsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsTextLabel" + "xpos" "9999" + } + + "RespecButton" + { + "ControlName" "CExButton" + "fieldName" "RespecButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeRespec" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "1" + "Command" "respec" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "CreditsBG" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "rs1-10" + "ypos" "r32" + "zpos" "1" + "wide" "125" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeDone" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "close" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "125" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeCancel" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "CloseButton" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + } + + "TipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TipPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/ingamequeuestatus.res b/resource/ui/ingamequeuestatus.res new file mode 100644 index 0000000..fde6346 --- /dev/null +++ b/resource/ui/ingamequeuestatus.res @@ -0,0 +1,56 @@ +"Resource/UI/InGameQueueStatus.res" +{ + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1001" + "wide" "f0" + "tall" "480" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "255" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "r22" + "ypos" "r31" + "zpos" "100" + "wide" "22" + "tall" "22" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "8" + "velocity" "100" + + "fgcolor_override" "White" + } + + "QueueText" + { + "ControlName" "Label" + "fieldName" "QueueText" + "xpos" "r102" + "ypos" "r11" + "zpos" "100" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "Size 10" + "AllCaps" "1" + "fgcolor_override" "White" + "textAlignment" "east" + "labelText" "In Queue" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/intromenu.res b/resource/ui/intromenu.res new file mode 100644 index 0000000..d951a6e --- /dev/null +++ b/resource/ui/intromenu.res @@ -0,0 +1,247 @@ +"Resource/UI/IntroMenu.res" +{ + "intro" + { + "ControlName" "CTFIntroMenu" + "fieldName" "intro" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "IntroFrame" + { + "ControlName" "EditablePanel" + "fieldName" "IntroFrame" + "xpos" "-5" + "ypos" "-5" + "zpos" "1" + "wide" "867" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "-5" + "ypos" "-4" + "zpos" "2" + "wide" "867" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "intro movie" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "1" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "IntroFrame" + } + + "VideoBackground" + { + "ControlName" "EditablePanel" + "fieldName" "VideoBackground" + "font" "Default" + "xpos" "c-160" + "ypos" "c-185" + "zpos" "0" + "wide" "320" + "tall" "245" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "VideoPanel" + { + "ControlName" "CTFVideoPanel" + "fieldName" "VideoPanel" + "xpos" "-10" + "ypos" "-10" + "zpos" "3" + "wide" "300" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "start_delay" "0" + "end_delay" "0" + + "pin_to_sibling" "VideoBackground" + } + + "CaptionBackground" + { + "ControlName" "EditablePanel" + "fieldName" "CaptionBackground" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "320" + "tall" "40" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + + "pin_to_sibling" "VideoBackground" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "VideoCaption" + { + "ControlName" "CExLabel" + "fieldName" "VideoCaption" + "xpos" "-5" + "ypos" "-5" + "zpos" "6" + "wide" "310" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" " " + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Size 11" + "fgcolor" "White" + "wrap" "1" + "centerwrap" "1" + + "pin_to_sibling" "CaptionBackground" + } + + "Skip" + { + "ControlName" "CExButton" + "fieldName" "Skip" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "320" + "tall" "22" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Skip Movie (&E)" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "skip" + "font" "Size 14" + + "AllCaps" "1" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialTransparent70" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "CaptionBackground" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Back" + { + "ControlName" "CExButton" + "fieldName" "Back" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "320" + "tall" "22" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "BACK (&Q)" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "back" + "font" "Size 14" + + "AllCaps" "1" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialTransparent70" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "Skip" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + + + + + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "Continue" + { + "ControlName" "CExButton" + "fieldName" "Continue" + "xpos" "9999" + } + "ReplayVideo" + { + "ControlName" "CExButton" + "fieldName" "ReplayVideo" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/invitenotification.res b/resource/ui/invitenotification.res new file mode 100644 index 0000000..7d67991 --- /dev/null +++ b/resource/ui/invitenotification.res @@ -0,0 +1,187 @@ +"Resource/UI/ChatPopup.res" +{ + "InviteNotification" + { + "fieldName" "InviteNotification" + "zpos" "1001" + "wide" "200" + "tall" "35" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "avatar" + { + // "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "5" + "ypos" "rs1-5" + "zpos" "101" + "wide" "25" + "tall" "25" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + } + + "Text" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "Text" + + + if_incoming + { + "xpos" "rs1-5" + "wide" "f35" + } + + "xpos" "rs1-30" + "ypos" "0" + "wide" "f65" + "tall" "17" + "labelText" "%invite%" + "textAlignment" "east" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor_override" "WhiteDark" + + "fonts" + { + "1" + { + "font" "Size 10" + } + + "2" + { + "font" "Size 9" + } + + "3" + { + "font" "Size 8" + } + + "4" + { + "font" "Size 7" + } + } + + "colors" + { + "1" "Main Theme" + "2" "White" + } + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "rs1-5" + "ypos" "7" + "zpos" "104" + "wide" "o1" + "tall" "20" + "visible" "1" + + if_incoming + { + "visible" "0" + } + + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "255" + + "radius" "10" + "velocity" "60" + "fgcolor_override" "WhiteDark" + } + + "AcceptButton" + { + "ControlName" "CExButton" + "fieldName" "AcceptButton" + "xpos" "rs1-70" + "ypos" "rs1-5" + "wide" "80" + "zpos" "100" + "tall" "16" + + "visible" "1" + + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "accept" + "proportionaltoparent" "1" + "labeltext" "#Notifications_Accept" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGreen" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DeclineButton" + { + "ControlName" "CExButton" + "fieldName" "DeclineButton" + + if_incoming + { + "xpos" "rs1-5" + } + + "xpos" "rs1-30" + + "ypos" "rs1-5" + "wide" "60" + "zpos" "100" + "tall" "16" + + "visible" "1" + + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "decline" + "proportionaltoparent" "1" + "labeltext" "%cancel_text%" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialRed" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/itemoptionspanel.res b/resource/ui/itemoptionspanel.res new file mode 100644 index 0000000..141bc97 --- /dev/null +++ b/resource/ui/itemoptionspanel.res @@ -0,0 +1,101 @@ +"Resource/UI/ItemOptionsPanel.res" +{ + "PanelListPanel" + { + "ControlName" "CPanelListPanel" + "fieldName" "PanelListPanel" + "xpos" "0" + "ypos" "0" + "wide" "f-19" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionalToParent" "1" + "autohide_scrollbar" "1" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "HatUseHeadCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "HatUseHeadCheckButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "RoundedCorners" "15" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_ParticleHatUseHead" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "1" + "wrap" "0" + "centerwrap" "0" + "textinsetx" "6" + "auto_wide_tocontents" "0" + "use_proportional_insets" "0" + "Default" "0" + "Command" "particle_use_head_clicked" + } + + "HatParticleSlider" + { + "ControlName" "CCvarSlider" + "fieldName" "HatParticleSlider" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "autoResize" "0" + "RoundedCorners" "15" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "fgcolor_override" "White" + } + + "SetStyleButton" + { + "ControlName" "CExButton" + "fieldName" "SetStyleButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Item_SelectStyle" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "set_style" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "Main Theme" + "depressedBgColor_override" "GrayDark" + } + } +} diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res new file mode 100644 index 0000000..a22c855 --- /dev/null +++ b/resource/ui/itemquickswitch.res @@ -0,0 +1,144 @@ +"Resource/UI/ItemQuickSwitch.res" +{ + "ItemQuickSwitchPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemQuickSwitchPanel" + "xpos" "r241" + "ypos" "295" + "wide" "250" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + + "paintbackground" "0" + "paintborder" "0" + + "itempanel_xpos" "0" + "itempanel_ydelta" "0" + + "itemskv" + { + "wide" "210" + "tall" "30" + "paintbackground" "0" + "border" "MaterialTransparent50" + "text_forcesize" "2" + + "model_xpos" "25" + "model_ypos" "3" + "model_wide" "48" + "model_tall" "24" + + "text_center" "1" + "text_xpos" "50" + "text_wide" "170" + "name_only" "1" + + "noitem_textcolor" "White" + } + } + + "itemcontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainerscroller" + "xpos" "30" + "ypos" "4" + "wide" "250" + "tall" "113" + "PaintBackgroundType" "2" + "fgcolor_override" "Blank" + "bgcolor_override" "Blank" + "autohide_buttons" "1" + } + + "CustomBG" + { + "ControlName" "EditablePanel" + "fieldName" "CustomBG" + "xpos" "-2" + "ypos" "0" + "zpos" "-1" + "wide" "244" + "tall" "121" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "itemcontainer" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainer" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "125" + "PaintBackgroundType" "2" + "bgcolor_override" "Blank" + "border" "noborder" + + "CurrentlyEquippedBackground" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyEquippedBackground" + "font" "Symbols 20" + "labelText" "+" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "24" + "tall" "24" + "visible" "1" + "PaintBackgroundType" "2" + "fgcolor" "White" + } + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "xpos" "4" + "ypos" "7" + "zpos" "20" + "wide" "30" + "tall" "f0" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "ItemSlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemSlotLabel" + "xpos" "9999" + } + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res new file mode 100644 index 0000000..7e5a583 --- /dev/null +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -0,0 +1,320 @@ +"Resource/UI/ItemRenameConfirmationDialog.res" +{ + "ItemRenameConfirmationDialog" + { + "fieldName" "ItemRenameConfirmationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 15" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 15" + "labelText" "#CraftAskNameConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "GivenName" + { + "ControlName" "CExLabel" + "fieldName" "GivenName" + "font" "Size 24" + "labelText" "%name%" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 15" + "labelText" "#CraftAskNameWarning" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "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 (&Q)" + "font" "Size 15" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 15" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res new file mode 100644 index 0000000..f193312 --- /dev/null +++ b/resource/ui/itemrenamedialog.res @@ -0,0 +1,426 @@ +"Resource/UI/ItemRenameDialog.res" +{ + "ItemRenameDialog" + { + "fieldName" "ItemRenameDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" "White" + "centerwrap" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 15" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "OldItemNameBG" + { + "ControlName" "CExLabel" + "fieldName" "OldItemNameBG" + "font" "Size 15" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "90" + "zpos" "-1" + "wide" "380" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "GrayDarkest" + "paintbackgroundtype" "0" + } + + "OldItemNameDescLabel" + { + "ControlName" "CExLabel" + "fieldName" "OldItemNameDescLabel" + "font" "Size 12" + "labelText" "#ToolItemRenameOldItemName" + "textAlignment" "west" + "xpos" "-5" + "ypos" "0" + "zpos" "0" + "wide" "150" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "paintbackground" "0" + + "pin_to_sibling" "OldItemNameBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "OldItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OldItemNameLabel" + "font" "Size 12" + "labelText" "%oldname%" + "textAlignment" "east" + "xpos" "-5" + "ypos" "0" + "wide" "220" + "tall" "24" + "autoResize" "1" + "pinCorner" "0" + "wrap" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "paintbackground" "0" + + "pin_to_sibling" "OldItemNameBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "NewItemNameBG" + { + "ControlName" "CExLabel" + "fieldName" "NewItemNameBG" + "font" "Size 15" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "130" + "zpos" "-1" + "wide" "380" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "GrayDarkest" + "paintbackgroundtype" "0" + } + + "NewItemNameDescLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewItemNameDescLabel" + "font" "Size 12" + "labelText" "#ToolItemRenameNewItemName" + "textAlignment" "west" + "xpos" "-5" + "ypos" "0" + "zpos" "0" + "wide" "150" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "paintbackground" "0" + + "pin_to_sibling" "NewItemNameBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "CustomNameEntry" + { + "ControlName" "TextEntry" + "fieldName" "CustomNameEntry" + "xpos" "-5" + "ypos" "0" + "wide" "220" + "tall" "24" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "32" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "BlackDark" + "paintbackgroundtype" "0" + "labelText" "" + "font" "Size 12" + "AllCaps" "1" + "textAlignment" "west" + + "pin_to_sibling" "NewItemNameBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 15" + "labelText" "#ToolConfirmWarning" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "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 (&Q)" + "font" "Size 15" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "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" "Size 15" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/itemrenameinvaliddialog.res b/resource/ui/itemrenameinvaliddialog.res new file mode 100644 index 0000000..238edea --- /dev/null +++ b/resource/ui/itemrenameinvaliddialog.res @@ -0,0 +1,244 @@ +"Resource/UI/ItemRenameInvalidDialog.res" +{ + "ItemRenameConfirmationDialog" + { + "fieldName" "ItemRenameConfirmationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 15" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ToolBG" + { + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "Size 14" + "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" "9999" + } + + "tool_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + "SubjectBG" + { + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "Size 14" + "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" "9999" + } + "subject_modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "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" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "ConfirmLabel" + { + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "Size 15" + "labelText" "#CraftInvalidName" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "GivenName" + { + "ControlName" "CExLabel" + "fieldName" "GivenName" + "font" "Size 24" + "labelText" "%name%" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 15" + "labelText" "#CraftInvalidNameDetail" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + } + + "BackFromInvalidButton" + { + "ControlName" "CExButton" + "fieldName" "BackFromInvalidButton" + "xpos" "135" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_OK" + "font" "Size 15" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "backfrominvalid" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res new file mode 100644 index 0000000..9778bd0 --- /dev/null +++ b/resource/ui/itemselectionpanel.res @@ -0,0 +1,5 @@ +#base "../../customizations/resolutions/4x3/itemselectionpanel.res" +#base "../../customizations/resolutions/5x4/itemselectionpanel.res" +#base "../../customizations/resolutions/16x10/itemselectionpanel.res" +#base "../../customizations/resolutions/16x9/itemselectionpanel.res" +#base "itemselectionpanel_base.res" \ No newline at end of file diff --git a/resource/ui/itemselectionpanel_base.res b/resource/ui/itemselectionpanel_base.res new file mode 100644 index 0000000..c91dc77 --- /dev/null +++ b/resource/ui/itemselectionpanel_base.res @@ -0,0 +1,490 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemSelectionPanel" + "xpos" "0" + "ypos" "0" + "zpos" "500" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "bgcolor_override" "GrayDarkest" + + "item_ypos" "60" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-352" + "item_backpack_xdelta" "-2" + "item_backpack_ydelta" "-2" + + "modelpanels_selection_kv" + { + "wide" "119" + "tall" "93" + "model_xpos" "2" + "model_wide" "80" + "model_tall" "57" + "model_center_x" "1" + "text_ypos" "0" + "text_forcesize" "2" + "text_center" "0" + "text_yoffset" "4" + "inset_eq_y" "3" + + "deferred_description" "1" + "deferred_icon" "1" + } + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "72" + "tall" "57" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_center_x" "1" + "model_center_y" "1" + "model_xpos" "5" + "model_ypos" "5" + "model_wide" "" + "model_tall" "43" + + "text_ypos" "60" + "text_center" "1" + "name_only" "2" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "duplicatelabels_kv" + { + "font" "ItemFontNameSmallest" + "textAlignment" "center" + "wide" "20" + "tall" "15" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "fgcolor" "153 204 255 255" + } + } + + "BackpackBGCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackpackBGCustom" + "xpos" "cs-0.5" + "ypos" "c-183" + "zpos" "-1" + "wide" "710" + "tall" "282" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "-20" + "ypos" "5" + "zpos" "1" + "wide" "122" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "paintbackgroundtype" "0" + "font" "Size 11" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "NameFilterBG" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterBG" + "font" "Symbols 18" + "xpos" "20" + "ypos" "5" + "zpos" "0" + "wide" "147" + "tall" "24" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "textAlignment" "west" + "textinsetx" "11" + "labeltext" "q" + "fgcolor_override" "White" + + "border" "MaterialGrayDarker" + + "pin_to_sibling" "NameFilterTextEntry" + } + "NameFilterLine" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterLine" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "119" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "WhiteDark" + "alpha" "25" + "proportionaltoparent" "1" + "pin_to_sibling" "NameFilterTextEntry" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "8" + "ypos" "0" + "zpos" "1" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 18" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "50" + "tall" "24" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Main Theme" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "8" + "ypos" "0" + "zpos" "1" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "710" + "tall" "24" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + + "AllCaps" "1" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "ShowBackpack" + { + "ControlName" "CExButton" + "fieldName" "ShowBackpack" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "150" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "backpack" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_backpack" + "AllCaps" "1" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ShowSelection" + { + "ControlName" "CExButton" + "fieldName" "ShowSelection" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "150" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "show selection" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_selection" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "BackpackBGCustom" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "102" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "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" "White" + "centerwrap" "1" + } + } + + + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "xpos" "9999" + } + "TopLine" + { + "ControlName" "ImagePanel" + "fieldName" "TopLine" + "xpos" "9999" + } + "BottomLine" + { + "ControlName" "ImagePanel" + "fieldName" "BottomLine" + "xpos" "9999" + } + "ItemSlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemSlotLabel" + "xpos" "9999" + } + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "xpos" "9999" + } + "OnlyAllowUniqueQuality" + { + "ControlName" "CheckButton" + "fieldName" "OnlyAllowUniqueQuality" + "xpos" "99999" + } +} \ No newline at end of file diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res new file mode 100644 index 0000000..f48adac --- /dev/null +++ b/resource/ui/mainmenuoverride.res @@ -0,0 +1,2004 @@ +// Preloads custom icons for the in-game HUD (necessary for them to function): +#base "../../resource/tools/vtf preload.res" + +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-285" + "button_y" "120" + "button_y_delta" "5" + + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////RANK PANEL//////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "145" + "ypos" "1" + "zpos" "10003" + "wide" "200" + "tall" "30" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_type" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "-55" + "ypos" "-3" + "zpos" "10004" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + + "pin_to_sibling" "RankPanel" + } + + "CycleRankTypeButton" + { + "ControlName" "CExImageButton" + "fieldName" "CycleRankTypeButton" + "xpos" "0" + "ypos" "0" + "zpos" "10004" + "wide" "70" + "tall" "18" + "visible" "1" + "enabled" "1" + "command" "open_rank_type_menu" + "actionsignallevel" "1" + "proportionaltoparent" "1" + + "alpha" "0" + + "pin_to_sibling" "RankPanel" + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////FRIENDS PANEL//////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "FriendsContainer" + { + "ControlName" "EditablePanel" + "fieldname" "FriendsContainer" + "xpos" "0" + "ypos" "-2" + "zpos" "5" + "wide" "242" + "tall" "82" + "visible" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "pin_to_sibling" "Settings" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SteamFriendsList" + { + "ControlName" "CSteamFriendsListPanel" + "fieldname" "SteamFriendsList" + "xpos" "3" + "ypos" "4" + "zpos" "500" + "wide" "242" + "tall" "74" + "visible" "1" + "proportionaltoparent" "1" + + "columns_count" "3" + "inset_x" "1" + "inset_y" "0" + "row_gap" "0" + "column_gap" "0" + "restrict_width" "0" + + "friendpanel_kv" + { + "wide" "77" + "tall" "20" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "232" + "ypos" "0" + "tall" "f0" + "wide" "3" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "WhiteDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////MAIN BUTTONS///////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "MainMenuAnchor" + { + "ControlName" "EditablePanel" + "fieldname" "MainMenuAnchor" + "xpos" "c-123" + "ypos" "140" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "0" + } + + "Items" + { + "ControlName" "EditablePanel" + "fieldname" "Items" + "xpos" "0" + "ypos" "0" + "zpos" "15" + "wide" "162" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "MainMenuAnchor" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "162" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "Store" + { + "ControlName" "EditablePanel" + "fieldname" "Store" + "xpos" "-2" + "ypos" "0" + "zpos" "15" + "wide" "82" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "Items" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "82" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "Settings" + { + "ControlName" "EditablePanel" + "fieldname" "Settings" + "xpos" "0" + "ypos" "-2" + "zpos" "15" + "wide" "82" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "Items" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "82" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "AdvancedSettings" + { + "ControlName" "EditablePanel" + "fieldname" "AdvancedSettings" + "xpos" "-2" + "ypos" "0" + "zpos" "15" + "wide" "162" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "Settings" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "162" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialBlackLight" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////IN-GAME ONLY BUTTONS///////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "Vote" + { + "ControlName" "EditablePanel" + "fieldname" "Vote" + "xpos" "10" + "ypos" "r51" + "zpos" "15" + "wide" "48" + "tall" "42" + "visible" "1" + + //"pin_to_sibling" "Mute" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "48" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Symbols 30" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "Mute" + { + "ControlName" "EditablePanel" + "fieldname" "Mute" + "xpos" "-2" + "ypos" "0" + "zpos" "15" + "wide" "48" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "Vote" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "48" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 30" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "Report" + { + "ControlName" "EditablePanel" + "fieldname" "Report" + "xpos" "-2" + "ypos" "0" + "zpos" "15" + "wide" "48" + "tall" "42" + "visible" "1" + + "pin_to_sibling" "Mute" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "48" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 30" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////IN-GAME TOOLS//////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "ToolsBG" + { + "ControlName" "EditablePanel" + "fieldname" "ToolsBG" + "xpos" "r150" + "ypos" "r55" + "zpos" "15" + "wide" "140" + "tall" "49" + "visible" "1" + "enabled" "1" + //"border" "MaterialBlackLight" + + "DamageBG" + { + "ControlName" "EditablePanel" + "fieldname" "DamageBG" + "xpos" "rs1-2" + "ypos" "3" + "zpos" "1" + "wide" "39" + "tall" "45" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "MaterialGrayDarker" + + "DamageColorLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageColorLabel" + "font" "Size 7" + "labelText" "Damage Color:" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "3" + "zpos" "1" + "wide" "33" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor_override" "WhiteDark" + } + } + + //"pin_to_sibling" "FriendsContainer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ReloadScheme" + { + "ControlName" "EditablePanel" + "fieldname" "ReloadScheme" + "xpos" "-3" + "ypos" "-3" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "ToolsBG" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "ClosedCaptionsON" + { + "ControlName" "EditablePanel" + "fieldname" "ClosedCaptionsON" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "ReloadScheme" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "ClosedCaptionsOFF" + { + "ControlName" "EditablePanel" + "fieldname" "ClosedCaptionsOFF" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "ClosedCaptionsON" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "BlackDark" + "armedFgColor_override" "BlackDark" + "depressedFgColor_override" "BlackDark" + } + } + + "SoundFix" + { + "ControlName" "EditablePanel" + "fieldname" "SoundFix" + "xpos" "-3" + "ypos" "-2" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "ToolsBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "InviliblePlayersFix" + { + "ControlName" "EditablePanel" + "fieldname" "InviliblePlayersFix" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "SoundFix" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "NetgraphToggle" + { + "ControlName" "EditablePanel" + "fieldname" "NetgraphToggle" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "InviliblePlayersFix" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "MatchStatusToggle" + { + "ControlName" "EditablePanel" + "fieldname" "MatchStatusToggle" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "ClosedCaptionsOFF" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "ChatToggle" + { + "ControlName" "EditablePanel" + "fieldname" "ChatToggle" + "xpos" "-4" + "ypos" "0" + "zpos" "16" + "wide" "28" + "tall" "24" + "visible" "1" + + "pin_to_sibling" "NetgraphToggle" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "DamageWhite" + { + "ControlName" "EditablePanel" + "fieldname" "DamageWhite" + "xpos" "1" + "ypos" "0" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "DamageYellow" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "227 228 230 255" + "armedFgColor_override" "227 228 230 255" + "depressedFgColor_override" "227 228 230 255" + } + } + + "DamageYellow" + { + "ControlName" "EditablePanel" + "fieldname" "DamageYellow" + "xpos" "1" + "ypos" "0" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "DamageRed" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "255 230 60 255" + "armedFgColor_override" "255 230 60 255" + "depressedFgColor_override" "255 230 60 255" + } + } + + "DamageRed" + { + "ControlName" "EditablePanel" + "fieldname" "DamageRed" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "DamageBlu" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "255 61 61 255" + "armedFgColor_override" "255 61 61 255" + "depressedFgColor_override" "255 61 61 255" + } + } + + "DamageGreen" + { + "ControlName" "EditablePanel" + "fieldname" "DamageGreen" + "xpos" "1" + "ypos" "0" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "DamageBlue" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "139 229 36 255" + "armedFgColor_override" "139 229 36 255" + "depressedFgColor_override" "139 229 36 255" + } + } + + "DamageBlue" + { + "ControlName" "EditablePanel" + "fieldname" "DamageBlue" + "xpos" "1" + "ypos" "0" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "DamageBlu" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "150 200 225 255" + "armedFgColor_override" "150 200 225 255" + "depressedFgColor_override" "150 200 225 255" + } + } + + "DamageBlu" + { + "ControlName" "EditablePanel" + "fieldname" "DamageBlu" + "xpos" "-6" + "ypos" "-6" + "zpos" "16" + "wide" "10" + "tall" "10" + "visible" "1" + + "pin_to_sibling" "ToolsBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "80 150 255 255" + "armedFgColor_override" "80 150 255 255" + "depressedFgColor_override" "80 150 255 255" + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////NOTIFICATION BUTTON///////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "0" + "ypos" "-2" + "zpos" "16" + "wide" "242" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "FriendsContainer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "Notifications_CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabel" + "font" "Size 12" + "labelText" "%noticount%" + "textAlignment" "center" + "xpos" "2" + "ypos" "3" + "zpos" "1" + "wide" "25" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "border" "MaterialGrayLight" + "mouseinputenabled" "0" + } + + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "242" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Notification" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "default" "1" + "actionsignallevel" "2" + "Command" "noti_show" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + } + + "SubImage" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "9999" + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////BOTTOM BAR BACKGROUND//////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "-10" + "ypos" "r63" + "zpos" "0" + "wide" "p1.02" + "tall" "70" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialReverseBlackLight" + } + + "HypnotizeHUD" + { + "ControlName" "CExImageButton" + "fieldName" "Hypnotize" + "font" "Size 20" + "xpos" "cs-0.5" + "ypos" "r57" + "zpos" "1" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "dogHUD" + "textAlignment" "center" + "command" "engine echo Bark, bark!" + "paintbackground" "0" + "paintborder" "0" + "defaultFgColor_override" "GrayDarker" + "armedFgColor_override" "GrayDarker" + "depressedFgColor_override" "GrayDarker" + "sound_depressed" "ambient/dog1.wav" + "sound_released" "" + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////BOTTOM MENU BUTTONS//////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "Streams" + { + "ControlName" "EditablePanel" + "fieldname" "Streams" + "xpos" "c-74" + "ypos" "r32" + "zpos" "16" + "wide" "22" + "tall" "25" + "visible" "1" + +// "pin_to_sibling" "BottomBar" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "22" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "Contracker" + { + "ControlName" "EditablePanel" + "fieldname" "Contracker" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "22" + "tall" "25" + "visible" "1" + + "pin_to_sibling" "Streams" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "22" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 22" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "Favorite" + { + "ControlName" "EditablePanel" + "fieldname" "Favorite" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "22" + "tall" "25" + "visible" "0"//"1" + + "pin_to_sibling" "Contracker" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "22" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 22" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "DemoUI" + { + "ControlName" "EditablePanel" + "fieldname" "DemoUI" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "21" + "tall" "25" + "visible" "1" + + "pin_to_sibling" "Favorite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "21" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 22" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "Achievements" + { + "ControlName" "EditablePanel" + "fieldname" "Achievements" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "17" + "tall" "26" + "visible" "1" + + "pin_to_sibling" "DemoUI" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "17" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "Replays" + { + "ControlName" "EditablePanel" + "fieldname" "Replays" + "xpos" "2" + "ypos" "0" + "zpos" "16" + "wide" "22" + "tall" "26" + "visible" "1" + + "pin_to_sibling" "Achievements" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "22" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 22" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + "Workshop" + { + "ControlName" "EditablePanel" + "fieldname" "Workshop" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "23" + "tall" "25" + "visible" "1" + + "pin_to_sibling" "Replays" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "23" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Symbols 20" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "FgColor" "WhiteGray" + "defaultFgColor_override" "WhiteGray" + "armedFgColor_override" "Main Theme" + "depressedFgColor_override" "WhiteGray" + } + } + + ///////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////PANELS/////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////////////////////////// + + "Notifications_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_Panel" + "xpos" "0" + "ypos" "-2" + "zpos" "17" + "wide" "242" + "tall" "80" + "visible" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "pin_to_sibling" "FriendsContainer" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + + "Notifications_CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "Command" "noti_hide" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "Notifications_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_TitleLabel" + "font" "Size 14" + "labelText" "%notititle%" + "textAlignment" "north-west" + "xpos" "12" + "ypos" "8" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "wrap" "1" + } + + "Notifications_Scroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "Notifications_Scroller" + "xpos" "8" + "ypos" "25" + "wide" "242" + "tall" "135" + "PaintBackgroundType" "0" + "fgcolor_override" "White" + + "Notifications_Control" + { + "ControlName" "CMainMenuNotificationsControl" + "fieldName" "Notifications_Control" + "xpos" "0" + "ypos" "0" + "wide" "236" + "tall" "135" + "visible" "1" + } + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "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" "White" + "centerwrap" "1" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "210" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackground" "0" + "border" "MaterialTransparent50" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "Size 14" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "wrap" "1" + "AllCaps" "1" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Size 14" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "auto_wide_tocontents" "1" + "AllCaps" "1" + } + } + "MOTD_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_Panel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mainmenuplaylistentry.res b/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..276979a --- /dev/null +++ b/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,168 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "200" + "tall" "45" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Size 20" + "textAlignment" "center" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "Size 9" + "fgcolor_override" "Red" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + + + + + + + + + + + + + + + + + + + + + + + ////DEAD STUFF//// + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "9999" + } + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + "BGColor" + { + "ControlName" "EditablePanel" + "fieldName" "BGColor" + "xpos" "9999" + } + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + } + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "51" + "wide" "0" + "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "9999" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "9999" + } + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res new file mode 100644 index 0000000..50fd6f5 --- /dev/null +++ b/resource/ui/mapinfomenu.res @@ -0,0 +1,214 @@ +"Resource/UI/MapInfoMenu.res" +{ + "mapinfo" + { + "ControlName" "Frame" + "fieldName" "mapinfo" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "MapFrame" + { + "ControlName" "EditablePanel" + "fieldName" "MapFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "1" + "wide" "p1.02" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "MapInfoTitle" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoTitle" + "xpos" "0" + "ypos" "-4" + "zpos" "2" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%mapname%" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "1" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "MapFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "c-200" + "ypos" "c-100" + "zpos" "0" + "wide" "400" + "tall" "200" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "MapInfoText" + { + "ControlName" "CExRichText" + "fieldName" "MapInfoText" + "font" "Size 11" + "xpos" "-5" + "ypos" "-5" + "zpos" "3" + "wide" "390" + "tall" "190" + "autoResize" "3" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "textAlignment" "center" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "Background" + } + + "ok" + { + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" " CONTINUE (&E)" + "textAlignment" "center" + "textinsety" "1" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "continue" + "default" "1" + "font" "Size 18" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialTransparent70" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "MapInfoWatchIntro" + { + "ControlName" "CTFButton" + "fieldName" "MapInfoWatchIntro" + "xpos" "0" + "ypos" "0" + "zpos" "11" + "wide" "400" + "tall" "22" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_WatchIntro" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "intro" + "default" "1" + "paintbackground" "0" + "font" "Size 14" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialTransparent70" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "ok" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + + + + + "MapInfoBack" + { + "ControlName" "CTFButton" + "fieldName" "MapInfoBack" + "xpos" "9999" + } + "MapInfoType" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoType" + "xpos" "9999" + } + "MapInfoContinue" + { + "ControlName" "CTFButton" + "fieldName" "MapInfoContinue" + "xpos" "9999" + } + "MenuBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "MapImage" + { + "ControlName" "ImagePanel" + "fieldName" "MapImage" + "xpos" "9999" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/matchhistoryentrypanel.res b/resource/ui/matchhistoryentrypanel.res new file mode 100644 index 0000000..4022275 --- /dev/null +++ b/resource/ui/matchhistoryentrypanel.res @@ -0,0 +1,498 @@ +"MatchHistoryEntryPanel" +{ + "MatchEntry" + { + "fieldName" "MatchEntry" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "17" + "proportionaltoparent" "1" + "resize_time" "0.2" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "GrayDark" + + "EntryToggleButton" + { + "ControlName" "CExButton" + "fieldName" "EntryToggleButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "toggle_collapse" + "labeltext" "" + + "paintborder" "1" + "defaultBgColor_override" "GrayDark" + "armedBgColor_override" "GrayMedium" + + "sound_armed" "ui/item_info_mouseover.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "WinLabel" + { + "ControlName" "Label" + "fieldName" "WinLabel" + "xpos" "10" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "0" + "mouseinputenabled" "0" + + "labeltext" "#TF_Competitive_MatchHistory_Win" + "font" "Size 9" + "fgcolor_override" "Green" + "textAlignment" "west" + "AllCaps" "1" + } + + "LossLabel" + { + "ControlName" "Label" + "fieldName" "LossLabel" + "xpos" "10" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "0" + "mouseinputenabled" "0" + + "labeltext" "#TF_Competitive_MatchHistory_Loss" + "font" "Size 9" + "fgcolor_override" "Red" + "textAlignment" "west" + "AllCaps" "1" + } + + "DateLabel" + { + "ControlName" "Label" + "fieldName" "DateLabel" + "xpos" "p0.2" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%match_date%" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "west" + "AllCaps" "1" + } + + "MapNameLabel" + { + "ControlName" "Label" + "fieldName" "MapNameLabel" + "xpos" "p0.60" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%map_name%" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "west" + "AllCaps" "1" + } + + "KDLabel" + { + "ControlName" "Label" + "fieldName" "KDLabel" + "xpos" "p0.9" + "ypos" "0" + "wide" "100" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%kd_ratio%" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "west" + "AllCaps" "1" + } + } + + "BottomStats" + { + "ControlName" "EditablePanel" + "fieldName" "BottomStats" + "xpos" "0" + "ypos" "17" + "wide" "f0" + "tall" "0" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 190" + "autoresize" "2" + "pincorner" "3" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "99999" + } + + "SlidingStatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SlidingStatsContainer" + "xpos" "0" + "ypos" "rs1+17" + "wide" "f0" + "tall" "50" + "proportionaltoparent" "1" + + "pincorner" "3" // Just slide down + + "BGImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "BGImage" + "xpos" "-2" + "ypos" "0" + "wide" "o1" + "tall" "50" + "image" "casual\gametype_koth" + "proportionaltoparent" "1" + } + + "GradientImage" + { + "ControlName" "ImagePanel" + "fieldName" "GradientImage" + "xpos" "99999" + } + + // First column + "KillsMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "KillsMedal" + "xpos" "p0.2-10" + "ypos" "2" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "KillsLabel" + { + "ControlName" "Label" + "fieldName" "KillsLabel" + "xpos" "p0.21" + "ypos" "0" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_kills%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + "DeathsLabel" + { + "ControlName" "Label" + "fieldName" "DeathsLabel" + "xpos" "p0.21" + "ypos" "10" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_deaths%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + "DamageMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "DamageMedal" + "xpos" "p0.2-10" + "ypos" "22" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "DamageLabel" + { + "ControlName" "Label" + "fieldName" "DamageLabel" + "xpos" "p0.21" + "ypos" "20" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_damage%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + // Second column + "HealingMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HealingMedal" + "xpos" "p0.6-10" + "ypos" "2" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "HealingLabel" + { + "ControlName" "Label" + "fieldName" "HealingLabel" + "xpos" "p0.6" + "ypos" "0" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_healing%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + "SupportMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SupportMedal" + "xpos" "p0.6-10" + "ypos" "12" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "SupportLabel" + { + "ControlName" "Label" + "fieldName" "SupportLabel" + "xpos" "p0.6" + "ypos" "10" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_support%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + "ScoreMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ScoreMedal" + "xpos" "p0.6-10" + "ypos" "22" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "ScoreLabel" + { + "ControlName" "Label" + "fieldName" "ScoreLabel" + "xpos" "p0.6" + "ypos" "20" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "pincorner" "3" + + "labeltext" "%stat_score%" + "font" "Size 9" + "fgcolor_override" "White" + "textAlignment" "west" + } + + "ClassIcons" + { + "ControlName" "EditablePanel" + "fieldName" "ClassIcons" + "xpos" "rs1-5" + "ypos" "2" + "wide" "o1" + "tall" "30" + "zpos" "1" + "proportionaltoparent" "1" + + // First row + "ScoutIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ScoutIcon" + "xpos" "0" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_scout" + "proportionaltoparent" "1" + } + + "PyroIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PyroIcon" + "xpos" "p0.333" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_pyro" + "proportionaltoparent" "1" + } + + "SoldierIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SoldierIcon" + "xpos" "p0.666" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_soldier" + "proportionaltoparent" "1" + } + + // Second row + "DemoIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "DemoIcon" + "xpos" "0" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_demo" + "proportionaltoparent" "1" + } + + "HeavyIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HeavyIcon" + "xpos" "p0.333" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_heavy" + "proportionaltoparent" "1" + } + + "EngineerIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "EngineerIcon" + "xpos" "p0.666" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_engineer" + "proportionaltoparent" "1" + } + + // Third row + "MedicIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "MedicIcon" + "xpos" "0" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_medic" + "proportionaltoparent" "1" + } + + "SniperIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SniperIcon" + "xpos" "p0.333" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_sniper" + "proportionaltoparent" "1" + } + + "SpyIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SpyIcon" + "xpos" "p0.666" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_spy" + "proportionaltoparent" "1" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res new file mode 100644 index 0000000..977108a --- /dev/null +++ b/resource/ui/matchmakingcasualcriteria.res @@ -0,0 +1,270 @@ +"Resource/UI/MatchmakingCasualCriteria.res" +{ + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "p1" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "9999" //0 + "ypos" "-8" + "zpos" "110" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "9999" //55 + "ypos" "7" + "zpos" "100" + "wide" "200" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_type" "1" + } + + "SaveCasualSearchCriteria" + { + "ControlName" "CExImageButton" + "fieldName" "SaveCasualSearchCriteria" + "xpos" "rs1-1" + "ypos" "17" + "zpos" "100" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "e" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "save_search_criteria" + "actionsignallevel" "2" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RestoreCasualSearchCriteria" + { + "ControlName" "CExImageButton" + "fieldName" "RestoreCasualSearchCriteria" + "xpos" "-2" + "ypos" "0" + "zpos" "100" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "d" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "restore_search_criteria" + "actionsignallevel" "2" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "SaveCasualSearchCriteria" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "-2" + "ypos" "0" + "zpos" "100" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "RestoreCasualSearchCriteria" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "SelectedCount" + { + "ControlName" "Label" + "fieldName" "SelectedCount" + "xpos" "5" + "ypos" "18" + "zpos" "0" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "%selected_maps_count%" + "textAlignment" "west" + "font" "Size 11" + "fgcolor_override" "Main Theme" + "AllCaps" "1" + "mouseinputenabled" "1" + } + + "QueueEstimation" + { + "ControlName" "Label" + "fieldName" "QueueEstimation" + "xpos" "rs1-5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Casual_QueueEstimation" + "textAlignment" "east" + "font" "Size 11" + "fgcolor_override" "White" + "visible" "0" + "AllCaps" "1" + "mouseinputenabled" "0" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "9999" + } + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + + "GameModesList" + { + "ControlName" "CScrollableList" + "fieldName" "GameModesList" + "xpos" "cs-0.5" + "ypos" "40" + "wide" "f6" + "tall" "f40" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + "paintborder" "0" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1" + "ypos" "0" + "tall" "f0" + "wide" "3" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "WhiteDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcategorymappanel.res b/resource/ui/matchmakingcategorymappanel.res new file mode 100644 index 0000000..16da516 --- /dev/null +++ b/resource/ui/matchmakingcategorymappanel.res @@ -0,0 +1,68 @@ +"Resource/UI/MatchmakingCategoryMapPanel.res" +{ + "MatchmakingCategoryMapPanel" + { + "fieldName" "MatchmakingCategoryMapPanel" + "xpos" "0" + "ypos" "0" + "wide" "p0.5" + "tall" "18" + "proportionaltoparent" "1" + + "skip_autoresize" "1" + } + + "MapCheckbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "MapCheckbutton" + "xpos" "5" + "ypos" "-2" + "zpos" "3" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "MapNameLabel" + { + "ControlName" "Label" + "fieldName" "MapNameLabel" + "xpos" "5" + "ypos" "-1" + "zpos" "3" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "%title_token%" + "textAlignment" "west" + "font" "Size 11" + "AllCaps" "1" + "textinsetx" "20" + "use_proportional_insets" "1" + + "mouseinputenabled" "0" + } + + "HealthProgressBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "HealthProgressBar" + "xpos" "20" + "ypos" "cs-0.5" + "wide" "f20" + "tall" "f6" + "proportionaltoparent" "1" + "progress" "0.5" + + "fgcolor_override" "117 107 94 30" + "bgcolor_override" "0 0 0 0" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcategorypanel.res b/resource/ui/matchmakingcategorypanel.res new file mode 100644 index 0000000..2ec7017 --- /dev/null +++ b/resource/ui/matchmakingcategorypanel.res @@ -0,0 +1,211 @@ +"Resource/UI/MatchmakingCategoryPanel.res" +{ + "MatchmakingCategoryPanel" + { + "fieldName" "MatchmakingCategoryPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "27" + "proportionaltoparent" "1" + + "collapsed_height" "27" + "resize_time" "0.1" + + } + + "TopContainer" + { + "Controlname" "EditablePanel" + "fieldName" "TopContainer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "p1.17" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "BGColor" + { + "ControlName" "EditablePanel" + "fieldName" "BGColor" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + + "proportionaltoparent" "1" + "bgcolor_override" "GrayDark" + } + + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "xpos" "9999" + } + + "EntryToggleButton" + { + "ControlName" "CExImageButton" + "fieldName" "EntryToggleButton" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "26" + "tall" "26" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "toggle_collapse" + "labeltext" "" + "textAlignment" "center" + "font" "" + "textinsetx" "9999" + + "stay_armed_on_click" "1" + + "paintbackground" "0" + + "border_default" "MaterialTransparent50" + "border_armed" "MaterialHypno" + + "sound_armed" "ui/item_info_mouseover.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_default" "glyph_expand" + + "button_activation_type" "1" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + + "proportionaltoparent" "1" + } + } + + "Shade" + { + "fieldName" "Shade" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "57" + "mouseinputenabled" "0" + + "proportionaltoparent" "1" + "bgcolor_override" "Blank" + } + + "Checkbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "Checkbutton" + "xpos" "rs1-2" + "ypos" "3" + "zpos" "3" + "wide" "25" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "smallcheckimage" "0" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "cs-0.5-1" + "zpos" "3" + "wide" "180" + "tall" "27" + "visible" "1" + "enabled" "1" + "labelText" "%title_token%" + "use_proportional_insets" "1" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "AllCaps" "1" + + "fgcolor" "White" + } + + "TitleShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleShadow" + "xpos" "9999" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "9999" + } + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "xpos" "9999" + } + } + + "MapsContainer" + { + "Controlname" "EditablePanel" + "fieldName" "MapsContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "border" "NoBorder" + + "pinCorner" "2" + "autoResize" "1" + + "skip_autoresize" "1" + + "bgcolor_override" "BlackDark" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res new file mode 100644 index 0000000..74d6816 --- /dev/null +++ b/resource/ui/matchmakingdashboard.res @@ -0,0 +1,801 @@ +"Resource/UI/MatchMakingDashboard.res" +{ + "MMDashboard" + { + "fieldName" "MMDashboard" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "10001" + "wide" "f0" + "tall" "29" + "keyboardinputenabled" "0" + + "collapsed_height" "0" + "expanded_height" "29" + "resize_time" "0.2" + } + + "TopBar" + { + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "29" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "-10" + "ypos" "0" + "zpos" "-1" + "wide" "p1.02" + "tall" "29" + "visible" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + } + + "ToggleChatButton" + { + "ControlName" "CExImageButton" + "fieldName" "ToggleChatButton" + "xpos" "0" + "ypos" "4" + "zpos" "100" + "wide" "26" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "toggle_chat" + "proportionaltoparent" "1" + "labeltext" "," + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PartySlot0" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot0" + "xpos" "26" + "ypos" "7" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "0" + } + + "PartySlot1" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot1" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "party_slot" "1" + + "pin_to_sibling" "PartySlot0" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot2" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot2" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "party_slot" "2" + + "pin_to_sibling" "PartySlot1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot3" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot3" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "party_slot" "3" + + "pin_to_sibling" "PartySlot2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot4" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot4" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "party_slot" "4" + + "pin_to_sibling" "PartySlot3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot5" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot5" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "5" + + "pin_to_sibling" "PartySlot4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "QueueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QueueContainer" + "xpos" "cs-0.5" + "ypos" "-50" + "zpos" "111" + "wide" "220" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "220" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + + "border" "MaterialGrayDarkest" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "0" + "ypos" "1" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "8" + "velocity" "100" + + "fgcolor_override" "TFOrange" + } + + "QueueText" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "QueueText" + "xpos" "33" + "ypos" "2" + "wide" "f55" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "Size 9" + "AllCaps" "1" + "fgcolor_override" "White" + "textAlignment" "west" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "fonts" + { + "0" + { + "font" "Size 9" + } + "1" + { + "font" "Size 9" + } + "2" + { + "font" "Size 9" + } + } + } + + "MultiQueuesManageButton" + { + "ControlName" "CExImageButton" + "fieldName" "MultiQueuesManageButton" + "xpos" "195" + "ypos" "5" + "zpos" "10" + "wide" "21" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "*" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "manage_queues" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "195" + "ypos" "5" + "zpos" "10" + "wide" "21" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "leave_queue" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + "QueueLogoButton" + { + "ControlName" "Button" + "fieldName" "QueueLogoButton" + "xpos" "9999" + } + } + + + "JoinPartyLobbyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "JoinPartyLobbyContainer" + "xpos" "cs-0.5" + "ypos" "-50" + "zpos" "110" + "wide" "220" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f6" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + "border" "MaterialGrayDarkest" + } + + "PromptText" + { + "ControlName" "Label" + "fieldName" "PromptText" + "xpos" "cs-0.5" + "ypos" "1" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "Size 9" + "AllCaps" "1" + "fgcolor_override" "White" + "textAlignment" "west" + "labelText" "#TF_MM_JoinPartyLobby_Prompt" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "rs1-10" + "ypos" "rs1-9" + "wide" "40" + "zpos" "100" + "tall" "15" + + if_queued + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "AllCaps" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_party_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_JoinPartyLobby_Join" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + } + + "DashboardAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "DashboardAnchor" + "xpos" "r32" + "ypos" "4" + "zpos" "-600" + "wide" "10" + "tall" "20" + "visible" "1" + "bgcolor_override" "255 0 0 0" + } + + "QuitButton2" + { + "ControlName" "CExImageButton" + "fieldName" "QuitButton2" + "xpos" "23" + "ypos" "0" + "zpos" "100" + "wide" "26" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "-" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "DashboardAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DisconnectButton" + { + "ControlName" "CExImageButton" + "fieldName" "DisconnectButton" + "xpos" "23" + "ypos" "0" + "zpos" "100" + "wide" "26" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "/" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "DashboardAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "FindAGameButton2" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton2" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "26" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "!" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "DashboardAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + + + + + + + + + + + + /////////[*]////////// + + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "9999" + } + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + + "QuitButton" + { + "ControlName" "CExImageButton" + "fieldName" "QuitButton" + "xpos" "9999" + "ypos" "4" + "zpos" "100" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 24" + "textAlignment" "center" + "textinsety" "-12" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MeterialGrayDarkest" + "border_armed" "MaterialRed" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "9999" + } + } + "ResumeButton" + { + "ControlName" "CExImageButton" + "fieldName" "ResumeButton" + "xpos" "rs1-36" + "ypos" "0" + "zpos" "100" + "wide" "0" //17 + "tall" "0" //27 + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 24" + "textAlignment" "west" + "textinsety" "5" + "dulltext" "0" + "brighttext" "0" + "Command" "resume_game" + "proportionaltoparent" "1" + "labeltext" "Z" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "defaultFgColor_override" "White" + "armedFgColor_override" "Main Theme" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "80 150 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "9999" + } + } + "FindAGameButton" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton" + "xpos" "9999" + "ypos" "0" + "zpos" "100" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "font" "Symbols 24" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "E" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "1" + "textinsety" "-8" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "defaultFgColor_override" "White" + "armedFgColor_override" "80 150 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "9999" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res new file mode 100644 index 0000000..1e73244 --- /dev/null +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -0,0 +1,105 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "CasualCriteria" + { + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "5" + "ypos" "16" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "west" + "font" "Size 24" + "fgcolor_override" "WhiteDark" + + "AllCaps" "1" + + "mouseinputenabled" "0" + } + + "criteria" + { + "ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "cs-0.5" + "ypos" "18" + "zpos" "100" + "wide" "f0" + "tall" "360" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "9999" + "ypos" "9999" + "zpos" "101" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "f0" + "tall" "28" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..b5fb598 --- /dev/null +++ b/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,155 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCompetitive" + "textAlignment" "west" + "font" "Size 30" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + + "mouseinputenabled" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-3" + "ypos" "15" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "1" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "2" + "ypos" "13" + "zpos" "1000" + "wide" "7" + "tall" "7" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "stats" + { + "fieldName" "stats" + "xpos" "cs-0.5" + "ypos" "45" + "zpos" "100" + "wide" "f0" + "tall" "360" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "105" + "wide" "f0" + "tall" "28" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardmvmcriteria.res b/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..3b49d20 --- /dev/null +++ b/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,220 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "420" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "5" + "ypos" "15" + "zpos" "100" + "wide" "410" + "tall" "f50" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "2" + "ypos" "rs1-5" + "zpos" "100" + "wide" "90" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "BACK" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "90" + "ypos" "rs1-5" + "zpos" "100" + "wide" "318" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "west" + "textinsetx" "30" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "2" + "ypos" "rs1-5" + "zpos" "100" + "wide" "407" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "west" + "textinsetx" "30" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "2" + "ypos" "rs1-5" + "zpos" "100" + "wide" "407" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 18" + "textAlignment" "west" + "textinsetx" "30" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "SELECT MISSION" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1-5" + "ypos" "rs1-10" + "zpos" "101" + "wide" "140" + "tall" "20" + "font" "Size 11" + "labelText" "" + "proportionaltoparent" "1" + } + + "JoinLateLabel" + { + "ControlName" "Label" + "fieldName" "JoinLateLabel" + "xpos" "rs1-5" + "ypos" "rs1-9" + "zpos" "101" + "wide" "115" + "tall" "20" + "font" "Size 9" + "labelText" "#TF_Matchmaking_JoinInProgress" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor_override" "WhiteDark" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res new file mode 100644 index 0000000..a377015 --- /dev/null +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -0,0 +1,289 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "MVMModeSelect" + { + "fieldName" "MVMModeSelect" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "MvMLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MvMLogoImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "MannLabel" + { + "ControlName" "CExLabel" + "fieldName" "MannLabel" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "1" + "wide" "255" + "tall" "45" + "visible" "1" + "enabled" "1" + "labeltext" "Mann" + "textAlignment" "center" + "font" "Size 40" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + "VSLabel" + { + "ControlName" "CExLabel" + "fieldName" "VSLabel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "vs" + "textAlignment" "center" + "font" "Size 28" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + + "pin_to_sibling" "MannLabel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "MachineLabel" + { + "ControlName" "CExLabel" + "fieldName" "MachineLabel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "255" + "tall" "45" + "visible" "1" + "enabled" "1" + "labeltext" "Machine" + "textAlignment" "center" + "font" "Size 40" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + + "pin_to_sibling" "VSLabel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "Separator" + { + "ControlName" "EditablePanel" + "fieldName" "Separator" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "255" + "tall" "1" + "visible" "1" + "enabled" "1" + "bgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + + "pin_to_sibling" "MachineLabel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "MannUpGroupBox" + { + //"ControlName" "EditablePanel" + "fieldName" "MannUpGroupBox" + "xpos" "cs-0.5" + "ypos" "180" + "zpos" "1" + "wide" "f0" + "tall" "100" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "9999" + } + "MannUpImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannUpImage" + "xpos" "9999" + } + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "9999" + } + + "PlayNowButton" + { + //"ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "20" + "wide" "f5" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_MannUp" + "font" "Size 20" + "AllCaps" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "mannup" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PlayForBraggingRightsExplanation" + { + "ControlName" "Label" + "fieldName" "PlayForBraggingRightsExplanation" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + "labelText" "#TF_MvM_BraggingRightsExplaination" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f10" + "tall" "60" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "PlayNowButton" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + } + + "PracticeGroupBox" + { + //"ControlName" "EditablePanel" + "fieldName" "PracticeGroupBox" + "xpos" "cs-0.5" + "ypos" "280" + "zpos" "100" + "wide" "f0" + "tall" "100" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "9999" + } + "MannUpImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannUpImage" + "xpos" "9999" + } + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "9999" + } + + "PracticeButton" + { + //"ControlName" "CExButton" + "fieldName" "PracticeButton" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "20" + "wide" "f5" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_BootCamp" + "font" "Size 20" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "Command" "bootcamp" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PlayOnCommunityServerExplanation" + { + "ControlName" "Label" + "fieldName" "PlayOnCommunityServerExplanation" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + "labelText" "#TF_MvM_PracticeExplaination" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f10" + "tall" "40" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "PracticeButton" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..f94d56c --- /dev/null +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,75 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "r0" + "ypos" "15" + "zpos" "1001" + "wide" "200" + "tall" "f74" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "10" + "ypos" "4" + "zpos" "99" + "wide" "180" + "tall" "60" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "center" + "wrap" "1" + "centerwrap" "1" + "font" "Size 24" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + + "mouseinputenabled" "0" + } + + "Separator" + { + "ControlName" "EditablePanel" + "fieldName" "Separator" + "xpos" "20" + "ypos" "0" + "zpos" "99" + "wide" "1" + "tall" "40" + "bgcolor_override" "WhiteDark" +"visible" "0" + + "pin_to_sibling" "Title" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "playlist" + { + // "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "0" + "ypos" "60" + "zpos" "100" + "wide" "255" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardpopup_mapvotepanel.res b/resource/ui/matchmakingdashboardpopup_mapvotepanel.res new file mode 100644 index 0000000..7deea5f --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_mapvotepanel.res @@ -0,0 +1,100 @@ +"Resource/UI/MatchMakingDashboardPopup_MapVotePanel.res" +{ + "MapImageClip" + { + "ControlName" "EditablePanel" + "fieldName" "MapImageClip" + "xpos" "cs-0.5" + "ypos" "15" + "wide" "40" + "tall" "o0.75" + "zpos" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "MapImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "MapImage" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "o1" + "zpos" "0" + "image" "..\vgui\maps\menu_thumb_pl_goldrush" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + } + + "SelectButton" + { + "ControlName" "CExButton" + "fieldName" "SelectButton" + "xpos" "cs-0.5" + "ypos" "13" + "wide" "44" + "tall" "34" + "zpos" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "select_map" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + "stay_armed_on_click" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "VotesLabel" + { + "ControlName" "Label" + "fieldName" "VotesLabel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "10" + "wide" "40" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "MapVotesPercentage" + "fgcolor_override" "White" + "textAlignment" "south" + "labelText" "%votes%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "AllCaps" "1" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "0" + "ypos" "5" + "wide" "f0" + "zpos" "10" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "north" + "labelText" "%mapname%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "AllCaps" "1" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res new file mode 100644 index 0000000..3ceb729 --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -0,0 +1,261 @@ +"Resource/UI/MatchMakingDashboardPopup_NewMatch.res" +{ + "NewMatchFound" + { + "ControlName" "CExpandablePanel" + "fieldName" "NewMatchFound" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "200" + "tall" "60" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "60" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f5" + "tall" "f5" + "visible" "1" + "PaintBackgroundType" "2" + "border" "MaterialGrayDarkest" + "proportionaltoparent" "1" + "pinCorner" "3" + + "DescLabel" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "White" + "textAlignment" "center" + "labelText" "%match_type%" + "proportionaltoparent" "1" + "pinCorner" "3" + "AllCaps" "1" + + "fonts" + { + "0" "Size 11" + "1" "Size 10" + "2" "Size 9" + } + } + + "AutoJoinLabel" + { + "ControlName" "Label" + "fieldName" "AutoJoinLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "White" + "textAlignment" "center" + "labelText" "%auto_join%" + "proportionaltoparent" "1" + "pinCorner" "3" + "AllCaps" "1" + } + + "AbandonButton" + { + "ControlName" "CExButton" + "fieldName" "AbandonButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "75" + "tall" "18" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + + if_queued + { + "visible" "0" + } + + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "abandon_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_Rejoin_Abandon" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialRed" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "SmallJoinButton" + { + "ControlName" "CExButton" + "fieldName" "SmallJoinButton" + "xpos" "10" + "ypos" "rs1-5" + "wide" "90" + "zpos" "100" + "tall" "18" + + if_expected + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGreen" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "WideJoinButton" + { + "ControlName" "CExButton" + "fieldName" "WideJoinButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "wide" "150" + "zpos" "100" + "tall" "18" + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGreen" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "JoiningLabel" + { + "ControlName" "Label" + "fieldName" "JoiningLabel" + "xpos" "cs-1" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "White" + "textAlignment" "east" + "labelText" "#TF_Matchmaking_RollingQueue_MatchReadyJoining" + "proportionaltoparent" "1" + "pinCorner" "3" + "AllCaps" "1" + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "c+8" + "ypos" "rs1-17" + "zpos" "104" + "wide" "o1" + "tall" "25" + "visible" "1" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "255" + + "radius" "10" + "velocity" "250" + "fgcolor_override" "Main Theme" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardpopup_nextmapvoting.res b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res new file mode 100644 index 0000000..b481277 --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_nextmapvoting.res @@ -0,0 +1,220 @@ +"Resource/UI/MatchMakingDashboardPopup_NextMapVoting.res" +{ + "NextMapVoting" + { + "ControlName" "CExpandablePanel" + "fieldName" "NextMapVoting" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "80" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "80" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f5" + "tall" "f5" + "visible" "1" + "PaintBackgroundType" "0" + "border" "MaterialGrayDarkest" + "proportionaltoparent" "1" + "pinCorner" "2" + + "HideButton" + { + "ControlName" "CExImageButton" + "fieldName" "HideButton" + "xpos" "rs1-3" + "ypos" "rs1+3" + "zpos" "1000" + "wide" "o1" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "labeltext" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "toggle_hide" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "image_default" "glyph_collapse" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 61 61 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p1" + "tall" "p1" + "visible" "1" + "enabled" "1" + "image" "glyph_store" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "ShowButton" + { + "ControlName" "CExImageButton" + "fieldName" "ShowButton" + "xpos" "rs1-3" + "ypos" "rs1+3" + "zpos" "1000" + "wide" "o1" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "labeltext" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "toggle_hide" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "image_default" "glyph_expand" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 61 61 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p1" + "tall" "p1" + "visible" "1" + "enabled" "1" + "image" "glyph_store" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "3" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "White" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_MatchOver" + "proportionaltoparent" "1" + "AllCaps" "1" + } + + "TimeRemainingProgressBar" + { + "ControlName" "CircularProgressBar" + "fieldName" "TimeRemainingProgressBar" + "xpos" "rs1-2" + "ypos" "4" + "wide" "20" + "tall" "o1" + "proportionaltoparent" "1" + "fg_image" "pve/mvm_1_progress" + "bg_image" "progress_bar_pointer_right" + } + + "MapChoice0" + { + "ControlName" "EditablePanel" + "fieldName" "MapChoice0" + "xpos" "p0.2-s0.5" + "ypos" "15" + "zpos" "-1" + "wide" "100" + "tall" "60" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + + "MapChoice1" + { + "ControlName" "EditablePanel" + "fieldName" "MapChoice1" + "xpos" "p0.5-s0.5" + "ypos" "15" + "zpos" "-1" + "wide" "100" + "tall" "60" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + + "MapChoice2" + { + "ControlName" "EditablePanel" + "fieldName" "MapChoice2" + "xpos" "p0.8-s0.5" + "ypos" "15" + "zpos" "-1" + "wide" "100" + "tall" "60" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardpopup_nextmapwinner.res b/resource/ui/matchmakingdashboardpopup_nextmapwinner.res new file mode 100644 index 0000000..f91ddd7 --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_nextmapwinner.res @@ -0,0 +1,112 @@ +"Resource/UI/MatchMakingDashboardPopup_NextMapWinner.res" +{ + "NextMapWinner" + { + "ControlName" "CExpandablePanel" + "fieldName" "NextMapWinner" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "80" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "80" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "9999" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f5" + "tall" "f5" + "visible" "1" + "PaintBackgroundType" "0" + "border" "MaterialGrayDarkest" + "proportionaltoparent" "1" + "pinCorner" "2" + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "3" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "White" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_NextMapWinner" + "proportionaltoparent" "1" + "AllCaps" "1" + } + + "MapImageClip" + { + "ControlName" "EditablePanel" + "fieldName" "MapImageClip" + "xpos" "cs-0.5" + "ypos" "22" + "wide" "50" + "tall" "o0.75" + "zpos" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "MapImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "MapImage" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "o1" + "zpos" "0" + "image" "..\vgui\maps\menu_thumb_pl_goldrush" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "0" + "ypos" "rs1-2" + "wide" "f0" + "zpos" "10" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "MapVotesPercentage" + "fgcolor_override" "White" + "textAlignment" "south" + "labelText" "%mapname%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "AllCaps" "1" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res new file mode 100644 index 0000000..369bbc7 --- /dev/null +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -0,0 +1,78 @@ +"Resource/UI/MatchMakingDashboardSidePanel.res" +{ + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "-5" + "ypos" "0" + "zpos" "1" + "wide" "p2" + "tall" "f-20" + "visible" "1" + "proportionaltoparent" "1" + "border" "MaterialGrayDarkest" + } + + "ReturnButton" + { + "ControlName" "CExButton" + "fieldName" "ReturnButton" + "xpos" "0" + "labelText" "<" + + if_left + { + "xpos" "rs1" + "labelText" ">" + } + + "ypos" "3" + "zpos" "10000" + "wide" "20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_to" + + "textAlignment" "center" + "font" "Symbols 20" + + "armedBgColor_override" "GrayDark" + "defaultBgColor_override" "26 27 29 255" + + "armedFgColor_override" "White" + } + + "Shade" + { + "ControlName" "EditablePanel" + "fieldName" "Shade" + "xpos" "9999" + } + "TitleGradient" + { + "ControlName" "ImagePanel" + "fieldName" "TitleGradient" + "xpos" "9999" + } + "InnerGradient" + { + "ControlName" "ImagePanel" + "fieldName" "InnerGradient" + "xpos" "9999" + } + "OuterGradient" + { + "ControlName" "ImagePanel" + "fieldName" "OuterGradient" + "xpos" "9999" + } + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "9999" + } + +} \ No newline at end of file diff --git a/resource/ui/matchmakinggrouppanel.res b/resource/ui/matchmakinggrouppanel.res new file mode 100644 index 0000000..557610c --- /dev/null +++ b/resource/ui/matchmakinggrouppanel.res @@ -0,0 +1,45 @@ +"Resource/UI/MatchmakingGroupPanel.res" +{ + "MatchmakingGroupPanel" + { + "fieldName" "ScrollableImageListEntry" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "25" + "proportionaltoparent" "1" + } + + "BGPanel" + { + "fieldName" "BGPanel" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "0" + "wide" "p1.3" + "tall" "f0" + "proportionaltoparent" "1" + "paintbackground" "1" + "BgColor_override" "BlackDark" + } + + "Checkbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "Checkbutton" + "xpos" "1" + "ypos" "3" + "zpos" "3" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "smallcheckimage" "0" + "AllCaps" "1" + "fgcolor" "White" + "font" "Size 14" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingpingpanel.res b/resource/ui/matchmakingpingpanel.res new file mode 100644 index 0000000..9576391 --- /dev/null +++ b/resource/ui/matchmakingpingpanel.res @@ -0,0 +1,476 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingPingPanel.res" +{ + "PingPanel" + { + "fieldName" "PingPanel" + "xpos" "-302" + "ypos" "10" + "zpos" "1001" + "wide" "205" + "tall" "300" + "visible" "1" + "proportionaltoparent" "1" + + "datacenter_y" "3" + "datacenter_y_space" "1" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "300" + "visible" "1" + "PaintBackgroundType" "0" + "paintbackground" "0" + "border" "MaterialGrayDarkest" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "0" + "ypos" "11" + "zpos" "99" + "wide" "200" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "Ping Settings" + "AllCaps" "1" + "textAlignment" "center" + "font" "Size 18" + "fgcolor_override" "White" + + "mouseinputenabled" "0" + } + + "InviteModeLabel" + { + "ControlName" "Label" + "fieldName" "InviteModeLabel" + "xpos" "0" + "ypos" "28" + "zpos" "3" + "wide" "200" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_InviteMode" + "textAlignment" "center" + "font" "Size 11" + "smallcheckimage" "1" + "fgcolor_override" "White" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "InviteModeComboBox" + { + // "ControlName" "ComboBox" + "fieldName" "InviteModeComboBox" + "xpos" "8" + "ypos" "46" + "zpos" "1" + "wide" "190" + "tall" "15" + "textAlignment" "west" + "font" "Size 11" + "keyboardinputenabled" "0" + "AllCaps" "1" + + "editable" "0" + "bgcolor_override" "0 0 0 100" + "fgcolor_override" "White" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + } + + "IgnorePartyInvites" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "IgnorePartyInvites" + "xpos" "4" + "ypos" "66" + "zpos" "3" + "wide" "190" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_IgnoreInvites" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + "fgcolor_override" "White" + "fgcolor" "White" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + + "cvar_name" "tf_party_ignore_invites" + } + + "KeepPartyOnSameTeam" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "KeepPartyOnSameTeam" + "xpos" "4" + "ypos" "83" + "zpos" "3" + "wide" "190" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + "enabled" "0" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "KeepPartyOnSameTeamLabel" + { + "ControlName" "Label" + "fieldName" "KeepPartyOnSameTeamLabel" + "xpos" "23" + "ypos" "85" + "zpos" "3" + "wide" "185" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_PartySameTeam" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + "wrap" "1" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + "fgcolor_override" "White" + } + + "CustomPingCheckButton" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "CustomPingCheckButton" + "xpos" "4" + "ypos" "100" + "zpos" "3" + "wide" "190" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + "actionsignallevel" "1" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + + "cvar_name" "tf_mm_custom_ping_enabled" + } + + // VGUI is weird and makes some checkboxes have their text lower than it's supposed to be + // and the above checkbox has that behavior. To get around it, make another label + "CheckLabel" + { + "ControlName" "Label" + "fieldName" "CheckLabel" + "xpos" "23" + "ypos" "102" + "zpos" "3" + "wide" "190" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_LobbyContainer_CustomPingButton" + "textAlignment" "west" + "font" "Size 11" + "smallcheckimage" "1" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "43" + "ypos" "127" + "zpos" "3" + "wide" "p0.81" + "tall" "0" + "proportionaltoparent" "1" + "labeltext" "#TF_LobbyContainer_CustomPingDesc" + "textAlignment" "north-west" + "font" "Size 11" + "wrap" "1" + "fgcolor" "White" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclickrelease.wav" + "button_activation_type" "1" + } + + "CurrentPingLabel" + { + "ControlName" "Label" + "fieldName" "CurrentPingLabel" + "xpos" "0" + "ypos" "124" + "zpos" "0" + "wide" "200" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "center" + "font" "Size 11" + "AllCaps" "1" + + "mouseinputenabled" "0" + } + + "PingSlider" + { + "ControlName" "CCvarSlider" + "fieldName" "PingSlider" + "xpos" "25" + "ypos" "140" + "wide" "150" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "RoundedCorners" "15" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + + "cvar_name" "tf_mm_custom_ping" + "use_convar_minmax" "1" + } + + "DataCenterBackground" + { + "ControlName" "EditablePanel" + "fieldname" "DataCenterBackground" + "xpos" "6" + "ypos" "158" + "zpos" "0" + "wide" "191" + "tall" "135" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + "paintborder" "1" + "border" "MaterialBlackDark" + } + + "DataCenterContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DataCenterContainer" + "xpos" "rs1-10" + "ypos" "161" + "zpos" "100" + "wide" "184" + "tall" "129" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + + "DataCenterList" + { + "ControlName" "CScrollableList" + "fieldName" "DataCenterList" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-2" + "ypos" "0" + "tall" "f0" + "wide" "3" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "White" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Frame" + { + "Controlname" "EditablePanel" + "fieldName" "Frame" + "xpos" "9999" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "labelText" ">" + + if_left + { + "xpos" "0" + "labelText" "<" + } + + "ypos" "0" + "zpos" "10000" + "wide" "0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_close" + + "textAlignment" "east" + "font" "Size 14" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "armedFgColor_override" "Orange" + } + + "ReturnButton" + { + "ControlName" "CExButton" + "fieldName" "ReturnButton" + "xpos" "3" + "labelText" "<" + + if_left + { + "xpos" "rs1-3" + "labelText" ">" + } + + "ypos" "0" + "zpos" "10000" + "wide" "0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_to" + "labelText" "<" + + "textAlignment" "west" + "font" "Size 14" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "armedFgColor_override" "Orange" + } + + "InnerGradient" + { + "ControlName" "ImagePanel" + "fieldName" "InnerGradient" + "xpos" "9999" + "rotation" "2" + + if_left + { + "xpos" "rs1-3" + "rotation" "1" + } + + "ypos" "0" + "wide" "0" + "tall" "0" + "zpos" "1000" + "visible" "1" + "enabled" "1" + + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + + "image" "gradient_pure_black" + } + + "OuterGradient" + { + "ControlName" "ImagePanel" + "fieldName" "OuterGradient" + "xpos" "rs1" + "rotation" "1" + + if_left + { + "xpos" "0" + "rotation" "2" + } + + "ypos" "0" + "wide" "0" + "tall" "f0" + "zpos" "1000" + "visible" "1" + "enabled" "1" + + + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + + "image" "gradient_pure_black" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingplaylist.res b/resource/ui/matchmakingplaylist.res new file mode 100644 index 0000000..424f5d9 --- /dev/null +++ b/resource/ui/matchmakingplaylist.res @@ -0,0 +1,152 @@ +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "EventEntry" + { + "ControlName" "CEventPlayListEntry" + "fieldName" "EventEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "1" + + "button_command" "play_event" + } + + "CasualEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CasualEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "0" + + "image_name" "main_menu/main_menu_button_casual" + "button_token" "#MMenu_PlayList_Casual_Button" + "button_command" "play_casual" + "desc_token" "#MMenu_PlayList_Casual_Desc" + "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12 + if_event + { + "ypos" "53" + } + } + + "CompetitiveEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CompetitiveEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "0" + + "image_name" "main_menu/main_menu_button_competitive" + "button_token" "#MMenu_PlayList_Competitive_Button" + "button_command" "play_competitive" + "desc_token" "#MMenu_PlayList_Competitive_Desc" + "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6 + + "pin_to_sibling" "CasualEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "MvMEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "MvMEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "0" + + "image_name" "main_menu/main_menu_button_mvm" + "button_token" "#MMenu_PlayList_MvM_Button" + "button_command" "play_mvm" + "desc_token" "#MMenu_PlayList_MvM_Desc" + "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp + + "pin_to_sibling" "CompetitiveEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + + "ServerBrowserEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "ServerBrowserEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "1" + + "image_name" "main_menu/main_menu_button_community_server" + "button_token" "#MMenu_PlayList_ServerBrowser_Button" + "button_command" "play_community" + "desc_token" "#MMenu_PlayList_ServerBrowser_Desc" + + "pin_to_sibling" "MvMEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "CreateServerEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CreateServerEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "1" + + "image_name" "main_menu/main_menu_button_custom_server" + "button_token" "#MMenu_PlayList_CreateServer_Button" + "button_command" "create_server" + "desc_token" "#MMenu_PlayList_CreateServer_Desc" + + "pin_to_sibling" "ServerBrowserEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "TrainingEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "TrainingEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "tall" "45" + "wide" "200" + "proportionaltoparent" "1" + + "image_name" "main_menu/main_menu_button_training" + "button_token" "#MMenu_PlayList_Training_Button" + "button_command" "play_training" + "desc_token" "#MMenu_PlayList_Training_Desc" + + "pin_to_sibling" "CreateServerEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingtooltip.res b/resource/ui/matchmakingtooltip.res new file mode 100644 index 0000000..038ce63 --- /dev/null +++ b/resource/ui/matchmakingtooltip.res @@ -0,0 +1,2 @@ +#base "..\..\customizations\streamermode\matchmakingtooltip.res" +#base "matchmakingtooltip_base.res" \ No newline at end of file diff --git a/resource/ui/matchmakingtooltip_base.res b/resource/ui/matchmakingtooltip_base.res new file mode 100644 index 0000000..6e9f1bf --- /dev/null +++ b/resource/ui/matchmakingtooltip_base.res @@ -0,0 +1,56 @@ +"Resource/UI/MatchMakingTooltip.res" +{ + "TooltipPanel" + { + // "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "30000" + "wide" "300" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "0" + "border" "MaterialBlackLight" + "mouseinputenabled" "0" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + + + if_small + { + "font" "Size 9" + } + + if_medium + { + "font" "Size 14" + } + + if_large + { + "font" "Size 14" + } + + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + "auto_wide_tocontents" "1" + "auto_tall_tocontents" "1" + "wrap" "1" + "alpha" "255" + } + } +} \ No newline at end of file diff --git a/resource/ui/mvmcreditspendpanel.res b/resource/ui/mvmcreditspendpanel.res new file mode 100644 index 0000000..8deafba --- /dev/null +++ b/resource/ui/mvmcreditspendpanel.res @@ -0,0 +1,177 @@ +"Resource/UI/MvMCreditSpendPanel.res" +{ + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "Size 14" + "labelText" "%header%" + "textAlignment" "center" + "xpos" "150" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "15" + "AllCaps" "1" + "fgcolor" "White" + } + "HeaderLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabelShadow" + "font" "Size 14 Blur" + "labelText" "%header%" + "textAlignment" "center" + "xpos" "-1" + "ypos" "-1" + "wide" "100" + "tall" "15" + "AllCaps" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "HeaderLabel" + } + + "TableBackground" + { + "ControlName" "EditablePanel" + "fieldName" "TableBackground" + "xpos" "-3" + "ypos" "11" + "zpos" "-1" + "wide" "130" + "tall" "37" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "UpgradesLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradesLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Upgrades" + "textAlignment" "west" + "xpos" "2" + "ypos" "15" + "wide" "50" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + } + + "UpgradesCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradesCountLabel" + "font" "Size 10" + "labelText" "%upgrades%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "UpgradesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Buybacks" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "UpgradesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "BuyBackCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackCountLabel" + "font" "Size 10" + "labelText" "%buybacks%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "BuyBackLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BottleLabel" + { + "ControlName" "CExLabel" + "fieldName" "BottleLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Bottles" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "BuyBackLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "BottleCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "BottleCountLabel" + "font" "Size 10" + "labelText" "%bottles%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "BottleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RatingBG" + { + "ControlName" "EditablePanel" + "fieldName" "RatingBG" + "xpos" "-2" + "ypos" "0" + "zpos" "1" + "wide" "33" + "tall" "33" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TableBackground" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } +} \ No newline at end of file diff --git a/resource/ui/mvmcreditsubpanel.res b/resource/ui/mvmcreditsubpanel.res new file mode 100644 index 0000000..37d93e2 --- /dev/null +++ b/resource/ui/mvmcreditsubpanel.res @@ -0,0 +1,190 @@ +"Resource/UI/MvMCreditSubPanel.res" +{ + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "Size 14" + "labelText" "%header%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "125" + "tall" "15" + "AllCaps" "1" + "fgcolor" "White" + } + "HeaderLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabelShadow" + "font" "Size 14 Blur" + "labelText" "%header%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "wide" "125" + "tall" "15" + "AllCaps" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "HeaderLabel" + } + + "TableBackground" + { + "ControlName" "EditablePanel" + "fieldName" "TableBackground" + "xpos" "-3" + "ypos" "11" + "zpos" "-1" + "wide" "130" + "tall" "37" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "CreditCollectedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Collected" + "textAlignment" "west" + "xpos" "2" + "ypos" "15" + "wide" "50" + "tall" "10" + "AllCaps" "1" + "fgcolor" "White" + } + "CreditCollectedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedCountLabel" + "font" "Size 10" + "labelText" "%creditscollected%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "AllCaps" "1" + "fgcolor" "Green" + + "pin_to_sibling" "CreditCollectedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CreditMissedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedTextLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Missed" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "10" + "AllCaps" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditCollectedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "CreditMissedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedCountLabel" + "font" "Size 10" + "labelText" "%creditsmissed%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "AllCaps" "1" + "fgcolor" "Red" + + "pin_to_sibling" "CreditMissedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CreditBonusTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusTextLabel" + "font" "Size 10" + "labelText" "#TF_PVE_Bonus" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "10" + "AllCaps" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditMissedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "CreditBonusCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusCountLabel" + "font" "Size 10" + "labelText" "%creditbonus%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "AllCaps" "1" + "fgcolor" "Green" + + "pin_to_sibling" "CreditBonusTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RatingBG" + { + "ControlName" "EditablePanel" + "fieldName" "RatingBG" + "xpos" "-2" + "ypos" "0" + "zpos" "1" + "wide" "33" + "tall" "33" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "pin_to_sibling" "TableBackground" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "CreditRatingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditRatingLabel" + "font" "Size 24" + "labelText" "%rating%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "33" + "tall" "33" + "AllCaps" "1" + "fgcolor" "White" + "pin_to_sibling" "RatingBG" + } +} \ No newline at end of file diff --git a/resource/ui/mvmcriteria.res b/resource/ui/mvmcriteria.res new file mode 100644 index 0000000..3e576d3 --- /dev/null +++ b/resource/ui/mvmcriteria.res @@ -0,0 +1,669 @@ +"Resource/UI/MvMCriteria.res" +{ + "MvMTourOfDutyGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMTourOfDutyGroupBox" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "225" + + "ChallengeLabel" + { + "ControlName" "Label" + "fieldName" "ChallengeLabel" + "font" "Size 14" + "labelText" "#TF_MvM_TourOfDuty" + "textAlignment" "south-west" + "AllCaps" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "400" + "tall" "26" + "fgcolor_override" "WhiteDark" + } + + "DifficultyLabel" + { + "ControlName" "Label" + "fieldName" "DifficultyLabel" + "font" "Size 11" + "labelText" "#TF_MvM_Difficulty" + "textAlignment" "south-west" + "AllCaps" "1" + "xpos" "189" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "24" + "fgcolor_override" "WhiteDark" + } + + "CompleteLabel" + { + "ControlName" "Label" + "fieldName" "CompleteLabel" + "font" "Size 11" + "labelText" "#TF_MvM_TourOfDutyProgress" + "textAlignment" "south-west" + "AllCaps" "1" + "xpos" "279" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "24" + "fgcolor_override" "WhiteDark" + } + + "TourLevelLabel" + { + "ControlName" "Label" + "fieldName" "TourLevelLabel" + "font" "Size 11" + "labelText" "#TF_MvM_TourNumber" + "textAlignment" "south-west" + "AllCaps" "1" + "xpos" "345" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "26" + "fgcolor_override" "WhiteDark" + } + + "TourlistGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "TourlistGroupBox" + "xpos" "0" + "ypos" "28" + "zpos" "-1" + "wide" "400" + "tall" "197" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "GreyOutPanel" + { + "ControlName" "EditablePanel" + "fieldName" "GreyOutPanel" + "xpos" "0" + "ypos" "0" + "zpos" "200" + "wide" "400" + "tall" "225" + "visible" "0" + "bgcolor_override" "128 128 128 128" + } + + "TourList" + { + "ControlName" "SectionedListPanel" + "fieldName" "TourList" + "font" "Size 14" + "xpos" "0" + "ypos" "5" + "zpos" "0" + "wide" "400" + "tall" "197" + "linespacing" "12" + } + } + + "TourDifficultyWarning" + { + "ControlName" "Label" + "fieldName" "TourDifficultyWarning" + "font" "Size 11" + "labelText" "#TF_MVM_Tour_ExpertDifficulty_Warning" + "xpos" "30" + "ypos" "100" + "zpos" "2" + "wide" "340" + "tall" "120" + "textAlignment" "north-west" + "AllCaps" "1" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "WhiteDark" + } + } + + "MannUpTourLootDescriptionBox" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpTourLootDescriptionBox" + "xpos" "0" + "ypos" "240" + "zpos" "-1" + "wide" "400" + "tall" "120" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "TourLootImage" + { + "ControlName" "ImagePanel" + "fieldName" "TourLootImage" + "xpos" "280" + "ypos" "6" + "zpos" "0" + "wide" "110" + "tall" "110" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "pve/mvm_loot_image" + "scaleImage" "1" + } + + "ToorLootTitle" + { + "ControlName" "Label" + "fieldName" "ToorLootTitle" + "font" "Size 14" + "labelText" "#TF_MvM_TourLootTitle" + "textAlignment" "west" + "xpos" "10" + "ypos" "5" + "zpos" "0" + "wide" "200" + "tall" "30" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "ToorLootDetailLabel" + { + "ControlName" "Label" + "fieldName" "ToorLootDetailLabel" + "font" "Size 11" + "labelText" "%tour_loot_detail%" + "textAlignment" "west" + "wrap" "1" + "xpos" "10" + "ypos" "40" + "zpos" "0" + "wide" "280" + "tall" "50" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + } + + "MvMEconItemsGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMEconItemsGroupBox" + "xpos" "0" + "ypos" "240" + "zpos" "-1" + "wide" "400" + "tall" "120" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "InventoryTitleLabel" + { + "ControlName" "Label" + "fieldName" "InventoryTitleLabel" + "font" "Size 14" + "labelText" "#TF_MvM_InventoryTitle" + "textAlignment" "north-west" + "xpos" "8" + "ypos" "5" + "zpos" "0" + "wide" "200" + "tall" "30" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "MannUpTicketAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "MannUpTicketAd" + "xpos" "6" + "ypos" "30" + "zpos" "0" + "wide" "70" + "tall" "40" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + "paintborder" "0" + + "items" + { + "0" + { + "item" "Tour of Duty Ticket" + "show_market" "0" + "show_name" "0" + "show_ad_text" "0" + "show_background" "0" + } + } + } + + "MannUpTicketCountLabel" + { + "ControlName" "Label" + "fieldName" "MannUpTicketCountLabel" + "font" "Size 24" + "labelText" "%ticket_count%" + "textAlignment" "north-west" + "fgcolor_override" "WhiteDark" + "xpos" "15" + "ypos" "24" + "zpos" "2" + "wide" "60" + "tall" "30" + "mouseinputenabled" "0" + } + + "SquadSurplusTicketAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "SquadSurplusTicketAd" + "xpos" "73" + "ypos" "30" + "zpos" "0" + "wide" "70" + "tall" "40" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + "paintborder" "0" + + "items" + { + "0" + { + "item" "MvM Squad Surplus Voucher" + "show_market" "0" + "show_name" "0" + "show_ad_text" "0" + "show_background" "0" + } + } + } + + "SquadSurplusCountLabel" + { + "ControlName" "Label" + "fieldName" "SquadSurplusCountLabel" + "font" "Size 24" + "labelText" "%voucher_count%" + "textAlignment" "north-west" + "fgcolor_override" "WhiteDark" + "xpos" "82" + "ypos" "24" + "zpos" "2" + "wide" "60" + "tall" "30" + "mouseinputenabled" "0" + } + + "SquadSurplusCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SquadSurplusCheckButton" + "xpos" "5" + "ypos" "90" + "zpos" "2" + "wide" "25" + "tall" "25" + "font" "Size 14" + "labelText" "" + } + + "ActivateSquadSurplusLabel" + { + "ControlName" "Label" + "fieldName" "SquadSurplusCheckLabel" + "font" "Size 11" + "labelText" "#TF_MvM_ActivateSquadSurplus" + "textAlignment" "north-west" + "wrap" "1" + "xpos" "33" + "ypos" "92" + "zpos" "0" + "wide" "120" + "tall" "60" + "fgcolor_override" "WhiteDark" + } + + "Slot0" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot0" + "xpos" "200" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "0" + } + + "Slot1" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot1" + "xpos" "200+30" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "1" + } + + "Slot2" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot2" + "xpos" "200+30+30" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "2" + } + + "Slot3" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot3" + "xpos" "200+30+30+30" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "3" + } + + "Slot4" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot4" + "xpos" "200+30+30+30+30" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "4" + } + + "Slot5" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot5" + "xpos" "200+30+30+30+30+30" + "ypos" "5" + "zpos" "0" + "wide" "28" + "tall" "200" + + "party_slot" "5" + } + + "MissingTicketsAlertImage" + { + "ControlName" "ImagePanel" + "fieldName" "MissingTicketsAlertImage" + "xpos" "195" + "ypos" "r35" + "zpos" "105" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "255 255 255 255" + } + + "MissingTicketsLabel" + { + "ControlName" "Label" + "fieldName" "MissingTicketsLabel" + "font" "Size 9" + "fgcolor_override" "WhiteDark" + "labelText" "#TF_Matchmaking_CantQueue_NoTicket" + "textAlignment" "south-west" + "AllCaps" "1" + "wrap" "1" + "xpos" "235" + "ypos" "rs1-10" + "zpos" "0" + "wide" "165" + "tall" "60" + "proportionaltoparent" "1" + } + } + + "MvMPracticeGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMPracticeGroupBox" + "xpos" "0" + "ypos" "240" + "zpos" "-1" + "wide" "400" + "tall" "120" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "NoMannUpImage" + { + "ControlName" "ImagePanel" + "fieldName" "NoMannUpImage" + "xpos" "250" + "ypos" "6" + "zpos" "0" + "wide" "110" + "tall" "110" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "pve/mvm_loot_image" + "scaleImage" "1" + } + + "NoMannUpTitleLabel" + { + "ControlName" "Label" + "fieldName" "NoMannUpTitleLabel" + "font" "Size 14" + "labelText" "#TF_MvM_NoMannUpTitle" + "textAlignment" "west" + "xpos" "10" + "ypos" "5" + "zpos" "0" + "wide" "200" + "tall" "30" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "NoMannUpDescriptionLabel" + { + "ControlName" "Label" + "fieldName" "NoMannUpDescriptionLabel" + "font" "Size 11" + "labelText" "#TF_MvM_NoMannUpDescription" + "textAlignment" "west" + "wrap" "1" + "xpos" "10" + "ypos" "30" + "zpos" "0" + "wide" "280" + "tall" "50" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "MannUpNowButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpNowButton" + "xpos" "7" + "ypos" "85" + "zpos" "2" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_MannUpNow" + "font" "Size 14" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "command" "mann_up_now" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "MvMSelectChallengeGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMSelectChallengeGroupBox" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "225" + + "ChallengeLabel" + { + "ControlName" "Label" + "fieldName" "ChallengeLabel" + "font" "Size 14" + "labelText" "%tour_name%" + "textAlignment" "south-west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "400" + "tall" "26" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "CompleteLabel" + { + "ControlName" "Label" + "fieldName" "CompleteLabel" + "font" "Size 14" + "labelText" "%complete_heading%" + "textAlignment" "south-west" + "xpos" "264" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "24" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "TourLevelImage" + { + "ControlName" "ImagePanel" + "fieldName" "TourLevelImage" + "xpos" "342" + "ypos" "-10" + "zpos" "0" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "../hud/mvm_tours" + "scaleImage" "1" + } + + "TourLevelLabel" + { + "ControlName" "Label" + "fieldName" "TourLevelLabel" + "font" "Size 14" + "labelText" "%tour_level%" + "textAlignment" "south" + "xpos" "357" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "26" + "fgcolor_override" "0 0 0 255" + } + + "ChallengeListGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "ChallengeListGroupBox" + "xpos" "0" + "ypos" "28" + "zpos" "-1" + "wide" "400" + "tall" "197" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + + "GreyOutPanel" + { + "ControlName" "EditablePanel" + "fieldName" "GreyOutPanel" + "xpos" "0" + "ypos" "0" + "zpos" "200" + "wide" "400" + "tall" "225" + "visible" "0" + "bgcolor_override" "128 128 128 128" + } + + "ChallengeList" + { + "ControlName" "SectionedListPanel" + "fieldName" "ChallengeList" + "font" "Size 14" + "xpos" "70" + "ypos" "5" + "zpos" "0" + "wide" "330" + "tall" "192" + "linespacing" "12" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/mvmeconrequirementdialog.res b/resource/ui/mvmeconrequirementdialog.res new file mode 100644 index 0000000..593bbba --- /dev/null +++ b/resource/ui/mvmeconrequirementdialog.res @@ -0,0 +1,114 @@ +"Resource/UI/UpgradeBoxDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "240" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "CyclingAd" + { + //"ControlName" "CCyclingAdContainerPanel" + "fieldName" "CyclingAd" + "xpos" "cs-0.5" + "ypos" "120" + "zpos" "9" + "wide" "260" + "tall" "60" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "0 0 0 255" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "62" + "ypos" "rs1-15" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_OK" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/mvminworldcurrency.res b/resource/ui/mvminworldcurrency.res new file mode 100644 index 0000000..2fd3e8c --- /dev/null +++ b/resource/ui/mvminworldcurrency.res @@ -0,0 +1,88 @@ +"Resource/UI/MvMInWorldCurrency.res" +{ + "BlackBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlackBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "MaterialTransparent50" + } + + "CurrencyGood" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyGood" + "font" "Size 12" + "fgcolor" "Green" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%currency%" + } + + "CurrencyBad" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyBad" + "font" "Size 12" + "fgcolor" "Red" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%currency%" + } + + "CurrencyShadow" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "xpos" "1" + "ypos" "1" + "zpos" "3" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%currency%" + + } + + "BorderBG" + { + "ControlName" "EditablePanel" + "fieldName" "BorderBG" + "xpos" "9999" + } + "BackgroundGood" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundGood" + "xpos" "9999" + } + "MoneyImagePanel" + { + "ControlName" "ImagePanel" + "fieldName" "MoneyImagePanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res new file mode 100644 index 0000000..7921b32 --- /dev/null +++ b/resource/ui/mvmscoreboard.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/mvmscoreboard.res" +#base "mvmscoreboard_base.res" \ No newline at end of file diff --git a/resource/ui/mvmscoreboard_base.res b/resource/ui/mvmscoreboard_base.res new file mode 100644 index 0000000..9e2dd37 --- /dev/null +++ b/resource/ui/mvmscoreboard_base.res @@ -0,0 +1,278 @@ +"Resource/UI/MvMScoreboard.res" +{ + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "600" + "tall" "67" + "visible" "1" + "enabled" "1" + + "verbose" "1" + } + + "MvMPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "MvMPlayerList" + "xpos" "35" + "ypos" "c-50" + "zpos" "20" + "wide" "530" + "tall" "135" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "20" + "textcolor" "White" + "alpha" "255" + } + "PlayerListBackground" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerListBackground" + "xpos" "3" + "ypos" "8" + "zpos" "-1" + "wide" "536" + "tall" "141" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "MvMPlayerList" + } + "RedBar" + { + "ControlName" "EditablePanel" + "fieldName" "RedBar" + "xpos" "0" + "ypos" "-13" + "zpos" "0" + "wide" "536" + "tall" "28" + "visible" "1" + "enabled" "1" + "border" "MaterialRed" + + "pin_to_sibling" "PlayerListBackground" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "StatsBackground" + { + "ControlName" "EditablePanel" + "fieldName" "StatsBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "255" + "tall" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "MvMPlayerList" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "PopFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "Size 16" + "labelText" "%popfile%" + "textAlignment" "west" + "xpos" "-8" + "ypos" "0" + "zpos" "3" + "wide" "200" + "tall" "28" + "AllCaps" "1" + "fgcolor" "White" + + "pin_to_sibling" "RedBar" + } + "PopFileLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabelShadow" + "font" "Size 16 Blur" + "labelText" "%popfile%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "200" + "tall" "28" + "AllCaps" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "PopFileLabel" + } + + "DifficultyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DifficultyContainer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "28" + "visible" "1" + + "pin_to_sibling" "RedBar" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "xpos" "999" + } + + "DifficultyValue" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyValue" + "font" "Size 16" + "labelText" "%difficultyvalue%" + "textAlignment" "east" + "xpos" "-8" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "28" + "AllCaps" "1" + "fgcolor" "White" + } + "DifficultyValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyValueShadow" + "font" "Size 16 Blur" + "labelText" "%difficultyvalue%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "wide" "150" + "tall" "28" + "AllCaps" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "DifficultyValue" + } + } + + "CreditStatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CreditStatsContainer" + "xpos" "0" + "ypos" "-3" + "wide" "536" + "tall" "58" + "visible" "1" + "border" "MaterialTransparent50" + + "pin_to_sibling" "PlayerListBackground" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "PreviousWaveCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "PreviousWaveCreditInfoPanel" + "xpos" "8" + "ypos" "5" + "wide" "125" + "tall" "f0" + "wide" "f0" + "visible" "1" + } + + "PreviousWaveCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "PreviousWaveCreditSpendPanel" + "xpos" "6" + "ypos" "0" + "wide" "125" + "tall" "f0" + "wide" "f0" + "visible" "1" + + "pin_to_sibling" "PreviousWaveCreditInfoPanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TotalGameCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "TotalGameCreditInfoPanel" + "xpos" "6" + "ypos" "0" + "wide" "125" + "tall" "f0" + "wide" "f0" + "visible" "1" + + "pin_to_sibling" "PreviousWaveCreditSpendPanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TotalGameCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "TotalGameCreditSpendPanel" + "xpos" "6" + "ypos" "0" + "wide" "125" + "tall" "f0" + "wide" "f0" + "visible" "1" + + "pin_to_sibling" "TotalGameCreditInfoPanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RespecStatusLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespecStatusLabel" + "font" "Size 14" + "labelText" "%respecstatus%" + "textAlignment" "north-east" + "xpos" "115" + "ypos" "8" + "wide" "275" + "tall" "20" + "fgcolor" "tanlight" + } + + "CreditStatsBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CreditStatsBackground" + "xpos" "9999" + } + "CreditsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsLabel" + "xpos" "9999" + } + } + +} \ No newline at end of file diff --git a/resource/ui/mvmvictorycontainer.res b/resource/ui/mvmvictorycontainer.res new file mode 100644 index 0000000..6dcefda --- /dev/null +++ b/resource/ui/mvmvictorycontainer.res @@ -0,0 +1,47 @@ +"Resource/UI/MvMVictoryContainer.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "480" + "visible" "1" + "bgcolor_override" "20 20 20 245" + } + + "BannerContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BannerContainer" + "xpos" "9999" + } + + "VictoryPanelNormal" + { + "ControlName" "CVictoryPanel" + "fieldName" "VictoryPanelNormal" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + } + + "VictoryPanelMannUp" + { + "ControlName" "CMvMVictoryMannUpPanel" + "fieldName" "VictoryPanelMannUp" + "xpos" "0" + "ypos" "20" + "zpos" "50" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + } +} \ No newline at end of file diff --git a/resource/ui/mvmvictorypanel.res b/resource/ui/mvmvictorypanel.res new file mode 100644 index 0000000..1e20488 --- /dev/null +++ b/resource/ui/mvmvictorypanel.res @@ -0,0 +1,189 @@ +"Resource/UI/MvMVictoryPanel.res" +{ + "StatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "StatsContainer" + "xpos" "c-265" + "ypos" "100" + "wide" "536" + "tall" "230" + "visible" "1" + + "StatsBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SplashBackground" + "xpos" "0" + "ypos" "0" + "wide" "530" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "32" + "src_corner_width" "32" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "HeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderContainer" + "xpos" "0" + "ypos" "0" + "wide" "530" + "tall" "100" + "visible" "1" + + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "Size 20" + "labelText" "%header%" + "textAlignment" "center" + "xpos" "5" + "ypos" "12" + "wide" "520" + "tall" "40" + "AllCaps" "1" + "fgcolor" "White" + } + + "HeaderShadow" + { + "ControlName" "CExLabel" + "xpos" "9999" + } + } + + "CreditLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditLabel" + "font" "Size 18" + "labelText" "#TF_PVE_Currency" + "textAlignment" "west" + "xpos" "80" + "ypos" "75" + "wide" "300" + "tall" "40" + "AllCaps" "1" + "fgcolor" "White" + } + + "CreditContainer" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "CreditContainer" + "xpos" "80" + "ypos" "90" + "wide" "400" + "tall" "70" + "autoResize" "1" + "visible" "1" + } + + "RatingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RatingContainer" + "xpos" "275" + "ypos" "75" + "wide" "400" + "tall" "400" + "autoResize" "1" + "visible" "1" + + "RatingLabel" + { + "ControlName" "CExLabel" + "fieldName" "RatingLabel" + "font" "Size 24" + "labelText" "%ratinglabel%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "wide" "180" + "tall" "40" + "AllCaps" "1" + "fgcolor" "White" + } + + "RatingTextShadow" + { + "ControlName" "CExLabel" + "xpos" "9999" + } + + "RatingText" + { + "ControlName" "CExLabel" + "fieldName" "RatingText" + "font" "Size 36" + "labelText" "%ratingscore%" + "textAlignment" "center" + "xpos" "0" + "ypos" "40" + "wide" "180" + "tall" "50" + "fgcolor" "White" + } + } + + "TotalGameCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "TotalGameCreditSpendPanel" + "xpos" "80" + "ypos" "135" + "wide" "400" + "tall" "70" + "autoResize" "1" + "visible" "1" + } + } + + "DoneButton" + { + "ControlName" "CExImageButton" + "fieldName" "DoneButton" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "530" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#DoneButton" + "font" "Size 15" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "Command" "done" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialTransparent50" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "StatsContainer" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } +} \ No newline at end of file diff --git a/resource/ui/mvmvictorysplash.res b/resource/ui/mvmvictorysplash.res new file mode 100644 index 0000000..2e6545c --- /dev/null +++ b/resource/ui/mvmvictorysplash.res @@ -0,0 +1,66 @@ +"Resource/UI/MvMVictoryPanel.res" +{ + "SplashContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SplashContainer" + "xpos" "cs-0.5" + "ypos" "c-20" + "wide" "300" + "tall" "300" + "visible" "1" + "proportionaltoparent" "1" + + "SplashBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SplashBackground" + "xpos" "25" + "ypos" "0" + "wide" "250" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_red_transparent70" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "SplashLabel" + { + "ControlName" "CExLabel" + "fieldName" "SplashLabel" + "font" "Size 40" + "labelText" "#TF_MVM_Victory" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "40" + "AllCaps" "1" + "fgcolor" "White" + } + "SplashLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "SplashLabelShadow" + "font" "Size 40 Blur" + "labelText" "#TF_MVM_Victory" + "textAlignment" "center" + "xpos" "-1" + "ypos" "-1" + "wide" "300" + "tall" "40" + "AllCaps" "1" + "fgcolor" "Shadow" + "pin_to_sibling" "SplashLabel" + } + } +} \ No newline at end of file diff --git a/resource/ui/mvmwavelosspanel.res b/resource/ui/mvmwavelosspanel.res new file mode 100644 index 0000000..af0ad9f --- /dev/null +++ b/resource/ui/mvmwavelosspanel.res @@ -0,0 +1,425 @@ +"Resource/UI/MvMWaveLossPanel.res" +{ + "DarkMask" + { + "ControlName" "EditablePanel" + "fieldName" "DarkMask" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "bgcolor_override" "Blank" + "bgcolor_override" "Blank" + } + + "PanelBackground" + { + "ControlName" "EditablePanel" + "fieldName" "PanelBackground" + "xpos" "cs-0.5" + "ypos" "120" + "wide" "550" + "tall" "145" + "visible" "1" + + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialTransparent50" + } + + "WaveFailHeader" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "Size 24" + "labelText" "%waveheader%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "122" + "wide" "440" + "tall" "30" + "fgcolor" "White" + } + + "HeaderDivider" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderDivider" + "xpos" "c-250" + "ypos" "148" + "wide" "500" + "tall" "2" + "visible" "1" + "bgcolor_override" "20 20 20 100" + } + + "SummaryHeader" + { + "ControlName" "CExLabel" + "fieldName" "SummaryHeader" + "font" "Size 18" + "labelText" "%summaryheader%" + "textAlignment" "west" + "xpos" "c-250" + "ypos" "155" + "wide" "550" + "tall" "30" + "fgcolor" "White" + } + + "CollectionContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CollectionContainer" + "xpos" "190" + "ypos" "180" + "wide" "300" + "tall" "100" + "visible" "1" + + "Header" + { + "ControlName" "CExLabel" + "fieldName" "Header" + "font" "Size 14" + "labelText" "#TF_PVE_Credit_Collection" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "wide" "140" + "fgcolor" "White" + } + + "CollectedLabel" + { + "ControlName" "CExLabel" + "fieldName" "CollectedLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Collected" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "wide" "120" + "fgcolor" "White" + } + "CollectedCount" + { + "ControlName" "CExLabel" + "fieldName" "CollectedCount" + "font" "Size 14" + "labelText" "%creditscollected%" + "textAlignment" "east" + "xpos" "120" + "ypos" "25" + "wide" "30" + "fgcolor" "Green" + } + + "MissedLabel" + { + "ControlName" "CExLabel" + "fieldName" "MissedLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Missed" + "textAlignment" "west" + "xpos" "0" + "ypos" "40" + "wide" "120" + "fgcolor" "White" + } + "MissedCount" + { + "ControlName" "CExLabel" + "fieldName" "MissedCount" + "font" "Size 14" + "labelText" "%creditsmissed%" + "textAlignment" "east" + "xpos" "120" + "ypos" "40" + "wide" "30" + "fgcolor" "Red" + } + + "BonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "BonusLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Bonus" + "textAlignment" "west" + "xpos" "0" + "ypos" "55" + "wide" "120" + "fgcolor" "White" + } + "BonusCount" + { + "ControlName" "CExLabel" + "fieldName" "BonusCount" + "font" "Size 14" + "labelText" "%creditbonus%" + "textAlignment" "east" + "xpos" "120" + "ypos" "55" + "wide" "30" + "fgcolor" "Green" + } + } + + "UsageContainer" + { + "ControlName" "EditablePanel" + "fieldName" "UsageContainer" + "xpos" "390" + "ypos" "180" + "wide" "300" + "tall" "100" + "visible" "1" + + "Header" + { + "ControlName" "CExLabel" + "fieldName" "Header" + "font" "Size 14" + "labelText" "#TF_PVE_Credit_Use" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "wide" "195" + "fgcolor" "White" + } + + "YouLabel" + { + "ControlName" "CExLabel" + "fieldName" "YouLabel" + "font" "UltraSmall" + "labelText" "#TF_PVE_You" + "textAlignment" "east" + "xpos" "120" + "ypos" "15" + "wide" "35" + "fgcolor" "White" + } + + "TeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeamLabel" + "font" "UltraSmall" + "labelText" "#Winpanel_Team2" + "textAlignment" "east" + "xpos" "175" + "ypos" "15" + "wide" "35" + "fgcolor" "White" + } + + "BuybackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuybackLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Buybacks" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "wide" "120" + "fgcolor" "White" + } + + "BuybackCountYou" + { + "ControlName" "CExLabel" + "fieldName" "BuybackCountYou" + "font" "Size 14" + "labelText" "%buybacksyou%" + "textAlignment" "east" + "xpos" "120" + "ypos" "25" + "wide" "35" + "fgcolor" "White" + } + + "BuybackCountTeam" + { + "ControlName" "CExLabel" + "fieldName" "BuybackCountTeam" + "font" "Size 14" + "labelText" "%buybacksteam%" + "textAlignment" "east" + "xpos" "175" + "ypos" "25" + "wide" "35" + "fgcolor" "White" + } + + "BottleLabel" + { + "ControlName" "CExLabel" + "fieldName" "BottleLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Bottles" + "textAlignment" "west" + "xpos" "0" + "ypos" "40" + "wide" "120" + "fgcolor" "White" + } + + "BottleCountYou" + { + "ControlName" "CExLabel" + "fieldName" "BottleCountYou" + "font" "Size 14" + "labelText" "%bottlesyou%" + "textAlignment" "east" + "xpos" "120" + "ypos" "40" + "wide" "35" + "fgcolor" "White" + } + + "BottleCountTeam" + { + "ControlName" "CExLabel" + "fieldName" "BottleCountTeam" + "font" "Size 14" + "labelText" "%bottlesteam%" + "textAlignment" "east" + "xpos" "175" + "ypos" "40" + "wide" "35" + "fgcolor" "White" + } + + "InactiveLabel" + { + "ControlName" "CExLabel" + "fieldName" "InactiveLabel" + "font" "Size 14" + "labelText" "#TF_PVE_Inactive_Upgrades" + "textAlignment" "west" + "xpos" "0" + "ypos" "55" + "wide" "120" + "fgcolor" "White" + } + + "InactiveCountYou" + { + "ControlName" "CExLabel" + "fieldName" "ActiveCountYou" + "font" "Size 14" + "labelText" "%inactiveupgradesyou%" + "textAlignment" "east" + "xpos" "120" + "ypos" "55" + "wide" "35" + "fgcolor" "Red" + } + + "InactiveCountTeam" + { + "ControlName" "CExLabel" + "fieldName" "ActiveCountTeam" + "font" "Size 14" + "labelText" "%inactiveupgradesteam%" + "textAlignment" "east" + "xpos" "175" + "ypos" "55" + "wide" "35" + "fgcolor" "Red" + } + } + + "VoteButton" + { + "ControlName" "CExImageButton" + "fieldName" "VoteButton" + "xpos" "0" + "ypos" "0" + "zpos" "999" + "wide" "550" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_Vote_MissionRestart" + "font" "Size 15" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "default" "1" + "Command" "vote_restart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "255 255 255 255" + "paintbackground" "0" + "border_default" "MaterialTransparent50" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "PanelBackground" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "ContinueButton" + { + "ControlName" "CExImageButton" + "fieldName" "ContinueButton" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "550" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 15" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "continue" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "255 255 255 255" + "paintbackground" "0" + "border_default" "MaterialTransparent50" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "VoteButton" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "HintContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HintContainer" + "xpos" "9999" + } + "WaveFailHeaderShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveFailHeaderShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/newrecipefounddialog.res b/resource/ui/newrecipefounddialog.res new file mode 100644 index 0000000..67820e7 --- /dev/null +++ b/resource/ui/newrecipefounddialog.res @@ -0,0 +1,113 @@ +"Resource/UI/NewRecipeFoundDialog.res" +{ + "CraftingStatusDialog" + { + "fieldName" "CraftingStatusDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "160" + "wide" "400" + "tall" "160" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "Size 24" + "xpos" "0" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#NewRecipeFound" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "RecipeItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "RecipeItemModelPanel" + "xpos" "50" + "ypos" "40" + "zpos" "100" + "wide" "300" + "tall" "130" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "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" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "150" + "ypos" "120" + "zpos" "1" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/base_notification.res b/resource/ui/notifications/base_notification.res new file mode 100644 index 0000000..3ba6fe0 --- /dev/null +++ b/resource/ui/notifications/base_notification.res @@ -0,0 +1,42 @@ +"Resource/UI/notifications/base_notification.res" +{ + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "font" "Size 10" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "20" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "60 seconds until gates open" + "textAlignment" "center" + "fgcolor" "White" + "proportionaltoparent" "1" + } + + + + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_how_to_control_ghost.res b/resource/ui/notifications/notify_how_to_control_ghost.res new file mode 100644 index 0000000..36c8aff --- /dev/null +++ b/resource/ui/notifications/notify_how_to_control_ghost.res @@ -0,0 +1,32 @@ +"Resource/UI/notifications/notify_how_to_control_ghost.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_how_to_control_kart.res b/resource/ui/notifications/notify_how_to_control_kart.res new file mode 100644 index 0000000..d8b6b2e --- /dev/null +++ b/resource/ui/notifications/notify_how_to_control_kart.res @@ -0,0 +1,32 @@ +"Resource/UI/notifications/notify_how_to_control_kart.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_passtime_howto.res b/resource/ui/notifications/notify_passtime_howto.res new file mode 100644 index 0000000..a57a2dd --- /dev/null +++ b/resource/ui/notifications/notify_passtime_howto.res @@ -0,0 +1,32 @@ +"Resource/UI/notifications/notify_passtime_howto.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/objectivestatusescort.res b/resource/ui/objectivestatusescort.res new file mode 100644 index 0000000..8464a97 --- /dev/null +++ b/resource/ui/objectivestatusescort.res @@ -0,0 +1,284 @@ +"Resource/UI/ObjectiveStatusEscort.res" +{ + "ObjectiveStatusEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusEscort" + "xpos" "cs-0.5" + "ypos" "r15" + "zpos" "1" + "wide" "143" + "tall" "8" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + } + + "ProgressBar" + { + "ControlName" "CTFHudEscortProgressBar" + "fieldName" "ProgressBar" + "xpos" "2" + "ypos" "0" + "zpos" "8" + "wide" "140" + "tall" "8" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + + "proportionaltoparent" "1" + + "if_multiple_trains" + { + "tall" "0" + } + } + + "TrackBG" + { + "ControlName" "EditablePanel" + "fieldName" "TrackBG" + "xpos" "2" + "ypos" "0" + "zpos" "0" + "wide" "140" + "tall" "8" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentLightBlack" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "LevelBar" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "140" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "" + "fillcolor" "Blank" + "drawcolor" "Blank" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "HomeCPIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HomeCPIcon" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "2" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_team_red" + { + "fillcolor" "Red" + } + "if_multiple_trains_red" + { + "fillcolor" "Red" + } + "if_multiple_trains_blue" + { + "fillcolor" "Blue" + } + } + + "SimpleControlPointTemplate" + { + "ControlName" "ImagePanel" + "fieldName" "SimpleControlPointTemplate" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "2" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "EscortItemPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EscortItemPanel" + "xpos" "2" + "ypos" "0" + "zpos" "2" + "wide" "280" + "tall" "8" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "EscortItemImageCustom" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageCustom" + "xpos" "0" + "ypos" "0" + "zpos" "23" + "wide" "140" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "fillcolor" "Blue" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_multiple_trains_red" + { + + "fillcolor" "Red" + } + } + + "CapNumPlayers" + { + "ControlName" "CExLabel" + "fieldName" "CapNumPlayers" + "font" "Size 9" + "xpos" "125" + "ypos" "0" + "zpos" "30" + "wide" "20" + "tall" "8" + "AllCaps" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "white" + "paintbackground" "0" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + } + + "RecedeTime" + { + "ControlName" "CExLabel" + "fieldName" "RecedeTime" + "font" "Size 9" + "xpos" "122" + "ypos" "0" + "zpos" "30" + "wide" "20" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%recede%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "white" + "paintbackground" "0" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "textinsetx" "0" + } + + "Speed_Backwards" + { + "ControlName" "ImagePanel" + "fieldName" "Speed_Backwards" + "xpos" "134" + "ypos" "1" + "zpos" "30" + "wide" "6" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "replay\thumbnails\cart_icons\cart_arrow_left" + "scaleImage" "1" + } + + "Blocked" + { + "ControlName" "ImagePanel" + "fieldName" "Blocked" + "xpos" "132" + "ypos" "1" + "zpos" "30" + "wide" "6" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_blocked" + "scaleImage" "1" + } + + "EscortItemImage" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImage" + "xpos" "9999" + } + "EscortItemImageBottom" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageBottom" + "xpos" "9999" + } + "EscortItemImageAlert" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageAlert" + "xpos" "9999" + } + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "9999" + } + "EscortTeardrop" + { + "ControlName" "EditablePanel" + "fieldName" "EscortTeardrop" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/objectivestatusmultipleescort.res b/resource/ui/objectivestatusmultipleescort.res new file mode 100644 index 0000000..ee35148 --- /dev/null +++ b/resource/ui/objectivestatusmultipleescort.res @@ -0,0 +1,54 @@ +"Resource/UI/ObjectiveStatusMultipleEscort.res" +{ + "ObjectiveStatusMultipleEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusMultipleEscort" + "xpos" "cs-0.5" + "ypos" "r30" + "wide" "143" + "tall" "21" + "visible" "1" + "enabled" "1" + } + + "BlueEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "BlueEscortPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "143" + "tall" "8" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + + "if_blue_is_top" + { + "ypos" "12" + } + } + + "RedEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "RedEscortPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "143" + "tall" "8" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + + "if_red_is_top" + { + "ypos" "12" + } + } +} \ No newline at end of file diff --git a/resource/ui/publishedfilebrowserdialog.res b/resource/ui/publishedfilebrowserdialog.res new file mode 100644 index 0000000..00c3fe7 --- /dev/null +++ b/resource/ui/publishedfilebrowserdialog.res @@ -0,0 +1,267 @@ +"PublishedFileBrowserDialog.res" +{ + "PublishedFileBrowserDialog" + { + "ControlName" "CPublishedFileBrowserDialog" + "fieldName" "PublishedFileBrowserDialog" + "xpos" "0" + "ypos" "0" + "wide" "600" + "tall" "292" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "Title" "#TF_PublishedFiles_Browse" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "9999" + } + + "LabelPublishedFiles" + { + "ControlName" "Label" + "fieldName" "LabelPublishedFiles" + "xpos" "32" + "ypos" "32" + "wide" "180" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishedFiles_Files" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "fgcolor_override" "WhiteDark" + } + + "PublishedFileList" + { + "ControlName" "ListPanel" + "fieldName" "PublishedFileList" + "xpos" "32" + "ypos" "56" + "wide" "300" + "tall" "180" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "fgcolor_override" "WhiteDark" + } + + "LabelPublishedFileTitle" + { + "ControlName" "Label" + "fieldName" "LabelPublishedFileTitle" + "xpos" "354" + "ypos" "32" + "wide" "180" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_TitleLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "fgcolor_override" "WhiteDark" + } + + "LabelPublishedFileTitleValue" + { + "ControlName" "Label" + "fieldName" "LabelPublishedFileTitleValue" + "xpos" "354" + "ypos" "56" + "wide" "250" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "labelText" "" + // "editable" "0" + // "maxchars" "128" + "fgcolor_override" "WhiteDark" + } + + "LabelPublishedFileDesc" + { + "ControlName" "Label" + "fieldName" "LabelPublishedFileDesc" + "xpos" "354" + "ypos" "100" + "wide" "180" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_DescLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "fgcolor_override" "WhiteDark" + } + + "LabelPublishedFileDescValue" + { + "ControlName" "Label" + "fieldName" "LabelPublishedFileDescValue" + "xpos" "354" + "ypos" "124" + "wide" "250" + "tall" "112" + "autoResize" "0" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "labelText" "" + //"editable" "0" + //"maxchars" "256" + "fgcolor_override" "WhiteDark" + } + + "ButtonAddFile" + { + "ControlName" "Button" + "fieldName" "ButtonAddFile" + "xpos" "32" + "ypos" "244" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishedFiles_Add" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "AddFile" + "Default" "0" + } + + "ButtonDeleteFile" + { + "ControlName" "Button" + "fieldName" "ButtonDeleteFile" + "xpos" "104" + "ypos" "244" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishedFiles_Delete" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "DeleteFile" + "Default" "0" + } + + "ButtonEditFile" + { + "ControlName" "Button" + "fieldName" "ButtonEditFile" + "xpos" "176" + "ypos" "244" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishedFiles_Edit" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "EditFile" + "Default" "0" + } + + "ButtonRefresh" + { + "ControlName" "Button" + "fieldName" "ButtonRefresh" + "xpos" "248" + "ypos" "244" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishedFiles_Refresh" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Refresh" + "Default" "0" + } + + "ButtonClose" + { + "ControlName" "Button" + "fieldName" "ButtonClose" + "xpos" "320" + "ypos" "244" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_CLOSE" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Close" + "Default" "0" + } +} \ No newline at end of file diff --git a/resource/ui/publishfiledialog.res b/resource/ui/publishfiledialog.res new file mode 100644 index 0000000..c225c7c --- /dev/null +++ b/resource/ui/publishfiledialog.res @@ -0,0 +1,1280 @@ +"PublishFileDialog.res" +{ + "PublishFileDialog" + { + "ControlName" "CPublishFileDialog" + "fieldName" "PublishFileDialog" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "border" "MaterialBlackDark" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "9999" + } + "WorkshopBG" + { + "ControlName" "ImagePanel" + "fieldName" "WorkshopBG" + "xpos" "9999" + } + "BackgroundBottom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundBottom" + "xpos" "9999" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "15" + "ypos" "15" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Title" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 24" + "fgcolor_override" "WhiteDark" + } + + "LabelPreview" + { + "ControlName" "Label" + "fieldName" "LabelPreview" + "xpos" "15" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Preview" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + } + + "PreviewImageBorder" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewImageBorder" + "xpos" "15" + "ypos" "65" + "zpos" "-99" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "border" "SteamWorkshopBorder" + + "PreviewDescription" + { + "ControlName" "Label" + "fieldName" "PreviewDescription" + "xpos" "5" + "ypos" "0" + "wide" "140" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_PreviewDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "AllCaps" "1" + "font" "Size 11" + "fgcolor_override" "WhiteDark" + } + } + + "PreviewImage" + { + "ControlName" "CBitmapPanel" + "fieldName" "PreviewImage" + "xpos" "15" + "ypos" "65" + "wide" "150" + "tall" "150" + "visible" "1" + } + + "ButtonPreviewBrowse" + { + "ControlName" "CExButton" + "fieldName" "ButtonPreviewBrowse" + "xpos" "12" + "ypos" "224" + "wide" "155" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Browse" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "PreviewBrowse" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "LabelTitle" + { + "ControlName" "Label" + "fieldName" "LabelTitle" + "xpos" "175" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_TitleLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + } + + "FileTitle" + { + "ControlName" "TextEntry" + "fieldName" "FileTitle" + "xpos" "175" + "ypos" "70" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "GrayDarkest" + "paintbackgroundtype" "0" + "font" "Size 14" + } + + "LabelDesc" + { + "ControlName" "Label" + "fieldName" "LabelDesc" + "xpos" "175" + "ypos" "95" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_DescLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + } + "FileDesc" + { + "ControlName" "TextEntry" + "fieldName" "FileDesc" + "xpos" "175" + "ypos" "120" + "wide" "250" + "tall" "125" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "8000" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "GrayDarkest" + "paintbackgroundtype" "0" + "font" "Size 14" + } + + "LabelSourceFile" + { + "ControlName" "Label" + "fieldName" "LabelSourceFile" + "xpos" "175" + "ypos" "250" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_FileLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + } + + "SourceFile" + { + "ControlName" "Label" + "fieldName" "SourceFile" + "xpos" "225" + "ypos" "250" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "labelText" "#TF_PublishFile_NoFileSelected" + "textHidden" "0" + "editable" "0" + "maxchars" "256" + "NumericInputOnly" "0" + "unicode" "0" + "AllCaps" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + } + + "ButtonSourceCosmetics" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceCosmetics" + "xpos" "85" + "ypos" "275" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Cosmetics" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileCosmetics" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ButtonSourceOther" + { + "ControlName" "CExButton" + "fieldName" "ButtonSourceOther" + "xpos" "230" + "ypos" "275" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Other" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileOther" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ButtonSourceMaps" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceMaps" + "xpos" "375" + "ypos" "275" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Maps" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileMaps" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BrowseDescription" + { + "ControlName" "Label" + "fieldName" "BrowseDescription" + "xpos" "175" + "ypos" "300" + "wide" "270" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_BrowseDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "AllCaps" "1" + "font" "Size 11" + "fgcolor_override" "WhiteDark" + } + + "TagsTitle" + { + "ControlName" "Label" + "fieldName" "TagsTitle" + "xpos" "430" + "ypos" "45" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Tags" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "AllCaps" "1" + "font" "Size 11" + "fgcolor_override" "WhiteDark" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "430" + "ypos" "45" + "wide" "160" + "tall" "228" + "visible" "1" + "paintbackground" "0" + + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + + "TagCheckbox_Headgear" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Headgear" + "labelText" "#TF_SteamWorkshop_Tag_Headgear" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Weapon" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Weapon" + "labelText" "#TF_SteamWorkshop_Tag_Weapon" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Misc" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Misc" + "labelText" "#TF_SteamWorkshop_Tag_Misc" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_SoundDevice" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_SoundDevice" + "labelText" "#TF_SteamWorkshop_Tag_SoundDevice" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Taunt" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Taunt" + "labelText" "#TF_SteamWorkshop_Tag_Taunt" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_UnusualEffect" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_UnusualEffect" + "labelText" "#TF_SteamWorkshop_Tag_UnusualEffect" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_WarPaint" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_WarPaint" + "labelText" "#TF_SteamWorkshop_Tag_WarPaint" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "TagCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "205" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + + "MapsCheckBox_CTF" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CTF" + "labelText" "#TF_SteamWorkshop_Tag_CTF" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_CP" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CP" + "labelText" "#TF_SteamWorkshop_Tag_CP" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Escort" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Escort" + "labelText" "#TF_SteamWorkshop_Tag_Escort" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_EscortRace" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_EscortRace" + "labelText" "#TF_SteamWorkshop_Tag_EscortRace" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_RobotDestruction" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_RobotDestruction" + "labelText" "#TF_SteamWorkshop_Tag_RobotDestruction" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Koth" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Koth" + "labelText" "#TF_SteamWorkshop_Tag_Koth" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_AttackDefense" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_AttackDefense" + "labelText" "#TF_SteamWorkshop_Tag_AttackDefense" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_SD" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_SD" + "labelText" "#TF_SteamWorkshop_Tag_SD" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_MVM" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_MVM" + "labelText" "#TF_SteamWorkshop_Tag_MVM" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "0" + "ypos" "185" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Arena" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Arena" + "labelText" "#TF_SteamWorkshop_Tag_Arena" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Powerup" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Powerup" + "labelText" "#TF_SteamWorkshop_Tag_Powerup" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Medieval" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Medieval" + "labelText" "#TF_SteamWorkshop_Tag_Medieval" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_PassTime" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_PassTime" + "labelText" "#TF_SteamWorkshop_Tag_PassTime" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Specialty" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Specialty" + "labelText" "#TF_SteamWorkshop_Tag_Specialty" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckBox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckbox_Night" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Night" + "labelText" "#TF_SteamWorkshop_Tag_Night" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + "MapsCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "WhiteDark" + } + } + + "ButtonClose" + { + "ControlName" "CExButton" + "fieldName" "ButtonClose" + "xpos" "145" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Close" + "Default" "0" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ButtonPublish" + { + "ControlName" "CExButton" + "fieldName" "ButtonPublish" + "xpos" "305" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Publish" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Publish" + "Default" "1" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res new file mode 100644 index 0000000..037b06c --- /dev/null +++ b/resource/ui/pvprankpanel.res @@ -0,0 +1,684 @@ +"Resource/UI/PvPRankPanel.res" +{ + "ModelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ModelContainer" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "BelowModelParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "BelowModelParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5-228" + } + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "3" + "particleName" "rankup_base" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "RankModel" + { + "ControlName" "CBaseModelPanel" + "fieldName" "RankModel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "p0.12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5-228" + "ypos" "cs-0.5" + "wide" "200" + "tall" "200" + } + + "paintbackground" "0" + + "render_texture" "0" + + "model" + { + "force_pos" "1" + "modelname" "" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "45" + "origin_y" "0" + "origin_z" "0" + "spotlight" "1" + + if_mini + { + "origin_x" "55" + } + + "animation" + { + "sequence" "idle" + "default" "1" + } + } + + "lights" + { + "default" + { + "name" "directional" + "color" "0.5 0.5 0.5" + "direction" "0.60 0.65 0.2" + } + } + } + + "AboveModelParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "AboveModelParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "paintbackground" "0" + + if_mini + { + "xpos" "cs-0.5-228" + } + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "5" + "particleName" "rankup_glitter" + "start_activated" "0" + "loop" "0" + } + "1" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "4" + "particleName" "badgepress_base" + "start_activated" "0" + "loop" "0" + } + "2" + { + "particle_xpos" "c-8" + "particle_ypos" "c0" + "particle_scale" "4" + "particleName" "rankdown_base" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "1" + } + + "MedalButton" + { + "ControlName" "Button" + "fieldName" "MedalButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5+2" + "zpos" "100" + "wide" "o1" + "tall" "42" + "proportionaltoparent" "1" + "command" "medal_clicked" + "actionsignallevel" "2" + "labeltext" "" + + "paintbackground" "0" + "backgroundenabled" "0" + } + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "tall" "35" + "wide" "505" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "0" //f0 + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "WhiteGray" + "textAlignment" "west" + "labelText" "%name%" + "proportionaltoparent" "1" + + if_mini + { + "wide" "0" + } + } + + "LevelLabelMENU" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "LevelLabelMENU" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "zpos" "100" + "tall" "15" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "AllCaps" "1" + "fgcolor_override" "WhiteGray" + "textAlignment" "west" + "labelText" "%desc2%" + "proportionaltoparent" "1" + + //"pin_corner_to_sibling" "PIN_TOPLEFT" + //"pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mini + { + "wide" "0" + } + } + + "CompLevelLabelMENU" + { + "ControlName" "CExLabel" + "fieldName" "CompLevelLabelMENU" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "40" + "tall" "15" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor" "WhiteGray" + "textAlignment" "west" + "AllCaps" "1" + "labelText" "" + "proportionaltoparent" "1" + + "pin_to_sibling" "LevelLabelMENU" + + if_mini + { + "wide" "0" + } + } + + "DescLine1" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLine1" + "xpos" "9999" + "ypos" "19" + "zpos" "100" + "wide" "195" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 12" + "fgcolor_override" "White" + "textAlignment" "north-west" + "labelText" "%desc1%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "67" + "ypos" "4" + } + + "fonts" + { + "0" "Size 12" + "1" "Size 11" + "2" "Size 10" + } + } + + "DescLine2" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLine2" + "xpos" "9999" + "ypos" "29" + "wide" "195" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 12" + "fgcolor_override" "White" + "textAlignment" "north-west" + "labelText" "%desc2%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "67" + "ypos" "4" + } + + "fonts" + { + "0" "Size 12" + "1" "Size 11" + "2" "Size 10" + } + + "colors" + { + "1" "Green" + "2" "White" + } + } + + "StatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "StatsContainer" + "xpos" "0" + "ypos" "14" + "wide" "70" + "tall" "4" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "rs1-10" + "ypos" "0" + "wide" "p0.85" + "tall" "f0" + } + + "XPBar" + { + "Controlname" "EditablePanel" + "fieldName" "XPBar" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "rs1-3" + "wide" "p1" + "tall" "30" + } + + "CurrentXPLabel" + { + "ControlName" "Label" + "fieldName" "CurrentXPLabel" + "xpos" "9999" + "ypos" "rs1" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "south-west" + "labelText" "%current_xp%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "0" + } + } + + "NextLevelXPLabel" + { + "ControlName" "Label" + "fieldName" "NextLevelXPLabel" + "xpos" "9999" + "ypos" "rs1" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 8" + "fgcolor_override" "White" + "textAlignment" "south-east" + "labelText" "%next_level_xp%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "rs1" + } + } + + "ProgressBarsContainer" + { + "Controlname" "EditablePanel" + "fieldName" "ProgressBarsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "0" + "ypos" "rs1-10" + "wide" "p1" + "tall" "4" + } + + "ProgressBar" + { + "ControlName" "ProgressBar" + "fieldName" "ProgressBar" + "xpos" "9999" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f-2" + "zpos" "1" + "proportionaltoparent" "1" + "progress" "1" + + "fgcolor_override" "20 20 20 180" + "bgcolor_override" "Blank" + + if_mini + { + "xpos" "0" + } + } + + "ContinuousProgressBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ContinuousProgressBar" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "6" + "wide" "f2" + "tall" "f2" + "proportionaltoparent" "1" + "progress" "0" + + "fgcolor_override" "WhiteGray" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "6" + "wide" "f2" + "tall" "f2" + "fgcolor_override" "Main Theme" + } + } + + "Frame" + { + "Controlname" "EditablePanel" + "fieldName" "Frame" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "5" + "proportionaltoparent" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Black" + "border" "NoBorder" + + if_mini + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "5" + } + } + } + } + + "Stats" + { + "ControlName" "EditablePanel" + "fieldName" "Stats" + "xpos" "0" + "ypos" "5" + "wide" "f0" + "tall" "p0.45" + "visible" "0" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 150" + + "if_mini" + { + "visible" "0" + } + + "Frame" + { + "ControlName" "EditablePanel" + "fieldName" "Frame" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "border" "InnerShadowBorder" + } + + + + // First column + "GamesLabel" + { + "ControlName" "Label" + "fieldName" "GamesLabel" + "xpos" "10" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_games%" + "proportionaltoparent" "1" + } + + "KillsLabel" + { + "ControlName" "Label" + "fieldName" "KillsLabel" + "xpos" "10" + "ypos" "10" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_kills%" + "proportionaltoparent" "1" + } + + "DeathsLabel" + { + "ControlName" "Label" + "fieldName" "DeathsLabel" + "xpos" "10" + "ypos" "20" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_deaths%" + "proportionaltoparent" "1" + } + + // Second column + "DamageLabel" + { + "ControlName" "Label" + "fieldName" "DamageLabel" + "xpos" "c-20" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_damage%" + "proportionaltoparent" "1" + } + + "HealingLabel" + { + "ControlName" "Label" + "fieldName" "HealingLabel" + "xpos" "c-20" + "ypos" "10" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_healing%" + "proportionaltoparent" "1" + } + + "SupportLabel" + { + "ControlName" "Label" + "fieldName" "SupportLabel" + "xpos" "c-20" + "ypos" "20" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_support%" + "proportionaltoparent" "1" + } + + // Third column + "ScoreLabel" + { + "ControlName" "Label" + "fieldName" "ScoreLabel" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Size 11" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_score%" + "proportionaltoparent" "1" + } + } + } + } +} diff --git a/resource/ui/quests/questitemtrackerpanel_base.res b/resource/ui/quests/questitemtrackerpanel_base.res new file mode 100644 index 0000000..6ac5ffa --- /dev/null +++ b/resource/ui/quests/questitemtrackerpanel_base.res @@ -0,0 +1,53 @@ +"Resource/UI/QuestItemTrackerPanel_Base.res" +{ + "ItemName" + { + "ControlName" "Label" + "fieldName" "ItemName" + "labeltext" "%itemname%" + "xpos" "rs1" + "ypos" "8" + "wide" "190" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "AchievementTracker_Name" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "NotYetCommittedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NotYetCommittedContainer" + "xpos" "rs1" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + + "proportionaltoparent" "1" + + "PendingText" + { + "ControlName" "CExLabel" + "fieldName" "PendingText" + "labeltext" "#QuestTracker_Pending" + "xpos" "rs1" + "ypos" "0" + "wide" "190" + "tall" "f0" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "QuestObjectiveTracker_Desc" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/quests/questitemtrackerpanel_ingame_base.res b/resource/ui/quests/questitemtrackerpanel_ingame_base.res new file mode 100644 index 0000000..1748bed --- /dev/null +++ b/resource/ui/quests/questitemtrackerpanel_ingame_base.res @@ -0,0 +1,411 @@ +#base "QuestItemTrackerPanel_Base.res" + +"Resource/UI/HudAchievementTrackerItem.res" +{ + "ItemTrackerPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemTrackerPanel" + "xpos" "rs1" + "ypos" "0" + "zpos" "3" + "wide" "250" + "tall" "500" + "visible" "1" + "enabled" "1" + + "attrib_y_start_offset" "8" + "attrib_x_offset" "0" + + + "PaintBackgroundType" "2" + "proportionaltoparent" "1" + + "group_bars_with_objectives" "1" + + "bar_gap" "1" + "attrib_y_step" "2" + + "bonus_glow_color" "QuestMap_ActiveOrange" + + "item_attribute_res_file" "resource/UI/quests/QuestObjectivePanel_InGame_Base.res" + + "ModelImageKV" + { + "fieldName" "ModelImage" + "visible" "0" + } + + "progressbarKV" + { + "xpos" "rs1" + "ypos" "8" + "wide" "100" + "tall" "6" + "zpos" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "255 255 255 51" + + "PointsLabel" + { + "ControlName" "Label" + "fieldName" "PointsLabel" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "1" + "font" "QuestObjectiveTracker_Desc" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + } + + "ProgressBarStandardHighlight" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandardHighlight" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "bgcolor_override" "QuestUncommitted" + "zpos" "2" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "White" + } + } + + "ProgressBarStandard" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandard" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "3" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "255 255 255 255" + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + + "ProgressBarJustEarned" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarJustEarned" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "f0" + "bgcolor_override" "QuestMap_Bonus" + "zpos" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + } + + "bonusprogressbarKV" + { + "xpos" "rs1" + "ypos" "8" + "wide" "100" + "tall" "6" + "zpos" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "255 255 255 41" + + "PointsLabel" + { + "ControlName" "Label" + "fieldName" "PointsLabel" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "1" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "QuestMap_Bonus" + } + + "ProgressBarStandardHighlight" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandardHighlight" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "bgcolor_override" "QuestUncommitted" + "zpos" "2" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + + "ProgressBarStandard" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarStandard" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "3" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "QuestMap_Bonus" + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + + "ProgressBarJustEarned" // current completed + { + "ControlName" "EditablePanel" + "fieldName" "ProgressBarJustEarned" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "f0" + "bgcolor_override" "QuestMap_Bonus" + "zpos" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + + "PointsLabelInvert" + { + "ControlName" "Label" + "fieldName" "PointsLabelInvert" + "labeltext" "%points%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "zpos" "8" + "font" "ItemTrackerScore_InGame" + "textinsety" "-1" + "TextAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "Black" + } + } + } + } + + "ItemName" + { + "ControlName" "Label" + "fieldName" "ItemName" + "labeltext" "%itemname%" + "xpos" "rs1" + "ypos" "8" + "wide" "190" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "AchievementTracker_Name" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "PrimaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "PrimaryLabel" + "labeltext" "#QuestPoints_Primary" + "xpos" "0" + "ypos" "50" + "wide" "190" + "tall" "20" + "zpos" "4" + "textinsetx" "0" + "fgcolor" "White" + "font" "ItemTrackerScore_InGame" + "TextAlignment" "north-west" + } + + "BonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "BonusLabel" + "labeltext" "#QuestPoints_Bonus" + "xpos" "0" + "ypos" "50" + "wide" "190" + "tall" "20" + "zpos" "4" + "textinsetx" "0" + "fgcolor" "White" + "font" "ItemTrackerScore_InGame" + "TextAlignment" "north-west" + } + + "Star0" + { + "ControlName" "ImagePanel" + "fieldName" "Star0" + "xpos" "32" + "ypos" "30" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "cyoa/star_on" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "Star1" + { + "ControlName" "ImagePanel" + "fieldName" "Star1" + "xpos" "32" + "ypos" "30" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "cyoa/star_on" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "Star2" + { + "ControlName" "ImagePanel" + "fieldName" "Star2" + "xpos" "32" + "ypos" "30" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "cyoa/star_on" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + + "NotYetCommittedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NotYetCommittedContainer" + "xpos" "rs1" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + + "proportionaltoparent" "1" + + "PendingText" + { + "ControlName" "CExLabel" + "fieldName" "PendingText" + "labeltext" "#QuestTracker_Pending" + "xpos" "rs1" + "ypos" "0" + "wide" "190" + "tall" "f0" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "QuestMap_ActiveOrange" + "font" "QuestObjectiveTracker_Desc" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/quests/questobjectivepanel_ingame_base.res b/resource/ui/quests/questobjectivepanel_ingame_base.res new file mode 100644 index 0000000..f7a80bb --- /dev/null +++ b/resource/ui/quests/questobjectivepanel_ingame_base.res @@ -0,0 +1,76 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "QuestObjectiveTextPanel" + { + "ControlName" "EditablePanel" + "fieldName" "QuestObjectiveTextPanel" + "xpos" "0" [$WIN32] + "ypos" "0" [$WIN32] + "zpos" "3" + "wide" "250" + "tall" "18" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "enabled_text_color_override" "White" + "disabled_text_color_override" "TanDark" + + "normal_token" "#QuestObjective_Required" + "advanced_token" "#QuestObjective_Optional" + } + + "AttribGlow" + { + "ControlName" "Label" + "fieldName" "AttribGlow" + "labeltext" "%attr_desc%" + "xpos" "rs1" + "ypos" "0" + "wide" "f0" + "tall" "18" + "zpos" "5" + "textinsetx" "5" + "font" "QuestObjectiveTracker_DescGlow" + "alpha" "0" + + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "AttribDesc" + { + "ControlName" "Label" + "fieldName" "AttribDesc" + "labeltext" "%attr_desc%" + "xpos" "rs1" + "ypos" "0" + "wide" "f0" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "font" "QuestObjectiveTracker_Desc" + + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "AttribBlur" + { + "ControlName" "Label" + "fieldName" "AttribBlur" + "labeltext" "%attr_desc%" + "xpos" "rs1" + "ypos" "0" + "wide" "f0" + "tall" "10" + "zpos" "3" + "visible" "1" + "font" "QuestObjectiveTracker_DescBlur" + "textinsetx" "5" + "textAlignment" "north-east" + "proportionaltoparent" "1" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res new file mode 100644 index 0000000..a5d88c9 --- /dev/null +++ b/resource/ui/replaybrowser/basepage.res @@ -0,0 +1,100 @@ +"resource/ui/basepage.res" +{ + "BasePage" + { + "ControlName" "Frame" + "fieldName" "BasePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "SearchTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "SearchTextEntry" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "122" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "paintbackgroundtype" "2" + "font" "Size 11" + } + "NameFilterBG" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterBG" + "font" "Symbols 18" + "xpos" "20" + "ypos" "5" + "zpos" "0" + "wide" "147" + "tall" "24" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "textAlignment" "west" + "textinsetx" "11" + "labeltext" "q" + "fgcolor_override" "White" + + "border" "MaterialGrayDarker" + + "pin_to_sibling" "SearchTextEntry" + } + "NameFilterLine" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterLine" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "119" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + "pin_to_sibling" "SearchTextEntry" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "ReplayList" + { + "ControlName" "PanelListPanel" + "fieldName" "ReplayList" + "xpos" "c-300" + "ypos" "25" + "wide" "600" + "tall" "350" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autohide_scrollbar" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + } +} diff --git a/resource/ui/replaybrowser/confirmquitdlg.res b/resource/ui/replaybrowser/confirmquitdlg.res new file mode 100644 index 0000000..a8b8a5b --- /dev/null +++ b/resource/ui/replaybrowser/confirmquitdlg.res @@ -0,0 +1,195 @@ +"Resource/UI/replaybrowser/confirmquitdlg.res" +{ + "confirmquitdlg" + { + "ControlName" "Frame" + "fieldName" "confirmquitdlg" + "xpos" "c-200" + "ypos" "c-95" + "wide" "400" + "tall" "275" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "25" + "ypos" "0" + "wide" "350" + "tall" "190" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "BlankLight" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#Replay_ConfirmQuitTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "400" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "#Replay_ConfirmQuit" + "textAlignment" "north" + "xpos" "10" + "ypos" "45" + "zpos" "1" + "wide" "380" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor" "White" + } + + "RenderButton" + { + "ControlName" "CExButton" + "fieldName" "RenderButton" + "xpos" "65" + "ypos" "90" + "zpos" "20" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_RenderNow" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "rendernow" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ReplaysButton" + { + "ControlName" "CExButton" + "fieldName" "ReplaysButton" + "xpos" "65" + "ypos" "115" + "zpos" "20" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_TakeMeToReplays" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "gotoreplays" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "QuitButton" + { + "ControlName" "CExButton" + "fieldName" "QuitButton" + "xpos" "65" + "ypos" "140" + "zpos" "20" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_YesReallyQuit" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DontShowThisAgainCheckbox" + { + "ControlName" "CheckButton" + "fieldName" "DontShowThisAgainCheckbox" + "labelText" "#Replay_DontShowThisAgain" + "Font" "Size 8" + "textAlignment" "west" + "wrap" "0" + "xpos" "130" + "ypos" "165" + "zpos" "1" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/cutspanel.res b/resource/ui/replaybrowser/cutspanel.res new file mode 100644 index 0000000..5eb9658 --- /dev/null +++ b/resource/ui/replaybrowser/cutspanel.res @@ -0,0 +1,173 @@ +"Resource/UI/replaybrowser/cutspanel.res" +{ + "CutsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "CutsPanel" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + + "cut_button_width" "70" + "cut_button_height" "53" + "cut_button_buffer" "3" + "cut_button_space" "4" + "cut_button_space_wide" "10" + "top_margin_height" "5" + "button_start_y" "18" + "name_label_top_margin" "5" + + "button_settings" + { + "paintbackground" "1" + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "zpos" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "addtorenderqueuebutton_settings" + { + "xpos" "4" + "ypos" "37" + "wide" "12" + "tall" "12" + "zpos" "3" + "textAlignment" "center" + "visible" "0" + } + } + } + + "VerticalLine" + { + "ControlName" "EditablePanel" + "fieldName" "VerticalLine" + "wide" "1" + "PaintBackground" "1" + "bgcolor_override" "WhiteDark" + } + + "NoCutsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoCutsLabel" + "font" "Size 11" + "labelText" "#Replay_NoCuts" + "wide" "200" + "tall" "58" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "centerwrap" "1" + "fgcolor" "White" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "visible" "0" + "wide" "18" + "tall" "18" + "labelText" "<" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "visible" "0" + "wide" "18" + "tall" "18" + "labelText" ">" + "font" "Symbols 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OriginalLabel" + { + "ControlName" "CExLabel" + "FieldName" "OriginalLabel" + "Font" "Size 11" + "TextAlignment" "west" + "fgcolor_override" "White" + "xpos" "0" + "ypos" "0" + "wide" "65" + "tall" "10" + "labelText" "#Replay_Original" + } + + "CutsLabel" + { + "ControlName" "CExLabel" + "FieldName" "CutsLabel" + "Font" "Size 11" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "10" + "labelText" "#Replay_Performances" + } + + "NameLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameLabel" + "font" "Size 11" + "labelText" "" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "0" + "fgcolor" "White" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/detailspanel.res b/resource/ui/replaybrowser/detailspanel.res new file mode 100644 index 0000000..fef8a05 --- /dev/null +++ b/resource/ui/replaybrowser/detailspanel.res @@ -0,0 +1,319 @@ +"Resource/UI/DetailsPanel.res" +{ + "DetailsPanel" + { + "ControlName" "CReplayBrowserDetailsPanel" + "fieldName" "DetailsPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "GrayDarkest" + "margin_width" "c-295" + } + + "InsetPanel" + { + "ControlName" "EditablePanel" + "FieldName" "InsetPanel" + "xpos" "c-295" + "ypos" "15" + "wide" "590" + "tall" "800" + + "PlaybackPanel" + { + "ControlName" "EditablePanel" + "FieldName" "PlaybackPanel" + "xpos" "0" + "ypos" "42" + "wide" "320" + "tall" "200" + } + + "TitleEditPanel" + { + "ControlName" "EditablePanel" + "FieldName" "TitleEditPanel" + "xpos" "0" + "ypos" "0" + "wide" "590" + } + + "CutsPanel" + { + "ControlName" "EditablePanel" + "FieldName" "CutsPanel" + "xpos" "0" + "ypos" "250" + "wide" "333" + "tall" "85" + } + } + + "ExportMovieButton" + { + "ControlName" "CExButton" + "fieldName" "ExportMovieButton" + "zpos" "3" + "wide" "75" + "tall" "18" + "pinCorner" "0" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_ExportMovie" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "exportmovie" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ShowRenderInfoButton" + { + "ControlName" "CExImageButton" + "fieldName" "ShowRenderInfoButton" + "zpos" "10" + "wide" "25" + "tall" "25" + "pinCorner" "0" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "showrenderinfo" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "image_default" "replay/info_button_small" + "image_armed" "replay/info_button_over_small" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "YouTubeUploadButton" + { + "ControlName" "CExButton" + "fieldName" "YouTubeUploadButton" + "zpos" "3" + "wide" "158" + "tall" "18" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_YouTubeUpload" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "youtubeupload" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ViewYouTubeButton" + { + "ControlName" "CExButton" + "fieldName" "ViewYouTubeButton" + "zpos" "3" + "wide" "158" + "tall" "18" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#Replay_YouTubeView" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "viewyoutube" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ShareYouTubeURLButton" + { + "ControlName" "CExButton" + "fieldName" "ShareYouTubeURLButton" + "zpos" "3" + "wide" "75" + "tall" "18" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#Replay_YouTubeShareURL" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "shareyoutubeurl" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DeleteButton" + { + "ControlName" "CExButton" + "fieldName" "DeleteButton" + "xpos" "c-90" + "ypos" "430" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#X_Delete" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "delete_replayitem" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PlayButton" + { + "ControlName" "CExButton" + "fieldName" "PlayButton" + "xpos" "c20" + "ypos" "430" + "zpos" "3" + "wide" "120" + "tall" "25" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_Watch" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "play" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RenderButton" + { + "ControlName" "CExButton" + "fieldName" "RenderButton" + "xpos" "c150" + "ypos" "430" + "wide" "155" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Replay_RenderEllipsis" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "render_replay_dlg" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} diff --git a/resource/ui/replaybrowser/listthumbnail.res b/resource/ui/replaybrowser/listthumbnail.res new file mode 100644 index 0000000..7f098cb --- /dev/null +++ b/resource/ui/replaybrowser/listthumbnail.res @@ -0,0 +1,198 @@ +"resource/ListThumbnail.res" +{ + "ListThumbnail" + { + "ControlName" "Panel" + "fieldName" "ListThumbnail" + "wide" "88" + "tall" "74" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + } + + "BorderPanel" + { + "ControlName" "EditablePanel" + "FieldName" "BorderPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "88" + "tall" "54" + "autoresize" "0" + "pincorner" "0" + "visible" "1" + "enabled" "1" + "border" "MaterialBlackLight" + } + + "ScreenshotThumbnail" + { + "ControlName" "Panel" + "fieldName" "ScreenshotThumbnail" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "84" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + } + + "DownloadProgress" + { + "ControlName" "ProgressBar" + "fieldName" "DownloadProgress" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "tall" "10" + "enabled" "1" + "bgcolor_override" "BlackDark" + "fgcolor_override" "Main Theme" + } + + "RecordingInProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "RecordingInProgressLabel" + "font" "Size 11" + "labelText" "#Replay_RecordingInProgress" + "textAlignment" "west" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "centerwrap" "1" + "paintbackground" "0" + "fgcolor" "Red" + } + + "DownloadLabel" + { + "ControlName" "CExLabel" + "fieldName" "DownloadLabel" + "font" "Size 11" + "labelText" "#Replay_Connecting" + "textAlignment" "west" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + + "ErrorLabel" + { + "ControlName" "CExLabel" + "fieldName" "ErrorLabel" + "font" "Size 24" + "labelText" "#Replay_Error" + "textAlignment" "west" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "Red" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 7" + "labelText" "Untitled" + "textAlignment" "north-west" + "xpos" "2" + "ypos" "56" + "wide" "76" + "tall" "15" + "zpos" "10" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "fgcolor" "White" + } + + "DownloadButton" + { + "ControlName" "CExButton" + "fieldName" "DownloadButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_Download" + "font" "Size 11" + "textAlignment" "center" + "wrap" "0" + "Command" "download" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DownloadOverlay" + { + "ControlName" "Panel" + "fieldName" "DownloadOverlay" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Blank" + "Command" "overlay_clicked" + } + + "DeleteButton" + { + "ControlName" "CExButton" + "fieldName" "DeleteButton" + "xpos" "70" + "ypos" "3" + "zpos" "10" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "X" + "font" "Size 11" + "textAlignment" "center" + "wrap" "0" + "Command" "delete_replayitem" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res new file mode 100644 index 0000000..edba076 --- /dev/null +++ b/resource/ui/replaybrowser/mainpanel.res @@ -0,0 +1,139 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/UI/replaybrowser/mainpanel.res" +{ + "ReloadSchemeButton" + { + "xpos" "r17" + "ypos" "22" + } + + "ReplayBrowser" + { + "ControlName" "EditablePanel" + "fieldName" "ReplayBrowser" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "setclosebuttonvisible" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + "infocus_bgcolor_override" "GrayDarkest" + "outoffocus_bgcolor_override" "GrayDarkest" + + "title" "#Replay_Replay" + "title_font" "Size 18" + "titletextinsetX" "40" + "titletextinsetY" "15" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "25" + } + + "BackgroundFooterCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooterCustom" + "xpos" "-10" + "ypos" "r25" + "zpos" "1" + "wide" "p1.02" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialReverseBlackLight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "5" + "tabxdelta" "3" + "tabwidth" "240" + "tabheight" "20" + "transition_time" "0" + "yoffset" "0" + + "tabskv" + { + "textinsetx" "0" + "font" "Size 18" + "AllCaps" "1" + "selectedcolor" "Main Theme" + "unselectedcolor" "White" + "defaultBgColor_override" "Blank" + "paintbackground" "0" + "activeborder_override" "NoBorder" + "normalborder_override" "NoBorder" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "3" + "ypos" "r22" + "zpos" "2" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "BACK (&Q)" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "9999" + "wide" "0" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "9999" + "wide" "0" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "9999" + "wide" "0" + } +} diff --git a/resource/ui/replaybrowser/playbackpanel.res b/resource/ui/replaybrowser/playbackpanel.res new file mode 100644 index 0000000..a92ea3c --- /dev/null +++ b/resource/ui/replaybrowser/playbackpanel.res @@ -0,0 +1,14 @@ +"Resource/UI/PlaybackPanel.res" +{ + "PlaybackPanel" + { + "ControlName" "CPlaybackPanel" + "fieldName" "PlaybackPanel" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "border" "MaterialBlackLight" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/playbackpanelslideshow.res b/resource/ui/replaybrowser/playbackpanelslideshow.res new file mode 100644 index 0000000..b0c1831 --- /dev/null +++ b/resource/ui/replaybrowser/playbackpanelslideshow.res @@ -0,0 +1,28 @@ +"Resource/UI/playbackpanelslideshow.res" +{ + "Screenshot" + { + "ControlName" "ImagePanel" + "fieldName" "Screenshot" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "scaleImage" "1" + } + + "NoScreenshotLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoScreenshotLabel" + "font" "Size 18" + "labelText" "#Replay_NoScreenshot" + "textAlignment" "center" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/previewpanel.res b/resource/ui/replaybrowser/previewpanel.res new file mode 100644 index 0000000..ee775db --- /dev/null +++ b/resource/ui/replaybrowser/previewpanel.res @@ -0,0 +1,157 @@ +"Resource/UI/PreviewPanel.res" +{ + "PreviewPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewPanel" + "wide" "160" + "zpos" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "border" "MaterialGrayDarker" + "proportional" "0" + } + + "Screenshot" + { + "ControlName" "ImagePanel" + "fieldName" "Screenshot" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + } + + "InfoPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InfoPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "75" + + "NoScreenshotLabel" + { + "ControlName" "CExLabel" + "FieldName" "NoScreenshotLabel" + "Font" "Size 18" + "visible" "0" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "15" + "TextAlignment" "center" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "FieldName" "MapLabel" + "Font" "Size 11" + "TextAlignment" "west" + "xpos" "0" + "ypos" "15" + "wide" "160" + "tall" "10" + } + + "DateTimeLabel" + { + "ControlName" "CExLabel" + "FieldName" "DateTimeLabel" + "Font" "Size 11" + "TextAlignment" "west" + "fgcolor_override" "White" + "xpos" "0" + "ypos" "27" + "wide" "160" + "tall" "15" + } + + "Label0_0" + { + "ControlName" "CExLabel" + "FieldName" "Label0_0" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "0" + "ypos" "45" + "wide" "60" + "tall" "10" + "labelText" "#Replay_PlayedAs" + } + "Label0_1" + { + "ControlName" "CExLabel" + "FieldName" "Label0_1" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "60" + "ypos" "45" + "wide" "160" + "tall" "10" + } + "Label1_0" + { + "ControlName" "CExLabel" + "FieldName" "Label1_0" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "0" + "ypos" "55" + "wide" "60" + "tall" "10" + "labelText" "#Replay_KilledBy" + } + "Label1_1" + { + "ControlName" "CExLabel" + "FieldName" "Label1_1" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "60" + "ypos" "55" + "wide" "160" + "tall" "10" + } + "Label2_0" + { + "ControlName" "CExLabel" + "FieldName" "Label2_0" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "0" + "ypos" "65" + "wide" "60" + "tall" "10" + "labelText" "#Replay_LifeLength" + } + "Label2_1" + { + "ControlName" "CExLabel" + "FieldName" "Label2_1" + "Font" "Size 7" + "TextAlignment" "west" + "fgcolor" "White" + "xpos" "60" + "ypos" "65" + "wide" "160" + "tall" "10" + } + } + + "ClassImage" + { + "ControlName" "Panel" + "FieldName" "ClassImage" + "zpos" "102" + } +} diff --git a/resource/ui/replaybrowser/recordspanel.res b/resource/ui/replaybrowser/recordspanel.res new file mode 100644 index 0000000..69ce5b1 --- /dev/null +++ b/resource/ui/replaybrowser/recordspanel.res @@ -0,0 +1,66 @@ +"Resource/UI/RecordPanel.res" +{ + "RecordPanel" + { + "ControlName" "EditablePanel" + "FieldName" "Embedded" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 11" + "labelText" "#Replay_NoNewRecord" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "fgcolor_override" "White" + } + + "RecordInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "RecordInfoLabel" + "font" "Size 11" + "labelText" "#Replay_NoNewRecord" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "fgcolor_override" "White" + } + + "ScoreBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ScoreBackgroundPanel" + "zpos" "0" + "visible" "0" + "Border" "MaterialBlackLight" + "bgcolor_override" "Blank" + } + + "ScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "ScoreLabel" + "font" "Size 14" + "labelText" "0" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/renderdialog.res b/resource/ui/replaybrowser/renderdialog.res new file mode 100644 index 0000000..90df7ac --- /dev/null +++ b/resource/ui/replaybrowser/renderdialog.res @@ -0,0 +1,598 @@ +"Resource/UI/replaybrowser/renderdialog.res" +{ + "RenderDialog" + { + "ControlName" "Frame" + "fieldName" "RenderDialog" + "xpos" "c-115" + "ypos" "c-200" + "wide" "250" + "tall" "415" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + + "default_x" "15" + "start_y" "10" + "vertical_buffer" "6" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "wide" "250" + "visible" "1" + "border" "MaterialBlackLight" + "paintbackground" "0" + "paintborder" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#Replay_RenderReplay" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "95" + "ypos" "-1" + "zpos" "20" + "wide" "75" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RenderButton" + { + "ControlName" "CExButton" + "fieldName" "RenderButton" + "xpos" "0" + "ypos" "10" + "zpos" "20" + "wide" "75" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_Go" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "render" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "QualityPresetLabel" + { + "ControlName" "CExLabel" + "fieldName" "QualityPresetLabel" + "labelText" "#Replay_RenderSetting" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "54" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "QualityPresetCombo" + { + "ControlName" "ComboBox" + "fieldName" "QualityPresetCombo" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "70" + "ypos" "-1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + "editable" "0" + } + + "PlayVoice" + { + "ControlName" "CheckButton" + "fieldName" "PlayVoice" + "labelText" "#Replay_PlayVoice" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "ShowAdvancedOptions" + { + "ControlName" "CheckButton" + "fieldName" "ShowAdvancedOptions" + "labelText" "#Replay_RenderAdvancedOptions" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "220" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "replay/replaybrowser_solidline" + "tileImage" "1" + } + + "VideoModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "VideoModeLabel" + "labelText" "#GameUI_Resolution" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "54" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + + "VideoModeCombo" + { + "ControlName" "ComboBox" + "fieldName" "VideoModeCombo" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "70" + "ypos" "-1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor_override" "White" + "editable" "0" + } + + "CodecLabel" + { + "ControlName" "CExLabel" + "fieldName" "CodecLabel" + "labelText" "#Replay_Codec" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "54" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + + "CodecCombo" + { + "ControlName" "ComboBox" + "fieldName" "CodecCombo" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "70" + "ypos" "-1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor_override" "White" + "editable" "0" + } + + "MotionBlurLabel" + { + "ControlName" "CExLabel" + "fieldName" "MotionBlurLabel" + "labelText" "#Replay_MotionBlur" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + + "MotionBlurSlider" + { + "ControlName" "Slider" + "fieldName" "MotionBlurSlider" + "leftText" "#Replay_MotionBlur_Low" + "rightText" "#Replay_MotionBlur_High" + "visible" "1" + "enabled" "1" + "xpos" "105" + "ypos" "-1" + "wide" "135" + "tall" "23" + "numTicks" "3" + "rangeMin" "0" + "rangeMax" "3" + } + + "QualityLabel" + { + "ControlName" "CExLabel" + "fieldName" "QualityLabel" + "labelText" "#Replay_Quality" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "60" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + + "QualitySlider" + { + "ControlName" "Slider" + "fieldName" "QualitySlider" + "leftText" "#Replay_Quality_Low" + "rightText" "#Replay_Quality_High" + "visible" "1" + "enabled" "1" + "xpos" "105" + "ypos" "-1" + "wide" "135" + "tall" "23" + "numTicks" "4" + "rangeMin" "0" + "rangeMax" "4" + } + + "MotionBlurEnabled" + { + "ControlName" "CheckButton" + "fieldName" "MotionBlurEnabled" + "labelText" "#Replay_MotionBlur_Enabled" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "EstimateTimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimateTimeLabel" + "labelText" "" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "170" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + "EstimateFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimateFileLabel" + "labelText" "" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "wide" "170" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + "fgcolor" "White" + } + + "EnterANameLabel" + { + "ControlName" "CExLabel" + "fieldName" "EnterANameLabel" + "font" "Size 7" + "labelText" "#Replay_Title" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "10" + "fgcolor" "White" + } + + "TitleInput" + { + "ControlName" "TextEntry" + "fieldName" "TitleInput" + "font" "Size 11" + "textHidden" "0" + "textAlignment" "west" + "unicode" "0" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "220" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "BlankDark" + "fgcolor_override" "White" + "tabPosition" "10" + "maxchars" "255" + } + + "ResolutionNoteLabel" + { + "ControlName" "CExLabel" + "fieldName" "ResolutionNoteLabel" + "font" "Size 7" + "labelText" "#Replay_NotAllVideoModesAvailable" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "220" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "White" + } + + "QuitWhenDone" + { + "ControlName" "CheckButton" + "fieldName" "QuitWhenDone" + "labelText" "#Replay_QuitWhenDone" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "ExportRaw" + { + "ControlName" "CheckButton" + "fieldName" "ExportRaw" + "labelText" "#Replay_ExportRaw" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "GlowEnabled" + { + "ControlName" "CheckButton" + "fieldName" "GlowEnabled" + "labelText" "#Replay_Glow_Enabled" + "Font" "Size 7" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "LockWarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "LockWarningLabel" + "font" "Size 11" + "labelText" "#Replay_LockWarning" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "wrap" "1" + "enabled" "1" + "fgcolor" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/replaylistpanel.res b/resource/ui/replaybrowser/replaylistpanel.res new file mode 100644 index 0000000..688c17e --- /dev/null +++ b/resource/ui/replaybrowser/replaylistpanel.res @@ -0,0 +1,49 @@ +"Resource/UI/replaybrowser/replaylistpanel.res" +{ + "ReplayList" + { + "ControlName" "CReplayListPanel" + "fieldName" "ReplayList" + + "PanelListEmbedded" + { + "ControlName" "EditablePanel" + "fieldName" "PanelListEmbedded" + } + + "PanelListPanelVScroll" + { + "ControlName" "ScrollBar" + "FieldName" "PanelListPanelVScroll" + "paintborder" "0" + "nobuttons" "1" + + "Slider" + { + "ControlName" "Panel" + "FieldName" "Slider" + + "paintborder" "0" + "paintbackground" "1" + "bgcolor_override" "BlackLight" + "fgcolor_override" "WhiteDark" + + "ButtonBorder" "MaterialGrayDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/thumbnailcollection.res b/resource/ui/replaybrowser/thumbnailcollection.res new file mode 100644 index 0000000..d75eced --- /dev/null +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -0,0 +1,199 @@ +"resource/ui/replaybrowser/thumbnailcollection.res" +{ + "ThumbnailCollection" + { + "ControlName" "Panel" + "fieldName" "ThumbnailCollection" + "wide" "f0" + "tall" "180" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 12" + "labelText" "%titleandcount%" + "textAlignment" "west" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wide" "f0" + "AllCaps" "1" + "fgcolor" "White" + } + + "DateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DateLabel" + "font" "Size 12" + "textAlignment" "west" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wide" "f0" + "AllCaps" "1" + "fgcolor" "White" + } + + "WarningLabel" + { + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "Size 9" + "textAlignment" "west" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Red" + "wrap" "1" + } + + "UnconvertedBg" + { + "ControlName" "Panel" + "fieldName" "UnconvertedBg" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "BlackLight" + } + + "NoReplayItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoReplayItemsLabel" + "font" "Size 11" + "wide" "400" + "tall" "40" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "White" + } + + "ShowPrevButton" + { + "ControlName" "CExButton" + "fieldName" "ShowPrevButton" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "100" + "tall" "12" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%prevbuttontext%" + "font" "Size 9" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_prev" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + } + "ShowNextButton" + { + "ControlName" "CExButton" + "fieldName" "ShowNextButton" + "xpos" "100" + "ypos" "20" + "zpos" "100" + "wide" "100" + "tall" "12" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%nextbuttontext%" + "font" "ItemFontNameSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_next" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + } + + "RenderAllButton" + { + "ControlName" "CExButton" + "fieldName" "RenderAllButton" + "wide" "80" + "tall" "22" + "zpos" "100" + "visible" "0" + "enabled" "1" + "font" "Size 14" + "textAlignment" "center" + "text" "#Replay_RenderAll" + "Command" "render_queued_replays" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "alpha" "0" + } + "Line" + { + "ControlName" "Panel" + "FieldName" "Line" + "alpha" "0" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/thumbnailrow.res b/resource/ui/replaybrowser/thumbnailrow.res new file mode 100644 index 0000000..23a154b --- /dev/null +++ b/resource/ui/replaybrowser/thumbnailrow.res @@ -0,0 +1,18 @@ +"resource/UI/ThumbnailRow.res" +{ + "ThumbnailRow" + { + "ControlName" "Panel" + "fieldName" "ThumbnailRow" + "wide" "f0" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "zpos" "2" + "tabPosition" "0" + "settitlebarvisible" "1" + //"bgcolor_override" "0 0 255 255" + } +} \ No newline at end of file diff --git a/resource/ui/replaybrowser/titleeditpanel.res b/resource/ui/replaybrowser/titleeditpanel.res new file mode 100644 index 0000000..4f6e84a --- /dev/null +++ b/resource/ui/replaybrowser/titleeditpanel.res @@ -0,0 +1,63 @@ +"Resource/UI/TitleEditPanel.res" +{ + "TitleEditPanel" + { + "ControlName" "CTitleEditPanel" + "fieldName" "TitleEditPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "TitleInput" + { + "ControlName" "TextEntry" + "fieldName" "TitleInput" + "maxchars" "255" + "textHidden" "0" + "textAlignment" "west" + "unicode" "1" + "wrap" "0" + "xpos" "15" + "ypos" "0" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fgcolor_override" "White" + "bgcolor_override" "Blank" // Background is drawn explicitly in CTitleEditPanel::PaintBackground() + "Font" "Size 18" + } + + "ClickToEditLabel" + { + "ControlName" "CExLabel" + "FieldName" "ClickToEditLabel" + "LabelText" "#Replay_ClickToEdit" + "zpos" "1000" + "font" "Size 11" + "Visible" "1" + "fgcolor_override" "White" + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "alpha" "0" + } + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "alpha" "0" + } +} \ No newline at end of file diff --git a/resource/ui/replayinputpanel.res b/resource/ui/replayinputpanel.res new file mode 100644 index 0000000..a145901 --- /dev/null +++ b/resource/ui/replayinputpanel.res @@ -0,0 +1,168 @@ +"resource/ui/replayinput.res" +{ + "ReplayInputPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ReplayInputPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "10" + "bgcolor_override" "0 0 0 50" + } + + "Dlg" + { + "ControlName" "EditablePanel" + "fieldName" "Dlg" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "10" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialBlackLight" + + "NameYourReplayLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameYourReplayLabel" + "font" "Size 14" + "labelText" "#Replay_NameYourReplay" + "textAlignment" "west" + "xpos" "13" + "ypos" "8" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "10" + "fgcolor" "White" + } + + "EnterANameLabel" + { + "ControlName" "CExLabel" + "fieldName" "EnterANameLabel" + "font" "DefaultVerySmall" + "labelText" "#Replay_EnterYourName" + "textAlignment" "west" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "10" + "fgcolor" "White" + } + + "TitleInput" + { + "ControlName" "TextEntry" + "fieldName" "TitleInput" + "font" "Size 11" + "textHidden" "0" + "textAlignment" "west" + "unicode" "1" + "wrap" "0" + "xpos" "13" + "ypos" "50" + "zpos" "50" + "wide" "275" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Black" + "fgcolor_override" "WhiteDark" + "tabPosition" "10" + "maxchars" "255" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "207" + "ypos" "90" + "zpos" "20" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "2" + "labelText" "#GameUI_CancelBold" + "font" "Size 12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "SaveButton" + { + "ControlName" "CExButton" + "fieldName" "SaveButton" + "xpos" "103" + "ypos" "90" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "labelText" "#Replay_Save" + "font" "Size 12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "save" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } +} \ No newline at end of file diff --git a/resource/ui/replaymessage.res b/resource/ui/replaymessage.res new file mode 100644 index 0000000..9b8428a --- /dev/null +++ b/resource/ui/replaymessage.res @@ -0,0 +1,60 @@ +"Resource/UI/replaymessage.res" +{ + "ReplayMessagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ReplayMessagePanel" + "zpos" "1000" + "tall" "84" + "wide" "200" + "autoResize" "0" + "visible" "1" + "enabled" "1" + } + + "ReplayLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReplayLabel" + "font" "Size 24" + "xpos" "35" + "ypos" "2" + "zpos" "0" + "wide" "180" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "#Replay_ReplayMsgTitle" + "textAlignment" "north-west" + "fgcolor" "White" + } + "MessageLabel" + { + "ControlName" "CExLabel" + "fieldName" "MessageLabel" + "font" "Size 11" + "zpos" "0" + "wide" "180" + "tall" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "north" + "fgcolor" "White" + "centerwrap" "0" + "wrap" "1" + } + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "8" + "ypos" "5" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "replay/replayicon" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/resource/ui/replaymessagedlg.res b/resource/ui/replaymessagedlg.res new file mode 100644 index 0000000..348e3ff --- /dev/null +++ b/resource/ui/replaymessagedlg.res @@ -0,0 +1,147 @@ +"resource/ui/replaymessagedlg.res" +{ + "ReplayMessageDlg" + { + "ControlName" "EditablePanel" + "fieldName" "ReplayMessageDlg" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "10" + "bgcolor_override" "Blank" + } + + "Dlg" + { + "ControlName" "EditablePanel" + "fieldName" "Dlg" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "290" + "tall" "160" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "10" + "paintborder" "1" + "border" "MaterialBlackDark" + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "13" + "ypos" "8" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "replay/replayicon" + "scaleImage" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "font" "Size 18" + "labelText" "#Replay_ReplayIntroTitle" + "textAlignment" "west" + "xpos" "37" + "ypos" "8" + "zpos" "1" + "wide" "280" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "10" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "textAlignment" "north" + "xpos" "13" + "ypos" "35" + "zpos" "1" + "wide" "260" + "tall" "300" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "White" + "wrap" "1" + } + + "DontShowAgainCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "DontShowAgainCheckButton" + "labelText" "#Replay_NeverShowAgain" + "Font" "DefaultVerySmall" + "textAlignment" "west" + "wrap" "0" + "xpos" "9" + "ypos" "63" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } + + "OKButton" + { + "ControlName" "CExImageButton" + "fieldName" "OKButton" + "xpos" "207" + "ypos" "115" + "zpos" "20" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "2" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "labelText" "#GameUI_OK" + "Command" "close" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } +} \ No newline at end of file diff --git a/resource/ui/replayreminder.res b/resource/ui/replayreminder.res new file mode 100644 index 0000000..34d2cdd --- /dev/null +++ b/resource/ui/replayreminder.res @@ -0,0 +1,62 @@ +"Resource/UI/ReplayReminder.res" +{ + "ReplayReminder" + { + "ControlName" "CReplayReminderPanel" + "fieldName" "ReplayReminder" + "xpos" "c-83" + "ypos" "-50" + "zpos" "1" + "wide" "166" + "tall" "40" + "visible" "0" + + "BG" + { + "ControlName" "ImagePanel" + "fieldName" "BG" + "xpos" "0" + "ypos" "8" + "zpos" "0" + "wide" "166" + "tall" "38" + "visible" "1" + "enabled" "1" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "replay/replayicon" + "scaleImage" "1" + } + "Label" + { + "ControlName" "Label" + "fieldName" "Label" + "font" "Size 8" + "xpos" "40" + "ypos" "25" + "zpos" "2" + "wide" "133" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%text%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/replayrenderoverlay.res b/resource/ui/replayrenderoverlay.res new file mode 100644 index 0000000..2e04c87 --- /dev/null +++ b/resource/ui/replayrenderoverlay.res @@ -0,0 +1,136 @@ +"Resource/UI/replayrenderoverlay.res" +{ + "BottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BottomPanel" + "visible" "1" + "bgcolor_override" "BlackLight" + } + + "FilenameLabel" + { + "ControlName" "CExLabel" + "fieldName" "FilenameLabel" + "font" "DefaultVerySmall" + "labelText" "" + "textAlignment" "west" + "zpos" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#Replay_RenderOverlayText" + "textAlignment" "west" + "zpos" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + } + + "ReplayRenderOverlay" + { + "ControlName" "Frame" + "fieldName" "ReplayRenderOverlay" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "zpos" "1000" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "paintbackground" "0" + } + + "RenderProgress" + { + "ControlName" "ProgressBar" + "fieldName" "RenderProgress" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "progress" "0" + "bgcolor_override" "BlackDark" + "fgcolor_override" "Main Theme" + } + + "ProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "ProgressLabel" + "font" "DefaultVerySmall" + "labelText" "" + "textAlignment" "east" + "zpos" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Replay_CancelRender" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirmcancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PreviewCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "PreviewCheckButton" + "labelText" "#Replay_RenderPreview" + "Font" "DefaultVerySmall" + "textAlignment" "west" + "wrap" "0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "tabPosition" "10" + } +} \ No newline at end of file diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res new file mode 100644 index 0000000..b76430d --- /dev/null +++ b/resource/ui/revivedialog.res @@ -0,0 +1,116 @@ +"Resource/UI/ReviveDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-110" + "ypos" "285" + "wide" "220" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 14" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "220" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 11" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "10" + "ypos" "25" + "zpos" "1" + "wide" "200" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "60" + "ypos" "45" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "ReplayBrowserSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "cs-0.5" + "ypos" "39" + "zpos" "20" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "Size 11" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "autoResize" "1" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res new file mode 100644 index 0000000..2827a5b --- /dev/null +++ b/resource/ui/scoreboard.res @@ -0,0 +1,2285 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "ControlName" "CTFClientScoreBoardDialog" + "fieldName" "scoreinfo" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "tabPosition" "0" + "medal_width" "15" + "avatar_width" "55" + "spacer" "2" + "name_width" "85" + "nemesis_width" "15" + "class_width" "15" + "score_width" "20" + "ping_width" "26" + "killstreak_width" "12" + "killstreak_image_width" "12" + } + + "MainBackground" //This moves the whole scoreboard + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "cs-0.5+48" + "ypos" "180" + "zpos" "2" + "wide" "508" + "tall" "173" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + + if_mvm + { + "visible" "0" + } + } + + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "c-204" + "ypos" "c-58" + "wide" "254" + "tall" "167" + "zpos" "20" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "13" + "fgcolor" "blue" + "alpha" "255" + } + + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "c46" + "ypos" "c-58" + "wide" "254" + "tall" "167" + "zpos" "20" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "13" + "textcolor" "red" + "alpha" "255" + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-8" + "zpos" "22" + "wide" "257" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlue" + + "pin_to_sibling" "MainBackground" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_mvm + { + "visible" "0" + } + } + + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-8" + "zpos" "22" + "wide" "258" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialRed" + + "pin_to_sibling" "MainBackground" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "0" + } + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Size 24" + "fgcolor" "White" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-10" + "ypos" "0" + "zpos" "24" + "wide" "100" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreShadow" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "23" + "wide" "100" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "BlueTeamScore" + + if_mvm + { + "visible" "0" + } + } + + "BlueTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamPlayerCount" + "font" "Size 11" + "fgcolor" "White" + "labelText" "%blueteamplayercount%" + "textAlignment" "west" + "xpos" "-5" + "ypos" "0" + "zpos" "24" + "wide" "70" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamPlayerCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamPlayerCountShadow" + "font" "Size 11 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamplayercount%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "23" + "wide" "70" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "BlueTeamPlayerCount" + + if_mvm + { + "visible" "0" + } + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Size 24" + "fgcolor" "White" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-10" + "ypos" "0" + "zpos" "24" + "wide" "100" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + if_mvm + { + "visible" "0" + } + } + "RedTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreShadow" + "font" "Size 24 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "23" + "wide" "100" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "RedTeamScore" + + if_mvm + { + "visible" "0" + } + } + + "RedTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Size 11" + "fgcolor" "White" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "-5" + "ypos" "1" + "zpos" "24" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "0" + } + } + "RedTeamPlayerCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCountShadow" + "font" "Size 11 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "23" + "wide" "70" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "RedTeamPlayerCount" + + if_mvm + { + "visible" "0" + } + } + + "ClockIcon" + { + "controlName" "CExLabel" + "fieldName" "ClockIcon" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "3" + "visible" "1" + "enabled" "1" + "font" "Symbols 18" + "labelText" "t" + "textAlignment" "center" + "fgcolor" "White" + + if_mvm + { + "visible" "0" + } + } + "ClockIconShadow" + { + "controlName" "CExLabel" + "fieldName" "ClockIconShadow" + "xpos" "1" + "ypos" "1" + "wide" "20" + "tall" "20" + "zpos" "2" + "visible" "1" + "enabled" "1" + "font" "Symbols 18 Blur" + "labelText" "t" + "textAlignment" "center" + "fgcolor" "Shadow" + + if_mvm + { + "visible" "0" + } + } + + "ServerTimeLeft" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeft" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%servertimeleft%" + "textAlignment" "west" + "xpos" "20" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + if_mvm + { + "visible" "0" + } + } + "ServerTimeLeftShadow" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeftShadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%servertimeleft%" + "textAlignment" "west" + "xpos" "21" + "ypos" "1" + "zpos" "0" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + if_mvm + { + "visible" "0" + } + } + + "Spectators" + { + "ControlName" "CExLabel" + "fieldName" "Spectators" + "font" "Size 8" + "fgcolor" "White" + "labelText" "%spectators%" + "textAlignment" "west" + "xpos" "2" + "ypos" "r11" + "zpos" "4" + "wide" "f0" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "alpha" "175" + + if_mvm + { + "visible" "0" + } + } + + "SpectatorsInQueue" + { + "ControlName" "CExLabel" + "fieldName" "SpectatorsInQueue" + "font" "Size 8" + "fgcolor" "White" + "labelText" "%waitingtoplay%" + "textAlignment" "west" + "xpos" "2" + "ypos" "r11" + "zpos" "4" + "wide" "f0" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "alpha" "175" + + if_mvm + { + "visible" "0" + } + } + + "ServerLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerLabel" + "font" "Size 8" + "fgcolor" "White" + "labelText" "%server%" + "textAlignment" "east" + "xpos" "-2" + "ypos" "r11" + "wide" "f0" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "alpha" "175" + + if_mvm + { + "ypos" "0" + } + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "MapName" + "font" "Size 10" + "labelText" "%mapname%" + "textAlignment" "center" + "xpos" "-6" + "ypos" "2" + "zpos" "4" + "wide" "90" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + + "pin_to_sibling" "LocalPlayerStatsPanel" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "0" + "xpos" "-12" + "ypos" "-22" + "zpos" "20" + "wide" "120" + "tall" "20" + "textAlignment" "center" + "font" "Size 14" + + "pin_to_sibling" "LocalPlayerStatsPanel" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "LocalPlayerStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerStatsPanel" + "xpos" "-4" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "191" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "paintbackground" "0" + "border" "MaterialTransparent50" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_mvm + { + "xpos" "cs-0.5" + "ypos" "r43" + "zpos" "20" + "wide" "536" + "tall" "43" + "pin_to_sibling" "" + } + + "Separator" + { + "ControlName" "CExLabel" + "fieldName" "Separator" + "font" "Size 20" + "fgcolor" "White" + "labelText" ":" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "3" + "zpos" "3" + "wide" "10" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "0" + } + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_KillsLabel" + "textAlignment" "west" + "xpos" "32" + "ypos" "6" + "zpos" "3" + "wide" "50" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "1" + } + } + + "KillsWhite" + { + "ControlName" "CExLabel" + "fieldName" "KillsWhite" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%kills%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "40" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "Separator" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "KillsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "1" + + "pin_to_sibling" "KillsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + } + + "DeathsWhite" + { + "ControlName" "CExLabel" + "fieldName" "DeathsWhite" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%deaths%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "40" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "Separator" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "DeathsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "west" + "xpos" "10" + "ypos" "30" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "11" + "font" "Size 10" + "textAlignment" "west" + "pin_to_sibling" "DeathsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + } + + "AssistsWhite" + { + "ControlName" "CExLabel" + "fieldName" "AssistsWhite" + "font" "Size 10" + "labelText" "%assists%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "AssistsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "AssistsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "AssistsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "70" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "KillsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DestructionWhite" + { + "ControlName" "CExLabel" + "fieldName" "DestructionWhite" + "font" "Size 10" + "labelText" "%destruction%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DestructionLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "DestructionLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "CapturesLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapturesLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_CapturesLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DestructionLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "70" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "DeathsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "CapturesWhite" + { + "ControlName" "CExLabel" + "fieldName" "CapturesWhite" + "font" "Size 10" + "labelText" "%captures%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "CapturesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "CapturesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DefensesLabel" + { + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "CapturesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "70" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "AssistsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DefensesWhite" + { + "ControlName" "CExLabel" + "fieldName" "DefensesWhite" + "font" "Size 10" + "labelText" "%defenses%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DefensesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "DefensesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DominationLabel" + { + "ControlName" "CExLabel" + "fieldName" "DominationLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DefensesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "DestructionWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DominationWhite" + { + "ControlName" "CExLabel" + "fieldName" "DominationWhite" + "font" "Size 10" + "labelText" "%dominations%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DominationLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "DominationLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "RevengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RevengeLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_RevengeLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DominationLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "CapturesWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "RevengeWhite" + { + "ControlName" "CExLabel" + "fieldName" "RevengeWhite" + "font" "Size 10" + "labelText" "%revenge%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "RevengeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "RevengeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "HealingLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_HealingLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "RevengeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "DefensesWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "HealingWhite" + { + "ControlName" "CExLabel" + "fieldName" "HealingWhite" + "font" "Size 10" + "labelText" "%healing%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "HealingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "HealingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "InvulnLabel" + { + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "HealingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "DominationWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "InvulnWhite" + { + "ControlName" "CExLabel" + "fieldName" "InvulnWhite" + "font" "Size 10" + "labelText" "%invulns%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "InvulnLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "InvulnLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "InvulnLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "RevengeWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "TeleportsWhite" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsWhite" + "font" "Size 10" + "labelText" "%teleports%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "TeleportsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "TeleportsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "HeadshotsLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "TeleportsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "HealingWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "HeadshotsWhite" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsWhite" + "font" "Size 10" + "labelText" "%headshots%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "HeadshotsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "HeadshotsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "BackstabsLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_BackstabsLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "HeadshotsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "InvulnWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "BackstabsWhite" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsWhite" + "font" "Size 10" + "labelText" "%backstabs%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "BackstabsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "BackstabsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "BonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "BonusLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_BonusLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "BackstabsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "0" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "TeleportsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "BonusWhite" + { + "ControlName" "CExLabel" + "fieldName" "BonusWhite" + "font" "Size 10" + "labelText" "%bonus%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "BonusLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "0" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "BonusLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "SupportLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_Support" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "BonusLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "TeleportsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "SupportWhite" + { + "ControlName" "CExLabel" + "fieldName" "SupportWhite" + "font" "Size 10" + "labelText" "%support%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "SupportLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "SupportLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DamageLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageLabel" + "font" "Size 10" + "labelText" "#TF_ScoreBoard_DamageLabel" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "SupportLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "1" + "xpos" "0" + "ypos" "0" + "wide" "60" + "tall" "11" + "textAlignment" "west" + "font" "Size 10" + "pin_to_sibling" "HeadshotsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "DamageWhite" + { + "ControlName" "CExLabel" + "fieldName" "DamageWhite" + "font" "Size 10" + "labelText" "%damage%" + "textAlignment" "east" + "xpos" "-20" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "DamageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_mvm + { + "visible" "1" + "font" "Size 10" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "11" + "pin_to_sibling" "DamageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "xpos" "9999" + } + "Deaths" + { + "ControlName" "CExLabel" + "fieldName" "Deaths" + "xpos" "9999" + } + "Assists" + { + "ControlName" "CExLabel" + "fieldName" "Assists" + "xpos" "9999" + } + "Destruction" + { + "ControlName" "CExLabel" + "fieldName" "Destruction" + "xpos" "9999" + } + "Captures" + { + "ControlName" "CExLabel" + "fieldName" "Captures" + "xpos" "9999" + } + "Defenses" + { + "ControlName" "CExLabel" + "fieldName" "Defenses" + "xpos" "9999" + } + "Domination" + { + "ControlName" "CExLabel" + "fieldName" "Domination" + "xpos" "9999" + } + "Revenge" + { + "ControlName" "CExLabel" + "fieldName" "Revenge" + "xpos" "9999" + } + "Healing" + { + "ControlName" "CExLabel" + "fieldName" "Healing" + "xpos" "9999" + } + "Invuln" + { + "ControlName" "CExLabel" + "fieldName" "Invuln" + "xpos" "9999" + } + "Teleports" + { + "ControlName" "CExLabel" + "fieldName" "Teleports" + "xpos" "9999" + } + "Headshots" + { + "ControlName" "CExLabel" + "fieldName" "Headshots" + "xpos" "9999" + } + "Bonus" + { + "ControlName" "CExLabel" + "fieldName" "Bonus" + "xpos" "9999" + } + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "xpos" "9999" + } + "Damage" + { + "ControlName" "CExLabel" + "fieldName" "Damage" + "xpos" "9999" + } + } + + "LocalPlayerDuelStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerDuelStatsPanel" + "xpos" "0" + "ypos" "-4" + "zpos" "3" + "wide" "508" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "paintbackground" "0" + "border" "MaterialTransparent50" + + "pin_to_sibling" "MainBackground" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "DuelingLabel" + { + "ControlName" "CExLabel" + "fieldName" "DuelingLabel" + "font" "Size 14" + "labelText" "#TF_ScoreBoard_Dueling" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "DuelingIcon" + { + "ControlName" "ImagePanel" + "fieldName" "DuelingIcon" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "2" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/crafting/icon_dueling" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LocalPlayerData" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerData" + "xpos" "6" + "ypos" "cs-0.5" + "wide" "200" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "proportionaltoparent" "1" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + "proportionaltoparent" "1" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "xpos" "10" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "east" + "font" "Size 12" + "proportionaltoparent" "1" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "east" + "xpos" "10" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18" + "proportionaltoparent" "1" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + } + + "OpponentData" + { + "ControlName" "EditablePanel" + "fieldName" "OpponentData" + "xpos" "rs1-6" + "ypos" "cs-0.5" + "wide" "200" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "proportionaltoparent" "1" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + "proportionaltoparent" "1" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "xpos" "10" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "west" + "font" "Size 12" + "proportionaltoparent" "1" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "west" + "xpos" "10" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "Size 18" + "proportionaltoparent" "1" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + } + } + + "MvMScoreboard" + { + "ControlName" "CTFHudMannVsMachineScoreboard" + "fieldName" "MvMScoreboard" + "xpos" "c-300" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + + "verbose" "1" + + if_mvm + { + "wide" "f4" + "visible" "1" + } + } + + + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "9999" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "9999" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9999" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "9999" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "9999" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "9999" + } + "MainBG" + { + "ControlName" "EditablePanel" + "fieldName" "MainBG" + "xpos" "9999" + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "xpos" "9999" + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "xpos" "9999" + } + "TimerBG" + { + "ControlName" "EditablePanel" + "fieldName" "TimerBG" + "xpos" "9999" + } + "ServerTimeLeftInsetBG" + { + "ControlName" "EditablePanel" + "fieldName" "ServerTimeLeftInsetBG" + "xpos" "9999" + } + "ServerTimeLeftLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeftLabel" + "xpos" "9999" + } + "ServerTimeLeftValue" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeftValue" + "xpos" "9999" + } + "VerticalLine" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "99999" + } + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "99999" + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "99999" + } + "ClassImage" + { + "ControlName" "ImagePanel" + "fieldName" "ClassImage" + "xpos" "99999" + } + "PlayerNameBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerNameBG" + "xpos" "99999" + } + "PlayerNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerNameLabel" + "xpos" "99999" + } + "ServerLabelNew" + { + "ControlName" "CExLabel" + "fieldName" "ServerLabelNew" + "xpos" "99999" + } + "PlayerScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerScoreLabel" + "xpos" "99999" + } +} \ No newline at end of file diff --git a/resource/ui/selectplayerdialog.res b/resource/ui/selectplayerdialog.res new file mode 100644 index 0000000..3f9178c --- /dev/null +++ b/resource/ui/selectplayerdialog.res @@ -0,0 +1,381 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/SelectPlayerDialog.res" +{ + "SelectPlayerDialog" + { + "fieldName" "SelectPlayerDialog" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "480" + "settitlebarvisible" "" + "paintbackground" "1" + "bgcolor_override" "Blank" + + "button_kv" + { + "xpos" "10" + "ypos" "0" + "wide" "350" + "tall" "30" + + "button" + { + "xpos" "0" + "ypos" "0" + "wide" "350" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "Size 14" + "textAlignment" "west" + "textinsetx" "34" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "20" + "tall" "20" + "image" "" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "color_outline" "WhiteDark" + } + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "c-200" + "ypos" "80" + "zpos" "1" + "wide" "400" + "tall" "330" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "%title%" + "textAlignment" "north" + "xpos" "c-200" + "ypos" "95" + "zpos" "4" + "wide" "400" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "WhiteDark" + } + + "PlayerListScroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "PlayerListScroller" + "xpos" "c-190" + "ypos" "160" + "zpos" "3" + "wide" "380" + "tall" "130" + "PaintBackgroundType" "0" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "BlackLight" + + "PlayerList" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerList" + "xpos" "0" + "ypos" "0" + "wide" "190" + "tall" "130" + "visible" "1" + } + } + + "StatePanel0" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel0" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "130" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Select" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "subbutton0" + { + "ControlName" "CExButton" + "fieldName" "subbutton0" + "xpos" "100" + "ypos" "65" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SelectPlayer_SelectFriends" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "friends" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "subbutton1" + { + "ControlName" "CExButton" + "fieldName" "subbutton1" + "xpos" "100" + "ypos" "105" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SelectPlayer_SelectServer" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "server" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "StatePanel1" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel1" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "130" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Friends" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_FriendsNone" + "textAlignment" "north" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + "StatePanel2" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel2" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "130" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Server" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_ServerNone" + "textAlignment" "north" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-50" + "ypos" "330" + "zpos" "4" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/selectplayerdialog_coach.res b/resource/ui/selectplayerdialog_coach.res new file mode 100644 index 0000000..8d5d3f3 --- /dev/null +++ b/resource/ui/selectplayerdialog_coach.res @@ -0,0 +1,326 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/SelectPlayerDialog.res" +{ + "SelectPlayerDialog" + { + "fieldName" "SelectPlayerDialog" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "480" + "settitlebarvisible" "" + "paintbackground" "1" + "bgcolor_override" "Blank" + + "button_kv" + { + "xpos" "10" + "ypos" "0" + "wide" "350" + "tall" "30" + + "button" + { + "xpos" "0" + "ypos" "0" + "wide" "350" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "Size 14" + "textAlignment" "west" + "textinsetx" "34" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "20" + "tall" "20" + "image" "" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "color_outline" "WhiteDark" + } + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "c-200" + "ypos" "80" + "zpos" "1" + "wide" "400" + "tall" "330" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "%title%" + "textAlignment" "north" + "xpos" "c-200" + "ypos" "95" + "zpos" "4" + "wide" "400" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "PlayerListScroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "PlayerListScroller" + "xpos" "c-190" + "ypos" "160" + "zpos" "3" + "wide" "380" + "tall" "130" + "PaintBackgroundType" "0" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "BlackLight" + + "PlayerList" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerList" + "xpos" "0" + "ypos" "0" + "wide" "190" + "tall" "130" + "visible" "1" + } + } + + "StatePanel0" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel0" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "130" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Select" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "subbutton0" + { + "ControlName" "CExButton" + "fieldName" "subbutton0" + "xpos" "100" + "ypos" "65" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SelectPlayer_SelectFriends" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "friends" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "subbutton1" + { + "ControlName" "CExButton" + "fieldName" "subbutton1" + "xpos" "100" + "ypos" "105" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_FindCoachDialog_Match" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "performmatchmaking" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "StatePanel1" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel1" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "130" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Friends" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_FriendsNone" + "textAlignment" "north" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-50" + "ypos" "330" + "zpos" "4" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/selectplayerdialog_duel.res b/resource/ui/selectplayerdialog_duel.res new file mode 100644 index 0000000..41d0118 --- /dev/null +++ b/resource/ui/selectplayerdialog_duel.res @@ -0,0 +1,472 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/SelectPlayerDialog_Duel.res" +{ + "SelectPlayerDialog" + { + "fieldName" "SelectPlayerDialog" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "480" + "settitlebarvisible" "" + "paintbackground" "1" + "bgcolor_override" "Blank" + + "button_kv" + { + "xpos" "10" + "ypos" "0" + "wide" "350" + "tall" "30" + + "button" + { + "xpos" "0" + "ypos" "0" + "wide" "350" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "Size 14" + "textAlignment" "west" + "textinsetx" "34" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "20" + "tall" "20" + "image" "" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "color_outline" "WhiteDark" + } + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "c-200" + "ypos" "80" + "zpos" "1" + "wide" "400" + "tall" "330" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "%title%" + "textAlignment" "north" + "xpos" "c-200" + "ypos" "95" + "zpos" "4" + "wide" "400" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "PlayerListScroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "PlayerListScroller" + "xpos" "c-190" + "ypos" "210" + "zpos" "3" + "wide" "380" + "tall" "130" + "PaintBackgroundType" "0" + "fgcolor_override" "WhiteDark" + "bgcolor_override" "BlackLight" + + "PlayerList" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "190" + "tall" "130" + "visible" "1" + } + } + + "StatePanel0" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel0" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "180" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Select" + "textAlignment" "north" + "xpos" "0" + "ypos" "20" + "zpos" "-1" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "subbutton0" + { + "ControlName" "CExButton" + "fieldName" "subbutton0" + "xpos" "100" + "ypos" "65" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SelectPlayer_SelectFriends" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "friends" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "subbutton1" + { + "ControlName" "CExButton" + "fieldName" "subbutton1" + "xpos" "100" + "ypos" "105" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SelectPlayer_SelectServer" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "server" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "StatePanel1" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel1" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "180" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Friends" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_FriendsNone" + "textAlignment" "north" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + "StatePanel2" + { + "ControlName" "EditablePanel" + "fieldName" "StatePanel2" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "180" + "zpos" "3" + "wide" "400" + "tall" "180" + "PaintBackgroundType" "0" + + "QueryLabel" + { + "ControlName" "CExLabel" + "fieldName" "QueryLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_Server" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "EmptyPlayerListLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyPlayerListLabel" + "font" "Size 14" + "labelText" "#TF_SelectPlayer_ServerNone" + "textAlignment" "north" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "Size 14" + "labelText" "%player_class%" + "textAlignment" "north" + "xpos" "c-200" + "ypos" "130" + "zpos" "2" + "wide" "400" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "Size 11" + "textAlignment" "center" + "xpos" "c-100" + "ypos" "180" + "zpos" "100" + "wide" "200" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Blank" + "PaintBackgroundType" "0" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "MaterialGrayDarkest" + } + + "ClassUsageImage_Any" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage_Any" + "xpos" "c-30" + "ypos" "158" + "zpos" "8" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "Main Theme" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "VerticalLine" + { + "ControlName" "EditablePanel" + "fieldName" "VerticalLine0" + "xpos" "c0" + "ypos" "158" + "zpos" "3" + "wide" "1" + "tall" "24" + "PaintBackground" "1" + "bgcolor_override" "WhiteDark" + } + + "ClassUsageImage_Locked" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage_Locked" + "xpos" "c10" + "ypos" "158" + "zpos" "8" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "WhiteDark" + "panel_bgcolor_mouseover" "Main Theme" + "image_indent" "2" + "PaintBackgroundType" "0" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-50" + "ypos" "360" + "zpos" "4" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/spectator.res b/resource/ui/spectator.res new file mode 100644 index 0000000..2716f9a --- /dev/null +++ b/resource/ui/spectator.res @@ -0,0 +1,230 @@ +"Resource/UI/Spectator.res" +{ + "Spectator" + { + "ControlName" "Frame" + "fieldName" "Spectator" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "specgui" + { + } + + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "Size 12" + "fgcolor_override" "White" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "font" "Size 14" + "wrap" "1" + "centerwrap" "1" + } + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "190" + "tall" "100" + "visible" "0" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "model_ypos" "11" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "4" + "zpos" "1" + "wide" "270" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + + + //BIN + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "tall" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "0" + "ypos" "r0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + } + + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "0" + "ypos" "r0" + "tall" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "xpos" "9999" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "xpos" "9999" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "xpos" "9999" + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "xpos" "9999" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "xpos" "9999" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "xpos" "9999" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "xpos" "9999" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "xpos" "9999" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res new file mode 100644 index 0000000..95a4672 --- /dev/null +++ b/resource/ui/spectatorguihealth.res @@ -0,0 +1,150 @@ +"Resource/UI/SpectatorGUIHealth.res" +{ + "HealthBG" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "34" + "wide_minmode" "33" + "tall" "20" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "HealthBorder" + + "alpha" "255" + } + + "HealthBuff" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBuff" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "34" + "wide_minmode" "33" + "tall" "20" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "BuffedBorder" + + "alpha" "0" + + "pin_to_sibling" "HealthBG" + } + + "HealthHurt" + { + "ControlName" "EditablePanel" + "fieldName" "HealthHurt" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "34" + "wide_minmode" "33" + "tall" "20" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "HurtBorder" + + "alpha" "0" + + "pin_to_sibling" "HealthBG" + } + + "PlayerStatusHealthValueSpec" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueSpec" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "34" + "wide_minmode" "33" + "tall" "20" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Game 15" + "font" "Game 14" + "fgcolor" "Health Numbers" + "labeltext" "%Health%" + "pin_to_sibling" "HealthBG" + } + + "PlayerStatusHealthValueSpecShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueSpecShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "34" + "wide_minmode" "33" + "tall" "20" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Game 15 Blur" + "font" "Game 14 Blur" + "fgcolor" "Shadow" + "labeltext" "%Health%" + + "pin_to_sibling" "PlayerStatusHealthValueSpec" + } + + + + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "wide" "0" + "tall" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "wide" "0" + "tall" "0" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + "wide" "0" + "tall" "0" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "9999" + "wide" "0" + "tall" "0" + } + "PlayerStatusPlayerLevel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusPlayerLevel" + "xpos" "9999" + "wide" "0" + "tall" "0" + } +} \ No newline at end of file diff --git a/resource/ui/spectatortournament.res b/resource/ui/spectatortournament.res new file mode 100644 index 0000000..f602fbc --- /dev/null +++ b/resource/ui/spectatortournament.res @@ -0,0 +1,436 @@ +"Resource/UI/SpectatorTournament.res" +{ + "specgui" + { + "ControlName" "Frame" + "fieldName" "specgui" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + + "team1_player_base_offset_x" "0" + "team1_player_base_y" "302" + "team1_player_delta_x" "0" + "team1_player_delta_y" "18" + "team2_player_base_offset_x" "0" + "team2_player_base_y" "136" + "team2_player_delta_x" "0" + "team2_player_delta_y" "18" + + "playerpanels_kv" + { + "visible" "0" + "wide" "120" + "tall" "23" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "ClassImageBG" + { + "ControlName" "EditablePanel" + "fieldName" "ClassImageBG" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + "PaintBackground" "0" + "proportionaltoparent" "1" + } + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "4" + "ypos" "rs1-4" + "zpos" "3" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "PlayerName" + { + "ControlName" "CExLabel" + "fieldName" "PlayerName" + "font" "Size 10" + "xpos" "22" + "ypos" "0" + "zpos" "6" + "wide" "65" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "west" + "fgcolor" "White" + "proportionaltoparent" "1" + } + "PlayerNameShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerNameShadow" + "font" "Size 10 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "65" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "west" + "fgcolor" "Shadow" + "proportionaltoparent" "1" + "pin_to_sibling" "PlayerName" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "rs1-1" + "ypos" "rs1" + "zpos" "3" + "wide" "30" + "tall" "21" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "Size 11" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "proportionaltoparent" "1" + } + + "RespawnTime" + { + "ControlName" "CExLabel" + "fieldName" "RespawnTime" + "font" "Size 12" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "fgcolor" "WhiteDark" + "proportionaltoparent" "1" + "pin_to_sibling" "HealthIcon" + } + "RespawnTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "RespawnTimeShadow" + "font" "Size 12 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "fgcolor" "Shadow" + "proportionaltoparent" "1" + "pin_to_sibling" "RespawnTime" + } + + "ChargeAmountCover" + { + "ControlName" "CExLabel" + "fieldName" "ChargeAmountCover" + "font" "BlocksSharp64" + "xpos" "3" + "ypos" "rs1-3" + "zpos" "19" + "wide" "17" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "east" + "fgcolor" "WhiteDark" + "proportionaltoparent" "1" + } + "ChargeAmount" + { + "ControlName" "CExLabel" + "fieldName" "ChargeAmount" + "font" "Size 10 Numbers" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "17" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor_override" "GrayLight" + "proportionaltoparent" "1" + "pin_to_sibling" "chargeamountcover" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "9999" + } + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "9999" + } + "respawntimecover" + { + "ControlName" "CExLabel" + "fieldName" "respawntimecover" + "xpos" "9999" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "xpos" "9999" + } + } + } + + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "Size 12" + "fgcolor_override" "White" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "cs-0.5" + "ypos" "16" + "wide" "380" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_PVE_Buyback" + "textAlignment" "center" + "font" "Size 14" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "1" + } + } + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "190" + "tall" "100" + "visible" "0" + "paintbackground" "0" + "border" "MaterialTransparent50" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "Size 10" + "xpos" "10" + "ypos" "4" + "zpos" "1" + "wide" "270" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "xpos" "9999" + "wide" "0" + "tall" "0" + } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + + //REMOVED + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "xpos" "9999" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "xpos" "9999" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "xpos" "9999" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "xpos" "9999" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "xpos" "9999" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "xpos" "9999" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "xpos" "9999" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "xpos" "9999" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res new file mode 100644 index 0000000..6cdd720 --- /dev/null +++ b/resource/ui/spectatortournamentguihealth.res @@ -0,0 +1,82 @@ +"Resource/UI/SpectatorTournamentGUIHealth.res" +{ + "SpectatorHealthBG" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorHealthBG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent90" + + "alpha" "255" + } + + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Size 12" + "fgcolor" "Health Numbers" + "labeltext" "%Health%" + "proportionaltoparent" "1" + } + + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "labeltext" "%Health%" + "proportionaltoparent" "1" + "pin_to_sibling" "PlayerStatusHealthValue" + } + + //REMOVED STUFF + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res new file mode 100644 index 0000000..b3d36b0 --- /dev/null +++ b/resource/ui/stampdonationadd.res @@ -0,0 +1,216 @@ +"Resource/UI/StampDonationAdd.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "90" + "wide" "450" + "tall" "260" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "450" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 11" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "35" + "ypos" "50" + "zpos" "1" + "wide" "340" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" //disabled + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "ExplanationLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel2" + "font" "Size 11" + "labelText" "and earn the world traveler's hat to track contributions: " + "textAlignment" "north" + "xpos" "40" + "ypos" "30" + "zpos" "1" + "wide" "450" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ItemImagePanel" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel" + "xpos" "20" + "ypos" "15" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "ItemImagePanel2" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel2" + "xpos" "245" + "ypos" "24" + "wide" "100" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "Nope" + { + "ControlName" "CExButton" + "fieldName" "Nope" + "xpos" "155" + "ypos" "108" + "zpos" "20" + "wide" "115" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Nope" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "nope" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "330" + "ypos" "109" + "zpos" "20" + "wide" "115" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "add_stamp_to_cart" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PriceLabelBG" + { + "ControlName" "EditablePanel" + "fieldName" "PriceLabelBG" + "xpos" "270" + "ypos" "108" + "zpos" "20" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + + "paintbackground" "0" + "border" "MaterialGreen" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "Size 14" + "labelText" "%price%" + "textAlignment" "center" + "xpos" "270" + "ypos" "108" + "zpos" "25" + "wide" "60" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + } +} \ No newline at end of file diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res new file mode 100644 index 0000000..d9c4f8e --- /dev/null +++ b/resource/ui/statsummary.res @@ -0,0 +1,134 @@ +"Resource/UI/winpanel.res" +{ + "TFStatsSummary" + { + "ControlName" "EditablePanel" + "fieldName" "TFStatsSummary" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "90" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 0" + } + + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "image" "../console/background_upward" + "scaleImage" "1" + } + + "MapType" + { + "ControlName" "CExLabel" + "fieldName" "MapType" + "font" "Size 30" + "labelText" "%maptype%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "91" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "GrayDark" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "Size 44" + "labelText" "%maplabel%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "55" + "zpos" "91" + "wide" "f0" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "fgcolor" "255 255 255 255" + } + + + ///////////REMOVED/////////// + + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "MapInfo" + { + "ControlName" "EditablePanel" + "fieldName" "MapInfo" + "xpos" "9999" + } + "StatData" + { + "ControlName" "EditablePanel" + "fieldName" "StatData" + "xpos" "9999" + } + "TipImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TipImage" + "xpos" "9999" + } + "TipText" + { + "ControlName" "Label" + "fieldName" "TipText" + "xpos" "9999" + } + "NextTipButton" + { + "ControlName" "Button" + "fieldName" "NextTipButton" + "xpos" "9999" + } + "ResetStatsButton" + { + "ControlName" "Button" + "fieldName" "ResetStatsButton" + "xpos" "9999" + } + "CloseButton" + { + "ControlName" "Button" + "fieldName" "CloseButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res new file mode 100644 index 0000000..43ceee5 --- /dev/null +++ b/resource/ui/statsummary_embedded.res @@ -0,0 +1,2160 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/StatSummary_Embedded.res" +{ + "TFStatsSummary" + { + "ControlName" "EditablePanel" + "fieldName" "TFStatsSummary" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "bgcolor_override" "GrayDarkest" + } + + "StatData" + { + "ControlName" "EditablePanel" + "fieldName" "StatData" + "xpos" "0" + "ypos" "-55" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "InteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "InteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "BarChartComboA" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboA" + "xpos" "c-292" + "ypos" "c-74" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "BarChartComboABG" + { + "ControlName" "EditablePanel" + "fieldName" "BarChartComboABG" + "xpos" "1" + "ypos" "0" + "zpos" "0" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "GrayDarker" + + "pin_to_sibling" "BarChartComboA" + } + + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "Size 9" + "labelText" "Class" + "textAlignment" "center" + "textinsety" "0" + "xpos" "c-136" + "ypos" "c-74" + "zpos" "6" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "GrayDarker" + } + + "BarChartComboB" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboB" + "xpos" "c-58" + "ypos" "c-74" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "BarChartComboBBG" + { + "ControlName" "EditablePanel" + "fieldName" "BarChartComboBBG" + "xpos" "1" + "ypos" "0" + "zpos" "0" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "GrayDarker" + + "pin_to_sibling" "BarChartComboB" + } + + "ClassCombo" + { + "ControlName" "ComboBox" + "fieldName" "ClassCombo" + "xpos" "c112" + "ypos" "167" + "zpos" "10" + "wide" "173" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "White" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "ClassComboBG" + { + "ControlName" "EditablePanel" + "fieldName" "ClassComboBG" + "xpos" "1" + "ypos" "0" + "zpos" "0" + "wide" "173" + "tall" "14" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "GrayDarker" + + "pin_to_sibling" "ClassCombo" + } + } + + "ClassStatsBG" //YOUR PERFORMANCE REPORT BG + { + "ControlName" "EditablePanel" + "fieldName" "ClassStatsBG" + "xpos" "c-300" + "ypos" "160" + "zpos" "-1" + "wide" "400" + "tall" "174" + "visible" "1" + "enabled" "1" + "border" "MaterialBlackLight" + } + + "ReportBG" //YOUR BEST MOMENTS BG + { + "ControlName" "EditablePanel" + "fieldName" "ReportBG" + "xpos" "c105" + "ypos" "160" + "zpos" "-1" + "wide" "185" + "tall" "174" + "visible" "1" + "enabled" "1" + "border" "MaterialBlackLight" + } + + "AveragesLabel" //YOUR PERFORMANCE REPORT LABEL + { + "ControlName" "Label" + "fieldName" "AveragesLabel" + "font" "Size 20" + "labelText" "#StatSummary_Label_PerformanceReport" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + + "pin_to_sibling" "ClassStatsBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "RecordsLabel1" //YOUR BEST MOMENTS LABEL + { + "ControlName" "Label" + "fieldName" "RecordsLabel1" + "font" "Size 18" + "labelText" "#StatSummary_Label_BestMoments" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "205" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + + "pin_to_sibling" "ReportBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "ClassBarBG1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1A" + "xpos" "c-293" + "ypos" "185" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1A" + "xpos" "c-292" + "ypos" "186" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel1A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1A" + "font" "Size 9" + "labelText" "%classbarlabel1A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "182" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel1" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel1" + "font" "Size 9" + "labelText" "%class1%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "185" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1B" + "xpos" "c-59" + "ypos" "185" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1B" + "xpos" "c-58" + "ypos" "186" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel1B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1B" + "font" "Size 9" + "labelText" "%classbarlabel1B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "182" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2A" + "xpos" "c-293" + "ypos" "201" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2A" + "xpos" "c-292" + "ypos" "202" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel2A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2A" + "font" "Size 9" + "labelText" "%classbarlabel2A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "198" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel2" + "font" "Size 9" + "labelText" "%class2%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "201" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2B" + "xpos" "c-59" + "ypos" "201" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2B" + "xpos" "c-58" + "ypos" "202" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel2B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2B" + "font" "Size 9" + "labelText" "%classbarlabel2B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "198" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3A" + "xpos" "c-293" + "ypos" "217" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3A" + "xpos" "c-292" + "ypos" "218" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel3A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3A" + "font" "Size 9" + "labelText" "%classbarlabel3A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "214" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel3" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel3" + "font" "Size 9" + "labelText" "%class3%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "217" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3B" + "xpos" "c-59" + "ypos" "217" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3B" + "xpos" "c-58" + "ypos" "218" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel3B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3B" + "font" "Size 9" + "labelText" "%classbarlabel3B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "214" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4A" + "xpos" "c-293" + "ypos" "233" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4A" + "xpos" "c-292" + "ypos" "234" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel4A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4A" + "font" "Size 9" + "labelText" "%classbarlabel4A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "230" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel4" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel4" + "font" "Size 9" + "labelText" "%class4%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "233" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4B" + "xpos" "c-59" + "ypos" "233" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4B" + "xpos" "c-58" + "ypos" "234" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel4B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4B" + "font" "Size 9" + "labelText" "%classbarlabel4B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "230" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5A" + "xpos" "c-293" + "ypos" "249" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5A" + "xpos" "c-292" + "ypos" "250" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel5A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5A" + "font" "Size 9" + "labelText" "%classbarlabel5A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "246" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel5" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel5" + "font" "Size 9" + "labelText" "%class5%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "249" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5B" + "xpos" "c-59" + "ypos" "249" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5B" + "xpos" "c-58" + "ypos" "250" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel5B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5B" + "font" "Size 9" + "labelText" "%classbarlabel5B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "246" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6A" + "xpos" "c-293" + "ypos" "265" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6A" + "xpos" "c-292" + "ypos" "266" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel6A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6A" + "font" "Size 9" + "labelText" "%classbarlabel6A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "263" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel6" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel6" + "font" "Size 9" + "labelText" "%class6%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "265" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6B" + "xpos" "c-59" + "ypos" "265" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6B" + "xpos" "c-58" + "ypos" "266" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel6B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6B" + "font" "Size 9" + "labelText" "%classbarlabel6B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "263" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7A" + "xpos" "c-293" + "ypos" "281" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7A" + "xpos" "c-292" + "ypos" "282" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel7A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7A" + "font" "Size 9" + "labelText" "%classbarlabel7A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "279" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel7" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel7" + "font" "Size 9" + "labelText" "%class7%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "281" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7B" + "xpos" "c-59" + "ypos" "281" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7B" + "xpos" "c-58" + "ypos" "282" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel7B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7B" + "font" "Size 9" + "labelText" "%classbarlabel7B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "279" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8A" + "xpos" "c-293" + "ypos" "297" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8A" + "xpos" "c-292" + "ypos" "298" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel8A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8A" + "font" "Size 9" + "labelText" "%classbarlabel8A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "295" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel8" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel8" + "font" "Size 9" + "labelText" "%class8%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "297" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8B" + "xpos" "c-59" + "ypos" "297" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8B" + "xpos" "c-58" + "ypos" "298" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel8B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8B" + "font" "Size 9" + "labelText" "%classbarlabel8B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "295" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassBarBG9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9A" + "xpos" "c-293" + "ypos" "313" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9A" + "xpos" "c-292" + "ypos" "314" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel9A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9A" + "font" "Size 9" + "labelText" "%classbarlabel9A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "311" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassLabel9" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel9" + "font" "Size 9" + "labelText" "%class9%" + "textAlignment" "center" + "xpos" "c-136" + "ypos" "313" + "zpos" "5" + "wide" "74" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "paintbackground" "1" + "bgcolor_override" "GrayDarker" + } + + "ClassBarBG9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9B" + "xpos" "c-59" + "ypos" "313" + "zpos" "2" + "wide" "153" + "tall" "14" + "visible" "1" + "enabled" "1" + "fillcolor" "GrayDarker" + } + "ClassBar9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9B" + "xpos" "c-58" + "ypos" "314" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "Main Theme" + "PaintBackgroundType" "0" + } + "ClassBarLabel9B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9B" + "font" "Size 9" + "labelText" "%classbarlabel9B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "311" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "OverallRecord1Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Label" + "font" "Size 8" + "labelText" "%classrecord1label%" + "textAlignment" "west" + "xpos" "c112" + "ypos" "c-57" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + } + "OverallRecord1Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Value" + "font" "Size 8" + "labelText" "%classrecord1value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord1Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord2Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Label" + "font" "Size 8" + "labelText" "%classrecord2label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord1Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord2Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Value" + "font" "Size 8" + "labelText" "%classrecord2value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord2Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord3Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Label" + "font" "Size 8" + "labelText" "%classrecord3label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord2Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord3Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Value" + "font" "Size 8" + "labelText" "%classrecord3value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord3Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord4Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Label" + "font" "Size 8" + "labelText" "%classrecord4label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord3Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord4Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Value" + "font" "Size 8" + "labelText" "%classrecord4value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord4Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord5Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Label" + "font" "Size 8" + "labelText" "%classrecord5label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord4Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord5Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Value" + "font" "Size 8" + "labelText" "%classrecord5value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord5Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord6Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Label" + "font" "Size 8" + "labelText" "%classrecord6label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord5Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord6Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Value" + "font" "Size 8" + "labelText" "%classrecord6value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord6Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord7Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Label" + "font" "Size 8" + "labelText" "%classrecord7label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord6Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord7Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Value" + "font" "Size 8" + "labelText" "%classrecord7value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord7Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord8Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Label" + "font" "Size 8" + "labelText" "%classrecord8label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord7Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord8Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Value" + "font" "Size 8" + "labelText" "%classrecord8value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord8Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord9Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Label" + "font" "Size 8" + "labelText" "%classrecord9label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord8Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord9Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Value" + "font" "Size 8" + "labelText" "%classrecord9value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord9Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord10Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Label" + "font" "Size 8" + "labelText" "%classrecord10label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord9Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord10Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Value" + "font" "Size 8" + "labelText" "%classrecord10value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord10Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord11Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Label" + "font" "Size 8" + "labelText" "%classrecord11label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord10Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord11Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Value" + "font" "Size 8" + "labelText" "%classrecord11value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord11Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord12Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Label" + "font" "Size 8" + "labelText" "%classrecord12label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord11Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord12Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Value" + "font" "Size 8" + "labelText" "%classrecord12value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord12Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord13Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Label" + "font" "Size 8" + "labelText" "%classrecord13label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord12Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord13Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Value" + "font" "Size 8" + "labelText" "%classrecord13value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord13Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord14Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Label" + "font" "Size 8" + "labelText" "%classrecord14label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord13Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord14Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Value" + "font" "Size 8" + "labelText" "%classrecord14value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord14Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "OverallRecord15Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Label" + "font" "Size 8" + "labelText" "%classrecord15label%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "97" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord14Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "OverallRecord15Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Value" + "font" "Size 8" + "labelText" "%classrecord15value%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + + "pin_to_sibling" "OverallRecord15Label" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NonInteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "NonInteractiveHeaders" + "xpos" "9999" + } + "AveragesBG" + { + "ControlName" "EditablePanel" + "fieldName" "AveragesBG" + "xpos" "9999" + } + "RecordsBG" + { + "ControlName" "EditablePanel" + "fieldName" "RecordsBG" + "xpos" "9999" + } + "RecordsSubBG1" + { + "ControlName" "ImagePanel" + "fieldName" "RecordsSubBG1" + "xpos" "9999" + } + "RecordsLabel" + { + "ControlName" "Label" + "fieldName" "RecordsLabel" + "xpos" "9999" + } + } + + "ResetStatsButton" + { + "ControlName" "CExButton" + "fieldName" "ResetStatsButton" + "xpos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ResetStatsButton2" + { + "ControlName" "CExButton" + "fieldName" "ResetStatsButton2" + "xpos" "r22" + "ypos" "0" + "zpos" "20" + "wide" "22" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "D" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "resetstatsbutton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "paintborder" "1" + + "border" "MaterialGrayDark" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + + + "TipImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TipImage" + "xpos" "9999" + } + "TipText" + { + "ControlName" "Label" + "fieldName" "TipText" + "xpos" "9999" + } + "NextTipButton" + { + "ControlName" "Button" + "fieldName" "NextTipButton" + "xpos" "9999" + } + "CloseButton" + { + "ControlName" "Button" + "fieldName" "CloseButton" + "xpos" "9999" + } + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "OnYourWayLabel" + { + "ControlName" "CExLabel" + "fieldName" "OnYourWayLabel" + "xpos" "9999" + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "xpos" "9999" + } + "MapType" + { + "ControlName" "CExLabel" + "fieldName" "MapType" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/steamfriendpanel.res b/resource/ui/steamfriendpanel.res new file mode 100644 index 0000000..3616f7a --- /dev/null +++ b/resource/ui/steamfriendpanel.res @@ -0,0 +1,77 @@ +"Resource/UI/SteamFriendPanel.res" +{ + "avatar" + { + "fieldName" "avatar" + "xpos" "1" + "ypos" "1" + "wide" "o1" + "tall" "f2" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleImage" "1" + } + + "InteractButton" + { + "fieldName" "InteractButton" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "command" "open_menu" + "labeltext" "" + "textalignment" "center" + "stay_armed_on_click" "1" + "roundedcorners" "0" + "paintbackground" "1" + + "defaultBgColor_override" "Blank" + "armedBgColor_override" "Blank" + + "border_default" "NoBorder" + "border_armed" "FriendHighlightBorder" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "rs1" + "ypos" "1" + "zpos" "100" + "wide" "f22" + "tall" "10" + "textAlignment" "north-west" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "wrap" "0" + "labelText" "%name%" + "proportionaltoparent" "1" + "font" "Size 8" + "mouseinputenabled" "0" + } + + "StatusLabel" + { + "fieldName" "StatusLabel" + "xpos" "rs1" + "ypos" "11" + "zpos" "100" + "wide" "f22" + "tall" "10" + "textAlignment" "north-west" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "wrap" "0" + "labelText" "%status%" + "proportionaltoparent" "1" + "font" "Size 7" + "fgcolor_override" "TanDark" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res new file mode 100644 index 0000000..3b7df08 --- /dev/null +++ b/resource/ui/steamworkshopdialog.res @@ -0,0 +1,595 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/SteamWorkshopDialog.res" +{ + "SteamWorkshopDialog" + { + "ControlName" "CSteamWorkshopDialog" + "fieldName" "SteamWorkshopDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "PaintBackgroundType" "0" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialBlackDark" + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "9999" + } + "WorkshopBranding" + { + "ControlName" "ImagePanel" + "fieldName" "WorkshopBranding" + "xpos" "9999" + } + "BackgroundBottom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundBottom" + "xpos" "9999" + } + + "NoItemsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NoItemsContainer" + "xpos" "25" + "ypos" "60" + "wide" "550" + "tall" "245" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "border" "MaterialGrayDarkest" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 22" + "labelText" "#TF_SteamWorkshop_Title" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "550" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 12" + "labelText" "#TF_SteamWorkshop_Desc" + "textAlignment" "north" + "xpos" "20" + "ypos" "50" + "zpos" "1" + "wide" "515" + "tall" "200" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "cs-0.5" + "ypos" "r38" + "zpos" "20" + "wide" "p0.96" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SteamWorkshop_LearnHow" + "font" "Size 15" + "textAlignment" "center" + "Command" "learn_more" + "AllCaps" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + + "ItemsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsContainer" + "xpos" "25" + "ypos" "60" + "zpos" "1" + "wide" "550" + "tall" "245" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "border" "MaterialBlackDark" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 22" + "labelText" "#TF_SteamWorkshop_YourItems" + "textAlignment" "west" + "xpos" "15" + "ypos" "15" + "zpos" "1" + "wide" "550" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SteamWorkshopItem0" + { + "ControlName" "CSteamWorkshopItemPanel" + "fieldName" "SteamWorkshopItem0" + "xpos" "15" + "ypos" "30" + "wide" "125" + "tall" "200" + "pinCorner" "0" + "visible" "1" + } + + "SteamWorkshopItem1" + { + "ControlName" "CSteamWorkshopItemPanel" + "fieldName" "SteamWorkshopItem1" + "xpos" "147" + "ypos" "30" + "wide" "125" + "tall" "200" + "pinCorner" "0" + "visible" "1" + } + + "SteamWorkshopItem2" + { + "ControlName" "CSteamWorkshopItemPanel" + "fieldName" "SteamWorkshopItem2" + "xpos" "279" + "ypos" "30" + "wide" "125" + "tall" "200" + "pinCorner" "0" + "visible" "1" + } + + "SteamWorkshopItem3" + { + "ControlName" "CSteamWorkshopItemPanel" + "fieldName" "SteamWorkshopItem3" + "xpos" "411" + "ypos" "30" + "wide" "125" + "tall" "200" + "pinCorner" "0" + "visible" "1" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "435" + "ypos" "215" + "zpos" "5" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 14" + "labelText" "%page%" + "textAlignment" "center" + "xpos" "460" + "ypos" "215" + "zpos" "5" + "wide" "50" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Main Theme" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "510" + "ypos" "215" + "zpos" "5" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ViewPublishedButton" + { + "ControlName" "CExButton" + "fieldName" "ViewPublishedButton" + "xpos" "435" + "ypos" "15" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SteamWorkshop_ViewPublished" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "view_files" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "EditButton" + { + "ControlName" "CExImageButton" + "fieldName" "EditButton" + "xpos" "15" + "ypos" "215" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "labelText" "#TF_SteamWorkshop_Edit" + "command" "edit" + } + + "ViewButton" + { + "ControlName" "CExImageButton" + "fieldName" "ViewButton" + "xpos" "125" + "ypos" "215" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "labelText" "#TF_SteamWorkshop_View" + "command" "view" + } + + "DeleteButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeleteButton" + "xpos" "235" + "ypos" "215" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "labelText" "#TF_SteamWorkshop_Delete" + "command" "delete_item" + } + } + + "BrowseButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseButton" + "xpos" "cs-0.5" + "ypos" "r40" + "zpos" "20" + "wide" "550" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SteamWorkshop_BrowseTheWorkshop" + "font" "Size 14" + "textAlignment" "center" + "Command" "browse" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "LoadTestMapButton" + { + "ControlName" "CExButton" + "fieldName" "LoadTestMapButton" + "xpos" "25" + "ypos" "310" + "zpos" "20" + "wide" "275" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SteamWorkshop_Test" + "font" "Size 14" + "textAlignment" "center" + "Command" "itemtest" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "PublishButton" + { + "ControlName" "CExButton" + "fieldName" "PublishButton" + "xpos" "300" + "ypos" "310" + "zpos" "20" + "wide" "275" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_SteamWorkshop_Publish" + "font" "Size 14" + "textAlignment" "center" + "Command" "publish" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "20" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "-" + "font" "Symbols 26" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "proportionaltoparent" "1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "LearnMore2Button" + { + "ControlName" "CExButton" + "fieldName" "LearnMore2Button" + "xpos" "9999" + } + "ViewLegalAgreementButton" + { + "ControlName" "CExButton" + "fieldName" "ViewLegalAgreementButton" + "xpos" "9999" + } + } +} diff --git a/resource/ui/steamworkshopitem.res b/resource/ui/steamworkshopitem.res new file mode 100644 index 0000000..6d334e4 --- /dev/null +++ b/resource/ui/steamworkshopitem.res @@ -0,0 +1,69 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/SteamWorkshopItem.res" +{ + "SteamWorkshopItem" + { + "ControlName" "CSteamWorkshopItemPanel" + "fieldName" "SteamWorkshopItem" + "xpos" "0" + "ypos" "0" + "wide" "125" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Blank" + } + + "HighlightPanel" + { + "ControlName" "EditablePanel" + "fieldName" "HighlightPanel" + "xpos" "0" + "ypos" "25" + "wide" "125" + "tall" "125" + "visible" "1" + "mouseinputenabled" "0" + "bgcolor_override" "GrayDark" + } + + "PreviewImage" + { + "ControlName" "CBitmapPanel" + "fieldName" "PreviewImage" + "xpos" "2" + "ypos" "27" + "zpos" "1" + "wide" "121" + "tall" "121" + "visible" "1" + "mouseinputenabled" "0" + } + + "LabelTitle" + { + "ControlName" "Label" + "fieldName" "LabelTitle" + "xpos" "0" + "ypos" "155" + "wide" "125" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%title%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Size 11" + "fgcolor_override" "WhiteDark" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_base.res b/resource/ui/surveypanel_base.res new file mode 100644 index 0000000..89593d4 --- /dev/null +++ b/resource/ui/surveypanel_base.res @@ -0,0 +1,158 @@ +"Resource/UI/SurveyPanel_Base.res" +{ + "Survey" + { + "fieldName" "Survey" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "50" + "wide" "400" + "tall" "150" + "visible" "1" + "PaintBackgroundType" "0" + "border" "MaterialBlackLight" + "proportionaltoparent" "1" + + "QuestionContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QuestionContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "SubmittingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SubmittingContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "SubmittingLabel" + { + "ControlName" "Label" + "fieldName" "SubmittingLabel" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "0" + "wide" "p0.8" + "tall" "25" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + "textAlignment" "center" + "labelText" "#TF_SurveyQuestion_Submitting" + "proportionaltoparent" "1" + } + + "SpinnerImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SpinnerImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "80" + "visible" "1" + "enabled" "1" + "image" "animated/tf2_logo_hourglass" + "proportionaltoparent" "1" + } + } + + "ThanksContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ThanksContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "ThankYouLabel" + { + "ControlName" "Label" + "fieldName" "ThankYouLabel" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "0" + "wide" "p0.8" + "tall" "25" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + "textAlignment" "center" + "labelText" "#TF_SurveyQuestion_ThankYouTitle" + "proportionaltoparent" "1" + } + + "Explanation" + { + "ControlName" "Label" + "fieldName" "Explanation" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "0" + "wide" "p0.8" + "tall" "50" + "visible" "1" + "enabled" "1" + "font" "Size 14" + "fgcolor_override" "WhiteDark" + "textAlignment" "center" + "wrap" "0" + "centerwrap" "1" + "labelText" "#TF_SurveyQuestion_ThankYouBody" + "proportionaltoparent" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1.4" + "ypos" "s0.4" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "close" + "proportionaltoparent" "1" + "actionsignallevel" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_casualinquiry.res b/resource/ui/surveypanel_casualinquiry.res new file mode 100644 index 0000000..4c49235 --- /dev/null +++ b/resource/ui/surveypanel_casualinquiry.res @@ -0,0 +1,301 @@ +#base "SurveyPanel_Base.res" + +"Resource/UI/SurveyPanel_CasualInquiry.res" +{ + "Survey" + { + "tall" "250" + + "QuestionContainer" + { + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 11" + "labelText" "#TF_SurveyQuestion_CasualInquiry" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "1000" + "wide" "p0.85" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "SelectionGroup" + { + "ControlName" "EditablePanel" + "fieldName" "SelectionGroup" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "-1" + "wide" "360" + "tall" "150" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "Answer0" + { + "ControlName" "RadioButton" + "fieldName" "Radio0" + "xpos" "p0.2" + "ypos" "15" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option0" + } + + "Answer0Label" + { + "ControlName" "Label" + "fieldName" "Radio0Label" + "xpos" "p0.3" + "ypos" "15" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer0" + "font" "Size 11" + "textAlignment" "left" + + "associate" "Radio0" + } + + "Answer1" + { + "ControlName" "RadioButton" + "fieldName" "Radio1" + "xpos" "p0.2" + "ypos" "35" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option1" + } + + "Answer1Label" + { + "ControlName" "Label" + "fieldName" "Radio1Label" + "xpos" "p0.3" + "ypos" "35" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer1" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer2" + { + "ControlName" "RadioButton" + "fieldName" "Radio2" + "xpos" "p0.2" + "ypos" "55" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option2" + } + + "Answer2Label" + { + "ControlName" "Label" + "fieldName" "Radio2Label" + "xpos" "p0.3" + "ypos" "55" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer2" + "font" "Size 11" + "textAlignment" "left" + "default" "1" + } + + "Answer3" + { + "ControlName" "RadioButton" + "fieldName" "Radio3" + "xpos" "p0.2" + "ypos" "75" + "zpos" "4" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option3" + } + + "Answer3Label" + { + "ControlName" "Label" + "fieldName" "Radio3Label" + "xpos" "p0.3" + "ypos" "75" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer3" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer4" + { + "ControlName" "RadioButton" + "fieldName" "Radio4" + "xpos" "p0.2" + "ypos" "95" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Answer4Label" + { + "ControlName" "Label" + "fieldName" "Radio4Label" + "xpos" "p0.3" + "ypos" "95" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer4" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer5" + { + "ControlName" "RadioButton" + "fieldName" "Radio5" + "xpos" "p0.2" + "ypos" "115" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Answer5Label" + { + "ControlName" "Label" + "fieldName" "Radio5Label" + "xpos" "p0.3" + "ypos" "115" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CasualInquiry_Answer5" + "font" "Size 11" + "textAlignment" "left" + } + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_compinquiry.res b/resource/ui/surveypanel_compinquiry.res new file mode 100644 index 0000000..92766ef --- /dev/null +++ b/resource/ui/surveypanel_compinquiry.res @@ -0,0 +1,295 @@ +#base "SurveyPanel_Base.res" + +"Resource/UI/SurveyPanel_CompInquiry.res" +{ + "Survey" + { + "tall" "250" + + "QuestionContainer" + { + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 11" + "labelText" "#TF_SurveyQuestion_CompInquiry" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "1000" + "wide" "p0.85" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "SelectionGroup" + { + "ControlName" "EditablePanel" + "fieldName" "SelectionGroup" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "-1" + "wide" "350" + "tall" "150" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "Answer0" + { + "ControlName" "RadioButton" + "fieldName" "Radio0" + "xpos" "p0.2" + "ypos" "15" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option0" + } + + "Answer0Label" + { + "ControlName" "Label" + "fieldName" "Radio0Label" + "xpos" "p0.3" + "ypos" "15" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer0" + "font" "Size 11" + "textAlignment" "left" + + "associate" "Radio0" + } + + "Answer1" + { + "ControlName" "RadioButton" + "fieldName" "Radio1" + "xpos" "p0.2" + "ypos" "35" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option1" + } + + "Answer1Label" + { + "ControlName" "Label" + "fieldName" "Radio1Label" + "xpos" "p0.3" + "ypos" "35" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer1" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer2" + { + "ControlName" "RadioButton" + "fieldName" "Radio2" + "xpos" "p0.2" + "ypos" "55" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option2" + } + + "Answer2Label" + { + "ControlName" "Label" + "fieldName" "Radio2Label" + "xpos" "p0.3" + "ypos" "55" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer2" + "font" "Size 11" + "textAlignment" "left" + "default" "1" + } + + "Answer3" + { + "ControlName" "RadioButton" + "fieldName" "Radio3" + "xpos" "p0.2" + "ypos" "75" + "zpos" "4" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option3" + } + + "Answer3Label" + { + "ControlName" "Label" + "fieldName" "Radio3Label" + "xpos" "p0.3" + "ypos" "75" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer3" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer4" + { + "ControlName" "RadioButton" + "fieldName" "Radio4" + "xpos" "p0.2" + "ypos" "95" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Answer4Label" + { + "ControlName" "Label" + "fieldName" "Radio4Label" + "xpos" "p0.3" + "ypos" "95" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer4" + "font" "Size 11" + "textAlignment" "left" + } + + "Answer5" + { + "ControlName" "RadioButton" + "fieldName" "Radio5" + "xpos" "p0.2" + "ypos" "115" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Answer5Label" + { + "ControlName" "Label" + "fieldName" "Radio5Label" + "xpos" "p0.3" + "ypos" "115" + "zpos" "1" + "wide" "250" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_CompInquiry_Answer5" + "font" "Size 11" + "textAlignment" "left" + } + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_mapquality.res b/resource/ui/surveypanel_mapquality.res new file mode 100644 index 0000000..e51bdeb --- /dev/null +++ b/resource/ui/surveypanel_mapquality.res @@ -0,0 +1,285 @@ +#base "SurveyPanel_Base.res" + +"Resource/UI/SurveyPanel_MatchQuality.res" +{ + "Survey" + { + "QuestionContainer" + { + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TF_SurveyQuestion_MapQuality" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "1000" + "wide" "p0.85" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "Size 14" + "labelText" "%mapname%" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "38" + "zpos" "1000" + "wide" "p1" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "SelectionGroup" + { + "ControlName" "EditablePanel" + "fieldName" "SelectionGroup" + "xpos" "cs-0.5" + "ypos" "55" + "zpos" "-1" + "wide" "350" + "tall" "50" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "Radio0" // Horrible //well said valve + { + "ControlName" "RadioButton" + "fieldName" "Radio0" + "xpos" "p0.1-10" + "ypos" "15" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option0" + } + + "Radio0Label" + { + "ControlName" "Label" + "fieldName" "Radio0Label" + "xpos" "p0.1-30" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating0" + "font" "Size 11" + "textAlignment" "center" + + "associate" "Radio0" + } + + "Radio1" + { + "ControlName" "RadioButton" + "fieldName" "Radio1" + "xpos" "p0.3-13" + "ypos" "15" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option1" + } + + "Radio1Label" + { + "ControlName" "Label" + "fieldName" "Radio1Label" + "xpos" "p0.3-36" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating1" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio2" // Neutral + { + "ControlName" "RadioButton" + "fieldName" "Radio2" + "xpos" "p0.5-10" + "ypos" "15" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option2" + } + + "Radio2Label" + { + "ControlName" "Label" + "fieldName" "Radio2Label" + "xpos" "p0.5-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating2" + "font" "Size 11" + "textAlignment" "center" + "default" "1" + } + + "Radio3" // Good + { + "ControlName" "RadioButton" + "fieldName" "Radio3" + "xpos" "p0.7-10" + "ypos" "15" + "zpos" "4" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option3" + } + + "Radio3Label" + { + "ControlName" "Label" + "fieldName" "Radio3Label" + "xpos" "p0.7-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating3" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio4" // Great + { + "ControlName" "RadioButton" + "fieldName" "Radio4" + "xpos" "p0.9-10" + "ypos" "15" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Radio4Label" + { + "ControlName" "Label" + "fieldName" "Radio4Label" + "xpos" "p0.9-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating4" + "font" "Size 11" + "textAlignment" "center" + } + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_matchquality.res b/resource/ui/surveypanel_matchquality.res new file mode 100644 index 0000000..a9fe60f --- /dev/null +++ b/resource/ui/surveypanel_matchquality.res @@ -0,0 +1,264 @@ +#base "SurveyPanel_Base.res" + +"Resource/UI/SurveyPanel_MatchQuality.res" +{ + "Survey" + { + "QuestionContainer" + { + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TF_SurveyQuestion_MatchQuality" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "1000" + "wide" "p0.85" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "SelectionGroup" + { + "ControlName" "EditablePanel" + "fieldName" "SelectionGroup" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "-1" + "wide" "350" + "tall" "50" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "Radio0" // Horrible + { + "ControlName" "RadioButton" + "fieldName" "Radio0" + "xpos" "p0.1-10" + "ypos" "15" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option0" + } + + "Radio0Label" + { + "ControlName" "Label" + "fieldName" "Radio0Label" + "xpos" "p0.1-30" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating0" + "font" "Size 11" + "textAlignment" "center" + + "associate" "Radio0" + } + + "Radio1" // Bad + { + "ControlName" "RadioButton" + "fieldName" "Radio1" + "xpos" "p0.3-13" + "ypos" "15" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option1" + } + + "Radio1Label" + { + "ControlName" "Label" + "fieldName" "Radio1Label" + "xpos" "p0.3-36" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating1" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio2" // Neutral + { + "ControlName" "RadioButton" + "fieldName" "Radio2" + "xpos" "p0.5-10" + "ypos" "15" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option2" + } + + "Radio2Label" + { + "ControlName" "Label" + "fieldName" "Radio2Label" + "xpos" "p0.5-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating2" + "font" "Size 11" + "textAlignment" "center" + "default" "1" + } + + "Radio3" // Good + { + "ControlName" "RadioButton" + "fieldName" "Radio3" + "xpos" "p0.7-10" + "ypos" "15" + "zpos" "4" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option3" + } + + "Radio3Label" + { + "ControlName" "Label" + "fieldName" "Radio3Label" + "xpos" "p0.7-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating3" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio4" // Great + { + "ControlName" "RadioButton" + "fieldName" "Radio4" + "xpos" "p0.9-10" + "ypos" "15" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Radio4Label" + { + "ControlName" "Label" + "fieldName" "Radio4Label" + "xpos" "p0.9-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating4" + "font" "Size 11" + "textAlignment" "center" + } + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/surveypanel_randomcrit.res b/resource/ui/surveypanel_randomcrit.res new file mode 100644 index 0000000..6ef7f6d --- /dev/null +++ b/resource/ui/surveypanel_randomcrit.res @@ -0,0 +1,263 @@ +#base "SurveyPanel_Base.res" + +"Resource/UI/SurveyPanel_RandomCrit.res" +{ + "Survey" + { + "QuestionContainer" + { + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "Size 14" + "labelText" "#TF_SurveyQuestion_RandomCrit" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "1000" + "wide" "p0.85" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "fgcolor_override" "WhiteDark" + "proportionaltoparent" "1" + } + + "SelectionGroup" + { + "ControlName" "EditablePanel" + "fieldName" "SelectionGroup" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "-1" + "wide" "350" + "tall" "50" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "Radio0" // Horrible + { + "ControlName" "RadioButton" + "fieldName" "Radio0" + "xpos" "p0.1-10" + "ypos" "15" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option0" + } + + "Radio0Label" + { + "ControlName" "Label" + "fieldName" "Radio0Label" + "xpos" "p0.1-30" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating0" + "font" "Size 11" + "textAlignment" "center" + + "associate" "Radio0" + } + + "Radio1" // Bad + { + "ControlName" "RadioButton" + "fieldName" "Radio1" + "xpos" "p0.3-13" + "ypos" "15" + "zpos" "2" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option1" + } + + "Radio1Label" + { + "ControlName" "Label" + "fieldName" "Radio1Label" + "xpos" "p0.3-36" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating1" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio2" // Neutral + { + "ControlName" "RadioButton" + "fieldName" "Radio2" + "xpos" "p0.5-10" + "ypos" "15" + "zpos" "3" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option2" + } + + "Radio2Label" + { + "ControlName" "Label" + "fieldName" "Radio2Label" + "xpos" "p0.5-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating2" + "font" "Size 11" + "textAlignment" "center" + "default" "1" + } + + "Radio3" // Good + { + "ControlName" "RadioButton" + "fieldName" "Radio3" + "xpos" "p0.7-10" + "ypos" "15" + "zpos" "4" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option3" + } + + "Radio3Label" + { + "ControlName" "Label" + "fieldName" "Radio3Label" + "xpos" "p0.7-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating3" + "font" "Size 11" + "textAlignment" "center" + } + + "Radio4" // Great + { + "ControlName" "RadioButton" + "fieldName" "Radio4" + "xpos" "p0.9-10" + "ypos" "15" + "zpos" "5" + "wide" "15" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "labelText" "" + "Command" "option4" + } + + "Radio4Label" + { + "ControlName" "Label" + "fieldName" "Radio4Label" + "xpos" "p0.9-33" + "ypos" "30" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "labelText" "#TF_SurveyQuestion_Rating4" + "font" "Size 11" + "textAlignment" "center" + } + } + + "SubmitButton" + { + "ControlName" "CExButton" + "fieldName" "SubmitButton" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "1" + "wide" "130" + "tall" "25" + "labelText" "#AbuseReport_Submit" + "font" "Size 14" + "textAlignment" "center" + "Command" "submit" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res new file mode 100644 index 0000000..438bf04 --- /dev/null +++ b/resource/ui/tankprogressbar.res @@ -0,0 +1,71 @@ +"Resource/UI/TankProgressBar.res" +{ + "TankProgressBar" + { + "ControlName" "CTankProgressBar" + "fieldName" "TankProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "190" + "tall" "18" + "visible" "0" + "enabled" "1" + } + + "TankImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TankImage" + "xpos" "6" + "ypos" "1" + "zpos" "3" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_tank" + "scaleImage" "1" + } + + "ProgressBar" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBar" + "xpos" "27" + "ypos" "2" + "zpos" "5" + "wide" "156" + "tall" "17" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/Material_Blue" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "ProgressBarBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "25" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "3" + "wide" "160" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } +} \ No newline at end of file diff --git a/resource/ui/tankstatuspanel.res b/resource/ui/tankstatuspanel.res new file mode 100644 index 0000000..7b7fd25 --- /dev/null +++ b/resource/ui/tankstatuspanel.res @@ -0,0 +1,24 @@ +"Resource/UI/TankStatusPanel.res" +{ + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "999" + "zpos" "-1" + "wide" "200" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } +} diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res new file mode 100644 index 0000000..4c77ba0 --- /dev/null +++ b/resource/ui/targetid.res @@ -0,0 +1,212 @@ +"Resource/UI/TargetID.res" +{ + "TargetNameLabel" + { + "ControlName" "Label" + "fieldName" "TargetNameLabel" + "font" "Size 10" + "xpos" "40" + "ypos" "25" + "zpos" "2" + "wide" "640" + "tall" "13" + "visible" "1" + "enabled" "1" + "labelText" "%targetname%" + "textAlignment" "west" + "fgcolor_override" "White" + } + "TargetNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "TargetNameLabelShadow" + "font" "Size 10 Blur" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "640" + "tall" "13" + "visible" "1" + "enabled" "1" + "labelText" "%targetname%" + "textAlignment" "west" + "fgcolor_override" "Shadow" + "alpha" "255" + "pin_to_sibling" "TargetNameLabel" + } + + "TargetDataLabel" + { + "ControlName" "Label" + "fieldName" "TargetDataLabel" + "font" "Size 10 Shadow" + "xpos" "40" + "ypos" "32" + "zpos" "1" + "wide" "640" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "%targetdata%" + "textAlignment" "west" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "16" + "ypos" "21" + "ypos_minmode" "23" + "wide" "44" + "tall" "36" + "visible" "0" + "enabled" "0" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "Size 14" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "KillAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "KillAnchor" + "xpos" "-3" + "ypos" "39" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + } + + "KillStreakIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillStreakIcon" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "11" + "tall" "11" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/game/streak" + "scaleImage" "1" + + "pin_to_sibling" "KillAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "MoveableSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MoveableSubPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "32" + "tall" "36" + "visible" "1" + "enabled" "1" + + "HandIcon" + { + "ControlName" "CExLabel" + "fieldName" "HandIcon" + "font" "Symbols 20" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "30" + "tall" "13" + "visible" "1" + "enabled" "1" + "labelText" "@" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "White" + } + + "MoveableIconBG" + { + "ControlName" "CIconPanel" + "fieldName" "MoveableIconBG" + "xpos" "9999" + } + "MoveableIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MoveableIcon" + "xpos" "9999" + } + "MoveableSymbolIcon" + { + "ControlName" "ImagePanel" + "fieldName" "MoveableSymbolIcon" + "xpos" "9999" + } + "MoveableKeyLabel" + { + "ControlName" "Label" + "fieldName" "MoveableKeyLabel" + "font" "Size 10" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + + + + //REMOVED + "TargetIDBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TargetIDBG" + "xpos" "9999" + "visible" "0" + "enabled" "0" + } + "TargetIDBG_Spec_Blue" + { + "ControlName" "ImagePanel" + "fieldName" "TargetIDBG_Spec_Blue" + "xpos" "9999" + "visible" "0" + "enabled" "0" + } + "TargetIDBG_Spec_Red" + { + "ControlName" "ImagePanel" + "fieldName" "TargetIDBG_Spec_Red" + "xpos" "9999" + "visible" "0" + "enabled" "0" + } + "AmmoIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/teammenu.res b/resource/ui/teammenu.res new file mode 100644 index 0000000..7b06c5f --- /dev/null +++ b/resource/ui/teammenu.res @@ -0,0 +1,666 @@ +"Resource/UI/TeamMenu.res" +{ + "team" + { + "ControlName" "CTeamMenu" + "fieldName" "team" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "MapFrame" + { + "ControlName" "EditablePanel" + "fieldName" "MapFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "1" + "wide" "p1.02" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "mapname" + { + "ControlName" "Label" + "fieldName" "mapname" + "xpos" "0" + "ypos" "-2" + "zpos" "2" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "MapFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "TeamsAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "TeamsAnchor" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "1" + "tall" "98" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "BlueFrame" + { + "ControlName" "EditablePanel" + "fieldName" "BlueFrame" + "xpos" "-1" + "ypos" "0" + "zpos" "5" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlue" + + "pin_to_sibling" "TeamsAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Blue" + { + "ControlName" "CExLabel" + "fieldName" "Blue" + "xpos" "-20" + "ypos" "0" + "zpos" "7" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "BLU" + "textAlignment" "east" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "BlueFrame" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "BlueShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "BLU" + "textAlignment" "east" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Blue" + } + + "BlueCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueCount" + "xpos" "-5" + "ypos" "0" + "zpos" "7" + "wide" "60" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%bluecount%" + "textAlignment" "center" + "font" "Size 36" + "fgcolor" "White" + + "pin_to_sibling" "BlueFrame" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "BlueCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "60" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%bluecount%" + "textAlignment" "center" + "font" "Size 36 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "BlueCount" + } + + "teambutton0" //TEAMBLUE + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton0" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "tall" "50" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "3" + "labelText" "&3" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam blue" + "team" "3" + "associated_model" "bluedoor" + "hover" "2.0" + "font" "" + "fgcolor" "Blank" + + "pin_to_sibling" "BlueFrame" + } + + "RedFrame" + { + "ControlName" "EditablePanel" + "fieldName" "RedFrame" + "xpos" "-2" + "ypos" "0" + "zpos" "5" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialRed" + + "pin_to_sibling" "TeamsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "Red" + { + "ControlName" "CExLabel" + "fieldName" "Red" + "xpos" "-20" + "ypos" "0" + "zpos" "7" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "RED" + "textAlignment" "west" + "font" "Size 18" + "fgcolor" "White" + + "pin_to_sibling" "RedFrame" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "RedShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "RED" + "textAlignment" "west" + "font" "Size 18 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Red" + } + + "RedCount" + { + "ControlName" "CExLabel" + "fieldName" "RedCount" + "xpos" "-5" + "ypos" "0" + "zpos" "7" + "wide" "60" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%redcount%" + "textAlignment" "center" + "font" "Size 36" + "fgcolor" "White" + + "pin_to_sibling" "RedFrame" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "RedCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "60" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%redcount%" + "textAlignment" "center" + "font" "Size 36 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "RedCount" + } + + "teambutton1" //TEAMRED + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton1" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "&4" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam red" + "team" "2" + "associated_model" "reddoor" + "hover" "2.0" + "font" "" + "fgcolor" "Blank" + + "pin_to_sibling" "RedFrame" + } + + "RandomFrame" + { + "ControlName" "EditablePanel" + "fieldName" "RandomFrame" + "xpos" "-1" + "ypos" "0" + "zpos" "5" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + + "pin_to_sibling" "TeamsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "RandomIcon" + { + "ControlName" "CExLabel" + "fieldName" "RandomIcon" + "xpos" "0" + "ypos" "-7" + "zpos" "7" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "?" + "textAlignment" "center" + "font" "Symbols 24" + "fgcolor" "White" + + "pin_to_sibling" "RandomFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + "RandomIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "RandomIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "?" + "textAlignment" "center" + "font" "Symbols 24 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "RandomIcon" + } + + "Random" + { + "ControlName" "CExLabel" + "fieldName" "Random" + "xpos" "0" + "ypos" "-2" + "zpos" "7" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "autoResize" "0" + "pinCorner" "0" + "labelText" "RANDOM" + "AllCaps" "0" //cuts the label on 1 :( + "dulltext" "0" + "brighttext" "0" + "textAlignment" "center" + "font" "Size 12" + "fgcolor" "White" + + "pin_to_sibling" "RandomFrame" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "RandomShadow" + { + "ControlName" "CExLabel" + "fieldName" "RandomShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "RANDOM" + "AllCaps" "0" + "textAlignment" "center" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Random" + } + + "teambutton2" //TEAMRANDOM + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton2" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "labelText" "&1" + + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam auto" + "associated_model" "autodoor" + "font" "" + "fgcolor" "Blank" + + "pin_to_sibling" "RandomFrame" + } + + "SpectateFrame" + { + "ControlName" "EditablePanel" + "fieldName" "SpectateFrame" + "xpos" "-2" + "ypos" "0" + "zpos" "5" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + + "pin_to_sibling" "TeamsAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SpectateIcon" + { + "ControlName" "CExLabel" + "fieldName" "SpectateIcon" + "xpos" "0" + "ypos" "-7" + "zpos" "7" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "_" + "textAlignment" "center" + "font" "Symbols 24" + "fgcolor" "White" + + "pin_to_sibling" "SpectateFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + "SpectateIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "SpectateIconShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "_" + "textAlignment" "center" + "font" "Symbols 24 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "SpectateIcon" + } + + "Spectate" + { + "ControlName" "CExLabel" + "fieldName" "Spectate" + "xpos" "0" + "ypos" "-2" + "zpos" "7" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Spectate" + "AllCaps" "1" + "textAlignment" "center" + "font" "Size 12" + "fgcolor" "White" + + "pin_to_sibling" "SpectateFrame" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "SpectateShadow" + { + "ControlName" "CExLabel" + "fieldName" "SpectateShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Spectate" + "AllCaps" "1" + "textAlignment" "center" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "pin_to_sibling" "Spectate" + } + + "teambutton3" //TEAMSPEC + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton3" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "135" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "2" + "labelText" "&2" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectate" + "associated_model" "spectate" + "font" "" + "fgcolor" "Blank" + + "pin_to_sibling" "SpectateFrame" + } + + + + + + //REMOVED STUFF + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } + "Footer" + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "tall" "0" + } + "HighlanderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabel" + "xpos" "9999" + } + "HighlanderLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabelShadow" + "xpos" "9999" + } + "TeamsFullLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabel" + "xpos" "9999" + } + "TeamsFullLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabelShadow" + "xpos" "9999" + } + "TeamsFullArrow" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamsFullArrow" + "xpos" "9999" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "9999" + } + "TeamMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSelect" + "xpos" "9999" + } + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "9999" + } + "MapInfo" + { + "ControlName" "HTML" + "fieldName" "MapInfo" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/testitembotcontrols.res b/resource/ui/testitembotcontrols.res new file mode 100644 index 0000000..3f4f1c4 --- /dev/null +++ b/resource/ui/testitembotcontrols.res @@ -0,0 +1,262 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/TestItemBotControls.res" +{ + "TestItemBotControls" + { + "fieldName" "TestItemBotControls" + "visible" "1" + "enabled" "1" + "xpos" "r200" + "ypos" "150" + "wide" "200" + "tall" "200" + "bgcolor_override" "46 43 42 255" + "paintbackgroundtype" "2" + "settitlebarvisible" "" + "paintborder" "0" + "paintbackground" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 11" + "labelText" "#IT_BotControl_Title" + "textAlignment" "west" + "xpos" "7" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "BotAnimationTitle" + { + "ControlName" "CExLabel" + "fieldName" "BotAnimationTitle" + "font" "Size 11" + "labelText" "#IT_BotAnim_Title" + "textAlignment" "east" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "BotAnimationComboBox" + { + "ControlName" "ComboBox" + "fieldName" "BotAnimationComboBox" + "Font" "Size 11" + "xpos" "95" + "ypos" "20" + "zpos" "1" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "AllCaps" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "Blank" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + + "BotForceFireCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "BotForceFireCheckBox" + "labelText" "#IT_BotAnim_ForceFire" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "10" + "ypos" "40" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "disabledfgcolor2_override" "TanDark" + } + + "BotTurntableCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "BotTurntableCheckBox" + "labelText" "#IT_BotAnim_Turntable" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "10" + "ypos" "60" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "disabledfgcolor2_override" "TanDark" + } + "BotViewScanCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "BotViewScanCheckBox" + "labelText" "#IT_BotAnim_ViewScan" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "10" + "ypos" "80" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "disabledfgcolor2_override" "TanDark" + } + + "BotAnimationAnimTitle" + { + "ControlName" "CExLabel" + "fieldName" "BotAnimationAnimTitle" + "font" "Size 11" + "labelText" "#IT_BotAnimSpeed_Title" + "textAlignment" "east" + "xpos" "0" + "ypos" "100" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "BotAnimationSpeedSlider" + { + "ControlName" "Slider" + "fieldName" "BotAnimationSpeedSlider" + "xpos" "95" + "ypos" "100" + "zpos" "1" + "wide" "100" + "tall" "20" + "leftText" "0" + "rightText" "1" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "10" + "ypos" "170" + "zpos" "1" + "wide" "80" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "110" + "ypos" "170" + "zpos" "1" + "wide" "80" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Apply" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ok" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } +} \ No newline at end of file diff --git a/resource/ui/testitemdialog.res b/resource/ui/testitemdialog.res new file mode 100644 index 0000000..7092475 --- /dev/null +++ b/resource/ui/testitemdialog.res @@ -0,0 +1,681 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/TestItemDialog.res" +{ + "TestItemDialog" + { + "fieldName" "TestItemDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-275" + "ypos" "80" + "zpos" "999" + "wide" "550" + "tall" "300" + "paintbackgroundtype" "2" + "paintbackground" "0" + "settitlebarvisible" "" + "border" "MaterialGrayDarkest" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "%testtitle%" + "textAlignment" "center" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "550" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SelectModelLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectModelLabel" + "font" "Size 11" + "labelText" "#IT_YourModel" + "textAlignment" "west" + "xpos" "10" + "ypos" "70" + "zpos" "1" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ModelLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModelLabel" + "font" "Size 8" + "labelText" "%testmodel%" + "textAlignment" "west" + "xpos" "105" + "ypos" "70" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SelectModelButton" + { + "ControlName" "CExButton" + "fieldName" "SelectModelButton" + "xpos" "320" + "ypos" "67" + "zpos" "2" + "wide" "120" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_SelectModel" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "select_model" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "ExistingItemToTestPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ExistingItemToTestPanel" + "xpos" "10" + "ypos" "90" + "wide" "400" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "2" + "PaintBackground" "0" + "PaintBorder" "1" + "border" "MaterialBlackLight" + + "ItemReplacedLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemReplacedLabel" + "font" "Size 11" + "labelText" "#IT_ExistingItem" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "110" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ExistingItemComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ExistingItemComboBox" + "Font" "Size 11" + "xpos" "110" + "ypos" "7" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "Blank" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + } + + "ItemReplacedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemReplacedPanel" + "xpos" "10" + "ypos" "140" + "wide" "400" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "2" + "PaintBackground" "0" + "PaintBorder" "1" + "border" "MaterialBlackLight" + + "ItemReplacedLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemReplacedLabel" + "font" "Size 11" + "labelText" "#IT_ItemReplaces" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "ItemReplacedComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ItemReplacedComboBox" + "Font" "Size 11" + "xpos" "110" + "ypos" "7" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "Blank" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + "NoItemsToReplaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsToReplaceLabel" + "font" "Size 11" + "labelText" "#IT_ItemReplaced_Invalid" + "textAlignment" "west" + "xpos" "95" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "Red" + } + } + + "BodygroupPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BodygroupPanel" + "xpos" "10" + "ypos" "100" + "wide" "550" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "2" + + "HideBodygroupLabel" + { + "ControlName" "CExLabel" + "fieldName" "HideBodygroupLabel" + "font" "Size 11" + "labelText" "#IT_Bodygroups" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "HideBodygroupExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "HideBodygroupExplanationLabel" + "font" "Size 8" + "labelText" "#IT_Explanation_Bodygroups" + "textAlignment" "west" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "HideBodygroupCheckBox0" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox0" + "labelText" "#IT_Bodygroup_Hat" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "95" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox1" + "labelText" "#IT_Bodygroup_Headphone" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "95" + "ypos" "25" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox2" + "labelText" "#IT_Bodygroup_Medals" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "190" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox3" + "labelText" "#IT_Bodygroup_Grenades" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "190" + "ypos" "25" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox4" + "labelText" "#IT_Bodygroup_Bullets" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "290" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox5" + "labelText" "#IT_Bodygroup_Arrows" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "290" + "ypos" "25" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox6" + "labelText" "#IT_Bodygroup_RightArm" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "385" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + + "HideBodygroupCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "HideBodygroupCheckBox7" + "labelText" "#IT_Bodygroup_Shoes_Socks" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "385" + "ypos" "25" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "White" + } + } + + "CustomizationsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "CustomizationsPanel" + "xpos" "10" + "ypos" "200" + "wide" "530" + "tall" "50" + "visible" "1" + "PaintBackgroundType" "2" + + "PaintColorLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintColorLabel" + "font" "Size 11" + "labelText" "#IT_PaintTitle" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "PaintColorComboBox" + { + "ControlName" "ComboBox" + "fieldName" "PaintColorComboBox" + "Font" "Size 8" + "xpos" "110" + "ypos" "7" + "zpos" "1" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "Blank" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + + "UnusualEffectLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnusualEffectLabel" + "font" "Size 11" + "labelText" "#IT_UnusualTitle" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "AllCaps" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + } + "UnusualEffectComboBox" + { + "ControlName" "ComboBox" + "fieldName" "UnusualEffectComboBox" + "Font" "Size 8" + "xpos" "110" + "ypos" "30" + "zpos" "1" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "Blank" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "150" + "ypos" "260" + "zpos" "1" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "300" + "ypos" "260" + "zpos" "1" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ok" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "ReloadSchemeButton" + { + "xpos" "10" + "ypos" "260" + } +} \ No newline at end of file diff --git a/resource/ui/testitemroot.res b/resource/ui/testitemroot.res new file mode 100644 index 0000000..0354828 --- /dev/null +++ b/resource/ui/testitemroot.res @@ -0,0 +1,1204 @@ +#base "../../resource/tools/reloadschemebutton.res" + +"Resource/UI/TestItemRoot.res" +{ + "TestItemRoot" + { + "fieldName" "TestItemRoot" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "bgcolor_override" "GrayDarkest" + "paintbackgroundtype" "2" + "settitlebarvisible" "" + "paintborder" "0" + "paintbackground" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#IT_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "22" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "c-315" + "ypos" "45" + "wide" "410" + "tall" "105" + "visible" "1" + "PaintBackgroundType" "0" + "border" "MaterialBlackLight" + + "ClassUsageLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageLabel" + "font" "Size 11" + "labelText" "#IT_ClassUsage" + "textAlignment" "west" + "xpos" "7" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ClassCheckBox0" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox0" + "labelText" "#IT_Classes_All" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "45" + "ypos" "20" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "145" + "ypos" "20" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "220" + "ypos" "20" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "295" + "ypos" "20" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "145" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "220" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "295" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "145" + "ypos" "70" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "220" + "ypos" "70" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "295" + "ypos" "70" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TanDark" + } + } + + "TestingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TestingPanel" + "xpos" "c-315" + "ypos" "155" + "wide" "410" + "tall" "115" + "visible" "1" + "PaintBackgroundType" "2" + "border" "MaterialBlackLight" + + "CurrentlyTestingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyTestingLabel" + "font" "Size 11" + "labelText" "#IT_CurrentlyTesting" + "textAlignment" "west" + "xpos" "7" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TestingWeaponLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingWeaponLabel" + "font" "Size 11" + "labelText" "#IT_TestingSlot_Weapon" + "textAlignment" "east" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TestItemEntry0" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry0" + "font" "Size 8" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "20" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + "bgcolor_override" "BlackDark" + } + + "TestItemButton0" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton0" + "xpos" "267" + "ypos" "17" + "zpos" "1" + "wide" "97" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test0" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "RemoveItemButton0" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton0" + "xpos" "367" + "ypos" "17" + "zpos" "1" + "wide" "27" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "0" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove0" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + } + "TestingHeadgearLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingHeadgearLabel" + "font" "Size 11" + "labelText" "#IT_TestingSlot_Headgear" + "textAlignment" "east" + "xpos" "0" + "ypos" "40" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "TestItemEntry1" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry1" + "font" "Size 8" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "40" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + "bgcolor_override" "BlackDark" + } + "TestItemButton1" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton1" + "xpos" "267" + "ypos" "37" + "zpos" "1" + "wide" "97" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "RemoveItemButton1" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton1" + "xpos" "367" + "ypos" "37" + "zpos" "1" + "wide" "27" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "0" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove1" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + } + + "TestingMisc1Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc1Label" + "font" "Size 11" + "labelText" "#IT_TestingSlot_Misc1" + "textAlignment" "east" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + "TestItemEntry2" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry2" + "font" "Size 8" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "60" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + "bgcolor_override" "BlackDark" + } + "TestItemButton2" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton2" + "xpos" "267" + "ypos" "57" + "zpos" "1" + "wide" "97" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test2" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "RemoveItemButton2" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton2" + "xpos" "367" + "ypos" "57" + "zpos" "1" + "wide" "27" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "0" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove2" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + } + + "TestingMisc2Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc2Label" + "font" "Size 11" + "labelText" "#IT_TestingSlot_Misc2" + "textAlignment" "east" + "xpos" "0" + "ypos" "80" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "TestItemEntry3" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry3" + "font" "Size 8" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "80" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor_override" "Red" + "bgcolor_override" "BlackDark" + } + + "TestItemButton3" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton3" + "xpos" "267" + "ypos" "77" + "zpos" "1" + "wide" "97" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test3" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "RemoveItemButton3" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton3" + "xpos" "367" + "ypos" "77" + "zpos" "1" + "wide" "27" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "-" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "0" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove3" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialRed" + } + } + + "BotAdditionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BotAdditionPanel" + "xpos" "c95" + "ypos" "45" + "wide" "210" + "tall" "105" + "visible" "1" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 11" + "labelText" "#IT_BotControl_Title" + "textAlignment" "west" + "xpos" "7" + "ypos" "2" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "AutoAddBotsCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_AutoAdd" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "10" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "disabledfgcolor2_override" "TanDark" + } + + "BotsOnBlueTeamCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_BlueTeam" + "Font" "Size 8" + "textAlignment" "west" + "xpos" "110" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "AllCaps" "1" + "disabledfgcolor2_override" "TanDark" + } + + "AddBotButton" + { + "ControlName" "CExButton" + "fieldName" "AddBotButton" + "xpos" "20" + "ypos" "42" + "zpos" "1" + "wide" "70" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_Add" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_add" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "BotSelectionComboBox" + { + "ControlName" "ComboBox" + "fieldName" "BotSelectionComboBox" + "Font" "Size 11" + "xpos" "95" + "ypos" "45" + "zpos" "1" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "AllCaps" "1" + + "fgcolor_override" "White" + "bgcolor_override" "Blank" + "disabledFgColor_override" "White" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "White" + } + + "KickAllBotsButton" + { + "ControlName" "CExButton" + "fieldName" "KickAllBotsButton" + "xpos" "5" + "ypos" "80" + "zpos" "1" + "wide" "200" + "tall" "21" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_RemoveAll" + "font" "Size 11" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_removeall" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + } + + "TestItemBotControls" + { + "fieldName" "TestItemBotControls" + "visible" "1" + "enabled" "1" + "xpos" "c95" + "ypos" "155" + "wide" "210" + "tall" "210" + "paintbackground" "0" + "paintborder" "1" + "border" "MaterialBlackLight" + } + + "ExportButton" + { + "ControlName" "CExButton" + "fieldName" "ExportButton" + "xpos" "10" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ExportLoadout" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "export" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "ImportButton" + { + "ControlName" "CExButton" + "fieldName" "ImportButton" + "xpos" "220" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLoadout" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "import" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "ImportRecentButton" + { + "ControlName" "CExButton" + "fieldName" "ImportRecentButton" + "xpos" "430" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLast" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "importrecent" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "10" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Ok" + "font" "Size 14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ok" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + } + + "SteamWorkshopButton" + { + "ControlName" "EditablePanel" + "fieldname" "SteamWorkshopButton" + "xpos" "430" + "ypos" "430" + "zpos" "11" + "wide" "200" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + + "SteamWorkshopButtonSubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SteamWorkshopButtonSubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "textalignment" "center" + "use_proportional_insets" "1" + "font" "Size 14" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "steamworkshop" + "labeltext" "#MMenu_SteamWorkshop" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "image_armedcolor" "White" + "image_drawcolor" "White" + "image_selectedcolor" "46 43 42 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "10" + "ypos" "8" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_steamworkshop" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res new file mode 100644 index 0000000..d988be4 --- /dev/null +++ b/resource/ui/textwindow.res @@ -0,0 +1,201 @@ +"Resource/UI/TextWindow.res" +{ + "info" + { + "ControlName" "CTFTextWindow" + "fieldName" "info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + } + + "TitleFrame" + { + "ControlName" "EditablePanel" + "fieldName" "TitleFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "1" + "wide" "p1.02" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "TFMessageTitle" + { + "ControlName" "CExLabel" + "fieldName" "TFMessageTitle" + "xpos" "0" + "ypos" "-4" + "zpos" "2" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_WELCOME" + "textAlignment" "center" + "AllCaps" "1" + "dulltext" "0" + "brighttext" "1" + "font" "Size 14" + "fgcolor_override" "White" + + "pin_to_sibling" "TitleFrame" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "font" "Default" + "xpos" "c-200" + "ypos" "c-100" + "zpos" "0" + "wide" "400" + "tall" "200" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent70" + } + + "TFTextMessage" + { + "ControlName" "CExRichText" + "fieldName" "TFTextMessage" + "font" "default" + "xpos" "-5" + "ypos" "-5" + "zpos" "3" + "wide" "390" + "tall" "190" + "autoResize" "3" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "textAlignment" "center" + "fgcolor" "White" + "AllCaps" "1" + + "pin_to_sibling" "Background" + } + + "HTMLMessage" + { + "ControlName" "HTML" + "fieldName" "HTMLMessage" + "xpos" "-5" + "ypos" "-5" + "zpos" "3" + "wide" "390" + "tall" "190" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintborder" "0" + + "pin_to_sibling" "Background" + } + + "ok" + { + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" " CONTINUE (&E)" + "textAlignment" "center" + "textinsety" "1" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "okay" + "default" "1" + "font" "Size 18" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "paintborder" "0" //disabled, doesn't work anyway... classic + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "okBG" + { + "ControlName" "EditablePanel" + "fieldName" "okBG" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "400" + "tall" "30" + "visible" "1" + "enabled" "1" + "border" "MaterialTransparent70" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + + + + + "TextMessage" + { + "ControlName" "TextEntry" + "fieldName" "TextMessage" + "xpos" "9999" + } + "MenuBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "ShadedBG" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBG" + "xpos" "9999" + } + "MessageTitle" + { + "ControlName" "Label" + "fieldName" "MessageTitle" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/textwindowcustomserver.res b/resource/ui/textwindowcustomserver.res new file mode 100644 index 0000000..7d6206b --- /dev/null +++ b/resource/ui/textwindowcustomserver.res @@ -0,0 +1 @@ +#base "textwindow.res" \ No newline at end of file diff --git a/resource/ui/tfadvancedoptionsdialog.res b/resource/ui/tfadvancedoptionsdialog.res new file mode 100644 index 0000000..fd67265 --- /dev/null +++ b/resource/ui/tfadvancedoptionsdialog.res @@ -0,0 +1,196 @@ +"Resource\UI\TFAdvancedOptionsDialog.res" +{ + "TFAdvancedOptionsDialog" + { + "ControlName" "EditablePanel" + "fieldName" "TFAdvancedOptionsDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + "border" "NoBorder" + + "control_w" "500" + "control_h" "25" + "slider_w" "500" + "slider_h" "25" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "c-310" + "ypos" "85" + "zpos" "1" + "wide" "623" + "tall" "320" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#TF_AdvancedOptions" + "textAlignment" "center" + "xpos" "c-250" + "ypos" "40" + "zpos" "2" + "wide" "500" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "312" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "Close" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "312" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "Size 16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "Ok" + "AllCaps" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "pin_to_sibling" "BackgroundCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "PanelListPanel" + { + "ControlName" "CPanelListPanel" + "fieldName" "PanelListPanel" + "xpos" "c-300" + "ypos" "100" + "wide" "600" + "zpos" "2" + "tall" "290" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Blank" + "AllCaps" "1" + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "240" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "0" + "paintbackground" "0" + "border" "MaterialGrayDark" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Size 11" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "WhiteDark" + "wrap" "1" + //"centerwrap" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/tfhudrobotdestruction_activestate.res b/resource/ui/tfhudrobotdestruction_activestate.res new file mode 100644 index 0000000..e476b2a --- /dev/null +++ b/resource/ui/tfhudrobotdestruction_activestate.res @@ -0,0 +1,62 @@ +"Resource/UI/TFHudRobotDestruction_RobotIndicator.res" +{ + "ActiveState" + { + "fieldName" "ActiveState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "18" + "tall" "18" + "scaleimage" "1" + "visible" "1" + "redimage" "../HUD/obj_circle_red" + "blueimage" "../HUD/obj_circle_blue" + + "Image" + { + "fieldName" "Image" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + + "GlowImage" + { + "fieldName" "GlowImage" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "Image" "../sprites/obj_icons/icon_obj_white" + "fgcolor" "255 255 255 0" + "proportionalToParent" "1" + } + + "RobotImage" + { + "fieldName" "RobotImage" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "Image" "../HUD/hud_bot_worker_outline_red" + "proportionalToParent" "1" + } + } +} diff --git a/resource/ui/tfhudrobotdestruction_deadstate.res b/resource/ui/tfhudrobotdestruction_deadstate.res new file mode 100644 index 0000000..9a18ca4 --- /dev/null +++ b/resource/ui/tfhudrobotdestruction_deadstate.res @@ -0,0 +1,68 @@ +"Resource/UI/TFHudRobotDestruction_RobotIndicator.res" +{ + "DeadState" + { + "fieldName" "DeadState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "18" + "tall" "18" + "scaleimage" "1" + "visible" "1" + "redimage" "../HUD/obj_circle_red" + "blueimage" "../HUD/obj_circle_blue" + + "Image" + { + "fieldName" "Image" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + + "RespawnTimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespawnTimeLabel" + "font" "MenuSmallFont" + "labelText" "%time%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionalToParent" "1" + "fgcolor" "White" + } + + "RespawnProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "RespawnProgressBar" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "f-2" + "tall" "f-2" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "scaleImage" "1" + "color_active" "TimerProgress.Active" + "color_inactive" "TimerProgress.InActive" + "color_warning" "TimerProgress.Warning" + "percent_warning" "1.0" + "proportionalToParent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/tfhudrobotdestruction_robotindicator.res b/resource/ui/tfhudrobotdestruction_robotindicator.res new file mode 100644 index 0000000..097abd2 --- /dev/null +++ b/resource/ui/tfhudrobotdestruction_robotindicator.res @@ -0,0 +1,56 @@ +"Resource/UI/TFHudRobotDestruction_RobotIndicator.res" +{ + "RobotStateContainer" + { + "fieldName" "RobotStateContainer" + "ControlName" "EditablePanel" + "proportionalToParent" "1" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + + "DeadState" + { + "fieldName" "DeadState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + + "ActiveState" + { + "fieldName" "ActiveState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + + "ShieldedState" + { + "fieldName" "ShieldedState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/tfhudrobotdestruction_shieldedstate.res b/resource/ui/tfhudrobotdestruction_shieldedstate.res new file mode 100644 index 0000000..7d0b600 --- /dev/null +++ b/resource/ui/tfhudrobotdestruction_shieldedstate.res @@ -0,0 +1,46 @@ +"Resource/UI/TFHudRobotDestruction_RobotIndicator.res" +{ + "ShieldedState" + { + "fieldName" "ShieldedState" + "ControlName" "CTFHudRobotDestruction_StateImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "18" + "tall" "18" + "scaleimage" "1" + "visible" "1" + "redimage" "../HUD/obj_circle_grey" + "blueimage" "../HUD/obj_circle_grey" + + "Image" + { + "fieldName" "Image" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "proportionalToParent" "1" + } + + "LockedImage" + { + "fieldName" "LockedImage" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "1" + "Image" "../HUD/obj_lock" + "proportionalToParent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/training/basictraining/classdetails.res b/resource/ui/training/basictraining/classdetails.res new file mode 100644 index 0000000..45fe94a --- /dev/null +++ b/resource/ui/training/basictraining/classdetails.res @@ -0,0 +1,234 @@ +"Resource/training/basictraining/classdetails.res" +{ + "StartTrainingButton" + { + "ControlName" "CExButton" + "fieldName" "StartTrainingButton" + "xpos" "20" + "ypos" "220" + "wide" "300" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Training_StartTraining" + "font" "Size 16" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "startbasictraining" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "AllCaps" "1" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "20" + "ypos" "0" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialGrayDarkest" + + "ClassNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassNameLabel" + "font" "Size 24" + "labelText" "%classname%" + "textAlignment" "left" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "430" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "Size 11" + "labelText" "%description%" + "textAlignment" "left" + "xpos" "10" + "ypos" "5" + "wide" "280" + "tall" "100" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "WeaponSetLabel" + { + "ControlName" "CExLabel" + "fieldName" "WeaponSetLabel" + "font" "Size 11" + "labelText" "#TR_StandardWeaponSet" + "textAlignment" "center" + "xpos" "10" + "ypos" "100" + "wide" "300" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "AllCaps" "1" + } + + "WeaponImage0" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage0" + "xpos" "15" + "ypos" "110" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + } + + "WeaponImage1" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage1" + "xpos" "115" + "ypos" "110" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + } + + "WeaponImage2" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage2" + "xpos" "215" + "ypos" "110" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + } + + "PrimaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "PrimaryLabel" + "font" "Size 11" + "labelText" "#TR_Primary" + "textAlignment" "center" + "xpos" "15" + "ypos" "175" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SecondaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "SecondaryLabel" + "font" "Size 11" + "labelText" "#TR_Secondary" + "textAlignment" "center" + "xpos" "115" + "ypos" "175" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "MeleeLabel" + { + "ControlName" "CExLabel" + "fieldName" "MeleeLabel" + "font" "Size 11" + "labelText" "#TR_Melee" + "textAlignment" "center" + "xpos" "215" + "ypos" "175" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + } + + "ClassImage" + { + "ControlName" "ImagePanel" + "FieldName" "ClassImage" + "xpos" "325" + "ypos" "20" + "zpos" "1" + "wide" "100" + "tall" "200" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + } + + "ClassIconImage" + { + "ControlName" "ImagePanel" + "FieldName" "ClassIconImage" + "xpos" "375" + "ypos" "20" + "wide" "50" + "tall" "50" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "alpha" "32" + } +} \ No newline at end of file diff --git a/resource/ui/training/basictraining/classpanel.res b/resource/ui/training/basictraining/classpanel.res new file mode 100644 index 0000000..308eac3 --- /dev/null +++ b/resource/ui/training/basictraining/classpanel.res @@ -0,0 +1,61 @@ +"Resource/training/basictraining/classpanel.res" +{ + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "illustrations/training_basic" + } + + "SelectButton" + { + "ControlName" "CExButton" + "fieldName" "SelectButton" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%selectbuttontext%" + "font" "Size 11" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "%selectcommand%" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "ProgressLabel" + "font" "Size 11" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "241" + "wide" "30" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "fgcolor_override" "Red" + } +} \ No newline at end of file diff --git a/resource/ui/training/basictraining/classselection.res b/resource/ui/training/basictraining/classselection.res new file mode 100644 index 0000000..50e326a --- /dev/null +++ b/resource/ui/training/basictraining/classselection.res @@ -0,0 +1,22 @@ +"Resource/training/basictraining/classselection.res" +{ + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "Size 11" + "labelText" "#TF_COMPLETE_TRAINING_DESC" + "textAlignment" "center" + "xpos" "0" + "ypos" "260" + "zpos" "1" + "wide" "430" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } +} diff --git a/resource/ui/training/main.res b/resource/ui/training/main.res new file mode 100644 index 0000000..0a831f6 --- /dev/null +++ b/resource/ui/training/main.res @@ -0,0 +1,283 @@ +#base "../../../resource/tools/reloadschemebutton.res" + +"Resource/training/main.res" +{ + "TrainingDialog" + { + "ControlName" "CTrainingDialog" + "fieldName" "TrainingDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "bgcolor_override" "GrayDarkest" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "c-225" + "ypos" "c-200" + "zpos" "0" + "wide" "450" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "border" "MaterialBlackLight" + + "GradientBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientBgPanel" + "wide" "0" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "wide" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "%title%" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "450" + "tall" "22" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "Size 18" + "labelText" "%subtitle%" + "textAlignment" "center" + "xpos" "0" + "ypos" "50" + "zpos" "1" + "wide" "450" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "ypos" "368" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "back" + "font" "Size 14" + "AllCaps" "1" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "ypos" "368" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "quit" + "AllCaps" "1" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ModeSelectionPanel" + { + "ControlName" "CModeSelectionPanel" + "fieldName" "ModeSelectionPanel" + "xpos" "0" + "ypos" "80" + "zpos" "2" + "wide" "500" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TF_Training_Title" + } + + "BasicTraining_ClassSelectionPanel" + { + "ControlName" "CBasicTraining_ClassSelectionPanel" + "fieldName" "BasicTraining_ClassSelectionPanel" + "xpos" "10" + "ypos" "80" + "zpos" "2" + "wide" "430" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TR_AttackDefense" + "TrainingSubTitle" "#TF_SelectAClass" + + "Class0Token" "#TF_Soldier" + "Class1Token" "#TF_Demoman" + "Class2Token" "#TF_Spy" + "Class3Token" "#TF_Engineer" + + "Class0Image" "training/class_soldier" + "Class1Image" "training/class_demoman" + "Class2Image" "training/class_spy" + "Class3Image" "training/class_engineer" + + "Class0Command" "basictraining_classselection_soldier" + "Class1Command" "basictraining_classselection_demoman" + "Class2Command" "basictraining_classselection_spy" + "Class3Command" "basictraining_classselection_engineer" + } + + "BasicTraining_ClassDetailsPanel" + { + "ControlName" "CBasicTraining_ClassDetailsPanel" + "fieldName" "BasicTraining_ClassDetailsPanel" + "xpos" "0" + "ypos" "80" + "zpos" "2" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TR_AttackDefense" + } + + "OfflinePractice_ModeSelectionPanel" + { + "ControlName" "COfflinePractice_ModeSelectionPanel" + "fieldName" "OfflinePractice_ModeSelectionPanel" + "xpos" "0" + "ypos" "50" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TR_PracticeModeSelectTitle" + + "Mode0Token" "#Gametype_CP" + "Desc0Token" "#TF_GameModeDesc_CP" + "Image0Path" "illustrations/gamemode_cp" + "Mode0Id" "0" + + "Mode1Token" "#Gametype_Koth" + "Desc1Token" "#TF_GameModeDesc_Koth" + "Image1Path" "illustrations/gamemode_koth" + "Mode1Id" "1" + + "Mode2Token" "#Gametype_Escort" + "Desc2Token" "#TF_GameModeDesc_Escort" + "Image2Path" "illustrations/gamemode_payload" + "Mode2Id" "2" + } + + "OfflinePractice_MapSelectionPanel" + { + "ControlName" "COfflinePractice_MapSelectionPanel" + "fieldName" "OfflinePractice_MapSelectionPanel" + "xpos" "0" + "ypos" "50" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TR_PracticeMapSelectTitle" + } + } +} \ No newline at end of file diff --git a/resource/ui/training/modeselection/modepanel.res b/resource/ui/training/modeselection/modepanel.res new file mode 100644 index 0000000..3e05bd2 --- /dev/null +++ b/resource/ui/training/modeselection/modepanel.res @@ -0,0 +1,121 @@ +"Resource/training/modeselection/modepanel.res" +{ + "ModeInfoContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ModeInfoContainer" + "xpos" "0" + "ypos" "0" + "wide" "225" + "tall" "205" + "visible" "1" + "enabled" "1" + + "ModeNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeNameLabel" + "font" "Size 14" + "labelText" "%modename%" + "textAlignment" "center" + "xpos" "0" + "ypos" "7" + "zpos" "2" + "wide" "225" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "fgcolor" "WhiteDark" + "AllCaps" "1" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "Size 11" + "labelText" "%description%" + "textAlignment" "north" + "xpos" "0" + "ypos" "175" + "zpos" "2" + "wide" "225" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "WhiteDark" + "auto_wide_tocontents" "0" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + } + + "ImageFrame" + { + "ControlName" "EditablePanel" + "fieldName" "ImageFrame" + "xpos" "10" + "ypos" "0" + "wide" "205" + "tall" "205" + "visible" "1" + "enabled" "1" + "border" "NoBorder" + } + + // Parented to ImageFrame in code. + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "xpos" "10" + "ypos" "32" + "wide" "185" + "tall" "185" + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "" + } + } + + "StartButton" + { + "ControlName" "CExButton" + "fieldName" "StartButton" + "xpos" "18" + "ypos" "210" + "zpos" "100" + "wide" "192" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Training_SelectMode" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "%startcommand%" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} diff --git a/resource/ui/training/offlinepractice/mapselection.res b/resource/ui/training/offlinepractice/mapselection.res new file mode 100644 index 0000000..3f00007 --- /dev/null +++ b/resource/ui/training/offlinepractice/mapselection.res @@ -0,0 +1,318 @@ +"Resource/training/offlinepractice/mapselection.res" +{ + "MapImagePanel" + { + "ControlName" "ImagePanel" + "FieldName" "MapImagePanel" + "xpos" "60" + "zpos" "0" + "wide" "330" + "tall" "330" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "border" "ButtonBorder" + "paintbackgroundtype" "0" + "paintbackground" "1" + } + + "HackCoverBottomOfMapImagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "MapImagePanel" + "xpos" "9999" + "ypos" "9999" + "wide" "0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Blank" + "alpha" "0" + } + + "GradientPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "training/gradient_black" + "alpha" "0" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "32" + "ypos" "65" + "zpos" "20" + "wide" "22" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "goprev" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "396" + "ypos" "65" + "zpos" "20" + "wide" "22" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 18" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "gonext" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "MapNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapNameLabel" + "font" "Size 14" + "labelText" "%mapname%" + "textAlignment" "center" + "xpos" "60" + "ypos" "145" + "zpos" "2" + "wide" "330" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "White" + "AllCaps" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 18" + "labelText" "%curpage%" + "textAlignment" "north" + "center" "1" + "xpos" "63" + "ypos" "3" + "zpos" "100" + "wide" "33" + "tall" "18" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "White" + "AllCaps" "1" + "paintbackground" "0" + } + + "StartOfflinePracticeButton" + { + "ControlName" "CExButton" + "fieldName" "StartOfflinePracticeButton" + "xpos" "150" + "ypos" "260" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_StartPractice" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "startofflinepractice" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "font" "Size 11" + "labelText" "#TF_Bot_Difficulty" + "textAlignment" "east" + "xpos" "0" + "ypos" "200" + "wide" "190" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "WhiteDark" + "AllCaps" "1" + } + + "DifficultyComboBox" + { + "ControlName" "ComboBox" + "fieldName" "DifficultyComboBox" + "Font" "Size 11" + "xpos" "200" + "ypos" "200" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "textinsetx" "50" + + "fgcolor_override" "White" + "bgcolor_override" "16 14 14 255" + + "disabledFgColor_override" "White" + "disabledBgColor_override" "51 47 46 255" + "selectionColor_override" "51 47 46 255" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "51 47 46 255" + "AllCaps" "1" + } + + "PlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayersLabel" + "font" "Size 11" + "labelText" "#IT_BotAddition_Title" + "textAlignment" "east" + "xpos" "0" + "ypos" "230" + "wide" "190" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "WhiteDark" + "AllCaps" "1" + } + + "NumPlayersTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NumPlayersTextEntry" + "font" "Size 11" + "textHidden" "0" + "textAlignment" "west" + "unicode" "1" + "wrap" "0" + "xpos" "200" + "ypos" "230" + "zpos" "50" + "wide" "22" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "maxchars" "2" + "NumericInputOnly" "1" + "selectallonfirstfocus" "1" + + "bgcolor_override" "WhiteDark" + "fgcolor_override" "Black" + + "AllCaps" "1" + } + + "SuggestedPlayerCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuggestedPlayerCountLabel" + "font" "Size 11" + "labelText" "" + "textAlignment" "west" + "xpos" "230" + "ypos" "230" + "zpos" "2" + "wide" "100" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "WhiteDark" + + "AllCaps" "1" + } +} \ No newline at end of file diff --git a/resource/ui/training/offlinepractice/practicemodeselection.res b/resource/ui/training/offlinepractice/practicemodeselection.res new file mode 100644 index 0000000..971c168 --- /dev/null +++ b/resource/ui/training/offlinepractice/practicemodeselection.res @@ -0,0 +1,192 @@ +"Resource/training/offlinepractice/practicemodeselection.res" +{ + "GameModeImagePanel" + { + "ControlName" "ImagePanel" + "FieldName" "GameModeImagePanel" + "xpos" "60" + "ypos" "15" + "zpos" "1" + "wide" "250" + "tall" "250" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + } + + "GameModeImageBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GameModeImageBgPanel" + "xpos" "60" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "illustrations/bg" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "32" + "ypos" "105" + "zpos" "20" + "wide" "22" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "Symbols 16" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "goprev" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "396" + "ypos" "105" + "zpos" "20" + "wide" "22" + "tall" "43" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "Symbols 16" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "gonext" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDarker" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "GameModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "GameModeLabel" + "font" "Size 18" + "labelText" "%gamemode%" + "textAlignment" "center" + "xpos" "60" + "ypos" "10" + "wide" "330" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "WhiteDark" + "AllCaps" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Size 14" + "labelText" "%curpage%" + "textAlignment" "north" + "xpos" "70" + "ypos" "10" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "WhiteDark" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "Size 11" + "labelText" "%description%" + "textAlignment" "center" + "xpos" "60" + "ypos" "230" + "wide" "330" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor_override" "WhiteDark" + "AllCaps" "1" + } + + "SelectCurrentGameModeButton" + { + "ControlName" "CExButton" + "fieldName" "SelectCurrentGameModeButton" + "xpos" "160" + "ypos" "260" + "wide" "130" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Select" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "selectcurrentgamemode" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/upgradeboxdialog.res b/resource/ui/upgradeboxdialog.res new file mode 100644 index 0000000..6c93d3c --- /dev/null +++ b/resource/ui/upgradeboxdialog.res @@ -0,0 +1,131 @@ +"Resource/UI/UpgradeBoxDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "BlackDark" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "Size 14" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "AllCaps" "1" + "fgcolor" "WhiteDark" + } + + "UpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "UpgradeButton" + "xpos" "62" + "ypos" "130" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Trial_Upgrade" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "upgrade" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "62" + "ypos" "160" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "Size 14" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "border_default" "MaterialGrayDark" + "border_armed" "MaterialHypno" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/upgradebuypanel.res b/resource/ui/upgradebuypanel.res new file mode 100644 index 0000000..6c4f751 --- /dev/null +++ b/resource/ui/upgradebuypanel.res @@ -0,0 +1,219 @@ +"Resource/UI/UpgradeBuyPanel.res" +{ + "UpgradeBuyPanel" + { + "ControlName" "EditablePanel" + "fieldName" "UpgradeBuyPanel" + "xpos" "0" + "ypos" "0" + "wide" "155" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "upgradebutton_xpos" "37" + "upgradebutton_ypos" "26" + + "skilltreebuttons_kv" + { + "wide" "16" + "tall" "16" + "textAlignment" "center" + "font" "Size 11" + "image" "replay/thumbnails/mvm/upgrade_unowned" + "scaleImage" "1" + + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "Main Theme" + "armedBgColor_override" "Blank" + "depressedFgColor_override" "Main Theme" + "depressedBgColor_override" "Blank" + "selectedFgColor_override" "Main Theme" + "selectedBgColor_override" "Blank" + "disabledfgcolor2_override" "BlackDark" + } + } + + "InnerPanelRim" + { + "ControlName" "Panel" + "fieldName" "InnerPanelRim" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "155" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "GrayDarkest" + } + + "IconBorder" + { + "ControlName" "Panel" + "fieldName" "IconBorder" + "xpos" "2" + "ypos" "2" + "zpos" "0" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "WhiteDark" + } + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "4" + "ypos" "4" + "wide" "26" + "tall" "26" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "image" "replay/thumbnails/mvm/buy_disabled" + "scaleImage" "1" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldName" "PriceLabel" + "xpos" "2" + "ypos" "32" + "wide" "30" + "tall" "13" + "zpos" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "labelText" "" + "textAlignment" "center" + "fgcolor_override" "White" + "font" "Size 14" + } + + "ShortDescriptionLabel" + { + "ControlName" "Label" + "fieldName" "ShortDescriptionLabel" + "xpos" "37" + "ypos" "4" + "wide" "97" + "tall" "22" + "zpos" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "wrap" "1" + + "labelText" "" + "textAlignment" "center-west" + "font" "Size 11" + } + + "BuySellBG" + { + "ControlName" "Panel" + "fieldName" "BuySellBG" + "xpos" "135" + "ypos" "0" + "zpos" "-1" + "wide" "20" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 100" + } + + "IncrementButton" + { + "ControlName" "CImageButton" + "fieldName" "IncrementButton" + "xpos" "135" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + + "labelText" "" + "scaleImage" "1" + + "activeimage" "replay/thumbnails/mvm/buy_disabled" + "inactiveimage" "replay/thumbnails/mvm/buy_disabled" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "Main Theme" + "armedBgColor_override" "Blank" + "depressedFgColor_override" "White" + "depressedBgColor_override" "Blank" + "selectedFgColor_override" "Main Theme" + "selectedBgColor_override" "Blank" + "disabledfgcolor2_override" "BlackDark" + } + + "DecrementButton" + { + "ControlName" "CImageButton" + "fieldName" "DecrementButton" + "xpos" "135" + "ypos" "23" + "wide" "20" + "tall" "20" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + + "labelText" "" + "scaleImage" "1" + + "activeimage" "replay/thumbnails/mvm/sell_disabled" + "inactiveimage" "replay/thumbnails/mvm/sell_disabled" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "Main Theme" + "armedBgColor_override" "Blank" + "depressedFgColor_override" "White" + "depressedBgColor_override" "Blank" + "selectedFgColor_override" "Main Theme" + "selectedBgColor_override" "Blank" + "disabledfgcolor2_override" "BlackDark" + } +} \ No newline at end of file diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res new file mode 100644 index 0000000..89d5fa9 --- /dev/null +++ b/resource/ui/votehud.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/votehud.res" +#base "votehud_base.res" \ No newline at end of file diff --git a/resource/ui/votehud_base.res b/resource/ui/votehud_base.res new file mode 100644 index 0000000..d580aa6 --- /dev/null +++ b/resource/ui/votehud_base.res @@ -0,0 +1,759 @@ +"Resource/UI/VoteHud.res" +{ + "VotePassed" + { + "ControlName" "EditablePanel" + "fieldName" "VotePassed" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "MaterialTransparent50" + + "PassedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "PassedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_yes" + } + + "PassedTitle" + { + "ControlName" "Label" + "fieldName" "PassedTitle" + "xpos" "32" + "ypos" "10" + "wide" "98" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_passed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "wrap" "1" + "fgcolor_override" "White" + } + + "PassedResult" + { + "ControlName" "Label" + "fieldName" "PassedResult" + "xpos" "10" + "ypos" "29" + "wide" "130" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%passedresult%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "wrap" "1" + "fgcolor_override" "White" + "noshortcutsyntax" "1" + } + } + + "VoteActive" + { + "ControlName" "EditablePanel" + "fieldName" "VoteActive" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "144" + "visible" "0" + "enabled" "1" + "border" "MaterialTransparent50" + + "Header" + { + "ControlName" "Label" + "fieldName" "Header" + "xpos" "10" + "ypos" "5" + "wide" "130" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "%header%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "wrap" "1" + "fgcolor_override" "White" + } + + "Issue" + { + "ControlName" "Label" + "fieldName" "Issue" + "xpos" "10" + "ypos" "22" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%voteissue%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "fgcolor_override" "White" + "wrap" "1" + "noshortcutsyntax" "1" + } + + "TargetAvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "TargetAvatarImage" + "xpos" "10" + "ypos" "23" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "White" + } + + // divider + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "10" + "ypos" "50" + "wide" "130" + "tall" "1" + "fillcolor" "WhiteDark" + "zpos" "0" + } + + // Temp UI + + "LabelOption1" + { + "ControlName" "Label" + "fieldName" "LabelOption1" + "xpos" "10" + "ypos" "57" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + "Option1Background_Selected" + { + "ControlName" "ImagePanel" + "fieldName" "Option1Background_Selected" + "xpos" "10" + "ypos" "57" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "Main Theme" + "visible" "1" + } + + "Option1CountLabel" + { + "ControlName" "Label" + "fieldName" "Option1CountLabel" + "xpos" "28" + "ypos" "113" + "wide" "16" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "Yes" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "fgcolor_override" "White" + } + + "LabelOption2" + { + "ControlName" "Label" + "fieldName" "LabelOption2" + "xpos" "10" + "ypos" "73" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + "Option2Background_Selected" + { + "ControlName" "ImagePanel" + "fieldName" "Option2Background_Selected" + "xpos" "10" + "ypos" "73" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "Main Theme" + "visible" "1" + } + + "Option2CountLabel" + { + "ControlName" "Label" + "fieldName" "Option2CountLabel" + "xpos" "74" + "ypos" "113" + "wide" "16" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "No" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "fgcolor_override" "White" + } + + "LabelOption3" + { + "ControlName" "Label" + "fieldName" "LabelOption3" + "xpos" "10" + "ypos" "89" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + "Option3Background_Selected" + { + "ControlName" "ImagePanel" + "fieldName" "Option3Background_Selected" + "xpos" "10" + "ypos" "89" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "Main Theme" + "visible" "0" + } + + "LabelOption4" + { + "ControlName" "Label" + "fieldName" "LabelOption4" + "xpos" "10" + "ypos" "105" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + "Option4Background_Selected" + { + "ControlName" "ImagePanel" + "fieldName" "Option4Background_Selected" + "xpos" "10" + "ypos" "105" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "Main Theme" + "visible" "0" + } + + "LabelOption5" + { + "ControlName" "Label" + "fieldName" "LabelOption5" + "xpos" "10" + "ypos" "121" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + "Option5Background_Selected" + { + "ControlName" "ImagePanel" + "fieldName" "Option5Background_Selected" + "xpos" "10" + "ypos" "121" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "Main Theme" + "visible" "0" + } + + // divider + "Divider2" + { + "ControlName" "ImagePanel" + "fieldName" "Divider2" + "xpos" "10" + "ypos" "100" + "wide" "130" + "tall" "1" + "fillcolor" "White" + "zpos" "0" + } + + "VoteCountLabel" + { + "ControlName" "Label" + "fieldName" "VoteCountLabel" + "xpos" "10" + "ypos" "100" + "wide" "140" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_current_vote_count" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "fgcolor_override" "White" + } + + // vote bar + "VoteBar" + { + "ControlName" "Panel" + "fieldName" "VoteBar" + "xpos" "11" + "ypos" "113" + "wide" "130" + "tall" "18" + "zpos" "2" + "visible" "1" + "enabled" "1" + "box_size" "16" + "spacer" "6" + "box_inset" "1" + "yes_texture" "vgui/hud/vote_yes" + "no_texture" "vgui/hud/vote_no" + } + } + + // This is sent to the vote caller when they're not able to start the vote + "CallVoteFailed" + { + "ControlName" "EditablePanel" + "fieldName" "CallVoteFailed" + "xpos" "10" + "ypos" "c-80" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "MaterialTransparent50" + + "FailedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "FailedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_no" + } + + "FailedTitle" + { + "ControlName" "Label" + "fieldName" "FailedTitle" + "xpos" "32" + "ypos" "10" + "wide" "80" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_failed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "wrap" "1" + "fgcolor_override" "Red" + } + + "FailedReason" + { + "ControlName" "Label" + "fieldName" "FailedReason" + "xpos" "10" + "ypos" "29" + "wide" "140" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%FailedReason%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "wrap" "1" + "fgcolor_override" "White" + } + } + + // This is shown to everyone when a vote fails due to lack of votes + "VoteFailed" + { + "ControlName" "EditablePanel" + "fieldName" "VoteFailed" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "MaterialTransparent50" + + "FailedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "FailedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_no" + } + + "FailedTitle" + { + "ControlName" "Label" + "fieldName" "FailedTitle" + "xpos" "32" + "ypos" "10" + "wide" "98" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_failed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 10" + "wrap" "1" + "fgcolor_override" "Red" + } + + "FailedReason" + { + "ControlName" "Label" + "fieldName" "FailedReason" + "xpos" "10" + "ypos" "29" + "wide" "130" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "Size 8" + "wrap" "1" + "fgcolor_override" "White" + } + } + + "VoteSetupDialog" + { + "ControlName" "CVoteSetupDialog" + "fieldName" "VoteSetupDialog" + "xpos" "c-200" + "ypos" "c-150" + "wide" "400" + "tall" "310" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "border" "MaterialBlackLight" + "bgcolor_override" "Blank" + "PaintBackground" "0" + + "header_font" "Size 12" + "header_fgcolor" "White" + + "issue_width" "180" + "issue_font" "Size 10" + "issue_fgcolor" "White" + "issue_fgcolor_disabled" "White" + + "parameter_width" "200" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Size 24" + "labelText" "#TF_Vote_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "AllCaps" "1" + } + + "VoteSetupList" + { + "ControlName" "SectionedListPanel" + "fieldName" "VoteSetupList" + "xpos" "10" + "ypos" "38" + "zpos" "2" + "wide" "180" + "tall" "200" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + + "linespacing" "16" + } + + "VoteParameterList" + { + "ControlName" "SectionedListPanel" + "fieldName" "VoteParameterList" + "xpos" "190" + "ypos" "38" + "zpos" "2" + "wide" "200" + "tall" "200" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "16" + } + + "ComboLabel" + { + "ControlName" "CExLabel" + "fieldName" "ComboLabel" + "font" "Size 11" + "labelText" "%combo_label%" + "textAlignment" "east" + "xpos" "5" + "ypos" "245" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ComboBox" + "Font" "Size 11" + "xpos" "85" + "ypos" "245" + "zpos" "1" + "wide" "235" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "White" + "bgcolor_override" "BlackDark" + "disabledFgColor_override" "White" + "disabledBgColor_override" "BlackDark" + "selectionColor_override" "BlackDark" + "selectionTextColor_override" "White" + "defaultSelectionBG2Color_override" "BlackDark" + } + + "CallVoteButton" + { + "ControlName" "Button" + "fieldName" "CallVoteButton" + "xpos" "75" + "ypos" "275" + "zpos" "1" + "wide" "160" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "0" + "tabPosition" "4" + "labelText" "#TF_call_vote" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "CallVote" + "Default" "0" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CallVoteButtonBG" + { + "ControlName" "EditablePanel" + "fieldName" "CallVoteButtonBG" + "xpos" "75" + "ypos" "275" + "zpos" "0" + "wide" "160" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "0" + "border" "MaterialGrayDark" + } + + "Button1" + { + "ControlName" "Button" + "fieldName" "Button1" + "xpos" "240" + "ypos" "275" + "zpos" "1" + "wide" "80" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "#GameUI_Close" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "Close" + "Default" "0" + "font" "Size 14" + "AllCaps" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "Button1BG" + { + "ControlName" "EditablePanel" + "fieldName" "Button1BG" + "xpos" "240" + "ypos" "275" + "zpos" "0" + "wide" "80" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "0" + "border" "MaterialGrayDark" + } + } +} \ No newline at end of file diff --git a/resource/ui/wavecompletesummarypanel.res b/resource/ui/wavecompletesummarypanel.res new file mode 100644 index 0000000..82a1f81 --- /dev/null +++ b/resource/ui/wavecompletesummarypanel.res @@ -0,0 +1,296 @@ +"Resource/UI/WaveCompletePanel.res" +{ + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "WaveCompleteContainer" + { + "ControlName" "EditablePanel" + "fieldName" "WaveCompleteContainer" + "xpos" "0" + "ypos" "0" + "wide" "249" + "tall" "35" + "visible" "1" + "PaintBackgroundType" "0" + + "WaveCompleteLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveCompleteLabelShadow" + "font" "Size 14 Blur" + "textAlignment" "center" + "labelText" "%titletext%" + "xpos" "3" + "ypos" "3" + "wide" "245" + "tall" "36" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "Shadow" + + // Red Background + "PaintBackgroundType" "0" + "fgcolor_override" "Shadow" + "bgcolor_override" "Green" + } + + "WaveCompleteLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaveCompleteLabel" + "font" "Size 14" + "textAlignment" "center" + "labelText" "%titletext%" + "xpos" "1" + "ypos" "1" + "zpos" "1" + "wide" "244" + "tall" "35" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "White" + "pin_to_sibling" "WaveCompleteLabelShadow" + } + } + + "CreditContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CreditContainer" + "xpos" "0" + "ypos" "30" + "wide" "400" + "tall" "400" + "autoResize" "1" + "visible" "1" + + "CreditCollectedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "Size 12" + "labelText" "#TF_PVE_CurrencyCollected" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "9" + "wide" "105" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "CreditCollectedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedCountLabel" + "font" "Size 12" + "labelText" "%creditscollected%" + "textAlignment" "north-east" + "xpos" "115" + "ypos" "9" + "wide" "30" + "tall" "20" + "AllCaps" "1" + "fgcolor" "Green" + } + + "CreditMissedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedTextLabel" + "font" "Size 12" + "labelText" "#TF_PVE_Missed" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "21" + "wide" "105" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "CreditMissedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedCountLabel" + "font" "Size 12" + "labelText" "%creditsmissed%" + "textAlignment" "north-east" + "xpos" "115" + "ypos" "21" + "wide" "30" + "tall" "20" + "AllCaps" "1" + "fgcolor" "Red" + } + + "CreditBonusTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusTextLabel" + "font" "Size 12" + "labelText" "#TF_PVE_Bonus" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "33" + "wide" "105" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "CreditBonusCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusCountLabel" + "font" "Size 12" + "labelText" "%creditbonus%" + "textAlignment" "north-east" + "xpos" "115" + "ypos" "33" + "wide" "30" + "tall" "20" + "AllCaps" "1" + "fgcolor" "Green" + } + } + + "RatingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RatingContainer" + "xpos" "140" + "ypos" "30" + "wide" "400" + "tall" "400" + "autoResize" "1" + "visible" "1" + + "RatingLabel" + { + "ControlName" "CExLabel" + "fieldName" "RatingLabel" + "font" "Size 14" + "labelText" "%ratinglabel%" + "textAlignment" "center" + "xpos" "0" + "ypos" "5" + "wide" "115" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "RatingTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "RatingTextShadow" + "font" "Size 24 Blur" + "labelText" "%ratingscore%" + "textAlignment" "center" + "xpos" "1" + "ypos" "20" + "wide" "115" + "tall" "30" + "AllCaps" "1" + "fgcolor" "Shadow" + } + + "RatingText" + { + "ControlName" "CExLabel" + "fieldName" "RatingText" + "font" "Size 24" + "labelText" "%ratingscore%" + "textAlignment" "center" + "xpos" "0" + "ypos" "19" + "wide" "115" + "tall" "30" + "AllCaps" "1" + "fgcolor" "White" + } + } + + "RespecBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "RespecBackground" + "xpos" "0" + "ypos" "80" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "RespecContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RespecContainer" + "xpos" "0" + "ypos" "80" + "wide" "250" + "tall" "25" + "visible" "1" + "PaintBackgroundType" "2" + + "RespecTextLabelWin" + { + "ControlName" "CExLabel" + "fieldName" "RespecTextLabelWin" + "font" "Size 14" + "labelText" "#TF_PVE_Respecs" + "textAlignment" "center" + "xpos" "0" + "ypos" "3" + "wide" "160" + "tall" "20" + "AllCaps" "1" + "fgcolor" "White" + } + + "RespecCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespecCountLabel" + "font" "Size 14" + "labelText" "%respeccount%" + "textAlignment" "center" + "xpos" "145" + "ypos" "3" + "wide" "30" + "tall" "20" + "AllCaps" "1" + "fgcolor" "Green" + } + } +} \ No newline at end of file diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res new file mode 100644 index 0000000..709880d --- /dev/null +++ b/resource/ui/wavestatuspanel.res @@ -0,0 +1,156 @@ +"Resource/UI/WaveStatusPanel.res" +{ + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "150" + "ypos" "2" + "zpos" "-1" + "wide" "200" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent30" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "WaveCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabel" + "font" "Size 10" + "font_minmode" "Size 10" + "fgcolor" "White" + "xpos" "211" + "ypos" "4" + "ypos_minmode" "4" + "zpos" "5" + "zpos_minmode" "5" + "wide" "178" + "tall" "18" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "AllCaps" "1" + "textAlignment" "center" + "labelText" "%wave_count%" + } + "WaveCountLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabelShadow" + "font" "Size 10 Blur" + "font_minmode" "Size 10 Blur" + "fgcolor" "Shadow" + "xpos" "-1" + "ypos" "-1" + "ypos_minmode" "-1" + "zpos" "4" + "zpos_minmode" "4" + "wide" "178" + "tall" "18" + "tall_minmode" "18" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + "textAlignment" "center" + "labelText" "%wave_count%" + "pin_to_sibling" "WaveCountLabel" + } + + "SeparatorBar" + { + "ControlName" "Panel" + "fieldName" "SeparatorBar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "1" + "tall" "30" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "White" + + if_verbose + { + "visible" "1" + } + } + + "SupportLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportLabel" + "font" "Size 11" + "fgcolor" "White" + "xpos" "55" + "ypos" "6" + "zpos" "3" + "wide" "60" + "tall" "15" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "textAlignment" "west" + "labelText" "#TF_MVM_Support" + + if_verbose + { + "visible" "1" + } + } + + "ProgressBar" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBar" + "xpos" "211" + "ypos" "4" + "ypos_minmode" "4" + "zpos" "3" + "wide" "178" + "tall" "17" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/Material_Blue" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "ProgressBarBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "209" + "ypos" "3" + "ypos_minmode" "3" + "zpos" "3" + "wide" "181" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/panels/material_transparent50" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "8" + "draw_corner_height" "8" + } +} \ No newline at end of file diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res new file mode 100644 index 0000000..51fdec7 --- /dev/null +++ b/resource/ui/winpanel.res @@ -0,0 +1,2 @@ +#base "../../customizations/streamermode/winpanel.res" +#base "winpanel_base.res" \ No newline at end of file diff --git a/resource/ui/winpanel_base.res b/resource/ui/winpanel_base.res new file mode 100644 index 0000000..b797117 --- /dev/null +++ b/resource/ui/winpanel_base.res @@ -0,0 +1,674 @@ +"Resource/UI/winpanel.res" +{ + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "480" + "visible" "1" + + "BlueScoreBG2" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG2" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "91" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialBlue" + } + + "RedScoreBG2" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG2" + "xpos" "84" + "ypos" "0" + "zpos" "3" + "wide" "91" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialRed" + } + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "-5" + "ypos" "-3" + "zpos" "6" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "BlueScoreBG2" + } + "BlueTeamLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabelShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "pin_to_sibling" "BlueTeamLabel" + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-7" + "ypos" "0" + "zpos" "6" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BlueScoreBG2" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "BlueTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreShadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "BlueTeamScore" + } + + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Size 12" + "fgcolor" "White" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "-5" + "ypos" "-3" + "zpos" "6" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedScoreBG2" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "RedTeamLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabelShadow" + "font" "Size 12 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "70" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "RedTeamLabel" + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Size 20" + "fgcolor" "White" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-7" + "ypos" "0" + "zpos" "6" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedScoreBG2" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "RedTeamScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreShadow" + "font" "Size 20 Blur" + "fgcolor" "Shadow" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "100" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "RedTeamScore" + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "9999" + } + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "9999" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "9999" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9999" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "9999" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "9999" + } + } + + "ShadedBar" + { + "ControlName" "EditablePanel" + "fieldName" "ShadedBar" + "xpos" "0" + "ypos" "18" + "zpos" "2" + "wide" "175" + "tall" "62" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "MaterialTransparent50" + } + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "font" "Size 11" + "xpos" "-5" + "ypos" "-6" + "zpos" "3" + "wide" "75" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "ShadedBar" + } + + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "font" "Size 11" + "xpos" "8" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Score" + { + "ControlName" "CExLabel" + "fieldName" "Player1Score" + "font" "Size 11" + "xpos" "-5" + "ypos" "-6" + "zpos" "3" + "wide" "30" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "ShadedBar" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "75" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player2Score" + { + "ControlName" "CExLabel" + "fieldName" "Player2Score" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player1Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "75" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Score" + { + "ControlName" "CExLabel" + "fieldName" "Player3Score" + "font" "Size 11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player2Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "KillStreakLeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakLeaderLabel" + "font" "Size 10" + "xpos" "0" + "ypos" "-11" + "zpos" "3" + "wide" "175" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "labelText" "#Winpanel_KillStreakLeader" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "alpha" "150" + + "pin_to_sibling" "ShadedBar" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "KillStreakPlayer1Name" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Name" + "font" "Size 11" + "xpos" "0" + "ypos" "6" + "zpos" "3" + "wide" "75" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "alpha" "255" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "KillStreakPlayer1Class" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Class" + "font" "Size 11" + "xpos" "0" + "ypos" "6" + "zpos" "3" + "wide" "50" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "KillStreakPlayer1Score" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Score" + "font" "Size 11" + "xpos" "0" + "ypos" "6" + "zpos" "3" + "wide" "30" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + + "pin_to_sibling" "Player3Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "WinPanelBGBorder" + { + "ControlName" "EditablePanel" + "fieldName" "WinPanelBGBorder" + "xpos" "9999" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "xpos" "9999" + } + "AdvancingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabel" + "xpos" "9999" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "xpos" "9999" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "xpos" "9999" + } + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayerLabel" + "xpos" "9999" + } + "PointsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "PointsThisRoundLabel" + "xpos" "9999" + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "9999" + } + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + "KillStreakMaxCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakMaxCountLabel" + "xpos" "9999" + } + "HorizontalLine2" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine2" + "xpos" "9999" + } + "KillStreakPlayer1Badge" + { + "ControlName" "CTFBadgePanel" + "fieldName" "KillStreakPlayer1Badge" + "xpos" "9999" + } + "KillStreakPlayer1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "KillStreakPlayer1Avatar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/scripts/animations/ammo.txt b/scripts/animations/ammo.txt new file mode 100644 index 0000000..37ed123 --- /dev/null +++ b/scripts/animations/ammo.txt @@ -0,0 +1,34 @@ +//==================================================================================================================== + +event HudLowAmmoPulse +{ + Animate AmmoInClip FgColor "Low Ammo In Clip" Linear 0.0 0.075 + Animate AmmoInClip FgColor "Low Ammo In Clip Pulse" Linear 0.125 0.075 + + Animate AmmoInReserve FgColor "Low Ammo In Reserve" Linear 0.0 0.075 + Animate AmmoInReserve FgColor "Low Ammo In Reserve Pulse" Linear 0.125 0.075 + + Animate AmmoNoClip FgColor "Low Ammo No Clip" Linear 0.0 0.075 + Animate AmmoNoClip FgColor "Low Ammo No Clip Pulse" Linear 0.125 0.075 + + RunEvent HudLowAmmoPulseLoop 0.4 +} + +event HudLowAmmoPulseLoop +{ + RunEvent HudLowAmmoPulse 0.0 +} + +event HudLowAmmoPulseStop +{ + StopEvent HudLowAmmoPulse 0.0 + StopEvent HudLowAmmoPulseLoop 0.0 + + Animate AmmoInClip FgColor "Ammo In Clip" Linear 0.0 0.0 + + Animate AmmoInReserve FgColor "Ammo In Reserve" Linear 0.0 0.0 + + Animate AmmoNoClip FgColor "Ammo No Clip" Linear 0.0 0.0 +} + +//==================================================================================================================== \ No newline at end of file diff --git a/scripts/animations/health.txt b/scripts/animations/health.txt new file mode 100644 index 0000000..69e2238 --- /dev/null +++ b/scripts/animations/health.txt @@ -0,0 +1,59 @@ +//==================================================================================================================== + +event HudHealthBonusPulse +{ + Animate PlayerStatusHealthValue FgColor "Buffed Health" Linear 0.0 0.075 + Animate PlayerStatusHealthValue FgColor "Buffed Health Pulse" Linear 0.125 0.175 + + Animate HealthBG Alpha "0" Linear 0.0 0.0 + Animate HealthBuff Alpha "255" Linear 0.0 0.0 + + RunEvent HudHealthBonusPulseLoop 0.7 +} + +event HudHealthBonusPulseLoop +{ + RunEvent HudHealthBonusPulse 0.0 +} + +event HudHealthBonusPulseStop +{ + StopEvent HudHealthBonusPulse 0.0 + StopEvent HudHealthBonusPulseLoop 0.0 + + Animate PlayerStatusHealthValue FgColor "Health Numbers" Linear 0.0 0.0 + + Animate HealthBG Alpha "255" Linear 0.0 0.0 + Animate HealthBuff Alpha "0" Linear 0.0 0.0 +} + +//==================================================================================================================== + +event HudHealthDyingPulse +{ + Animate PlayerStatusHealthValue FgColor "Low Health" Linear 0.0 0.075 + Animate PlayerStatusHealthValue FgColor "Low Health Pulse" Linear 0.125 0.175 + + Animate HealthBG Alpha "0" Linear 0.0 0.0 + Animate HealthHurt Alpha "255" Linear 0.0 0.0 + + RunEvent HudHealthDyingPulseLoop 0.4 +} + +event HudHealthDyingPulseLoop +{ + RunEvent HudHealthDyingPulse 0.0 +} + +event HudHealthDyingPulseStop +{ + StopEvent HudHealthDyingPulse 0.0 + StopEvent HudHealthDyingPulseLoop 0.0 + + Animate PlayerStatusHealthValue FgColor "Health Numbers" Linear 0.0 0.0 + + Animate HealthBG Alpha "255" Linear 0.0 0.0 + Animate HealthHurt Alpha "0" Linear 0.0 0.0 +} + +//==================================================================================================================== \ No newline at end of file diff --git a/scripts/animations/misc.txt b/scripts/animations/misc.txt new file mode 100644 index 0000000..ade0fff --- /dev/null +++ b/scripts/animations/misc.txt @@ -0,0 +1,117 @@ +//==================================================================================================================== + +event FlagOutline +{ + RunEvent FlagOutlineHide 0.0 + Animate OutlineImage Alpha "255" Linear 0.1 0.2 + + Animate OutlineImage Position "c-50 r90" Linear 0.1 0.2 + Animate OutlineImage Size "100 50" Linear 0.1 0.2 + + Animate OutlineImage Position "c-25 r0" Linear 0.7 0.2 + Animate OutlineImage Size "50 25" Linear 0.7 0.2 + + Animate OutlineImage Alpha "0" Linear 0.9 0.1 +} + +//==================================================================================================================== + +event HudSpyDisguiseChanged +{ + Animate PlayerStatusSpyOutlineImage Alpha "255" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Position "60 r160" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "100 100" Linear 0.0 0.2 + + RunEvent HudSpyDisguiseHide 0.7 +} + +event HudSpyDisguiseHide +{ + Animate PlayerStatusSpyOutlineImage Position "0 r0" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "0 0" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Alpha "0" Linear 0.2 0.1 +} + +//==================================================================================================================== + +event HudTournamentSetupPanelOpen +{ + Animate HudTournamentSetup Position "-100 40" Linear 0.0 0.001 + Animate HudTournamentSetup Position "0 40" Spline 0.001 0.1 +} + +event HudTournamentSetupPanelClose +{ + Animate HudTournamentSetup Position "0 40" Linear 0.0 0.001 + Animate HudTournamentSetup Position "-100 40" Spline 0.001 0.6 +} + +//==================================================================================================================== + +event ActiveTimerHighlight +{ + Animate TimePanelValue FgColor "180 255 180 255" Linear 0.0 0.0 +} + +event ActiveTimerDim +{ + Animate TimePanelValue FgColor "White" Linear 0.0 0.0 +} + +//==================================================================================================================== + +event RDPositiveScorePulse +{ + Animate Score FgColor "Green" Linear 0.0 0.0 + Animate Score FgColor "White" Linear 0.1 0.2 +} + +event RDNegativeScorePulse +{ + Animate Score FgColor "Low Health Pulse" Linear 0.0 0.0 + Animate Score FgColor "White" Linear 0.1 0.2 +} + +//==================================================================================================================== + +event HasNotificationsBlink +{ +} +event HasNotificationsBlinkStop +{ +} + +//==================================================================================================================== + +event TeamStatus_PlayerDead +{ +} +event TeamStatus_PlayerAlive +{ +} + +//==================================================================================================================== + +event CompetitiveGame_LowerChatWindow +{ +} +event CompetitiveGame_RestoreChatWindow +{ +} +event HudTournament_MoveChatWindow +{ +} + +//==================================================================================================================== + +event HudSnapShotReminderIn +{ + RunEvent HudHealthDyingPulseStop 10.0 + RunEvent HudHealthBonusPulseStop 10.0 + RunEvent HudLowAmmoPulseStop 10.0 + RunEvent HudMedicChargedStop 10.0 +} + +//==================================================================================================================== \ No newline at end of file diff --git a/scripts/animations/ubercharge.txt b/scripts/animations/ubercharge.txt new file mode 100644 index 0000000..9b859e4 --- /dev/null +++ b/scripts/animations/ubercharge.txt @@ -0,0 +1,24 @@ +//==================================================================================================================== + +event HudMedicCharged +{ + Animate ChargeMeter FgColor "Full Ubercharge" Linear 0.0 0.075 + Animate ChargeMeter FgColor "Full Ubercharge Pulse" Linear 0.125 0.075 + + RunEvent HudMedicChargedLoop 0.7 +} + +event HudMedicChargedLoop +{ + RunEvent HudMedicCharged 0.0 +} + +event HudMedicChargedStop +{ + StopEvent HudMedicCharged 0.0 + StopEvent HudMedicChargedLoop 0.0 + + Animate ChargeMeter FgColor "Full Ubercharge Pulse" Linear 0.0 0.0001 +} + +//==================================================================================================================== \ No newline at end of file diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt new file mode 100644 index 0000000..e0dc63e --- /dev/null +++ b/scripts/chapterbackgrounds.txt @@ -0,0 +1,23 @@ + "chapters" + { + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" + 5 "background_upward" + 6 "background_upward" + 7 "background_upward" + 8 "background_upward" + } + "BackgroundMaps" + { + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" + 5 "background_upward" + 6 "background_upward" + 7 "background_upward" + 8 "background_upward" + } + diff --git a/scripts/hudanimations_manifest.txt b/scripts/hudanimations_manifest.txt new file mode 100644 index 0000000..696f764 --- /dev/null +++ b/scripts/hudanimations_manifest.txt @@ -0,0 +1,10 @@ +hudanimations_manifest +{ + "file" "scripts/hudanimations.txt" + "file" "scripts/animations/misc.txt" + "file" "scripts/animations/health.txt" + "file" "scripts/animations/ammo.txt" + "file" "scripts/animations/ubercharge.txt" + "file" "customizations/crosshairs and hitmarker animation.txt" + "file" "scripts/hudanimations_tf.txt" +} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res new file mode 100644 index 0000000..0c3ca01 --- /dev/null +++ b/scripts/hudlayout.res @@ -0,0 +1,4 @@ +#base "../customizations/streamermode/hudlayout.res" +#base "../customizations/transparent viewmodels.res" +#base "../scripts/layouts/layout_hypnotize.res" +#base "../scripts/layouts/layout_default.res" \ No newline at end of file diff --git a/scripts/layouts/layout_default.res b/scripts/layouts/layout_default.res new file mode 100644 index 0000000..9c712b9 --- /dev/null +++ b/scripts/layouts/layout_default.res @@ -0,0 +1,1508 @@ +"Resource/HudLayout.res" +{ + HudPlayerStatus + { + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudWeaponAmmo + { + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" + "xpos" "r95" [$WIN32] + "xpos_minmode" "r85" [$WIN32] + "ypos" "r55" [$WIN32] + "ypos_minmode" "r36" [$WIN32] + "xpos" "r131" [$X360] + "ypos" "r77" [$X360] + "wide" "94" + "tall" "45" + } + + HudObjectiveStatus + { + "fieldName" "HudObjectiveStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudKothTimeStatus + { + "fieldName" "HudKothTimeStatus" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "0" + "wide" "200" + "tall" "160" + + "blue_active_xpos" "16" + "blue_active_xpos_minmode" "55" + + "red_active_xpos" "106" + "red_active_xpos_minmode" "105" + } + + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "r162" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos" "r52" [$WIN32] + "ypos_minmode" "r50" [$WIN32] + "xpos" "r194" [$X360] + "ypos" "r74" [$X360] + "wide" "100" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudMedicCharge + { + "fieldName" "HudMedicCharge" + "visible" "1" + "enabled" "1" + "xpos" "r138" [$WIN32] + "xpos_minmode" "r100" [$WIN32] + "ypos" "r69" [$WIN32] + "ypos_minmode" "r34" [$WIN32] + "xpos" "r174" [$X360] + "ypos" "r90" [$X360] + "wide" "200" + "tall" "100" + } + + HudDemomanCharge + { + "fieldName" "HudDemomanCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos" "r21" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "r112" [$X360] + "ypos" "r45" [$X360] + "zpos" "1" // draw in front of ammo + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBowCharge + { + "fieldName" "HudBowCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos" "r21" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "r112" [$X360] + "ypos" "r45" [$X360] + "zpos" "1" // draw in front of ammo + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudFlameRocketCharge + { + "fieldName" "HudFlameRocketCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" [$WIN32] + "xpos_minmode" "r52" [$WIN32] + "ypos" "r21" [$WIN32] + "ypos_minmode" "r40" [$WIN32] + "xpos" "r112" [$X360] + "ypos" "r45" [$X360] + "zpos" "1" // draw in front of ammo + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBossHealth + { + "fieldName" "HudBossHealth" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "42" + "zpos" "0" // draw in front of ammo + "wide" "200" + "tall" "50" + "MeterFG" "Red" + "MeterBG" "Gray" + } + + HudWeaponSelection + { + "fieldName" "HudWeaponSelection" + "xpos" "0" + "wide" "f0" + "ypos" "0" + "tall" "480" + "RightMargin" "0" + "RightMargin_hidef" "32" + "RightMargin_lodef" "38" + "visible" "1" + "enabled" "1" + "SmallBoxWide" "72" + "SmallBoxTall" "54" + "PlusStyleBoxWide" "90" + "PlusStyleBoxTall" "63" + "PlusStyleExpandSelected" "0.3" + "LargeBoxWide" "110" + "LargeBoxTall" "77" + "BoxGap" "4" [$WIN32] + "BoxGap" "4" [$X360] + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" + "IconXPos" "8" + "IconYPos" "0" + "TextYPos" "70" [$WIN32] + "TextYPos" "65" [$X360] + "ErrorYPos" "48" + "TextColor" "SelectionTextFg" + "MaxSlots" "6" + "PlaySelectSounds" "1" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" + "SelectionNumberFg" "200 187 161 255" + "NumberFont" "HudSelectionText" + } + + CHudAccountPanel + { + "fieldName" "CHudAccountPanel" + "xpos" "r162" [$WIN32] + "ypos" "r152" [$WIN32] + "ypos_minmode" "r134" [$WIN32] + "xpos" "r194" [$X360] + "ypos" "r174" [$X360] + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CHealthAccountPanel + { + "fieldName" "CHealthAccountPanel" + "xpos" "76" + "xpos_minmode" "61" + "ypos" "r152" + "ypos_minmode" "r134" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CDamageAccountPanel + { + "fieldName" "CDamageAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + + DisguiseStatus + { + "fieldName" "DisguiseStatus" + "visible" "1" + "enabled" "1" + "xpos" "10" [$WIN32] + "ypos" "r70" [$WIN32] + "xpos" "50" [$X360] + "ypos" "330" [$X360] + "wide" "500" + "tall" "200" + "TextFont" "Default" [$X360] + } + + CMainTargetID + { + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "285" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "40" + "priority_lodef" "5" + + if_vr + { + "ypos" "370" + "x_offset" "20" + } + } + + CSpectatorTargetID + { + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "250" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "40" + "priority_lodef" "35" + + "x_offset" "20" + "y_offset" "20" + } + + CSecondaryTargetID + { + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "335" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "35" + + if_vr + { + "ypos" "330" + "x_offset" "20" + } + + } + + BuildingStatus_Spy + { + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" [$WIN32] + "ypos" "0" [$WIN32] + "xpos" "32" [$X360] + "ypos" "16" [$X360] + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + BuildingStatus_Engineer + { + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "xpos_hidef" "32" + "xpos_lodef" "40" + "ypos" "0" + "ypos_hidef" "16" + "ypos_lodef" "25" + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + HudMannVsMachineStatus + { + "fieldName" "HudMannVsMachineStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + + "PaintBackgroundType" "2" + } + + HudProgressBar + { + "fieldName" "HudProgressBar" + "xpos" "c-150" + "ypos" "300" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + + "BorderThickness" "1" + + "PaintBackgroundType" "2" + } + + HudRoundTimer + { + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "FlashColor" "HudIcon_Red" + + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" + } + + HudScenarioIcon + { + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "IconColor" "Hostage_Yellow" + } + + HudFlashlight + { + "fieldName" "HudFlashlight" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "370" + "wide" "102" + "tall" "20" + + "text_xpos" "8" + "text_ypos" "6" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + HudDamageIndicator + { + + } + + HudCommentary + { + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + "BackgroundOverrideColor" "0 0 0 128" + + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "count_xpos_from_right" "10" // Counts from the right side + "count_ypos" "8" + + "icon_texture" "vgui/hud/icon_commentary" + "icon_xpos" "0" + "icon_ypos" "0" + "icon_width" "40" + "icon_height" "40" + + "use_script_bgcolor" "1" + } + + HudZoom + { + "fieldName" "HudZoom" + "visible" "1" + "enabled" "1" + "Circle1Radius" "66" + "Circle2Radius" "74" + "DashGap" "16" + "DashHeight" "4" + "BorderThickness" "88" + } + + HudCrosshair + { + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudDeathNotice + { + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r640" [$WIN32] + "ypos" "18" [$WIN32] + "xpos" "r672" [$X360] + "ypos" "35" [$X360] + "wide" "628" + "tall" "468" + + "MaxDeathNotices" "4" + "IconScale" "0.35" + "LineHeight" "16" + "LineSpacing" "4" + "CornerRadius" "3" + "RightJustify" "1" // If 1, draw notices from the right + + "TextFont" "Default" + + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" + "LocalPlayerColor" "HUDBlack" + + "BaseBackgroundColor" "46 43 42 220" [$WIN32] + "LocalBackgroundColor" "245 229 196 200" [$WIN32] + "BaseBackgroundColor" "32 32 32 255" [$X360] + "LocalBackgroundColor" "0 0 0 255" [$X360] + } + + HudVehicle + { + "fieldName" "HudVehicle" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + CVProfPanel + { + "fieldName" "CVProfPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ScorePanel + { + "fieldName" "ScorePanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudTrain + { + "fieldName" "HudTrain" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMOTD + { + "fieldName" "HudMOTD" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMessage + { + "fieldName" "HudMessage" + "visible" "1" + "enabled" "1" + "wide" "f0" + "tall" "480" + } + + HudMenu + { + "fieldName" "HudMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "1" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + HudSpellMenu + { + "fieldName" "HudSpellMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "2" + "xpos" "130" + "ypos" "r61" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + HudCloseCaption + { + "fieldName" "HudCloseCaption" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "276" [$WIN32] + "ypos" "236" [$X360] + "wide" "500" + "tall" "136" [$WIN32] + "tall" "176" [$X360] + + "BgAlpha" "128" + + "GrowTime" "0.25" + "ItemHiddenTime" "0.2" // Nearly same as grow time so that the item doesn't start to show until growth is finished + "ItemFadeInTime" "0.15" // Once ItemHiddenTime is finished, takes this much longer to fade in + "ItemFadeOutTime" "0.3" + "topoffset" "0" + } + + HudHistoryResource + { + "fieldName" "HudHistoryResource" + "visible" "0" + "enabled" "0" + "xpos" "r640" [$WIN32] + "xpos" "r672" [$X360] + "wide" "640" + "tall" "330" + "history_gap" "55" + } + + HudGeiger + { + "fieldName" "HudGeiger" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HUDQuickInfo + { + "fieldName" "HUDQuickInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudWeapon + { + "fieldName" "HudWeapon" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + HudAnimationInfo + { + "fieldName" "HudAnimationInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + CBudgetPanel + { + "fieldName" "CBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + CTextureBudgetPanel + { + "fieldName" "CTextureBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudPredictionDump + { + "fieldName" "HudPredictionDump" + "visible" "1" + "enabled" "1" + "wide" "1280" + "tall" "1024" + } + + + HudLocation + { + "fieldName" "HudLocation" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "112" + "wide" "96" + "tall" "16" + "textAlignment" "north" + } + + HudScope + { + "fieldName" "HudScope" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudScopeCharge + { + "fieldName" "HudScopeCharge" + "visible" "1" + "enabled" "1" + "xpos" "c64" + "ypos" "c-64" + "wide" "64" + "tall" "128" + } + + HudVoiceSelfStatus + { + "fieldName" "HudVoiceSelfStatus" + "visible" "1" + "enabled" "1" + "xpos" "r42" [$WIN32] + "ypos" "355" [$WIN32] + "xpos" "r75" [$X360] + "ypos" "375" [$X360] + "wide" "32" + "tall" "32" + } + + HudVoiceStatus + { + "fieldName" "HudVoiceStatus" + "visible" "1" + "enabled" "1" + "xpos" "r145" [$WIN32] + "ypos" "0" [$WIN32] + "xpos" "r210" [$X360] + "ypos" "0" [$X360] + "wide" "145" + "tall" "400" + + "item_wide" "135" + + "show_avatar" "0" + + "show_dead_icon" "1" + "dead_xpos" "1" + "dead_ypos" "0" + "dead_wide" "16" + "dead_tall" "16" + + "show_voice_icon" "1" + "icon_ypos" "0" + "icon_xpos" "15" + "icon_tall" "16" + "icon_wide" "16" + + "text_xpos" "33" + } + + HudHintDisplay + { + "fieldName" "HudHintDisplay" + "visible" "0" + "enabled" "1" + "xpos" "c-240" + "ypos" "c60" + "wide" "480" + "tall" "100" + "HintSize" "1" + "text_xpos" "8" + "text_ypos" "8" + "center_x" "0" // center text horizontally + "center_y" "-1" // align text on the bottom + } + + HudHintKeyDisplay + { + "fieldName" "HudHintKeyDisplay" + "visible" "0" + "enabled" "1" + "xpos" "r120" + "ypos" "r340" + "wide" "100" + "tall" "200" + "text_xpos" "8" + "text_ypos" "8" + "text_xgap" "8" + "text_ygap" "8" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + overview + { + "fieldname" "overview" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + } + + VguiScreenCursor + { + "fieldName" "VguiScreenCursor" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudControlPointIcons + { + "fieldName" "HudControlPointIcons" + "xpos" "0" + "ypos" "410" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "separator_width" "9" // distance between the icons (including their backgrounds) + "separator_height" "7" + "height_offset" "0" [$WIN32] // distance from the bottom of the panel + "height_offset" "26" [$X360] + } + + HudCapturePanel + { + "fieldName" "HudCapturePanel" + "xpos" "c-75" + "ypos" "c80" + "wide" "150" + "tall" "90" + "visible" "1" + "enabled" "1" + "icon_space" "2" + } + + HUDAutoAim + { + + } + + HudHDRDemo + { + + } + + WinPanel + { + "fieldName" "WinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "215" + "wide" "300" + "tall" "300" + "zpos" "4" + "proportionaltoparent" "1" + } + + ArenaWinPanel + { + "fieldName" "ArenaWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "250" + "wide" "450" + "tall" "218" + } + + PVEWinPanel + { + "fieldName" "PVEWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "255" + "wide" "300" + "tall" "215" + } + + StatPanel + { + "fieldName" "StatPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-133" + "xpos_lodef" "c-190" + "ypos" "270" + "ypos_lodef" "250" + "wide" "266" + "wide_lodef" "400" + "tall" "120" + "tall_lodef" "190" + } + + FreezePanel + { + "fieldName" "FreezePanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + FreezePanelCallout + { + "fieldName" "FreezePanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + AnnotationsPanelCallout + { + "fieldName" "AnnotationsPanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + AnnotationsPanel + { + + } + + WaitingForPlayersPanel + { + "fieldName" "WaitingForPlayersPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-146" + "ypos" "10" + "wide" "292" + "tall" "64" + } + + "HudUpgradePanel" + { + "fieldName" "HudUpgradePanel" + "visible" "0" + "enable" "1" + "xpos" "c-200" + "ypos" "260" + "wide" "400" + "tall" "160" + } + + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "10" [$WIN32] + "xpos" "42" [$X360] + "ypos" "275" + "wide" "320" + "tall" "120" + "PaintBackgroundType" "2" + } + + "HudMenuEngyBuild" + { + "fieldName" "HudMenuEngyBuild" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-55" + "wide" "450" + "tall" "195" + "PaintBackgroundType" "0" + } + + "HudMenuEngyDestroy" + { + "fieldName" "HudMenuEngyDestroy" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-59" + "wide" "450" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudEurekaEffectTeleportMenu" + { + "fieldName" "HudEurekaEffectTeleportMenu" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "c-55" + "wide" "250" + "tall" "195" + "PaintBackgroundType" "0" + } + + "HudMenuSpyDisguise" + { + "fieldName" "HudMenuSpyDisguise" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "ypos_hidef" "c-42" + "ypos_lodef" "c-42" + "wide" "470" + "tall" "200" [$WIN32] + "tall" "180" [$X360] + "PaintBackgroundType" "0" + } + + HudDemomanPipes + { + "fieldName" "HudDemomanPipes" + "visible" "1" + "enabled" "1" + "xpos" "r162" [$WIN32] + "xpos_minmode" "r110" [$WIN32] + "ypos" "r52" [$WIN32] + "ypos_minmode" "r30" [$WIN32] + "xpos" "r194" [$X360] + "ypos" "r74" [$X360] + "wide" "100" + "tall" "50" + } + + HudTeamGoal + { + "fieldName" "HudTeamGoal" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "ypos_lodef" "75" + "wide" "320" + "tall" "100" + } + + + HudTeamGoalTournament + { + "fieldName" "HudTeamGoalTournament" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "15" + "ypos_lodef" "75" + "wide" "320" + "tall" "300" + } + + HudTeamSwitch + { + "fieldName" "HudTeamSwitch" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "ypos_hidef" "90" + "ypos_lodef" "90" + "wide" "320" + "tall" "100" + } + + HudArenaNotification + { + "fieldName" "HudArenaNotification" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "ypos_hidef" "90" + "ypos_lodef" "90" + "wide" "320" + "tall" "150" + } + + HudArenaCapPointCountdown + { + "fieldName" "HudArenaCapPointCountdown" + "visible" "1" + "enabled" "1" + "xpos" "c-15" + "ypos" "442" + "wide" "30" + "tall" "30" + "zpos" "99" + } + + HudStalemate + { + "fieldName" "HudStalemate" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "ypos_lodef" "75" + "wide" "320" + "tall" "100" + } + HudTournament + { + "fieldName" "HudTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "5" + "ypos_lodef" "75" + "zpos" "2" + "wide" "250" + "tall" "80" + } + + HudTournamentSetup + { + "fieldName" "HudTournamentSetup" + "visible" "0" + "enabled" "1" + "xpos" "c-90" + "ypos" "-70" + "ypos_lodef" "75" + "wide" "180" + "tall" "65" + } + + HudStopWatch + { + "fieldName" "HudStopWatch" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "5" + "ypos_minmode" "15" + "ypos_lodef" "75" + "wide" "125" + "tall" "70" + } + + NotificationPanel + { + "fieldName" "NotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-320" + "ypos" "300" + "wide" "640" + "tall" "100" + } + + AchievementNotificationPanel + { + "fieldName" "AchievementNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "180" + "wide" "f10" [$WIN32] + "wide" "f60" [$X360] + "tall" "100" + } + + CriticalPanel [$WIN32] + { + "fieldName" "CriticalPanel" + "visible" "1" + "enabled" "1" + "xpos" "r155" + "ypos" "r75" + "wide" "150" + "tall" "25" + } + + HudArenaClassLayout [$WIN32] + { + "fieldName" "HudArenaClassLayout" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "r320" + "wide" "f0" + "tall" "320" + } + + HudArenaVsPanel [$WIN32] + { + "fieldName" "HudArenaVsPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "240" + "wide" "f0" + "tall" "240" + } + + HudArenaPlayerCount [$WIN32] + { + "fieldName" "HudArenaPlayerCount" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "50" + } + + "HudAchievementTracker" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTracker" + "xpos" "5" + "NormalY" "10" + "EngineerY" "170" + "zpos" "2" + "wide" "280" + "tall" "280" + "visible" "1" + "enabled" "1" + } + + HudTrainingInfoMsg + { + "fieldName" "HudTrainingInfoMsg" + "visible" "0" + "enabled" "1" + "xpos" "10" + "ypos" "50" + "wide" "200" + "tall" "300" + } + + HudTrainingMsg + { + + } + + TrainingComplete + { + + } + + HudInspectPanel + { + "fieldName" "HudInspectPanel" + "visible" "0" + "enabled" "1" + "xpos" "r200" + "ypos" "rs1" + "zpos" "10" + "wide" "190" + "tall" "f0" + } + + HudTFCrosshair + { + "fieldName" "HudTFCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ItemQuickSwitchPanel + { + "fieldName" "ItemQuickSwitchPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "280" + "wide" "250" + "tall" "160" + } + + ReplayReminder + { + "fieldName" "ReplayReminder" + "visible" "0" + "enable" "1" + } + + MainMenuAdditions + { + "fieldName" "MainMenuAdditions" + "visible" "1" + "enabled" "1" + "xpos" "c0" + "ypos" "310" + "zpos" "0" + "wide" "300" + "tall" "100" + } + + CoachedByPanel + { + "fieldName" "CoachedByPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "250" + "tall" "44" + } + + ItemTestHUDPanel + { + "fieldName" "ItemTestHUDPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "150" + "tall" "44" + } + + NotificationQueuePanel + { + "fieldName" "NotificationQueuePanel" + "visible" "0" + "enable" "1" + "xpos" "r155" + "ypos" "r90" + "zpos" "100" + "wide" "200" + "tall" "0" + } + + "CHudVote" + { + "fieldName" "CHudVote" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" // rounded corners + } + + "HudAlert" + { + "fieldName" "HudAlert" + "visible" "0" + "enable" "1" + "xpos" "c-160" + "ypos" "100" + "wide" "320" + "tall" "150" + } + + + "CTFStreakNotice" + { + "fieldName" "CTFStreakNotice" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" // rounded corners + } + + CTFFlagCalloutPanel + { + "fieldName" "CTFFlagCalloutPanel" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "priority" "40" + } + + "HudMenuTauntSelection" + { + "fieldName" "HudMenuTauntSelection" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "ypos_hidef" "c-42" + "ypos_lodef" "c-42" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" + } + + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f5" + "tall" "f0" + "PaintBackgroundType" "0" + } + + HudMiniGame + { + "fieldName" "HudMiniGame" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "QuestNotificationPanel" + { + "fieldName" "QuestNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "MatchMakingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchMakingContainer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudSpectatorExtras + { + "fieldName" "HudSpectatorExtras" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + MatchSummary + { + "fieldName" "MatchSummary" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudMatchStatus + { + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + } + + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "100" + } +} + diff --git a/scripts/layouts/layout_hypnotize.res b/scripts/layouts/layout_hypnotize.res new file mode 100644 index 0000000..c495d60 --- /dev/null +++ b/scripts/layouts/layout_hypnotize.res @@ -0,0 +1,406 @@ +"Resource/HudLayout.res" +{ + HudWeaponAmmo + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + HudKothTimeStatus + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "160" + + "blue_active_xpos" "3" + "blue_active_xpos_minmode" "3" + + "red_active_xpos" "3" + "red_active_xpos_minmode" "3" + } + + HudMedicCharge + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + HudDemomanCharge + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "1" + "wide" "f0" + "wide_minmode" "f0" + "tall" "480" + } + + HudBossHealth + { + "xpos" "cs-0.5" + "wide" "178" + "tall" "22" + } + + CHudAccountPanel + { + "xpos" "cs-0.5" + "ypos" "c80" + "ypos_minmode" "c48" + "wide" "200" + "tall" "30" + } + + CHealthAccountPanel + { + "xpos" "c-149" + "xpos_minmode" "c-105" + "ypos" "r112" + "ypos_minmode" "r167" + "wide" "f0" + "tall" "24" + } + + HudDamageIndicator + { + "MinimumWidth" "15" + "MaximumWidth" "35" + "StartRadius" "80" + "EndRadius" "80" + "MinimumHeight" "30" + "MaximumHeight" "60" + "MinimumTime" "1" + } + + CDamageAccountPanel + { + "xpos" "-5" + "ypos" "-5" + "wide" "f0" + "tall" "480" + } + + DisguiseStatus + { + "xpos" "0" + "ypos" "r26" + "zpos" "10" + "wide" "f0" + "tall" "480" + } + + CMainTargetID + { + "ypos" "240" + "ypos_minmode" "240" + "tall" "50" + "tall_minmode" "50" + } + + CSecondaryTargetID + { + "ypos" "270" + "ypos_minmode" "300" + "tall" "50" + "tall_minmode" "50" + } + + CSpectatorTargetID + { + "ypos" "330" + "tall" "50" + "tall_minmode" "50" + } + + "BuildingAnchor" + { + "ControlName" "Label" + "fieldName" "BuildingAnchor" + "xpos" "-13" + "ypos" "125" + "zpos" "0" + "wide" "100" + "tall" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + } + + BuildingStatus_Spy + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + + "pin_to_sibling" "BuildingAnchor" + } + + BuildingStatus_Engineer + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + + "pin_to_sibling" "BuildingAnchor" + } + + HudDeathNotice + { + "xpos" "r635" + "ypos" "25" + + "MaxDeathNotices" "6" + "IconScale" "0.35" + "LineHeight" "14" + "LineSpacing" "0" + "CornerRadius" "1" + "RightJustify" "1" + + "TextFont" "Size 11" + + "TeamBlue" "Blue" + "TeamRed" "Red" + "IconColor" "255 255 255 255" + "LocalPlayerColor" "0 0 0 255" + + "BaseBackgroundColor" "TransparentLightBlack" + "LocalBackgroundColor" "240 240 240 240" + } + + HudSpellMenu + { + "xpos" "c122" + "ypos" "r30" + "zpos" "2" + "wide" "45" + "tall" "30" + } + + HudCloseCaption + { + "xpos" "c200" + "ypos" "235" + + "BgAlpha" "0" + } + + HudVoiceStatus + { + "show_avatar" "1" + + "avatar_xpos" "-12" + "avatar_ypos" "-1" + "avatar_wide" "17" + "avatar_tall" "17" + + "icon_ypos" "2" + "icon_xpos" "17" + "icon_tall" "12" + "icon_wide" "12" + + "text_xpos" "33" + } + + HudControlPointIcons + { + "separator_width" "3" + "separator_height" "3" + "height_offset" "0" + } + + WinPanel + { + "xpos" "cs-0.5" + "ypos" "r82" + "zpos" "20" + "wide" "175" + "tall" "82" + } + + ArenaWinPanel + { + "xpos" "cs-0.5" + "ypos" "r70" + "zpos" "20" + "wide" "400" + "tall" "70" + } + + "HudAlert" + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudTeamSwitch + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudArenaClassLayout + { + "ypos" "r340" + } + + "HudMenuEngyBuild" + { + "xpos" "0" + "ypos" "c-117" + "zpos" "20" + "wide" "f0" + "tall" "480" + } + + "HudMenuEngyDestroy" + { + "xpos" "0" + "ypos" "c-117" + "zpos" "20" + "wide" "f0" + "tall" "480" + } + + "HudEurekaEffectTeleportMenu" + { + "xpos" "0" + "ypos" "c-117" + "zpos" "20" + "wide" "f0" + "tall" "480" + } + + "HudMenuSpyDisguise" + { + "xpos" "0" + "ypos" "c-90" + "zpos" "20" + "wide" "120" + "tall" "180" + } + + "HudMenuTauntSelection" + { + "xpos" "r86" + "ypos" "c-90" + "zpos" "20" + "wide" "300" + "tall" "300" + } + + HudDemomanPipes + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + HudArenaCapPointCountdown + { + "ypos" "r30" + } + + HudStalemate + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudTournament + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudTournamentSetup + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudStopWatch + { + "xpos" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + "HudAchievementTracker" + { + "xpos" "2" + "NormalY" "30" + "EngineerY" "30" + } + + ItemQuickSwitchPanel + { + "xpos" "r241" + "ypos" "295" + "wide" "246" + "tall" "121" + } + + "QueueHUDStatus" + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "alpha" "255" + } + + //REMOVED STUFF + HudBowCharge + { + "wide" "0" + "wide_minmode" "0" + } + StatPanel + { + "wide" "0" + } + HudArenaNotification + { + "wide" "0" + } + HudTeamGoal + { + "wide" "0" + } + HudTeamGoalTournament + { + "wide" "0" + } + FreezePanelCallout + { + "wide" "0" + } +} \ No newline at end of file diff --git a/scripts/mod_textures.txt b/scripts/mod_textures.txt new file mode 100644 index 0000000..8b11103 --- /dev/null +++ b/scripts/mod_textures.txt @@ -0,0 +1,3498 @@ +"sprites/640_hud" +{ + + TextureFileRefs + { + "dfile" + { + "prefix" "d_" + } + "dnegfile" + { + "prefix" "dneg_" + } + } + + TextureData + { + "whiteAdditive" + { + "file" "vgui/white_additive" + "x" "0" + "y" "0" + "width" "1" + "height" "1" + } + + "plus_sign" + { + "font" "Icons" + "character" "+" + } + + "minus_sign" + { + "font" "Icons" + "character" "-" + } + + "dollar_sign" + { + "font" "Icons" + "character" "$" + } + + "health_icon" + { + "font" "Icons" + "character" "b" + } + + "timer_icon" + { + "font" "Icons" + "character" "e" + } + + "shield_kevlar_bright" + { + "font" "Icons" + "character" "l" + } + + "shield_kevlar" + { + "font" "Icons" + "character" "l" + } + + "shield_bright" + { + "font" "Icons" + "character" "a" + } + + "shield" + { + "font" "Icons" + "character" "a" + } + + "number_0" + { + "font" "Icons" + "character" "0" + } + + "number_1" + { + "font" "Icons" + "character" "1" + } + + "number_2" + { + "font" "Icons" + "character" "2" + } + + "number_3" + { + "font" "Icons" + "character" "3" + } + + "number_4" + { + "font" "Icons" + "character" "4" + } + + "number_5" + { + "font" "Icons" + "character" "5" + } + + "number_6" + { + "font" "Icons" + "character" "6" + } + + "number_7" + { + "font" "Icons" + "character" "7" + } + + "number_8" + { + "font" "Icons" + "character" "8" + } + + "number_9" + { + "font" "Icons" + "character" "9" + } + + "ammo_45" + { + "file" "sprites/640hud1" + "x" "182" + "y" "0" + "width" "26" + "height" "24" + } + + "ammo_357" + { + "file" "sprites/640hud1" + "x" "208" + "y" "0" + "width" "24" + "height" "24" + } + + "ammo_c4" + { + "file" "sprites/640hud1" + "x" "182" + "y" "24" + "width" "26" + "height" "24" + } + + "ammo_57" + { + "file" "sprites/640hud1" + "x" "208" + "y" "24" + "width" "24" + "height" "24" + } + + "ammo_sg" + { + "file" "sprites/640hud1" + "x" "232" + "y" "24" + "width" "24" + "height" "24" + } + + "ammo_12g" + { + "font" "TFTypeDeath" + "character" "J" + } + + "ammo_50" + { + "file" "sprites/640hud1" + "x" "182" + "y" "48" + "width" "26" + "height" "26" + } + + "ammo_9mm" + { + "file" "sprites/640hud1" + "x" "208" + "y" "48" + "width" "24" + "height" "26" + } + + "ammo_762" + { + "file" "sprites/640hud1" + "x" "232" + "y" "48" + "width" "24" + "height" "26" + } + + "ammo_556" + { + "file" "sprites/640hud1" + "x" "157" + "y" "74" + "width" "25" + "height" "24" + } + + "ammo_338" + { + "file" "sprites/640hud1" + "x" "182" + "y" "74" + "width" "26" + "height" "24" + } + + "item_healthkit" + { + "font" "TFTypeDeath" + "character" "F" + } + + "item_armor" + { + "font" "TFTypeDeath" + "character" "E" + } + + "item_grenadepack" + { + "font" "TFTypeDeath" + "character" "h" + } + + "item_ammopack" + { + "font" "TFTypeDeath" + "character" "R" + } + "obj_attachment_sapper" + { + "file" "sprites/bucket_sapper" + "x" "0" + "y" "0" + "width" "200" + "height" "128" + } + "voice_self" + { + "file" "voice/icntlk_local" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "voice_player" + { + "file" "voice/icntlk_sv" + "x" "0" + "y" "0" + "width" "32" + "height" "32" + } + + "skull_tf" + { + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "dfile" "vgui/logos/killfeed icons white/d_images" + "x" "116" + "y" "288" + "width" "52" + "height" "32" + } + "obj_sentrygun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "160" + "width" "64" + "height" "32" + } + "obj_sentrygun2" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "256" + "y" "0" + "width" "96" + "height" "32" + } + "obj_sentrygun3" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "256" + "y" "32" + "width" "96" + "height" "32" + } + "bat" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "0" + "width" "96" + "height" "32" + } + "pistol" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "32" + "width" "96" + "height" "32" + } + "pistol_scout" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "32" + "width" "96" + "height" "32" + } + "nailgun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "64" + "width" "64" + "height" "32" + } + "sniperrifle" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "16" + "y" "96" + "width" "32" + "height" "32" + } + "smg" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "128" + "width" "96" + "height" "32" + } + "club" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "160" + "width" "96" + "height" "32" + } + "shovel" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "192" + "width" "96" + "height" "32" + } + "tf_projectile_rocket" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "224" + "width" "96" + "height" "32" + } + "shotgun_primary" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "256" + "width" "96" + "height" "32" + } + "shotgun_soldier" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "256" + "width" "96" + "height" "32" + } + "shotgun_hwg" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "256" + "width" "96" + "height" "32" + } + "shotgun_pyro" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "256" + "width" "96" + "height" "32" + } + "tf_projectile_pipe" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "288" + "width" "96" + "height" "32" + } + "bottle" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "320" + "width" "96" + "height" "32" + } + "syringegun_medic" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "352" + "width" "96" + "height" "32" + } + "minigun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "384" + "width" "96" + "height" "32" + } + "pipe" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "448" + "width" "96" + "height" "32" + } + "flamethrower" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "416" + "width" "96" + "height" "32" + } + "fists" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "191" + "y" "446" + "width" "64" + "height" "32" + } + "fireaxe" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "480" + "width" "96" + "height" "32" + } + "bonesaw" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "128" + "width" "96" + "height" "32" + } + "knife" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "0" + "width" "96" + "height" "32" + } + "revolver" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "32" + "width" "96" + "height" "32" + } + "flaregun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "64" + "width" "96" + "height" "32" + } + "wrench" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "96" + "width" "96" + "height" "32" + } + "scattergun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "192" + "width" "96" + "height" "32" + } + "tf_projectile_pipe_remote" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "224" + "width" "96" + "height" "32" + } + "vehicle" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "256" + "width" "96" + "height" "32" + } + "skull" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "288" + "width" "96" + "height" "32" + } + "headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "120" + "y" "352" + "width" "42" + "height" "32" + } + "backstab" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "116" + "y" "384" + "width" "48" + "height" "32" + } + "ubersaw" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "416" + "width" "96" + "height" "32" + } + "axtinguisher" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "448" + "width" "96" + "height" "32" + } + "taunt_pyro" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "96" + "y" "480" + "width" "96" + "height" "32" + } + "bluedefend" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "0" + "width" "32" + "height" "32" + } + "bluecapture" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "32" + "width" "32" + "height" "32" + } + "reddefend" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "226" + "y" "0" + "width" "32" + "height" "32" + } + "redcapture" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "226" + "y" "32" + "width" "32" + "height" "32" + } + "obj_attachment_sapper" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "64" + "width" "96" + "height" "32" + } + "deflect_promode" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "64" + "width" "64" + "height" "32" + } + "deflect_sticky" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "96" + "width" "64" + "height" "32" + } + "deflect_rocket" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "128" + "width" "64" + "height" "32" + } + "deflect_flare" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "194" + "y" "160" + "width" "64" + "height" "32" + } + "bat_wood" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "0" + "width" "96" + "height" "32" + } + "ball" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "192" + "width" "64" + "height" "32" + } + "taunt_heavy" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "191" + "y" "479" + "width" "64" + "height" "32" + } + "taunt_scout" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "224" + "width" "64" + "height" "64" + } + "gloves" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "0" + "y" "448" + "width" "96" + "height" "32" + } + "crit" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "409" + "width" "64" + "height" "34" + } + "ambassador" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "67" + "width" "92" + "height" "32" + } + "huntsman" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "98" + "width" "96" + "height" "32" + } + "huntsman_burning" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "190" + "width" "68" + "height" "33" + } + "huntsman_flyingburn" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "223" + "width" "103" + "height" "32" + } + "taunt_spy" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "129" + "width" "92" + "height" "32" + } + "huntsman_headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "289" + "width" "64" + "height" "32" + } + "ambassador_headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "322" + "width" "64" + "height" "32" + } + "taunt_sniper" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "161" + "width" "94" + "height" "27" + } + "saw_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "192" + "y" "359" + "width" "64" + "height" "32" + } + "deflect_arrow" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "360" + "y" "0" + "width" "64" + "height" "30" + } + "firedeath" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "256" + "width" "64" + "height" "32" + } + "pumpkindeath" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "263" + "y" "358" + "width" "96" + "height" "32" + } + "taunt_soldier" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "323" + "y" "446" + "width" "64" + "height" "32" + } + "taunt_demoman" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "323" + "y" "479" + "width" "64" + "height" "32" + } + "sword" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "258" + "y" "464" + "width" "64" + "height" "32" + } + "demoshield" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "258" + "y" "398" + "width" "64" + "height" "32" + } + "pickaxe" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "258" + "y" "431" + "width" "64" + "height" "32" + } + "rocketlauncher_directhit" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "263" + "width" "92" + "height" "32" + } + "sticky_resistance" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "323" + "y" "413" + "width" "64" + "height" "32" + } + "player_sentry" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "388" + "y" "446" + "width" "64" + "height" "32" + } + "battleaxe" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "164" + "width" "64" + "height" "32" + } + "tribalkukri" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "65" + "width" "92" + "height" "32" + } + "sledgehammer" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "98" + "width" "64" + "height" "32" + } + "paintrain" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "131" + "width" "64" + "height" "32" + } + "deflect_huntsman_headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "258" + "y" "289" + "width" "64" + "height" "32" + } + "huntsman_flyingburn_headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "32" + "width" "64" + "height" "32" + } + "taunt_medic" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "197" + "width" "128" + "height" "32" + } + "samrevolver" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "230" + "width" "98" + "height" "32" + } + "natascha" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "297" + "width" "98" + "height" "32" + } + "maxgun" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "330" + "width" "98" + "height" "32" + } + "force_a_nature" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "368" + "y" "363" + "width" "128" + "height" "32" + } + "deflect_huntsman_flyingburn_headshot" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "404" + "y" "396" + "width" "98" + "height" "32" + } + "deflect_huntsman_flyingburn" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "433" + "y" "32" + "width" "64" + "height" "32" + } + "deflect_ball" + { + "dfile" "vgui/logos/killfeed icons white/d_images" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images" + "x" "433" + "y" "131" + "width" "64" + "height" "32" + } + "building_carried_destroyed" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "768" + "width" "96" + "height" "32" + } + "taunt_guitar_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "704" + "width" "96" + "height" "32" + } + "frontier_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "96" + "width" "128" + "height" "32" + } + "wrench_golden" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "736" + "width" "96" + "height" "32" + } + "southern_comfort_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "992" + "width" "64" + "height" "32" + } + "bleed_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "928" + "width" "32" + "height" "32" + } + "wrangler_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "960" + "width" "64" + "height" "32" + } + "robot_arm_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "800" + "width" "96" + "height" "32" + } + "robot_arm_combo_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "832" + "width" "96" + "height" "32" + } + "robot_arm_blender_kill" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "864" + "width" "96" + "height" "32" + } + "degreaser" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "896" + "width" "96" + "height" "32" + } + "powerjack" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "928" + "width" "96" + "height" "32" + } + "eternal_reward" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "960" + "width" "96" + "height" "32" + } + "letranger" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "0" + "y" "992" + "width" "96" + "height" "32" + } + "shortstop" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "896" + "width" "64" + "height" "32" + } + "holymackerel" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "992" + "width" "96" + "height" "32" + } + "headtaker" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "128" + "width" "128" + "height" "32" + } + "fryingpan" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "768" + "width" "96" + "height" "32" + } + "back_scratcher" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "800" + "width" "96" + "height" "32" + } + "boston_basher" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "832" + "width" "96" + "height" "32" + } + "claidheamohmor" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "864" + "width" "96" + "height" "32" + } + "steel_fists" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "896" + "width" "96" + "height" "32" + } + "ullapool_caber_explosion" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "928" + "width" "96" + "height" "32" + } + "ullapool_caber" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "96" + "y" "960" + "width" "96" + "height" "32" + } + "candy_cane" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "768" + "width" "96" + "height" "32" + } + "amputator" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "800" + "width" "96" + "height" "32" + } + "blackbox" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "160" + "width" "128" + "height" "32" + } + "wrench_jag" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "864" + "width" "64" + "height" "32" + } + "warrior_spirit" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "832" + "width" "96" + "height" "32" + } + "loch_n_load" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "736" + "width" "96" + "height" "32" + } + "iron_curtain" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "704" + "width" "96" + "height" "32" + } + "crusaders_crossbow" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "672" + "width" "96" + "height" "32" + } + "battleneedle" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "640" + "width" "96" + "height" "32" + } + "sydney_sleeper" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "192" + "width" "128" + "height" "32" + } + "cow_mangler" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "224" + "width" "128" + "height" "32" + } + "righteous_bison" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "256" + "width" "128" + "height" "32" + } + "bushwacka" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "608" + "width" "96" + "height" "32" + } + "taunt_soldier_lumbricus" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "320" + "y" "864" + "width" "64" + "height" "32" + } + "brass_beast" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "576" + "width" "96" + "height" "32" + } + "gloves_running_urgently" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "544" + "width" "96" + "height" "32" + } + "blutsauger" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "512" + "width" "96" + "height" "32" + } + "sandman" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "480" + "width" "96" + "height" "32" + } + "backburner" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "448" + "width" "96" + "height" "32" + } + "lava_bat" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "0" + "width" "96" + "height" "32" + } + "lava_axe" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "32" + "width" "96" + "height" "32" + } + "obj_minisentry" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "416" + "width" "96" + "height" "32" + } + "kunai" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "64" + "width" "96" + "height" "32" + } + "warfan" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "96" + "width" "64" + "height" "32" + } + "demokatana" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "128" + "width" "96" + "height" "32" + } + "scout_sword" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "192" + "width" "128" + "height" "32" + } + + "obj_status_sentrygun_1" + { + "file" "vgui/logos/build icons/hud_obj_status_sentry_1" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_status_sentrygun_2" + { + "file" "vgui/logos/build icons/hud_obj_status_sentry_2" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_status_sentrygun_3" + { + "file" "vgui/logos/build icons/hud_obj_status_sentry_3" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_status_dispenser" + { + "file" "vgui/logos/build icons/hud_obj_status_dispenser" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_weapon_pickup" + { + "file" "HUD/hud_obj_weapon_pickup" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + + "obj_status_tele_entrance" + { + "file" "vgui/logos/build icons/hud_obj_status_tele_entrance" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + "obj_status_tele_exit" + { + "file" "vgui/logos/build icons/hud_obj_status_tele_exit" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_status_upgrade_1" + { + "file" "vgui/logos/build icons/obj_status_upgrade_1" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "obj_status_upgrade_2" + { + "file" "vgui/logos/build icons/obj_status_upgrade_2" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "obj_status_upgrade_3" + { + "file" "vgui/logos/build icons/obj_status_upgrade_3" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "obj_status_sapper" + { + "file" "vgui/logos/build icons/hud_obj_status_sapper" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "cappoint_progressbar_teardrop" + { + "file" "vgui/progress_bar_pointer" + "x" "0" + "y" "0" + "width" "128" + "height" "155" + } + + "cappoint_progressbar_teardrop_left" + { + "file" "vgui/progress_bar_pointer_left" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "cappoint_progressbar_teardrop_right" + { + "file" "vgui/progress_bar_pointer_right" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "obj_status_background_blue" + { + "file" "HUD/eng_status_area_tele_blue" + "x" "0" + "y" "0" + "width" "243" + "height" "64" + } + + "obj_status_background_red" + { + "file" "HUD/eng_status_area_tele_red" + "x" "0" + "y" "0" + "width" "243" + "height" "64" + } + + "obj_status_background_disabled" + { + "file" "HUD/eng_status_area_tele_disabled" + "x" "0" + "y" "0" + "width" "243" + "height" "64" + } + + "obj_status_background_tall_blue" + { + "file" "HUD/eng_status_area_sentry_blue" + "x" "0" + "y" "0" + "width" "243" + "height" "110" + } + + "obj_status_background_tall_red" + { + "file" "HUD/eng_status_area_sentry_red" + "x" "0" + "y" "0" + "width" "243" + "height" "110" + } + + "obj_status_background_tall_disabled" + { + "file" "HUD/eng_status_area_sentry_disabled" + "x" "0" + "y" "0" + "width" "243" + "height" "110" + } + + "cappoint_progressbar_blocked" + { + "file" "vgui/progress_bar_noCap" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "crosshair_default" + { + "file" "sprites/crosshairs" + "x" "32" + "y" "0" + "width" "32" + "height" "32" + } + + "obj_status_alert_background" + { + "file" "HUD/eng_status_area_tele_alrt" + "x" "0" + "y" "0" + "width" "80" + "height" "64" + } + + "obj_status_alert_background_tall" + { + "file" "HUD/eng_status_area_sentry_alrt" + "x" "0" + "y" "0" + "width" "80" + "height" "110" + } + + "obj_status_alert_background_tall_nocolor" + { + "file" "HUD/eng_status_area_sentry_alrt_nocolor" + "x" "0" + "y" "0" + "width" "80" + "height" "110" + } + + "obj_status_icon_wrench" + { + "file" "HUD/eng_status_alert_ico_wrench" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "obj_status_icon_sapper" + { + "file" "HUD/hud_obj_status_sapper" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "progress_bar_blu" + { + "file" "vgui/progress_bar_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + "progress_bar_red" + { + "file" "vgui/progress_bar_red" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "dispenser_meter_bg_blue" + { + "file" "vgui/dispenser_meter_bg_blue" + "x" "0" + "y" "0" + "width" "256" + "height" "128" + } + + "dispenser_meter_bg_red" + { + "file" "vgui/dispenser_meter_bg_red" + "x" "0" + "y" "0" + "width" "256" + "height" "128" + } + + "leaderboard_dominated" + { + "file" "vgui/logos/killstreaks/whitedom" + "negfile" "vgui/logos/killstreaks/blackdom" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "leaderboard_streak" + { + "file" "vgui/logos/killstreaks/blackks" + "negfile" "vgui/logos/killstreaks/blackks" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "leaderboard_streak_dneg" + { + "file" "vgui/logos/killstreaks/whiteks" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "hud_menu_bg" + { + "file" "hud/eng_build_bg" + "x" "0" + "y" "0" + "width" "32" + "height" "13" + } + + "hud_menu_item_bg" + { + "file" "hud/eng_build_item" + "x" "1" + "y" "1" + "width" "14" + "height" "15" + } + + "hud_menu_item_bg_outline" + { + "file" "hud/eng_sel_item_active" + "x" "1" + "y" "1" + "width" "14" + "height" "15" + } + "hud_menu_item_bg_active" + { + "file" "hud/eng_sel_item_active" + "x" "1" + "y" "1" + "width" "14" + "height" "15" + } + "hud_menu_scout_red" + { + "file" "vgui/class_sel_sm_scout_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_soldier_red" + { + "file" "vgui/class_sel_sm_soldier_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_pyro_red" + { + "file" "vgui/class_sel_sm_pyro_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_demoman_red" + { + "file" "vgui/class_sel_sm_demo_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_heavy_red" + { + "file" "vgui/class_sel_sm_heavy_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_engineer_red" + { + "file" "vgui/class_sel_sm_engineer_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_medic_red" + { + "file" "vgui/class_sel_sm_medic_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_sniper_red" + { + "file" "vgui/class_sel_sm_sniper_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_spy_red" + { + "file" "vgui/class_sel_sm_spy_red" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_scout_blu" + { + "file" "vgui/class_sel_sm_scout_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_soldier_blu" + { + "file" "vgui/class_sel_sm_soldier_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_pyro_blu" + { + "file" "vgui/class_sel_sm_pyro_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_demoman_blu" + { + "file" "vgui/class_sel_sm_demo_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_heavy_blu" + { + "file" "vgui/class_sel_sm_heavy_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_engineer_blu" + { + "file" "vgui/class_sel_sm_engineer_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_medic_blu" + { + "file" "vgui/class_sel_sm_medic_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_sniper_blu" + { + "file" "vgui/class_sel_sm_sniper_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_spy_blu" + { + "file" "vgui/class_sel_sm_spy_blu" + "x" "0" + "y" "0" + "width" "128" + "height" "256" + } + + "hud_menu_sentry_build" + { + "file" "hud/eng_build_sentry_blueprint" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "hud_menu_dispenser_build" + { + "file" "hud/eng_build_dispenser_blueprint" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "hud_menu_tele_entrance_build" + { + "file" "hud/eng_build_tele_entrance_blueprint" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "hud_menu_tele_exit_build" + { + "file" "hud/eng_build_tele_exit_blueprint" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + + + + "ico_metal" + { + "file" "vgui\logos\build icons\metal" + "x" "0" + "y" "0" + "width" "32" + "height" "32" + } + + "ico_demolish" + { + "file" "hud/ico_demolish" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_build" + { + "file" "hud/ico_build" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_key_blank" + { + "file" "hud/ico_key_blank" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_sixty_seconds" + { + "file" "hud/ico_time_60" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_thirty_seconds" + { + "file" "hud/ico_time_30" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_ten_seconds" + { + "file" "hud/ico_time_10" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_team_switch" + { + "file" "hud/ico_teamswitch" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_flag_dropped" + { + "file" "hud/objectives_flagpanel_ico_flag_dropped" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_flag_home" + { + "file" "hud/objectives_flagpanel_ico_flag_home" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_flag_home_alt" + { + "file" "hud/objectives_flagpanel_ico_flag_home_alt" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_flag_moving" + { + "file" "hud/objectives_flagpanel_ico_flag_moving" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_flag_moving_alt" + { + "file" "hud/objectives_flagpanel_ico_flag_moving_alt" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_on_fire" + { + "file" "hud/ico_fire" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + + "ico_notify_golden_wrench" + { + "file" "vgui/logos/killfeed icons white/d_images_v2" + "x" "0" + "y" "736" + "width" "96" + "height" "32" + } + + "ico_ghost" + { + "file" "HUD/ghost_icon" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_kart" + { + "file" "HUD/cart_icon" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_highfive" + { + "file" "hud/highfive" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "the_maul" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "224" + "width" "96" + "height" "32" + } + + "saxxy" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "256" + "width" "96" + "height" "32" + } + + "market_gardener" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "288" + "width" "96" + "height" "32" + } + + "the_winger" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "320" + "width" "96" + "height" "32" + } + + "tomislav" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "352" + "width" "96" + "height" "32" + } + + "soda_popper" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "384" + "width" "96" + "height" "32" + } + + "atomizer" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "416" + "width" "96" + "height" "32" + } + + "bazaar_bargain" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "448" + "width" "96" + "height" "32" + } + + "big_earner" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "480" + "width" "96" + "height" "32" + } + + "detonator" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "512" + "width" "96" + "height" "32" + } + + "eviction_notice" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "544" + "width" "96" + "height" "32" + } + + "family_business" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "576" + "width" "96" + "height" "32" + } + + "liberty_launcher" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "608" + "width" "96" + "height" "32" + } + + "proto_syringe" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "640" + "width" "96" + "height" "32" + } + + "persian_persuader" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "672" + "width" "96" + "height" "32" + } + + "reserve_shooter" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "704" + "width" "96" + "height" "32" + } + + "shahanshah" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "736" + "width" "96" + "height" "32" + } + + "enforcer" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "768" + "width" "96" + "height" "32" + } + + "disciplinary_action" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "800" + "width" "96" + "height" "32" + } + + "splendid_screen" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "832" + "width" "96" + "height" "32" + } + + "mantreads" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "864" + "width" "64" + "height" "32" + } + + "solemn_vow" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "896" + "width" "96" + "height" "32" + } + + "nessieclub" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "928" + "width" "128" + "height" "32" + } + + "mailbox" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "960" + "width" "128" + "height" "32" + } + + "quake_rl" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "992" + "width" "128" + "height" "32" + } + + "diamondback" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "320" + "y" "896" + "width" "64" + "height" "32" + } + + "widowmaker" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "320" + "y" "960" + "width" "64" + "height" "32" + } + + "short_circuit" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "320" + "y" "928" + "width" "64" + "height" "32" + } + "machina" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "288" + "width" "128" + "height" "32" + } + "player_penetration" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "320" + "width" "128" + "height" "32" + } + "headshot_player_penetration" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "256" + "y" "352" + "width" "128" + "height" "32" + } + "nonnonviolent_protest" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "0" + "width" "96" + "height" "32" + } + "scotland_shard" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "32" + "width" "96" + "height" "32" + } + "baleful_beacon" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "64" + "width" "96" + "height" "32" + } + "unarmed_combat" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "96" + "width" "96" + "height" "32" + } + "voodoo_pin" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "128" + "width" "96" + "height" "32" + } + "eyeball_rocket" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "160" + "width" "96" + "height" "32" + } + "purgatory" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "192" + "width" "96" + "height" "32" + } + "apocofists" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "256" + "width" "96" + "height" "32" + } + "sharp_dresser" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "288" + "width" "96" + "height" "32" + } + "sharp_dresser_backstab" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "320" + "width" "96" + "height" "32" + } + "phlogistinator" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "0" + "width" "128" + "height" "32" + } + "manmelter" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "32" + "width" "128" + "height" "32" + } + "thirddegree" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "352" + "width" "96" + "height" "32" + } + "eureka_effect" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "416" + "width" "96" + "height" "32" + } + "pomson" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "64" + "width" "128" + "height" "32" + } + "holiday_punch" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "448" + "width" "96" + "height" "32" + } + "spy_cicle" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "512" + "width" "96" + "height" "32" + } + "wrap_assassin" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "96" + "width" "128" + "height" "32" + } + "black_rose" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "576" + "width" "96" + "height" "32" + } + "lollichop" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "608" + "width" "96" + "height" "32" + } + "scorch_shot" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "640" + "width" "96" + "height" "32" + } + "rainblower" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "672" + "width" "96" + "height" "32" + } + "pro_smg" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "705" + "width" "64" + "height" "31" + } + "pep_pistol" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "737" + "width" "48" + "height" "31" + } + "armageddon" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "769" + "width" "96" + "height" "31" + } + "pro_rifle" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "128" + "width" "128" + "height" "32" + } + "pep_brawlerblaster" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "160" + "width" "128" + "height" "32" + } + "dumpster_device" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "192" + "width" "128" + "height" "32" + } + "long_heatmaker" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "800" + "width" "96" + "height" "31" + } + "annihilator" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "832" + "width" "96" + "height" "31" + } + "guillotine" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "864" + "width" "96" + "height" "31" + } + "recorder" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "896" + "width" "96" + "height" "31" + } + "loose_cannon_impact" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "928" + "width" "96" + "height" "32" + } + "freedom_staff" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "224" + "width" "128" + "height" "32" + } + "merasmus_decap" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "256" + "width" "128" + "height" "32" + } + "merasmus_zap" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "288" + "width" "128" + "height" "32" + } + "merasmus_grenade" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "320" + "width" "128" + "height" "32" + } + "merasmus_player_bomb" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "352" + "width" "128" + "height" "32" + } + "loose_cannon_explosion" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "384" + "width" "128" + "height" "32" + } + "rescue_ranger" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "416" + "width" "128" + "height" "32" + } + "memory_maker" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "0" + "width" "64" + "height" "32" + } + "loose_cannon_reflect" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "32" + "width" "64" + "height" "32" + } + "rescue_ranger_reflect" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "64" + "width" "64" + "height" "32" + } + "ham_shank" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "96" + "width" "64" + "height" "32" + } + "psapper" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "480" + "width" "128" + "height" "32" + } + "spellbook_teleport" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "192" + "width" "64" + "height" "32" + } + "spellbook_skeleton" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "224" + "width" "64" + "height" "32" + } + "spellbook_mirv" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "256" + "width" "64" + "height" "32" + } + "spellbook_meteor" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "288" + "width" "64" + "height" "32" + } + "spellbook_lightning" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "320" + "width" "64" + "height" "32" + } + "spellbook_fireball" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "352" + "width" "64" + "height" "32" + } + "spellbook_boss" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "384" + "width" "64" + "height" "32" + } + "spellbook_blastjump" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "416" + "width" "64" + "height" "32" + } + "spellbook_bats" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "448" + "width" "64" + "height" "32" + } + "spellbook_athletic" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "480" + "width" "64" + "height" "32" + } + "golden_fryingpan" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "0" + "width" "96" + "height" "32" + } + "australium" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "512" + "width" "64" + "height" "32" + } + "eureka_teleport_home" + { + "file" "HUD/eng_eureka_tele_home" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + + "hud_taunt_menu_icon" + { + "file" "hud/ico_reel" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "hud_spy_disguise_menu_icon" + { + "file" "hud/ico_spy" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "hud_taunt_hint" + { + "file" "effects/speech_taunt" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + + "ico_notify_partner_taunt" + { + "file" "effects/speech_taunt_bad" + "x" "0" + "y" "0" + "width" "256" + "height" "256" + } + "the_classic" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "577" + "width" "128" + "height" "32" + } + "tide_turner" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "545" + "width" "64" + "height" "32" + } + "bread_bite" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "577" + "width" "64" + "height" "32" + } + "snack_attack" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "608" + "width" "128" + "height" "32" + } + "back_scatter" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "512" + "width" "128" + "height" "32" + } + "airstrike" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "545" + "width" "128" + "height" "32" + } + "ai_flamethrower" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "640" + "width" "128" + "height" "32" + } + "necro_smasher" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "608" + "width" "64" + "height" "32" + } + "bumper_kart" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "640" + "width" "64" + "height" "32" + } + "eotl_duck" + { + "file" "hud/leaderboard_duck" + "negfile" "HUD/dneg_leaderboard_duck" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "eotl_duck_dneg" + { + "file" "hud/dneg_leaderboard_duck" + "x" "0" + "y" "0" + "width" "64" + "height" "64" + } + "crossing_guard" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "960" + "width" "96" + "height" "32" + } + "iron_bomber" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "672" + "width" "128" + "height" "32" + } + "quickiebomb_launcher" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "704" + "width" "128" + "height" "32" + } + "panic_attack" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "736" + "width" "128" + "height" "32" + } + // Mannpower + "mannpower_agility" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "32" + "width" "35" + "height" "32" + } + "mannpower_vamp" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "64" + "width" "35" + "height" "32" + } + "mannpower_resist" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "96" + "width" "35" + "height" "32" + } + "mannpower_haste" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "128" + "width" "35" + "height" "32" + } + "mannpower_fist" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "160" + "width" "35" + "height" "32" + } + "mannpower_reflect" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "128" + "y" "160" + "width" "40" + "height" "32" + } + "mannpower_precision" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "224" + "width" "35" + "height" "32" + } + "mannpower_strength" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "256" + "width" "35" + "height" "32" + } + "mannpower_regen" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "288" + "width" "35" + "height" "32" + } + "mannpower_king" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "128" + "y" "96" + "width" "40" + "height" "32" + } + "mannpower_plague" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "128" + "y" "32" + "width" "40" + "height" "32" + } + "mannpower_supernova" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "128" + "y" "64" + "width" "40" + "height" "32" + } + // END Mannpower + + // Passtime + "passtime_intercept" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "704" + "width" "96" + "height" "32" + } + "passtime_steal" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "704" + "width" "64" + "height" "32" + } + "passtime_pass" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "736" + "width" "96" + "height" "32" + } + "passtime_score_blue" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "736" + "width" "64" + "height" "64" + } + "passtime_score_red" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "800" + "width" "64" + "height" "64" + } + "passtime_ball" + { + "file" "passtime/hud/passtime_ball" + "x" "0" + "y" "0" + "width" "128" + "height" "128" + } + // END Passtime + "batsaber" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "768" + "width" "128" + "height" "32" + } + "the_capper" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "800" + "width" "128" + "height" "32" + } + "shooting_star" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "832" + "width" "128" + "height" "32" + } + "giger_counter" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "192" + "y" "896" + "width" "64" + "height" "32" + } + "prinny_machete" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "96" + "y" "864" + "width" "96" + "height" "32" + } + + "crocodile" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "864" + "width" "128" + "height" "32" + } + + "dragons_fury" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "0" + "y" "992" + "width" "96" + "height" "32" + } + + "dragons_fury_bonus" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "992" + "width" "128" + "height" "32" + } + + "hot_hand" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "928" + "width" "64" + "height" "32" + } + + "gas_blast" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v3" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v3" + "x" "256" + "y" "960" + "width" "64" + "height" "32" + } + + "rocketpack_stomp" + { + "dfile" "vgui/logos/killfeed icons white/d_images_v2" + "dnegfile" "vgui/logos/killfeed icons black/dneg_images_v2" + "x" "384" + "y" "864" + "width" "64" + "height" "32" + } + } +} diff --git a/scripts/transparent_viewmodels.res b/scripts/transparent_viewmodels.res new file mode 100644 index 0000000..8b8501d --- /dev/null +++ b/scripts/transparent_viewmodels.res @@ -0,0 +1,17 @@ +"Resource/HudLayout.res" +{ + "TransparentViewmodelMask" + { + "ControlName" "ImagePanel" + "fieldName" "TransparentViewmodelMask" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/viewmodels/transparent_viewmodel_refract" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/sound/sound.cache b/sound/sound.cache new file mode 100644 index 0000000..96a982a Binary files /dev/null and b/sound/sound.cache differ