summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--minmode/resource/ClientScheme.res419
-rw-r--r--minmode/resource/ui/classloadoutpanel.res62
-rw-r--r--minmode/resource/ui/econ/itemmodelpanelcollectionitem.res371
-rw-r--r--resource/ClientScheme.res419
-rw-r--r--resource/ui/classloadoutpanel.res62
-rw-r--r--resource/ui/econ/itemmodelpanelcollectionitem.res371
6 files changed, 1288 insertions, 416 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res
index 3c155e3..5cdee98 100644
--- a/minmode/resource/ClientScheme.res
+++ b/minmode/resource/ClientScheme.res
@@ -78,6 +78,9 @@ Scheme
"StatBar7" "15 85 85 128"
"StatBar8" "15 65 65 128"
"StatBar9" "15 45 45 128"
+
+ //item backdrop color, refers to background color when mousing over items
+ "ItemPanelBG" "50 50 50 255"
//Rainbow Uber Colors
@@ -397,12 +400,12 @@ Scheme
"BuildingHealthBar.Health" "ProgressOffWhite"
"BuildingHealthBar.LowHealth" "LowHealthRed"
- PropertySheet.TextColor "Orange"
- PropertySheet.SelectedTextColor "Orange"
+ PropertySheet.TextColor "White"
+ PropertySheet.SelectedTextColor "White"
PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
RadioButton.TextColor "Base Color"
- RadioButton.SelectedTextColor "TanLight"
+ RadioButton.SelectedTextColor "Orange"
RichText.TextColor "Gray"
RichText.BgColor "Blank"
@@ -419,15 +422,15 @@ Scheme
ScrollBarSlider.FgColor "Gray" // nob color
ScrollBarSlider.BgColor "Blank" // slider background color
- SectionedListPanel.HeaderTextColor "Orange"
+ SectionedListPanel.HeaderTextColor "White"
SectionedListPanel.HeaderBgColor "Blank"
SectionedListPanel.DividerColor "Black"
- SectionedListPanel.TextColor "Orange"
- SectionedListPanel.BrightTextColor "Orange"
+ SectionedListPanel.TextColor "White"
SectionedListPanel.BgColor "TransparentLightBlack"
+ SectionedListPanel.BrightTextColor "White"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Red"
- SectionedListPanel.OutOfFocusSelectedTextColor "Black"
+ SectionedListPanel.OutOfFocusSelectedTextColor "Orange"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"
Slider.NobColor "108 108 108 255"
@@ -446,7 +449,7 @@ Scheme
TextEntry.OutOfFocusSelectedBgColor "Blank"
TextEntry.FocusEdgeColor "Blank"
- ToggleButton.SelectedTextColor "Orange"
+ ToggleButton.SelectedTextColor "White"
Tooltip.TextColor "TransparentBlack"
Tooltip.BgColor "Red"
@@ -1963,6 +1966,28 @@ Scheme
"antialias" "1"
}
}
+ "ImportToolSmallest"
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "10"
+ "weight" "500"
+ "additive" "0"
+ "antialias" "1"
+ }
+ }
+ "SpectatorVerySmall"
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "10"
+ "weight" "400"
+ "additive" "0"
+ "antialias" "1"
+ }
+ }
// Used by scoreboard and spectator UI for names which don't map in the normal fashion
"DefaultVerySmallFallBack"
{
@@ -2036,6 +2061,16 @@ Scheme
"antialias" "1"
}
}
+ ItemFontAttribSmallv2
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "11"
+ "antialias" "1"
+ "weight" "500"
+ }
+ }
"ItemFontAttribSmall"
{
"1"
@@ -4478,11 +4513,13 @@ Scheme
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "loadout_rect"
+ "image" "loadout_rect"
+ //"color" "ItemPanelBG"
+
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
StoreFreeTrialBorder
@@ -4502,7 +4539,9 @@ Scheme
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "loadout_rect"
+ "image" "loadout_rect"
+ //"color" "ItemPanelBG"
+
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
@@ -4595,19 +4634,21 @@ Scheme
"image" "loadout_rect_mouseover"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
LoadoutItemPopupBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "button_holder_central"
+ "image" "backpack_rect_mouseover_color"
+ "color" "ItemPanelBG"
+
"src_corner_height" "32" // pixels inside the image
"src_corner_width" "32"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Collector's ------------------------------------------------------------------------------------------------
@@ -4620,8 +4661,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Collectors
{
@@ -4632,8 +4673,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Collectors
{
@@ -4644,8 +4685,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Collectors
{
@@ -4656,8 +4697,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGrayedOut
@@ -4669,8 +4710,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder
@@ -4681,8 +4722,8 @@ Scheme
"image" "backpack_rect"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder
{
@@ -4691,8 +4732,8 @@ Scheme
"image" "backpack_rect_mouseover"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "69420" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "69420"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemSelectedBorder
{
@@ -4702,8 +4743,8 @@ Scheme
"image" "backpack_rect_selected"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Unique
@@ -4715,8 +4756,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Unique
{
@@ -4727,8 +4768,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_1
{
@@ -4739,8 +4780,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_1
{
@@ -4751,8 +4792,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_2
{
@@ -4763,8 +4804,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_2
{
@@ -4775,8 +4816,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_3
{
@@ -4787,8 +4828,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_3
{
@@ -4799,8 +4840,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_4
{
@@ -4811,8 +4852,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_4
{
@@ -4823,8 +4864,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Haunted
{
@@ -4835,8 +4876,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Haunted
{
@@ -4847,8 +4888,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Haunted
{
@@ -4859,8 +4900,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Haunted
{
@@ -4871,8 +4912,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// PaintkitWeapon ------------------------------------------------------------------------------------------------
@@ -4885,8 +4926,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_PaintkitWeapon
{
@@ -4897,8 +4938,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_PaintkitWeapon
{
@@ -4909,8 +4950,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_PaintkitWeapon
{
@@ -4921,8 +4962,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Collector's ------------------------------------------------------------------------------------------------
@@ -4935,8 +4976,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Collectors
{
@@ -4947,8 +4988,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Collectors
{
@@ -4959,8 +5000,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Collectors
{
@@ -4971,8 +5012,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Vintage
{
@@ -4983,8 +5024,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Vintage
{
@@ -4995,8 +5036,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Vintage
@@ -5008,8 +5049,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Vintage
{
@@ -5020,8 +5061,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Community
@@ -5033,8 +5074,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Community
{
@@ -5045,8 +5086,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Community
{
@@ -5057,8 +5098,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Community
{
@@ -5069,8 +5110,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Developer ------------------------------------------------------------------------------------------------
BackpackItemBorder_Developer
@@ -5082,8 +5123,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Developer
{
@@ -5094,8 +5135,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Developer
{
@@ -5106,8 +5147,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Developer
{
@@ -5118,8 +5159,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// SelfMade ------------------------------------------------------------------------------------------------
BackpackItemBorder_SelfMade
@@ -5131,8 +5172,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_SelfMade
{
@@ -5143,8 +5184,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_SelfMade
{
@@ -5155,8 +5196,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_SelfMade
{
@@ -5167,8 +5208,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Customized ------------------------------------------------------------------------------------------------
@@ -5181,8 +5222,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Customized
{
@@ -5193,8 +5234,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Customized
{
@@ -5205,8 +5246,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Customized
{
@@ -5217,8 +5258,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Strange ------------------------------------------------------------------------------------------------
BackpackItemBorder_Strange
@@ -5230,8 +5271,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Strange
{
@@ -5242,8 +5283,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Strange
{
@@ -5254,8 +5295,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Strange
{
@@ -5266,8 +5307,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Completed ------------------------------------------------------------------------------------------------
BackpackItemBorder_Completed
@@ -5279,8 +5320,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Completed
{
@@ -5291,8 +5332,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Completed
{
@@ -5303,8 +5344,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Completed
{
@@ -5315,8 +5356,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************************************
// Rarity Default
@@ -5329,8 +5370,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityDefault
{
@@ -5341,8 +5382,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityDefault
{
@@ -5353,8 +5394,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityDefault
{
@@ -5365,8 +5406,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************
BackpackItemBorder_RarityCommon
@@ -5378,8 +5419,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityCommon
{
@@ -5390,8 +5431,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityCommon
{
@@ -5402,8 +5443,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityCommon
{
@@ -5414,8 +5455,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//
BackpackItemBorder_RarityUncommon
@@ -5427,8 +5468,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityUncommon
{
@@ -5439,8 +5480,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityUncommon
{
@@ -5451,8 +5492,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityUncommon
{
@@ -5463,8 +5504,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//**************
BackpackItemBorder_RarityRare
@@ -5476,8 +5517,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityRare
{
@@ -5488,8 +5529,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityRare
{
@@ -5500,8 +5541,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityRare
{
@@ -5512,8 +5553,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//******************
BackpackItemBorder_RarityMythical
@@ -5525,8 +5566,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityMythical
{
@@ -5537,8 +5578,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityMythical
{
@@ -5549,8 +5590,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityMythical
{
@@ -5561,8 +5602,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************
BackpackItemBorder_RarityLegendary
@@ -5574,8 +5615,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityLegendary
{
@@ -5586,8 +5627,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityLegendary
{
@@ -5598,8 +5639,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityLegendary
{
@@ -5610,8 +5651,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//*********************************************
BackpackItemBorder_RarityAncient
@@ -5623,8 +5664,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityAncient
{
@@ -5635,8 +5676,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityAncient
{
@@ -5647,8 +5688,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityAncient
{
@@ -5659,8 +5700,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
StoreItemBorder
{
diff --git a/minmode/resource/ui/classloadoutpanel.res b/minmode/resource/ui/classloadoutpanel.res
index a7d5d21..cc7e956 100644
--- a/minmode/resource/ui/classloadoutpanel.res
+++ b/minmode/resource/ui/classloadoutpanel.res
@@ -73,8 +73,8 @@
"xpos" "0"
"ypos" "0"
"zpos" "1"
- "wide" "8"
- "tall" "70"
+ "wide" "12"
+ "tall" "16"
"autoResize" "0"
"visible" "0"
"enabled" "1"
@@ -282,23 +282,41 @@
"resize_to_text" "1"
"padding_height" "15"
- "attriblabel"
- {
- "font" "ItemFontAttribLarge"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "140"
- "tall" "60"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%attriblist%"
- "textAlignment" "center"
- "fgcolor" "117 107 94 255"
- "centerwrap" "1"
- }
+ "BackColor"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BackColor"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "pinCorner" "0"
+ "autoResize" "0"
+ "PaintBackgroundType""1"
+ "border" "NoBorder"
+ "bgcolor_override" "35 35 35 255"
+
+ "attriblabel"
+ {
+ "font" "ItemFontAttribLarge"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "101"
+ "wide" "140"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "center"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "1"
+ }
+ }
}
"PassiveAttribsLabel"
@@ -560,6 +578,9 @@
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
+ "image_drawcolor" "TanLight"
+ "image_armedcolor" "Button Color"
+
"SubImage"
{
"ControlName" "ImagePanel"
@@ -597,6 +618,9 @@
"Command" "tauntloadout"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
+
+ "image_drawcolor" "TanLight"
+ "image_armedcolor" "Button Color"
"SubImage"
{
diff --git a/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res b/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res
new file mode 100644
index 0000000..b02adb3
--- /dev/null
+++ b/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res
@@ -0,0 +1,371 @@
+"Resource/UI/ItemModelPanelCollectionItem.res"
+{
+ "mouseoveritempanel"
+ {
+ "fieldName" "mouseoveritempanel"
+ "collection_wide" "360"
+ "collection_list_xpos" "200"
+ "is_mouseover" "1"
+ "text_xpos_collection" "15"
+ "text_ypos" "15"
+ "model_xpos" "3"
+ "model_ypos" "3"
+ "model_wide" "195"
+ "model_tall" "130"
+ "text_forcesize" "2"
+ }
+
+ "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" "35 35 35 255"
+
+ "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"
+ "proportionaltoparent" "1"
+
+ "inset_eq_x" "2"
+ "inset_eq_y" "2"
+
+ "disable_manipulation" "1"
+
+ "force_use_model" "1"
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ "use_pedestal" "1"
+ "use_particle" "1"
+ "fov" "75"
+
+ "model_rotate_yaw_speed" "50"
+
+ "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" ""
+ }
+ }
+
+ "namelabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "namelabel"
+ "font" "ItemFontNameLarge"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%itemname%"
+ "textAlignment" "west"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "1"
+ }
+
+ "attriblabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "attriblabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "west"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "0"
+ }
+
+ "collectionnamelabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "collectionnamelabel"
+ "font" "ItemFontNameLarge"
+ "xpos" "100"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%collectionname%"
+ "textAlignment" "west"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "0"
+ }
+
+ "collectionlistlabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "collectionlistlabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "100"
+ "ypos" "60"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%collectionlist%"
+ "textAlignment" "west"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "0"
+ }
+
+ "collectionhighlight"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "collectionhighlight"
+ "xpos" "208"
+ "ypos" "42"
+ "zpos" "1"
+ "wide" "145"
+ "tall" "9"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "215 206 182 255"
+ }
+
+ "equippedlabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "equippedlabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "37"
+ "ypos" "28"
+ "zpos" "2"
+ "wide" "35"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#ItemPanelEquipped"
+ "textAlignment" "center"
+ "fgcolor" "200 80 60 255"
+ "bgcolor_override" "0 0 0 255"
+ "PaintBackgroundType" "2"
+ }
+
+ "paint_icon"
+ {
+ "ControlName" "CItemMaterialCustomizationIconPanel"
+ "fieldName" "paint_icon"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+
+ }
+
+ "quantitylabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "quantitylabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "wide" "10"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "center"
+ "fgcolor" "200 80 60 255"
+ "bgcolor_override" "0 0 0 255"
+ "PaintBackgroundType" "2"
+ }
+
+ "serieslabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "serieslabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "wide" "14"
+ "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" "2"
+ }
+
+ "matcheslabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "matcheslabel"
+ "font" "ItemFontAttribSmall"
+ "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" "2"
+ }
+
+ "vision_restriction_icon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "vision_restriction_icon"
+ "xpos" "4"
+ "ypos" "4"
+ "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" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+ "is_unusual_icon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "is_unusual_icon"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+
+ "contained_item_panel"
+ {
+ "ControlName" "CItemModelPanel"
+ "xpos" "32"
+ "ypos" "20"
+ "zpos" "4"
+ "wide" "18"
+ "tall" "18"
+ "visible" "0"
+ "bgcolor_override" "0 0 0 200"
+ "noitem_textcolor" "117 107 94 255"
+ "PaintBackgroundType" "2"
+ "paintborder" "0"
+ "useparentbg" "0"
+
+ "enabled" "1"
+
+ "model_xpos" "1"
+ "model_ypos" "1"
+ "model_wide" "16"
+ "model_tall" "16"
+ "text_ypos" "60"
+ "text_center" "1"
+ "model_only" "1"
+
+ "inset_eq_x" "2"
+ "inset_eq_y" "2"
+
+ "itemmodelpanel"
+ {
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ }
+
+ "use_item_sounds" "1"
+ }
+ }
+}
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res
index 3c155e3..5cdee98 100644
--- a/resource/ClientScheme.res
+++ b/resource/ClientScheme.res
@@ -78,6 +78,9 @@ Scheme
"StatBar7" "15 85 85 128"
"StatBar8" "15 65 65 128"
"StatBar9" "15 45 45 128"
+
+ //item backdrop color, refers to background color when mousing over items
+ "ItemPanelBG" "50 50 50 255"
//Rainbow Uber Colors
@@ -397,12 +400,12 @@ Scheme
"BuildingHealthBar.Health" "ProgressOffWhite"
"BuildingHealthBar.LowHealth" "LowHealthRed"
- PropertySheet.TextColor "Orange"
- PropertySheet.SelectedTextColor "Orange"
+ PropertySheet.TextColor "White"
+ PropertySheet.SelectedTextColor "White"
PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
RadioButton.TextColor "Base Color"
- RadioButton.SelectedTextColor "TanLight"
+ RadioButton.SelectedTextColor "Orange"
RichText.TextColor "Gray"
RichText.BgColor "Blank"
@@ -419,15 +422,15 @@ Scheme
ScrollBarSlider.FgColor "Gray" // nob color
ScrollBarSlider.BgColor "Blank" // slider background color
- SectionedListPanel.HeaderTextColor "Orange"
+ SectionedListPanel.HeaderTextColor "White"
SectionedListPanel.HeaderBgColor "Blank"
SectionedListPanel.DividerColor "Black"
- SectionedListPanel.TextColor "Orange"
- SectionedListPanel.BrightTextColor "Orange"
+ SectionedListPanel.TextColor "White"
SectionedListPanel.BgColor "TransparentLightBlack"
+ SectionedListPanel.BrightTextColor "White"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Red"
- SectionedListPanel.OutOfFocusSelectedTextColor "Black"
+ SectionedListPanel.OutOfFocusSelectedTextColor "Orange"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"
Slider.NobColor "108 108 108 255"
@@ -446,7 +449,7 @@ Scheme
TextEntry.OutOfFocusSelectedBgColor "Blank"
TextEntry.FocusEdgeColor "Blank"
- ToggleButton.SelectedTextColor "Orange"
+ ToggleButton.SelectedTextColor "White"
Tooltip.TextColor "TransparentBlack"
Tooltip.BgColor "Red"
@@ -1963,6 +1966,28 @@ Scheme
"antialias" "1"
}
}
+ "ImportToolSmallest"
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "10"
+ "weight" "500"
+ "additive" "0"
+ "antialias" "1"
+ }
+ }
+ "SpectatorVerySmall"
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "10"
+ "weight" "400"
+ "additive" "0"
+ "antialias" "1"
+ }
+ }
// Used by scoreboard and spectator UI for names which don't map in the normal fashion
"DefaultVerySmallFallBack"
{
@@ -2036,6 +2061,16 @@ Scheme
"antialias" "1"
}
}
+ ItemFontAttribSmallv2
+ {
+ "1"
+ {
+ "name" "Cerbetica_edited"
+ "tall" "11"
+ "antialias" "1"
+ "weight" "500"
+ }
+ }
"ItemFontAttribSmall"
{
"1"
@@ -4478,11 +4513,13 @@ Scheme
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "loadout_rect"
+ "image" "loadout_rect"
+ //"color" "ItemPanelBG"
+
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
StoreFreeTrialBorder
@@ -4502,7 +4539,9 @@ Scheme
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "loadout_rect"
+ "image" "loadout_rect"
+ //"color" "ItemPanelBG"
+
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
@@ -4595,19 +4634,21 @@ Scheme
"image" "loadout_rect_mouseover"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
LoadoutItemPopupBorder
{
"bordertype" "scalable_image"
"backgroundtype" "2"
- "image" "button_holder_central"
+ "image" "backpack_rect_mouseover_color"
+ "color" "ItemPanelBG"
+
"src_corner_height" "32" // pixels inside the image
"src_corner_width" "32"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Collector's ------------------------------------------------------------------------------------------------
@@ -4620,8 +4661,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Collectors
{
@@ -4632,8 +4673,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Collectors
{
@@ -4644,8 +4685,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Collectors
{
@@ -4656,8 +4697,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGrayedOut
@@ -4669,8 +4710,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder
@@ -4681,8 +4722,8 @@ Scheme
"image" "backpack_rect"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder
{
@@ -4691,8 +4732,8 @@ Scheme
"image" "backpack_rect_mouseover"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "69420" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "69420"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemSelectedBorder
{
@@ -4702,8 +4743,8 @@ Scheme
"image" "backpack_rect_selected"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Unique
@@ -4715,8 +4756,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Unique
{
@@ -4727,8 +4768,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_1
{
@@ -4739,8 +4780,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_1
{
@@ -4751,8 +4792,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_2
{
@@ -4763,8 +4804,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_2
{
@@ -4775,8 +4816,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_3
{
@@ -4787,8 +4828,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_3
{
@@ -4799,8 +4840,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_4
{
@@ -4811,8 +4852,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_4
{
@@ -4823,8 +4864,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Haunted
{
@@ -4835,8 +4876,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Haunted
{
@@ -4847,8 +4888,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Haunted
{
@@ -4859,8 +4900,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Haunted
{
@@ -4871,8 +4912,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// PaintkitWeapon ------------------------------------------------------------------------------------------------
@@ -4885,8 +4926,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_PaintkitWeapon
{
@@ -4897,8 +4938,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_PaintkitWeapon
{
@@ -4909,8 +4950,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_PaintkitWeapon
{
@@ -4921,8 +4962,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Collector's ------------------------------------------------------------------------------------------------
@@ -4935,8 +4976,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Collectors
{
@@ -4947,8 +4988,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Collectors
{
@@ -4959,8 +5000,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Collectors
{
@@ -4971,8 +5012,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Vintage
{
@@ -4983,8 +5024,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Vintage
{
@@ -4995,8 +5036,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Vintage
@@ -5008,8 +5049,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Vintage
{
@@ -5020,8 +5061,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemBorder_Community
@@ -5033,8 +5074,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Community
{
@@ -5045,8 +5086,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Community
{
@@ -5057,8 +5098,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Community
{
@@ -5069,8 +5110,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Developer ------------------------------------------------------------------------------------------------
BackpackItemBorder_Developer
@@ -5082,8 +5123,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Developer
{
@@ -5094,8 +5135,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Developer
{
@@ -5106,8 +5147,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Developer
{
@@ -5118,8 +5159,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// SelfMade ------------------------------------------------------------------------------------------------
BackpackItemBorder_SelfMade
@@ -5131,8 +5172,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_SelfMade
{
@@ -5143,8 +5184,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_SelfMade
{
@@ -5155,8 +5196,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_SelfMade
{
@@ -5167,8 +5208,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Customized ------------------------------------------------------------------------------------------------
@@ -5181,8 +5222,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Customized
{
@@ -5193,8 +5234,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Customized
{
@@ -5205,8 +5246,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Customized
{
@@ -5217,8 +5258,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Strange ------------------------------------------------------------------------------------------------
BackpackItemBorder_Strange
@@ -5230,8 +5271,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Strange
{
@@ -5242,8 +5283,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Strange
{
@@ -5254,8 +5295,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Strange
{
@@ -5266,8 +5307,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// Completed ------------------------------------------------------------------------------------------------
BackpackItemBorder_Completed
@@ -5279,8 +5320,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_Completed
{
@@ -5291,8 +5332,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_Completed
{
@@ -5303,8 +5344,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_Completed
{
@@ -5315,8 +5356,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************************************
// Rarity Default
@@ -5329,8 +5370,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityDefault
{
@@ -5341,8 +5382,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityDefault
{
@@ -5353,8 +5394,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityDefault
{
@@ -5365,8 +5406,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************
BackpackItemBorder_RarityCommon
@@ -5378,8 +5419,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityCommon
{
@@ -5390,8 +5431,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityCommon
{
@@ -5402,8 +5443,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityCommon
{
@@ -5414,8 +5455,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//
BackpackItemBorder_RarityUncommon
@@ -5427,8 +5468,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityUncommon
{
@@ -5439,8 +5480,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityUncommon
{
@@ -5451,8 +5492,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityUncommon
{
@@ -5463,8 +5504,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//**************
BackpackItemBorder_RarityRare
@@ -5476,8 +5517,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityRare
{
@@ -5488,8 +5529,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityRare
{
@@ -5500,8 +5541,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityRare
{
@@ -5512,8 +5553,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//******************
BackpackItemBorder_RarityMythical
@@ -5525,8 +5566,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityMythical
{
@@ -5537,8 +5578,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityMythical
{
@@ -5549,8 +5590,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityMythical
{
@@ -5561,8 +5602,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
// ***************************************************
BackpackItemBorder_RarityLegendary
@@ -5574,8 +5615,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityLegendary
{
@@ -5586,8 +5627,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityLegendary
{
@@ -5598,8 +5639,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityLegendary
{
@@ -5610,8 +5651,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
//*********************************************
BackpackItemBorder_RarityAncient
@@ -5623,8 +5664,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemMouseOverBorder_RarityAncient
{
@@ -5635,8 +5676,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutBorder_RarityAncient
{
@@ -5647,8 +5688,8 @@ Scheme
"image" "backpack_rect_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
BackpackItemGreyedOutSelectedBorder_RarityAncient
{
@@ -5659,8 +5700,8 @@ Scheme
"image" "backpack_rect_mouseover_color"
"src_corner_height" "24" // pixels inside the image
"src_corner_width" "24"
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
+ "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "2"
}
StoreItemBorder
{
diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res
index a7d5d21..cc7e956 100644
--- a/resource/ui/classloadoutpanel.res
+++ b/resource/ui/classloadoutpanel.res
@@ -73,8 +73,8 @@
"xpos" "0"
"ypos" "0"
"zpos" "1"
- "wide" "8"
- "tall" "70"
+ "wide" "12"
+ "tall" "16"
"autoResize" "0"
"visible" "0"
"enabled" "1"
@@ -282,23 +282,41 @@
"resize_to_text" "1"
"padding_height" "15"
- "attriblabel"
- {
- "font" "ItemFontAttribLarge"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "140"
- "tall" "60"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%attriblist%"
- "textAlignment" "center"
- "fgcolor" "117 107 94 255"
- "centerwrap" "1"
- }
+ "BackColor"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BackColor"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "pinCorner" "0"
+ "autoResize" "0"
+ "PaintBackgroundType""1"
+ "border" "NoBorder"
+ "bgcolor_override" "35 35 35 255"
+
+ "attriblabel"
+ {
+ "font" "ItemFontAttribLarge"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "101"
+ "wide" "140"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "center"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "1"
+ }
+ }
}
"PassiveAttribsLabel"
@@ -560,6 +578,9 @@
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
+ "image_drawcolor" "TanLight"
+ "image_armedcolor" "Button Color"
+
"SubImage"
{
"ControlName" "ImagePanel"
@@ -597,6 +618,9 @@
"Command" "tauntloadout"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
+
+ "image_drawcolor" "TanLight"
+ "image_armedcolor" "Button Color"
"SubImage"
{
diff --git a/resource/ui/econ/itemmodelpanelcollectionitem.res b/resource/ui/econ/itemmodelpanelcollectionitem.res
new file mode 100644
index 0000000..b02adb3
--- /dev/null
+++ b/resource/ui/econ/itemmodelpanelcollectionitem.res
@@ -0,0 +1,371 @@
+"Resource/UI/ItemModelPanelCollectionItem.res"
+{
+ "mouseoveritempanel"
+ {
+ "fieldName" "mouseoveritempanel"
+ "collection_wide" "360"
+ "collection_list_xpos" "200"
+ "is_mouseover" "1"
+ "text_xpos_collection" "15"
+ "text_ypos" "15"
+ "model_xpos" "3"
+ "model_ypos" "3"
+ "model_wide" "195"
+ "model_tall" "130"
+ "text_forcesize" "2"
+ }
+
+ "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" "35 35 35 255"
+
+ "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"
+ "proportionaltoparent" "1"
+
+ "inset_eq_x" "2"
+ "inset_eq_y" "2"
+
+ "disable_manipulation" "1"
+
+ "force_use_model" "1"
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ "use_pedestal" "1"
+ "use_particle" "1"
+ "fov" "75"
+
+ "model_rotate_yaw_speed" "50"
+
+ "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" ""
+ }
+ }
+
+ "namelabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "namelabel"
+ "font" "ItemFontNameLarge"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%itemname%"
+ "textAlignment" "west"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "1"
+ }
+
+ "attriblabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "attriblabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "west"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "0"
+ }
+
+ "collectionnamelabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "collectionnamelabel"
+ "font" "ItemFontNameLarge"
+ "xpos" "100"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%collectionname%"
+ "textAlignment" "west"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "0"
+ }
+
+ "collectionlistlabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "collectionlistlabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "100"
+ "ypos" "60"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%collectionlist%"
+ "textAlignment" "west"
+ "fgcolor" "117 107 94 255"
+ "centerwrap" "0"
+ }
+
+ "collectionhighlight"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "collectionhighlight"
+ "xpos" "208"
+ "ypos" "42"
+ "zpos" "1"
+ "wide" "145"
+ "tall" "9"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "215 206 182 255"
+ }
+
+ "equippedlabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "equippedlabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "37"
+ "ypos" "28"
+ "zpos" "2"
+ "wide" "35"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#ItemPanelEquipped"
+ "textAlignment" "center"
+ "fgcolor" "200 80 60 255"
+ "bgcolor_override" "0 0 0 255"
+ "PaintBackgroundType" "2"
+ }
+
+ "paint_icon"
+ {
+ "ControlName" "CItemMaterialCustomizationIconPanel"
+ "fieldName" "paint_icon"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+
+ }
+
+ "quantitylabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "quantitylabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "wide" "10"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "center"
+ "fgcolor" "200 80 60 255"
+ "bgcolor_override" "0 0 0 255"
+ "PaintBackgroundType" "2"
+ }
+
+ "serieslabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "serieslabel"
+ "font" "ItemFontAttribSmall"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "wide" "14"
+ "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" "2"
+ }
+
+ "matcheslabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "matcheslabel"
+ "font" "ItemFontAttribSmall"
+ "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" "2"
+ }
+
+ "vision_restriction_icon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "vision_restriction_icon"
+ "xpos" "4"
+ "ypos" "4"
+ "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" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+ "is_unusual_icon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "is_unusual_icon"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "2"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "wide" "16"
+ "tall" "16"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+
+ "contained_item_panel"
+ {
+ "ControlName" "CItemModelPanel"
+ "xpos" "32"
+ "ypos" "20"
+ "zpos" "4"
+ "wide" "18"
+ "tall" "18"
+ "visible" "0"
+ "bgcolor_override" "0 0 0 200"
+ "noitem_textcolor" "117 107 94 255"
+ "PaintBackgroundType" "2"
+ "paintborder" "0"
+ "useparentbg" "0"
+
+ "enabled" "1"
+
+ "model_xpos" "1"
+ "model_ypos" "1"
+ "model_wide" "16"
+ "model_tall" "16"
+ "text_ypos" "60"
+ "text_center" "1"
+ "model_only" "1"
+
+ "inset_eq_x" "2"
+ "inset_eq_y" "2"
+
+ "itemmodelpanel"
+ {
+ "use_item_rendertarget" "0"
+ "allow_rot" "0"
+ }
+
+ "use_item_sounds" "1"
+ }
+ }
+}