summaryrefslogtreecommitdiff
path: root/resource/ui/econ
diff options
context:
space:
mode:
authorraysfire <[email protected]>2015-07-02 22:57:15 -0500
committerraysfire <[email protected]>2015-07-02 22:57:15 -0500
commit932576bc21f96e8acca16cc8db5164f0c9581086 (patch)
tree6fbab90da426a4f55637631a33eb43808494ae8e /resource/ui/econ
parent5ff0541bb3789e974110d2235fbce4ce3a973f6e (diff)
Updated all item panels in menus to display properly
Diffstat (limited to 'resource/ui/econ')
-rw-r--r--resource/ui/econ/BackpackPanel.res4
-rw-r--r--resource/ui/econ/ItemModelPanel.res45
-rw-r--r--resource/ui/econ/cyclingadcontainer.res106
-rw-r--r--resource/ui/econ/inspectionpanel.res256
4 files changed, 409 insertions, 2 deletions
diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res
index c467f9e..817a217 100644
--- a/resource/ui/econ/BackpackPanel.res
+++ b/resource/ui/econ/BackpackPanel.res
@@ -969,7 +969,7 @@
"end_tall" "115"
"callout_inparents_x" "c240"
"callout_inparents_y" "290"
- "next_explanation" "DeleteExplanation"
+ "next_explanation" "ContextExplanation"
"TitleLabel"
{
@@ -1170,7 +1170,7 @@
}
}
- "DeleteExplanation"
+ "ContextExplanation"
{
"ControlName" "CExplanationPopup"
"fieldName" "DeleteExplanation"
diff --git a/resource/ui/econ/ItemModelPanel.res b/resource/ui/econ/ItemModelPanel.res
index ef50b9c..11bf719 100644
--- a/resource/ui/econ/ItemModelPanel.res
+++ b/resource/ui/econ/ItemModelPanel.res
@@ -1,6 +1,21 @@
"Resource/UI/ItemModelPanel.res"
{
+ "mouseoveritempanel"
+ {
+ "fieldName" "mouseoveritempanel"
+ "collection_wide" "500"
+ "collection_list_xpos" "250"
+ "is_mouseover" "1"
+ "text_xpos_collection" "0"
+ "text_ypos" "15"
+ "text_forcesize" "0"
+ //"model_xpos_collection" "77"
+ //"model_ypos_collection" "20"
+ //"model_wide_collection" "156"
+ //"model_tall_collection" "100"
+ }
+
"LoadingSpinner"
{
"ControlName" "ImagePanel"
@@ -222,6 +237,36 @@
"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"
diff --git a/resource/ui/econ/cyclingadcontainer.res b/resource/ui/econ/cyclingadcontainer.res
new file mode 100644
index 0000000..eb4b5f8
--- /dev/null
+++ b/resource/ui/econ/cyclingadcontainer.res
@@ -0,0 +1,106 @@
+"Resource/UI/econ/CyclingAdContainer.res"
+{
+ "ButtonContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ButtonContainer"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "10"
+ "proportionaltoparent" "1"
+ }
+
+ "PrevButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "PrevButton"
+ "xpos" "-2"
+ "ypos" "cs-0.5"
+ "zpos" "2"
+ "wide" "10"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "<"
+ "bgcolor_override" "0 0 0 220"
+ "fgcolor" "White"
+ "font" "DefaultVerySmall"
+ "textAlignment" "center"
+
+ "proportionaltoparent" "1"
+ "paintbackground" "1"
+ "command" "prev"
+ "actionsignallevel" "2"
+
+ "defaultBgColor_override" "0 0 0 150"
+ "armedBgColor_override" "0 0 0 200"
+ }
+
+ "NextButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "NextButton"
+ "xpos" "r8"
+ "ypos" "cs-0.5"
+ "zpos" "2"
+ "wide" "10"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" ">"
+ "bgcolor_override" "0 0 0 220"
+ "fgcolor" "White"
+ "font" "DefaultVerySmall"
+ "textAlignment" "center"
+
+ "proportionaltoparent" "1"
+ "paintbackground" "1"
+ "command" "next"
+ "actionsignallevel" "2"
+
+ "defaultBgColor_override" "0 0 0 150"
+ "armedBgColor_override" "0 0 0 200"
+ }
+
+ "AdsContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "AdsContainer"
+ "xpos" "cs-0.5"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+ }
+
+ "FadeTransition"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "FadeTransition"
+ "xpos" "cs-0.5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+ "mouseinputenabled" "0"
+
+ "bgcolor_override" "0 0 0 255"
+ }
+
+}
diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res
new file mode 100644
index 0000000..8a9a7fc
--- /dev/null
+++ b/resource/ui/econ/inspectionpanel.res
@@ -0,0 +1,256 @@
+"Resource/UI/econ/QuestEditorPanel.res"
+{
+ "InspectionPanel"
+ {
+ "fieldName" "InspectionPanel"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "200"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "0"
+ "proportionaltoparent" "1"
+ "bgcolor_override" "30 25 25 245"
+ }
+
+ "BGImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BGImage"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "1"
+ "wide" "o1"
+ "tall" "p0.75"
+ "visible" "1"
+ "enabled" "1"
+ "image" "item_carousel_bg"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+ }
+
+ "ModelInspectionPanel"
+ {
+ "fieldName" "ModelInspectionPanel"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "5"
+ "wide" "o1.5"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+
+ "force_use_model" "1"
+ "use_item_rendertarget" "0"
+ "allow_rot" "1"
+ "allow_pitch" "1"
+ "max_pitch" "30"
+ "use_pedestal" "1"
+ "use_particle" "1"
+ "fov" "75"
+
+ "model"
+ {
+ "force_pos" "1"
+
+ "angles_x" "7"
+ "angles_y" "130"
+ "angles_z" "0"
+ "origin_x" "175"
+ "origin_y" "0"
+ "origin_z" "0"
+ "frame_origin_x" "0"
+ "frame_origin_y" "0"
+ "frame_origin_z" "0"
+ "spotlight" "1"
+
+ "modelname" ""
+ }
+
+ "lights"
+ {
+ "default"
+ {
+ "name" "directional"
+ "color" "1 1 1"
+ "direction" "0 0 -1"
+ }
+ "spot light"
+ {
+ "name" "spot"
+ "color" "1 .9 .9"
+ "attenuation" "4.5 0 0"
+ "origin" "0 0 100"
+ "direction" "1 0 -0.5"
+ "inner_cone_angle" "1"
+ "outer_cone_angle" "90"
+ "maxDistance" "1000"
+ "exponent" "25"
+ }
+ "point light"
+ {
+ "name" "point"
+ "color" ".7 .8 1"
+ "attenuation" "15 0 0"
+ "origin" "15 -50 -200"
+ "maxDistance" "1000"
+ }
+ }
+ }
+
+ "CloseButton"
+ {
+ "ControlName" "CExImageButton"
+ "fieldName" "CloseButton"
+ "xpos" "c92"
+ "ypos" "c-98"
+ "zpos" "100"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labeltext" ""
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "default" "0"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "Command" "close"
+ "proportionaltoparent" "1"
+ "actionsignallevel" "2"
+
+ "paintbackground" "0"
+
+ "pin_to_sibling" "MainContainer"
+ "pin_corner_to_sibling" "PIN_BOTTOMLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ "defaultFgColor_override" "46 43 42 255"
+ "armedFgColor_override" "200 80 60 255"
+ "depressedFgColor_override" "46 43 42 255"
+
+ "image_drawcolor" "150 60 45 255"
+ "image_armedcolor" "200 80 60 255"
+ "SubImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "SubImage"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "close_button"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+ }
+ }
+
+ "TeamNavPanel"
+ {
+ "ControlName" "CNavigationPanel"
+ "fieldName" "TeamNavPanel"
+ "xpos" "cs-0.5"
+ "ypos" "c90"
+ "zpos" "100"
+ "wide" "60"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "proportionaltoparent" "1"
+
+ "auto_scale" "1"
+ "auto_layout" "1"
+ "selected_button_default" "0"
+ "auto_layout_vertical_buffer" "-4"
+ "display_vertically" "0"
+ "align" "west"
+
+ "ButtonSettings"
+ {
+ "wide" "19"
+ "tall" "19"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" ""
+ "textAlignment" "south-west"
+ "scaleImage" "1"
+
+ "fgcolor" "TanDark"
+ "defaultFgColor_override" "TanDark"
+ "armedFgColor_override" "TanDark"
+ "depressedFgColor_override" "TanDark"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "sound_armed" "UI/buttonrollover.wav"
+
+ "paintbackground" "0"
+ "paintbackgroundtype" "0"
+ "defaultBgColor_Override" "0 0 0 255"
+
+ "paintborder" "0"
+
+ "image_drawcolor" "255 255 255 77"
+ "image_armedcolor" "255 255 255 128"
+ "image_selectedcolor" "255 255 255 255"
+
+ "stayselectedonclick" "1"
+ "keyboardinputenabled" "0"
+
+ "SubImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "SubImage"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "7"
+ "wide" "19"
+ "tall" "19"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+ }
+
+ "Buttons"
+ {
+ "all"
+ {
+ "userdata" "2"
+ "image_default" "store/store_redteam"
+ "image_armed" "store/store_redteam"
+ "image_selected" "store/store_redteam"
+
+ "SubImage"
+ {
+ "image" "store/store_redteam"
+ }
+ }
+ "scout"
+ {
+ "userdata" "3"
+ "image_default" "store/store_blueteam"
+ "image_armed" "store/store_blueteam"
+ "image_selected" "store/store_blueteam"
+
+ "SubImage"
+ {
+ "image" "store/store_blueteam"
+ }
+ }
+ }
+ }
+} \ No newline at end of file