diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dd5d793 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.res linguist-language=vdf +**/*.res linguist-detectable=true \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4d36a0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ShrekHUD + +Full album [HERE](https://imgur.com/a/kg9i6OU) + +![](https://i.imgur.com/YW1kuPF.jpg) +![](https://i.imgur.com/N03mo0g.gif) +![](https://i.imgur.com/OIGw5oT.jpg) +![](https://i.imgur.com/2ORqhyh.jpg) +![](https://i.imgur.com/7s4UcDC.jpg) +![](https://i.imgur.com/gnXP3rb.jpg) \ No newline at end of file diff --git a/info.vdf b/info.vdf new file mode 100644 index 0000000..ea5d92a --- /dev/null +++ b/info.vdf @@ -0,0 +1 @@ +"BEST HUD EVER" { "ui_version" "3" } \ No newline at end of file diff --git a/materials/console/background_upward.vtf b/materials/console/background_upward.vtf new file mode 100644 index 0000000..bf64727 Binary files /dev/null and b/materials/console/background_upward.vtf differ diff --git a/materials/console/background_upward_widescreen.vtf b/materials/console/background_upward_widescreen.vtf new file mode 100644 index 0000000..bf64727 Binary files /dev/null and b/materials/console/background_upward_widescreen.vtf differ diff --git a/materials/hud/cart_blue.vmt b/materials/hud/cart_blue.vmt new file mode 100644 index 0000000..3df49e4 --- /dev/null +++ b/materials/hud/cart_blue.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" +} \ No newline at end of file diff --git a/materials/hud/cart_blue_bottom.vmt b/materials/hud/cart_blue_bottom.vmt new file mode 100644 index 0000000..0812932 --- /dev/null +++ b/materials/hud/cart_blue_bottom.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/hud/cart_home_blue.vmt b/materials/hud/cart_home_blue.vmt new file mode 100644 index 0000000..3c654af --- /dev/null +++ b/materials/hud/cart_home_blue.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_blue" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_home_blue_opaque.vmt b/materials/hud/cart_home_blue_opaque.vmt new file mode 100644 index 0000000..3c654af --- /dev/null +++ b/materials/hud/cart_home_blue_opaque.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_blue" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_home_blue_square.vmt b/materials/hud/cart_home_blue_square.vmt new file mode 100644 index 0000000..3c654af --- /dev/null +++ b/materials/hud/cart_home_blue_square.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_blue" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_home_red.vmt b/materials/hud/cart_home_red.vmt new file mode 100644 index 0000000..bccd2d5 --- /dev/null +++ b/materials/hud/cart_home_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_home_red_opaque.vmt b/materials/hud/cart_home_red_opaque.vmt new file mode 100644 index 0000000..bccd2d5 --- /dev/null +++ b/materials/hud/cart_home_red_opaque.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_home_red_square.vmt b/materials/hud/cart_home_red_square.vmt new file mode 100644 index 0000000..bccd2d5 --- /dev/null +++ b/materials/hud/cart_home_red_square.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/hud/cart_neutral.vmt b/materials/hud/cart_neutral.vmt new file mode 100644 index 0000000..0f9d9f6 --- /dev/null +++ b/materials/hud/cart_neutral.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "0.8" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{155 160 165}" +} \ No newline at end of file diff --git a/materials/hud/cart_neutral_bottom.vmt b/materials/hud/cart_neutral_bottom.vmt new file mode 100644 index 0000000..fca9a1c --- /dev/null +++ b/materials/hud/cart_neutral_bottom.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "0.8" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{155 160 165}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/hud/cart_point_blue.vmt b/materials/hud/cart_point_blue.vmt new file mode 100644 index 0000000..ce44d15 --- /dev/null +++ b/materials/hud/cart_point_blue.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{120 175 210}" +} \ No newline at end of file diff --git a/materials/hud/cart_point_blue_opaque.vmt b/materials/hud/cart_point_blue_opaque.vmt new file mode 100644 index 0000000..ce44d15 --- /dev/null +++ b/materials/hud/cart_point_blue_opaque.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{120 175 210}" +} \ No newline at end of file diff --git a/materials/hud/cart_point_neutral.vmt b/materials/hud/cart_point_neutral.vmt new file mode 100644 index 0000000..1cb833d --- /dev/null +++ b/materials/hud/cart_point_neutral.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{155 160 165}" +} \ No newline at end of file diff --git a/materials/hud/cart_point_neutral_opaque.vmt b/materials/hud/cart_point_neutral_opaque.vmt new file mode 100644 index 0000000..1cb833d --- /dev/null +++ b/materials/hud/cart_point_neutral_opaque.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{155 160 165}" +} \ No newline at end of file diff --git a/materials/hud/cart_point_red.vmt b/materials/hud/cart_point_red.vmt new file mode 100644 index 0000000..543a083 --- /dev/null +++ b/materials/hud/cart_point_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{170 35 35}" +} \ No newline at end of file diff --git a/materials/hud/cart_point_red_opaque.vmt b/materials/hud/cart_point_red_opaque.vmt new file mode 100644 index 0000000..543a083 --- /dev/null +++ b/materials/hud/cart_point_red_opaque.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{170 35 35}" +} \ No newline at end of file diff --git a/materials/hud/cart_red.vmt b/materials/hud/cart_red.vmt new file mode 100644 index 0000000..c8ddc8b --- /dev/null +++ b/materials/hud/cart_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" +} \ No newline at end of file diff --git a/materials/hud/cart_red_bottom.vmt b/materials/hud/cart_red_bottom.vmt new file mode 100644 index 0000000..61668cb --- /dev/null +++ b/materials/hud/cart_red_bottom.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/hud/objectives_timepanel_blue_bg.vmt b/materials/hud/objectives_timepanel_blue_bg.vmt new file mode 100644 index 0000000..25d6b76 --- /dev/null +++ b/materials/hud/objectives_timepanel_blue_bg.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/hud/objectives_timepanel_red_bg.vmt b/materials/hud/objectives_timepanel_red_bg.vmt new file mode 100644 index 0000000..7c309aa --- /dev/null +++ b/materials/hud/objectives_timepanel_red_bg.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/capture_highlight.vmt b/materials/sprites/obj_icons/capture_highlight.vmt new file mode 100644 index 0000000..3541af3 --- /dev/null +++ b/materials/sprites/obj_icons/capture_highlight.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$baseTexture" "sprites/obj_icons/capture_highlight" + "$vertexalpha" "1" + "$alpha" "0" + "$translucent" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_blu.vmt b/materials/sprites/obj_icons/icon_obj_1_blu.vmt new file mode 100644 index 0000000..89437b7 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt new file mode 100644 index 0000000..4dae089 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_neutral.vmt b/materials/sprites/obj_icons/icon_obj_1_neutral.vmt new file mode 100644 index 0000000..fa183e4 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt new file mode 100644 index 0000000..ac8ea77 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_red.vmt b/materials/sprites/obj_icons/icon_obj_1_red.vmt new file mode 100644 index 0000000..a7589fe --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt new file mode 100644 index 0000000..2b97d97 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_1_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_blu.vmt b/materials/sprites/obj_icons/icon_obj_2_blu.vmt new file mode 100644 index 0000000..9c7c58d --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt new file mode 100644 index 0000000..163be46 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_neutral.vmt b/materials/sprites/obj_icons/icon_obj_2_neutral.vmt new file mode 100644 index 0000000..b33a6e8 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt new file mode 100644 index 0000000..97217ec --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_red.vmt b/materials/sprites/obj_icons/icon_obj_2_red.vmt new file mode 100644 index 0000000..94b1325 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt new file mode 100644 index 0000000..66315db --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_2_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_blu.vmt b/materials/sprites/obj_icons/icon_obj_3_blu.vmt new file mode 100644 index 0000000..b7d02a0 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt new file mode 100644 index 0000000..0af0d4f --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_neutral.vmt b/materials/sprites/obj_icons/icon_obj_3_neutral.vmt new file mode 100644 index 0000000..554f20d --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt new file mode 100644 index 0000000..a455ce7 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_red.vmt b/materials/sprites/obj_icons/icon_obj_3_red.vmt new file mode 100644 index 0000000..962aae5 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt new file mode 100644 index 0000000..70d2303 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_3_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_blu.vmt b/materials/sprites/obj_icons/icon_obj_4_blu.vmt new file mode 100644 index 0000000..503fd5f --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt new file mode 100644 index 0000000..6013502 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_neutral.vmt b/materials/sprites/obj_icons/icon_obj_4_neutral.vmt new file mode 100644 index 0000000..aea3fb4 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt new file mode 100644 index 0000000..15754fb --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_red.vmt b/materials/sprites/obj_icons/icon_obj_4_red.vmt new file mode 100644 index 0000000..3cf5293 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt new file mode 100644 index 0000000..28897f5 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_4_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_blu.vmt b/materials/sprites/obj_icons/icon_obj_5_blu.vmt new file mode 100644 index 0000000..1953025 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt new file mode 100644 index 0000000..855c39c --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_neutral.vmt b/materials/sprites/obj_icons/icon_obj_5_neutral.vmt new file mode 100644 index 0000000..c755d57 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt new file mode 100644 index 0000000..8142500 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_red.vmt b/materials/sprites/obj_icons/icon_obj_5_red.vmt new file mode 100644 index 0000000..48cb22b --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt new file mode 100644 index 0000000..9868071 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_5_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_a.vmt b/materials/sprites/obj_icons/icon_obj_a.vmt new file mode 100644 index 0000000..58bbfa7 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_a.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_a" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_b.vmt b/materials/sprites/obj_icons/icon_obj_b.vmt new file mode 100644 index 0000000..13dffa2 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_b.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_b" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu.vmt b/materials/sprites/obj_icons/icon_obj_blu.vmt new file mode 100644 index 0000000..67c8f0c --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu_locked.vmt b/materials/sprites/obj_icons/icon_obj_blu_locked.vmt new file mode 100644 index 0000000..ffb9397 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt b/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt new file mode 100644 index 0000000..73d9c38 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_mannhattan_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_c.vmt b/materials/sprites/obj_icons/icon_obj_c.vmt new file mode 100644 index 0000000..6d2d889 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_c.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_c" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_blu.vmt b/materials/sprites/obj_icons/icon_obj_cap_blu.vmt new file mode 100644 index 0000000..c48e218 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_blu.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_blu" + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt b/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt new file mode 100644 index 0000000..d509881 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_blu_up" + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_mask.vmt b/materials/sprites/obj_icons/icon_obj_cap_mask.vmt new file mode 100644 index 0000000..5747b6b --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_mask.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_red.vmt b/materials/sprites/obj_icons/icon_obj_cap_red.vmt new file mode 100644 index 0000000..4171667 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_red.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_red" + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt b/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt new file mode 100644 index 0000000..f075b79 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_cap_red_up.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_red_up" + "$detail" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_mask" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$detailblendmode" "9" + "$separatedetailuvs" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_d.vmt b/materials/sprites/obj_icons/icon_obj_d.vmt new file mode 100644 index 0000000..5df2e4b --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_d.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_d" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_e.vmt b/materials/sprites/obj_icons/icon_obj_e.vmt new file mode 100644 index 0000000..bc73bf3 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_e.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_e" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_neutral.vmt b/materials/sprites/obj_icons/icon_obj_neutral.vmt new file mode 100644 index 0000000..91460e9 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt b/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt new file mode 100644 index 0000000..4ce1022 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_neutral_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_red.vmt b/materials/sprites/obj_icons/icon_obj_red.vmt new file mode 100644 index 0000000..dd3bd66 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_red_locked.vmt b/materials/sprites/obj_icons/icon_obj_red_locked.vmt new file mode 100644 index 0000000..33fadc3 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_red_locked.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red_locked" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_white.vmt b/materials/sprites/obj_icons/icon_obj_white.vmt new file mode 100644 index 0000000..a05e4e0 --- /dev/null +++ b/materials/sprites/obj_icons/icon_obj_white.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_white" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/maps/menu_thumb_missing.vmt b/materials/vgui/maps/menu_thumb_missing.vmt new file mode 100644 index 0000000..5dd3546 --- /dev/null +++ b/materials/vgui/maps/menu_thumb_missing.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui/replay/thumbnails/menu_thumb_missing" + "$translucent" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt new file mode 100644 index 0000000..d56b481 --- /dev/null +++ b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_arrow_left" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf new file mode 100644 index 0000000..5ae9eab Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_arrow_left.vtf differ diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_generic.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_generic.vtf new file mode 100644 index 0000000..8952d7e Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_generic.vtf differ diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_home_blue.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_home_blue.vtf new file mode 100644 index 0000000..d2153a0 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_home_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vmt b/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vmt new file mode 100644 index 0000000..4166c3b --- /dev/null +++ b/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\cart_icons\cart_home_neutral" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vtf new file mode 100644 index 0000000..e4d6e44 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_home_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cart_icons/cart_home_red.vtf b/materials/vgui/replay/thumbnails/cart_icons/cart_home_red.vtf new file mode 100644 index 0000000..92ba2de Binary files /dev/null and b/materials/vgui/replay/thumbnails/cart_icons/cart_home_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vmt new file mode 100644 index 0000000..2b5630a --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\demoman_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vtf new file mode 100644 index 0000000..f0f4ed3 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/demoman_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vmt new file mode 100644 index 0000000..a8da06a --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\demoman_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vtf new file mode 100644 index 0000000..cae3a3a Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/demoman_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vmt new file mode 100644 index 0000000..60db4f9 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\engineer_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vtf new file mode 100644 index 0000000..e73a2d8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/engineer_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vmt new file mode 100644 index 0000000..d6f5bd9 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\engineer_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vtf new file mode 100644 index 0000000..14fe75d Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/engineer_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/grass.vmt b/materials/vgui/replay/thumbnails/class_selection/grass.vmt new file mode 100644 index 0000000..5c99da6 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/grass.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\grass" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/grass.vtf b/materials/vgui/replay/thumbnails/class_selection/grass.vtf new file mode 100644 index 0000000..ce68af4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/grass.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/grass_small.vmt b/materials/vgui/replay/thumbnails/class_selection/grass_small.vmt new file mode 100644 index 0000000..db9bda7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/grass_small.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\grass_small" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/grass_small.vtf b/materials/vgui/replay/thumbnails/class_selection/grass_small.vtf new file mode 100644 index 0000000..bdb0058 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/grass_small.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vmt new file mode 100644 index 0000000..5bf44d0 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\heavy_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vtf new file mode 100644 index 0000000..1f6d822 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/heavy_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vmt new file mode 100644 index 0000000..71ed472 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\heavy_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vtf new file mode 100644 index 0000000..ef09bb8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/heavy_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vmt new file mode 100644 index 0000000..e0e9a63 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\medic_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vtf new file mode 100644 index 0000000..3aa0a54 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/medic_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vmt new file mode 100644 index 0000000..0eccf87 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\medic_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vtf new file mode 100644 index 0000000..9d0a974 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/medic_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vmt new file mode 100644 index 0000000..6d80161 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\pyro_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vtf new file mode 100644 index 0000000..09ab257 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/pyro_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vmt new file mode 100644 index 0000000..fd3af55 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\pyro_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vtf new file mode 100644 index 0000000..ae12354 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/pyro_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vmt new file mode 100644 index 0000000..87802c4 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\scout_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vtf new file mode 100644 index 0000000..a945f03 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/scout_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vmt new file mode 100644 index 0000000..92dba9a --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\scout_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vtf new file mode 100644 index 0000000..c9782de Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/scout_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vmt new file mode 100644 index 0000000..64cbf80 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\sniper_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vtf new file mode 100644 index 0000000..2d7da26 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/sniper_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vmt new file mode 100644 index 0000000..c945413 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\sniper_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vtf new file mode 100644 index 0000000..1a616e1 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/sniper_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vmt new file mode 100644 index 0000000..90ff9ce --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\soldier_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vtf new file mode 100644 index 0000000..f792155 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/soldier_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vmt new file mode 100644 index 0000000..5d712d1 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\soldier_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vtf new file mode 100644 index 0000000..85d5b3b Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/soldier_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vmt b/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vmt new file mode 100644 index 0000000..c8ed15e --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\spy_door_closed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vtf b/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vtf new file mode 100644 index 0000000..ce9d181 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/spy_door_closed.vtf differ diff --git a/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vmt b/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vmt new file mode 100644 index 0000000..21a9996 --- /dev/null +++ b/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\class_selection\spy_door_open" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vtf b/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vtf new file mode 100644 index 0000000..bb12030 Binary files /dev/null and b/materials/vgui/replay/thumbnails/class_selection/spy_door_open.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf new file mode 100644 index 0000000..fdfca1b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf new file mode 100644 index 0000000..ca70319 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf new file mode 100644 index 0000000..d119df7 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf new file mode 100644 index 0000000..2a0418d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf new file mode 100644 index 0000000..94afdde Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf new file mode 100644 index 0000000..ea70cc2 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf new file mode 100644 index 0000000..ecf1efd Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf new file mode 100644 index 0000000..6bf9c82 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf new file mode 100644 index 0000000..b4bc2e4 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf new file mode 100644 index 0000000..68bb4aa Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf new file mode 100644 index 0000000..a9ec711 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf new file mode 100644 index 0000000..4c11230 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf new file mode 100644 index 0000000..cf8a3a3 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf new file mode 100644 index 0000000..c69ddcf Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf new file mode 100644 index 0000000..7851b71 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf new file mode 100644 index 0000000..d5c382d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf new file mode 100644 index 0000000..22abada Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf new file mode 100644 index 0000000..5b57e0b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf new file mode 100644 index 0000000..bc9dd61 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf new file mode 100644 index 0000000..111638d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf new file mode 100644 index 0000000..a508257 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf new file mode 100644 index 0000000..f9cca95 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf new file mode 100644 index 0000000..818fd39 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf new file mode 100644 index 0000000..e93938b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf new file mode 100644 index 0000000..def33ec Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf new file mode 100644 index 0000000..a8fdd75 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf new file mode 100644 index 0000000..cf452ff Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf new file mode 100644 index 0000000..41e516d Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf new file mode 100644 index 0000000..f212d05 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf new file mode 100644 index 0000000..ef3d375 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf new file mode 100644 index 0000000..929715c Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf new file mode 100644 index 0000000..5424967 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf new file mode 100644 index 0000000..27dc192 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf new file mode 100644 index 0000000..efa94fa Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf new file mode 100644 index 0000000..67a65f9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf new file mode 100644 index 0000000..550a47b Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf new file mode 100644 index 0000000..d0bbb75 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf new file mode 100644 index 0000000..e485343 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_blu_up.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf new file mode 100644 index 0000000..b957e7f Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_mask.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf new file mode 100644 index 0000000..eae15c6 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf new file mode 100644 index 0000000..9bb9647 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_cap_red_up.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf new file mode 100644 index 0000000..f81e545 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf new file mode 100644 index 0000000..259433a Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf new file mode 100644 index 0000000..8c9dfdf Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf new file mode 100644 index 0000000..1ca1cea Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf new file mode 100644 index 0000000..b87b6fa Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf new file mode 100644 index 0000000..ff7c1f9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf differ diff --git a/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf new file mode 100644 index 0000000..f63c2be Binary files /dev/null and b/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/loading_screen.vmt b/materials/vgui/replay/thumbnails/menu/loading_screen.vmt new file mode 100644 index 0000000..878fb12 --- /dev/null +++ b/materials/vgui/replay/thumbnails/menu/loading_screen.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\menu\loading_screen" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/menu/loading_screen.vtf b/materials/vgui/replay/thumbnails/menu/loading_screen.vtf new file mode 100644 index 0000000..cc92d80 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/loading_screen.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/silhouette.vmt b/materials/vgui/replay/thumbnails/menu/silhouette.vmt new file mode 100644 index 0000000..156656f --- /dev/null +++ b/materials/vgui/replay/thumbnails/menu/silhouette.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\menu\silhouette" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/menu/silhouette.vtf b/materials/vgui/replay/thumbnails/menu/silhouette.vtf new file mode 100644 index 0000000..a7ecda2 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/silhouette.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/swamp.vmt b/materials/vgui/replay/thumbnails/menu/swamp.vmt new file mode 100644 index 0000000..8711808 --- /dev/null +++ b/materials/vgui/replay/thumbnails/menu/swamp.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\menu\swamp" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/menu/swamp.vtf b/materials/vgui/replay/thumbnails/menu/swamp.vtf new file mode 100644 index 0000000..968ebb8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/swamp.vtf differ diff --git a/materials/vgui/replay/thumbnails/menu/swamp_dark.vmt b/materials/vgui/replay/thumbnails/menu/swamp_dark.vmt new file mode 100644 index 0000000..f5f0f82 --- /dev/null +++ b/materials/vgui/replay/thumbnails/menu/swamp_dark.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\menu\swamp_dark" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/menu/swamp_dark.vtf b/materials/vgui/replay/thumbnails/menu/swamp_dark.vtf new file mode 100644 index 0000000..1a79a0b Binary files /dev/null and b/materials/vgui/replay/thumbnails/menu/swamp_dark.vtf differ diff --git a/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vmt b/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vmt new file mode 100644 index 0000000..58834a2 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mm_menu\bootcamp" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vtf b/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vtf new file mode 100644 index 0000000..f3f3f84 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mm_menu/bootcamp.vtf differ diff --git a/materials/vgui/replay/thumbnails/mm_menu/casual.vmt b/materials/vgui/replay/thumbnails/mm_menu/casual.vmt new file mode 100644 index 0000000..6762375 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mm_menu/casual.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mm_menu\casual" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mm_menu/casual.vtf b/materials/vgui/replay/thumbnails/mm_menu/casual.vtf new file mode 100644 index 0000000..4fb42e9 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mm_menu/casual.vtf differ diff --git a/materials/vgui/replay/thumbnails/mm_menu/competitive.vmt b/materials/vgui/replay/thumbnails/mm_menu/competitive.vmt new file mode 100644 index 0000000..a7da026 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mm_menu/competitive.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mm_menu\competitive" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mm_menu/competitive.vtf b/materials/vgui/replay/thumbnails/mm_menu/competitive.vtf new file mode 100644 index 0000000..a97f5ba Binary files /dev/null and b/materials/vgui/replay/thumbnails/mm_menu/competitive.vtf differ diff --git a/materials/vgui/replay/thumbnails/mm_menu/mvm.vmt b/materials/vgui/replay/thumbnails/mm_menu/mvm.vmt new file mode 100644 index 0000000..56f17f5 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mm_menu/mvm.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mm_menu\mvm" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mm_menu/mvm.vtf b/materials/vgui/replay/thumbnails/mm_menu/mvm.vtf new file mode 100644 index 0000000..3a12d6a Binary files /dev/null and b/materials/vgui/replay/thumbnails/mm_menu/mvm.vtf differ diff --git a/materials/vgui/replay/thumbnails/mm_menu/training.vmt b/materials/vgui/replay/thumbnails/mm_menu/training.vmt new file mode 100644 index 0000000..cc072a7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/mm_menu/training.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mm_menu\training" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/mm_menu/training.vtf b/materials/vgui/replay/thumbnails/mm_menu/training.vtf new file mode 100644 index 0000000..5c86d53 Binary files /dev/null and b/materials/vgui/replay/thumbnails/mm_menu/training.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_blue.vmt b/materials/vgui/replay/thumbnails/panels/bg_blue.vmt new file mode 100644 index 0000000..38f7a4c --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_blue.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/panels/bg_generic.vmt b/materials/vgui/replay/thumbnails/panels/bg_generic.vmt new file mode 100644 index 0000000..dc5e847 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_generic.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/panels/bg_generic.vtf b/materials/vgui/replay/thumbnails/panels/bg_generic.vtf new file mode 100644 index 0000000..d95b801 Binary files /dev/null and b/materials/vgui/replay/thumbnails/panels/bg_generic.vtf differ diff --git a/materials/vgui/replay/thumbnails/panels/bg_red.vmt b/materials/vgui/replay/thumbnails/panels/bg_red.vmt new file mode 100644 index 0000000..1edba71 --- /dev/null +++ b/materials/vgui/replay/thumbnails/panels/bg_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\panels\bg_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_blue.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_blue.vmt new file mode 100644 index 0000000..bf50919 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_blue.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_blue" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_blue.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_blue.vtf new file mode 100644 index 0000000..738fd40 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_blue.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vmt new file mode 100644 index 0000000..42bb1e7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_ear_left" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vtf new file mode 100644 index 0000000..d049c21 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_ear_left.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vmt new file mode 100644 index 0000000..eb46ac1 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_ear_right" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vtf new file mode 100644 index 0000000..7c1bfdc Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_ear_right.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_half.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_half.vmt new file mode 100644 index 0000000..fb200a7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_half.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_half" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_half.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_half.vtf new file mode 100644 index 0000000..8336b8a Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_half.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_head.vtf new file mode 100644 index 0000000..8c2d922 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_head.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_blue.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_blue.vmt new file mode 100644 index 0000000..6b612e0 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_blue.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_blue_reverse.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_blue_reverse.vmt new file mode 100644 index 0000000..25d6b76 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_blue_reverse.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{90 122 143}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_green.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_green.vmt new file mode 100644 index 0000000..3ebfdfe --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_green.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{140 170 4}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_green_reverse.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_green_reverse.vmt new file mode 100644 index 0000000..3a0583d --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_green_reverse.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{140 170 4}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_red.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_red.vmt new file mode 100644 index 0000000..07e6089 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_head_red_reverse.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_head_red_reverse.vmt new file mode 100644 index 0000000..7c309aa --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_head_red_reverse.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_head" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 180 translate 0 0" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_peek.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_peek.vmt new file mode 100644 index 0000000..48caad5 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_peek.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_peek" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_peek.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_peek.vtf new file mode 100644 index 0000000..f436af8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_peek.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_red.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_red.vmt new file mode 100644 index 0000000..25bcb0e --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_red.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_red" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_red.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_red.vtf new file mode 100644 index 0000000..fefc681 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_red.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vmt new file mode 100644 index 0000000..35476c2 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_round_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vtf new file mode 100644 index 0000000..311c451 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_round_generic.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_round_gray.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_round_gray.vmt new file mode 100644 index 0000000..03224d7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_round_gray.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_round_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{100 75 65}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_round_red.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_round_red.vmt new file mode 100644 index 0000000..0b30c81 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_round_red.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_round_generic" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" + "$color" "{189 59 61}" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_sad.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_sad.vmt new file mode 100644 index 0000000..aa6b58e --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_sad.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_sad" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_sad.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_sad.vtf new file mode 100644 index 0000000..293eadc Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_sad.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_scared.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_scared.vmt new file mode 100644 index 0000000..ea6311e --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_scared.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_scared" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_scared.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_scared.vtf new file mode 100644 index 0000000..dd31224 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_scared.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_scary.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_scary.vmt new file mode 100644 index 0000000..0118f05 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_scary.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_scary" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_scary.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_scary.vtf new file mode 100644 index 0000000..f1680de Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_scary.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_smile.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_smile.vmt new file mode 100644 index 0000000..d16dd50 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_smile.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_smile" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_smile.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_smile.vtf new file mode 100644 index 0000000..5cc2a58 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_smile.vtf differ diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vmt b/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vmt new file mode 100644 index 0000000..cadaab9 --- /dev/null +++ b/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\shrek\shrek_thinking" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vtf b/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vtf new file mode 100644 index 0000000..2ca9068 Binary files /dev/null and b/materials/vgui/replay/thumbnails/shrek/shrek_thinking.vtf differ diff --git a/materials/vgui/replay/thumbnails/status/buffed.vmt b/materials/vgui/replay/thumbnails/status/buffed.vmt new file mode 100644 index 0000000..0ca458d --- /dev/null +++ b/materials/vgui/replay/thumbnails/status/buffed.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\status\buffed" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/status/buffed.vtf b/materials/vgui/replay/thumbnails/status/buffed.vtf new file mode 100644 index 0000000..5186222 Binary files /dev/null and b/materials/vgui/replay/thumbnails/status/buffed.vtf differ diff --git a/materials/vgui/replay/thumbnails/status/hurt.vmt b/materials/vgui/replay/thumbnails/status/hurt.vmt new file mode 100644 index 0000000..12e3cef --- /dev/null +++ b/materials/vgui/replay/thumbnails/status/hurt.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\status\hurt" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/status/hurt.vtf b/materials/vgui/replay/thumbnails/status/hurt.vtf new file mode 100644 index 0000000..ac5757a Binary files /dev/null and b/materials/vgui/replay/thumbnails/status/hurt.vtf differ diff --git a/materials/vgui/replay/thumbnails/status/ubered.vmt b/materials/vgui/replay/thumbnails/status/ubered.vmt new file mode 100644 index 0000000..1ed2f2e --- /dev/null +++ b/materials/vgui/replay/thumbnails/status/ubered.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\status\ubered" + "$vertexalpha" "1" + "$alpha" "1" + "$translucent" "1" + "$vertexcolor" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/status/ubered.vtf b/materials/vgui/replay/thumbnails/status/ubered.vtf new file mode 100644 index 0000000..56af6c8 Binary files /dev/null and b/materials/vgui/replay/thumbnails/status/ubered.vtf differ diff --git a/resource/chat_english.txt b/resource/chat_english.txt new file mode 100644 index 0000000..ba1682d Binary files /dev/null and b/resource/chat_english.txt differ diff --git a/resource/clientscheme.res b/resource/clientscheme.res new file mode 100644 index 0000000..9ff2f3f --- /dev/null +++ b/resource/clientscheme.res @@ -0,0 +1,23 @@ +//========================================================= +// COLORS SCHEME +//========================================================= + +#base "scheme/colors.res" + +//========================================================= +// FONTS SCHEME +//========================================================= + +#base "scheme/fonts.res" + +//========================================================= +// BORDERS SCHEME +//========================================================= + +#base "scheme/borders.res" + +//========================================================= +// CROSSHAIRS SCHEME +//========================================================= + +#base "../scripts/crosshairs/font/crosshairs.res" \ No newline at end of file diff --git a/resource/closecaption_english.dat b/resource/closecaption_english.dat new file mode 100644 index 0000000..925af4d Binary files /dev/null and b/resource/closecaption_english.dat differ diff --git a/resource/gamemenu.res b/resource/gamemenu.res new file mode 100644 index 0000000..c0e109b --- /dev/null +++ b/resource/gamemenu.res @@ -0,0 +1,155 @@ +"GameMenu" +{ + "ShrekHUD" + { + "label" "Shrek HuD" + "command" "engine showconsole; echo Shrek Hud by Hypnotize www.youtube.com/watch?v=mxtbjHbuEKU" + } + /////////////////////////MAIN MENU///////////////////////// + "Servers" + { + "label" "Servers" + "command" "OpenServerBrowser" + } + "Create" + { + "label" "Create" + "command" "OpenCreateMultiplayerGameDialog" + } + "Items" + { + "label" "Items" + "command" "engine open_charinfo" + } + "Store" + { + "label" "Store" + "command" "engine open_store" + } + "Settings" + { + "label" "Options" + "command" "OpenOptionsDialog" + } + "Advanced" + { + "label" "Advanced" + "command" "opentf2options" + } + "Contracker" + { + "label" "Contracker" + "command" "questlog" + } + "Friends" + { + "label" "Friends List" + "command" "engine cl_mainmenu_safemode 1" + } + "Quit" + { + "label" "Off to the Swamp" + "command" "engine replay_confirmquit" + "OnlyAtMenu" "1" + } + + /////////////////////////INGAME ONLY///////////////////////// + "Disconnect" + { + "label" "Disconnect" + "command" "engine disconnect" + "OnlyInGame" "1" + } + "QuitGame" + { + "label" "Off to the Swamp" + "command" "engine replay_confirmquit" + "OnlyInGame" "1" + } + "Vote" + { + "label" "" + "command" "callvote" + "subimage" "icon_checkbox" + "OnlyInGame" "1" + } + "Mute" + { + "label" "" + "command" "OpenMutePlayerDialog" + "subimage" "glyph_muted" + "OnlyInGame" "1" + } + "Report" + { + "label" "" + "command" "OpenReportPlayerDialog" + "subimage" "glyph_alert" + "OnlyInGame" "1" + } + "Achievements" + { + "label" "" + "command" "OpenAchievementsDialog" + "subimage" "glyph_achievements" + "OnlyInGame" "1" + } + + /////////////////////////TOOLS BAR///////////////////////// + "Fix Invisible Players" + { + "label" "D" + "command" "engine stop; record fix" + "tooltip" "Fix Invisible Players" + "OnlyInGame" "1" + } + "Reload Sound" + { + "label" "B" + "command" "engine snd_restart" + "tooltip" "Reload Sound" + "OnlyInGame" "1" + } + "Reload Hud" + { + "label" "C" + "command" "engine hud_reloadscheme" + "tooltip" "Reload Hud" + "OnlyInGame" "1" + } + "Toggle Netgraph" + { + "label" "F" + "command" "engine toggle net_graph 0 1" + "tooltip" "Enable/Disable NetGraph" + "OnlyInGame" "1" + } + "Toggle Contracts" + { + "label" "G" + "command" "engine toggle tf_contract_progress_show 0 1" + "tooltip" "Enable/Disable Contracts" + "OnlyInGame" "1" + } + "Enable Captions" + { + "label" "E" + "command" "engine closecaption 1;cc_subtitles 0;cc_lang english;cc_predisplay_time 0;cc_emit #subtitles0" + "tooltip" "Enable CloseCaptions" + "OnlyInGame" "1" + } + "Disable Captions" + { + "label" "E" + "command" "engine closecaption 0; cc_predisplay_time 0" + "tooltip" "Disable CloseCaptions" + "OnlyInGame" "1" + } + "Toggle Chat" + { + "label" "A" + "command" "engine toggle hud_saytext_time 0 6" + "tooltip" "Enable/Disable Chat" + "OnlyInGame" "1" + } +} \ No newline at end of file diff --git a/resource/preload.res b/resource/preload.res new file mode 100644 index 0000000..3c32eb3 --- /dev/null +++ b/resource/preload.res @@ -0,0 +1,724 @@ +"Resource/Preload.res" +{ + //================================================================================================== + // CONTROL POINT ICONS + //================================================================================================== + + "CPHighlight" + { + "ControlName" "ImagePanel" + "fieldName" "CPHighlight" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/capture_highlight" + } + "CPCapMask" + { + "ControlName" "ImagePanel" + "fieldName" "CPCapMask" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_mask" + } + "CPIconWhite" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconWhite" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_white" + } + "CPIconBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu" + } + "CPIconBluLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu_locked" + } + "CPIconBluCap" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluCap" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu" + } + "CPIconBluCapUp" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBluCapUp" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu_up" + } + "CPIconRed" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red" + } + "CPIconRedLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red_locked" + } + "CPIconRedCap" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedCap" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red" + } + "CPIconRedCapUp" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRedCapUp" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red_up" + } + "CPIconNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral" + } + "CPIconNeutralLocked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutralLocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral_locked" + } + "CPIconBlu1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_blu" + } + "CPIconBlu1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_blu_locked" + } + "CPIconRed1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_red" + } + "CPIconRed1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_red_locked" + } + "CPIconNeutral1" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral1" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_neutral" + } + "CPIconNeutral1Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral1Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_1_neutral_locked" + } + "CPIconBlu2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_blu" + } + "CPIconBlu2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_blu_locked" + } + "CPIconRed2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_red" + } + "CPIconRed2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_red_locked" + } + "CPIconNeutral2" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral2" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_neutral" + } + "CPIconNeutral2Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral2Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_2_neutral_locked" + } + "CPIconBlu3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_blu" + } + "CPIconBlu3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_blu_locked" + } + "CPIconRed3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_red" + } + "CPIconRed3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_red_locked" + } + "CPIconNeutral3" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral3" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_neutral" + } + "CPIconNeutral3Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral3Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_3_neutral_locked" + } + "CPIconBlu4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_blu" + } + "CPIconBlu4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_blu_locked" + } + "CPIconRed4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_red" + } + "CPIconRed4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_red_locked" + } + "CPIconNeutral4" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral4" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_neutral" + } + "CPIconNeutral4Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral4Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_4_neutral_locked" + } + "CPIconBlu5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_blu" + } + "CPIconBlu5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconBlu5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_blu_locked" + } + "CPIconRed5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_red" + } + "CPIconRed5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconRed5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_red_locked" + } + "CPIconNeutral5" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral5" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_neutral" + } + "CPIconNeutral5Locked" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconNeutral5Locked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_5_neutral_locked" + } + "CPIconA" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconA" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_a" + } + "CPIconB" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconB" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_b" + } + "CPIconC" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconC" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_c" + } + "CPIconD" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconD" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_d" + } + "CPIconE" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconE" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_e" + } + "CPIconSkull" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconSkull" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_skull_neutral" + } + "CPIconMannhattan" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconMannhattan" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu_mannhattan_locked" + } + "CPIconMP" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconMP" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_mp" + } + "CPIconTimer" + { + "ControlName" "ImagePanel" + "fieldName" "CPIconTimer" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_timer" + } + + //================================================================================================== + // PAYLOAD ICONS + //================================================================================================== + + "CartAlert" + { + "ControlName" "ImagePanel" + "fieldName" "CartAlert" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_alert" + } + "CartArrowLeft" + { + "ControlName" "ImagePanel" + "fieldName" "CartArrowLeft" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_arrow_left" + } + "CartArrowRight" + { + "ControlName" "ImagePanel" + "fieldName" "CartArrowRight" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_arrow_right" + } + "CartBlocked" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlocked" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blocked" + } + "CartBlue" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlue" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blue" + } + "CartBlueBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartBlueBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_blue_bottom" + } + "CartHomeBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue" + } + "CartHomeRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red" + } + "CartHomeBluOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBluOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue_opaque" + } + "CartHomeRedOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRedOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red_opaque" + } + "CartHomeBlueSquare" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeBlueSquare" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue_square" + } + "CartHomeRedSquare" + { + "ControlName" "ImagePanel" + "fieldName" "CartHomeRedSquare" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_red_square" + } + "CartIcon" + { + "ControlName" "ImagePanel" + "fieldName" "CartIcon" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_icon" + } + "CartIconNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CartIconNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_neutral" + } + "CartIconNeutralBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartIconNeutralBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_neutral_bottom" + } + "CartPointBlu" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointBlu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_blue" + } + "CartPointBluOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointBluOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_blue_opaque" + } + "CartPointNeutral" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointNeutral" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_neutral" + } + "CartPointNeutralOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointNeutralOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_neutral_opaque" + } + "CartPointRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_red" + } + "CartPointRedOpaque" + { + "ControlName" "ImagePanel" + "fieldName" "CartPointRedOpaque" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_point_red_opaque" + } + "CartRed" + { + "ControlName" "ImagePanel" + "fieldName" "CartRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_red" + } + "CartRedBottom" + { + "ControlName" "ImagePanel" + "fieldName" "CartRedBottom" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_red_bottom" + } + + //================================================================================================== + // TIMERS + //================================================================================================== + + "TimePanelBlue" + { + "ControlName" "ImagePanel" + "fieldName" "TimePanelBlue" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + } + "TimePanelRed" + { + "ControlName" "ImagePanel" + "fieldName" "TimePanelRed" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_red_bg" + } + + //================================================================================================== + // GENERIC IMAGES + //================================================================================================== + + "MenuThumbMissingFix" + { + "ControlName" "ImagePanel" + "fieldName" "MenuThumbMissingFix" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "maps/menu_thumb_missing" + } +} \ No newline at end of file diff --git a/resource/scheme/borders.res b/resource/scheme/borders.res new file mode 100644 index 0000000..cf4fbc9 --- /dev/null +++ b/resource/scheme/borders.res @@ -0,0 +1,2799 @@ +Scheme +{ + "Borders" + { + "SwampBrownBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "SwampBrownDarkBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "SwampGreenBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "SwampGreenDarkBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "SwampGreenLightBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampLightGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "NoBorder" + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + "TeamMenuBorder" + { + "inset" "0 0 0 0" + + Left + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + Right + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + Top + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + } + + "ScrollBarButtonBorder" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "ScrollBarButtonDepressedBorder" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "ButtonBorder" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "ButtonKeyFocusBorder" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "ButtonDepressedBorder" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "ComboBoxBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + "DarkComboBoxBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + "SalePriceBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "SaleGreen" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "SaleGreen" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + } + + "MainMenuSubButtonBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + } + + "CrosshatchedBackground" + { + "bordertype" "image" + "backgroundtype" "2" + "image" "loadout_header" + "tiled" "1" + } + + "OutlinedGreyBox" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "OutlinedDullGreyBox" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFThinLineBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderRedBGOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderRedBGOpaque_Store" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderRedBG" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderRedBGMoreOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderBlueBG" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Blue" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderBlueBGMoreOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Blue" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderBlueBGOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Blue" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TFFatLineBorderClearBG" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_clear" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ToolTipBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + + "OptionsCategoryBorder" + { + "inset" "0 0 1 1" + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + "GrayDialogBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StoreFreeTrialBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "EconItemBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "Econ.Button.Border.Default" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "Econ.Button.Border.Armed" + { + "inset" "0 0 0 0" + "backgroundtype" "2" + } + + "LoadoutItemMouseOverBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "White" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "LoadoutItemPopupBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "30 20 15 255" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "BackpackItemGrayedOut" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "11" + "draw_corner_height" "11" + } + + "BackpackItemGrayedOut_Selected" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_selected" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "11" + "draw_corner_height" "11" + } + + // Standard ------------------------------------------------------------------------------------------------ + "BackpackItemBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "White" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemSelectedBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "Black" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Unique ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Unique" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Unique" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Unique" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Unique" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorUnique_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Rarity1 ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_1" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_1" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_1" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_1" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity1_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Rarity2 ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_2" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_2" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_2" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_2" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity2_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Rarity3 ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_3" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_3" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_3" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_3" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity3_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Rarity4 ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_4" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_4" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_4" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_4" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorrarity4_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Haunted ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Haunted" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorHaunted" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Haunted" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorHaunted" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Haunted" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorHaunted_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Haunted" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorHaunted_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // PaintkitWeapon ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_PaintkitWeapon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorPaintkitWeapon" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_PaintkitWeapon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorPaintkitWeapon" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_PaintkitWeapon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorPaintkitWeapon_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_PaintkitWeapon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorPaintkitWeaponGreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Collector's ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Collectors" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCollectors" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Collectors" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCollectors" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Collectors" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCollectors_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Collectors" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCollectors_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Vintage ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Vintage" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Vintage" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Vintage" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Vintage" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorVintage_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Community ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Community" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Community" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Community" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Community" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCommunity_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Developer ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Developer" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Developer" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Developer" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Developer" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorDeveloper_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // SelfMade ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_SelfMade" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_SelfMade" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_SelfMade" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_SelfMade" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorSelfMade_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Customized ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Customized" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Customized" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Customized" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Customized" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCustomized_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Strange ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Strange" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Strange" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Strange" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Strange" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorStrange_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + // Completed ------------------------------------------------------------------------------------------------ + "BackpackItemBorder_Completed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_Completed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_Completed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_Completed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "QualityColorCompleted_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + // *************************************************************************** + // Rarity Default + "BackpackItemBorder_RarityDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityDefault" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityDefault" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityDefault_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityDefault_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + // *************************************************** + "BackpackItemBorder_RarityCommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityCommon" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityCommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityCommon" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityCommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityCommon_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityCommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityCommon_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + // + "BackpackItemBorder_RarityUncommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityUncommon" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityUncommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityUncommon" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityUncommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityUncommon_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityUncommon" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityUncommon_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + //************** + "BackpackItemBorder_RarityRare" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityRare" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityRare" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityRare" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityRare" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityRare_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityRare" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityRare_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + //****************** + "BackpackItemBorder_RarityMythical" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityMythical" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityMythical" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityMythical" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityMythical" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityMythical_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityMythical" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityMythical_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + // *************************************************** + "BackpackItemBorder_RarityLegendary" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityLegendary" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityLegendary" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityLegendary" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityLegendary" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityLegendary_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityLegendary" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityLegendary_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + //********************************************* + "BackpackItemBorder_RarityAncient" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityAncient" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemMouseOverBorder_RarityAncient" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityAncient" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutBorder_RarityAncient" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityAncient_GreyedOut" + + "image" "backpack_rect_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + "BackpackItemGreyedOutSelectedBorder_RarityAncient" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "ItemRarityAncient_GreyedOut" + + "image" "backpack_rect_mouseover_color" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StoreItemBorder" + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + "StoreItemBorderMouseOver" + { + "inset" "0 0 1 1" + "backgroundtype" "2" + + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + "StoreItemBorderSelected" + { + "inset" "0 0 1 1" + "backgroundtype" "2" + + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + "MainMenuButtonGlow" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonGlow2" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "NotificationDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "NotificationHighPriority" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonDepressed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonDepressedArmed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonArmed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuButtonDisabled" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuMiniButtonDefault" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuMiniButtonArmed" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkGreen" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuBGBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuBGBorderAlpha" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuBlogTabBG" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "MainMenuHighlightBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "TrainingResultsBG" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StoreInnerShadowBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/innershadow_border" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "StoreNewBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "new_corner" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + "StoreHighlightedBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "featured_corner" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + "StoreHighlightedBackgroundBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_featured_item_bg01" + "src_corner_height" "80" + "src_corner_width" "30" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "StoreDiscountBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "sale_corner" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + "StorePreviewBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StoreAddToCart" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StorePreviewTabSelected" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StorePreviewTabUnselected" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "StorePromotion" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ArmoryScrollbarBox" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ArmoryScrollbarWell" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "QuickplayBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + "SortCategoryBorder" + { + "inset" "0 0 1 1" + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + } + + "SteamWorkshopBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + "ReplayFatLineBorderRedBGOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayFatLineBorderOpaque" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayGrayDialogBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayOutlinedGreyBox" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayOutlinedDullGreyBox" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayThinLineBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayDefaultBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayHighlightBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayBalloonBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ReplayBrowser.ScrollBar.SliderButton.Border" + { + } + + "QuestStatusBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "SwampDarkBrown" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "RedWithThinBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Red" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "BlueWithThinBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "TF2Blue" + + "image" "replay/thumbnails/panels/bg_generic" + "src_corner_height" "24" + "src_corner_width" "24" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "InnerShadowBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" + "src_corner_width" "5" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "InnerShadowBorderThin" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" + "src_corner_width" "5" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + "OuterShadowBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" + "src_corner_width" "8" + "draw_corner_width" "8" + "draw_corner_height" "8" + } + + "OuterShadowBorderThin" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" + "src_corner_width" "8" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + "CYOAScreenBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/cyoa_map_screen_border" + "src_corner_height" "63" + "src_corner_width" "63" + "draw_corner_width" "26" + "draw_corner_height" "26" + } + + "CYOANodeViewBorder" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + "CYOANodeViewBorder_Active" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_active" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + "CYOANodeViewBorder_Inactive" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_inactive" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + "CYOANodeViewBorder_TurnIn" + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_turnin" + "src_corner_height" "127" + "src_corner_width" "127" + "draw_corner_width" "24" + "draw_corner_height" "24" + } + + "CYOAPopupBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + } + + "FriendHighlightBorder" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "CreditsGreen" + "offset" "0 1" + } + + } + Right + { + "1" + { + "color" "CreditsGreen" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + } + + "FriendHighlightBorderThick" + { + "inset" "0 0 1 1" + + Left + { + "1" + { + "color" "CreditsGreen" + "offset" "0 1" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 1" + } + } + Right + { + "1" + { + "color" "CreditsGreen" + "offset" "1 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "1 0" + } + } + Top + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + } + } +} \ No newline at end of file diff --git a/resource/scheme/colors.res b/resource/scheme/colors.res new file mode 100644 index 0000000..32dc20f --- /dev/null +++ b/resource/scheme/colors.res @@ -0,0 +1,466 @@ +Scheme +{ + Colors + { + //======================================================================================== + // SHREK HUD COLORS + //======================================================================================== + + "Health Numbers" "255 255 255 255" + "Health Buff" "180 220 5 255" + "Health Hurt" "155 100 75 255" + + "Ammo In Clip" "255 255 255 255" + "Ammo In Reserve" "255 255 255 255" + "Ammo No Clip" "255 255 255 255" + + "Ammo In Clip Low" "155 100 75 255" + "Ammo In Reserve Low" "155 100 75 255" + "Ammo No Clip Low" "155 100 75 255" + + "Ubercharge" "255 255 255 255" + "Ubercharge Full" "180 220 5 255" + + "Heal Numbers" "0 255 0 255" + "Last Damage Done" "255 255 255 255" + + // Swamp Colors + + "ShrekBlue" "0 135 220 255" //change that + "ShrekRed" "235 0 25 255" //change that + + "SwampWhite" "190 195 185 255" + + "SwampBrown" "100 75 65 255" + "SwampDarkBrown" "65 50 40 255" + + "SwampDarkestBrown" "40 30 25 255" + + "SwampLightGreen" "180 220 5 255" + "SwampGreen" "140 170 4 255" + "SwampDarkGreen" "95 115 10 255" + + "SwampBrownTransparent" "100 75 65 175" + + + // Other Colors + "TF2Blue" "90 122 143 255" + "TF2Red" "189 59 61 255" + + //======================================================================================== + // DEFAULT TF2 COLORS + //======================================================================================== + + "Orange" "140 170 4 255" + "OrangeDim" "140 170 4 255" + "LightOrange" "140 170 4 255" + "GoalOrange" "255 133 0" + "TFOrange" "140 170 4 255" + "Purple" "137 69 99 255" + + "QuestGold" "208 147 75 255" + "HalloweenThemeColor2015_Light" "238 126 17 255" + "HalloweenThemeColor2015" "135 54 16 255" + "HalloweenThemeColor2015_Dark" "108 49 21 255" + "QuestUncommitted" "183 147 100 255" + + "QuestMap_Bonus" "222 217 166 255" + "QuestMap_ActiveOrange" "212 127 25 255" + "QuestMap_InactiveGrey" "100 100 100 255" + "QuestMap_BGImages" "56 58 60 255" + + "PartyMember1" "124 173 255 255" + "PartyMember2" "99 232 167 255" + "PartyMember3" "229 255 121 255" + "PartyMember4" "232 184 99 255" + "PartyMember5" "255 118 108 255" + "PartyMember6" "255 133 255 255" + + "White" "255 255 255 255" + "Red" "189 59 61 255" + "RedSolid" "189 59 61 255" + "Blue" "90 122 143 255" + "Yellow" "255 255 255 255" + "TransparentYellow" "251 235 202 140" + "BrightYellow" "235 235 50 255" + "GreenSolid" "76 107 34 255" + + "Black" "0 0 0 255" + "TransparentBlack" "0 0 0 200" + "TransparentMediumBlack" "0 0 0 150" + "TransparentLightBlack" "0 0 0 100" + "FooterBGBlack" "65 50 40 255" + + "HUDBlueTeam" "90 122 143 255" + "HUDRedTeam" "189 59 61 255" + "HUDSpectator" "65 50 40 255" + "HUDBlueTeamSolid" "90 122 143 255" + "HUDRedTeamSolid" "189 59 61 255" + "HUDDeathWarning" "255 0 0 255" + "HudWhite" "255 255 255 255" + "HudOffWhite" "255 255 255 255" + "HudBlack" "65 65 65 255" + "ProgressBarBlue" "90 122 143 255" + + "CreditsGreen" "94 150 49 255" + + "Gray" "178 178 178 255" + + "Blank" "0 0 0 0" + "ForTesting" "255 0 0 32" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" + + "HudPanelForeground" "123 110 59 184" + "HudPanelBackground" "123 110 59 184" + "HudPanelBorder" "255 255 255 102" + + "HudProgressBarActive" "240 207 78 255" + "HudProgressBarInActive" "140 120 73 255" + "HudProgressBarActiveLow" "240 30 30 255" + "HudProgressBarInActiveLow" "240 30 30 99" + + "HudTimerProgressActive" "255 255 255 255" + "HudTimerProgressInActive" "52 48 45 255" + "HudTimerProgressWarning" "240 30 30 255" + + "HudTrainingHint" "212 160 23 255" + + "TanDark" "190 195 185 255" + "TanLight" "255 255 255 255" + "TanDarker" "45 45 45 255" + + "StoreDarkTan" "131 121 104 255" + "StoreGreen" "76 107 34 255" + + "LowHealthRed" "255 0 0 255" + "ProgressOffWhite" "255 255 255 255" + "ProgressBackground" "250 234 201 51" + "HealthBgGrey" "72 71 69 255" + + "ProgressOffWhiteTransparent" "255 255 255 255" + + "LabelDark" "48 43 42 255" + "LabelTransparent" "109 96 80 180" + + "BuildMenuActive" "255 255 255 255" + + "DisguiseMenuIconRed" "192 56 63 255" + "DisguiseMenuIconBlue" "92 128 166 255" + + "MatchmakingDialogTitleColor" "255 255 255 255" + "MatchmakingMenuItemBackground" "46 43 42 255" + "MatchmakingMenuItemBackgroundActive" "150 71 0 255" + "MatchmakingMenuItemTitleColor" "255 255 255 255" + "MatchmakingMenuItemDescriptionColor" "255 255 255 255" + + "HTMLBackground" "95 92 101 255" + + "ItemAttribLevel" "117 107 94 255" + "ItemAttribNeutral" "255 255 255 255" + "ItemAttribPositive" "153 204 255 255" + "ItemAttribNegative" "255 64 64 255" + + "ItemSetName" "225 255 15 255" + "ItemSetItemEquipped" "149 175 12 255" + "ItemSetItemMissing" "139 137 137 255" + "ItemIsotope" "225 255 15 255" + "ItemBundleItem" "149 175 12 255" + "ItemLimitedUse" "0 160 0 255" + "ItemFlags" "117 107 94 255" + "ItemLimitedQuantity" "225 209 0 255" + + "QualityColorNormal" "178 178 178 255" + "QualityColorrarity1" "77 116 85 255" + "QualityColorrarity2" "141 131 75 255" + "QualityColorrarity3" "204 204 250 255" + "QualityColorrarity4" "134 80 172 255" + "QualityColorVintage" "71 98 145 255" + "QualityColorUnique" "255 215 0 255" + "QualityColorCommunity" "112 176 74 255" + "QualityColorDeveloper" "165 15 121 255" + "QualityColorSelfMade" "112 176 74 255" + "QualityColorCustomized" "71 98 145 255" + "QualityColorStrange" "207 106 50 255" + "QualityColorCompleted" "134 80 172 255" + "QualityColorHaunted" "56 243 171 255" + "QualityColorCollectors" "170 0 0 255" + "QualityColorPaintkitWeapon" "250 250 250 255" + + "ItemRarityDefault" "131 126 119 255" + "ItemRarityCommon" "176 195 217 255" + "ItemRarityUncommon" "94 152 217 255" + "ItemRarityRare" "75 105 255 255" + "ItemRarityMythical" "136 71 255 255" + "ItemRarityLegendary" "211 44 230 255" + "ItemRarityAncient" "235 75 75 255" + + "ItemRarityDefault_GreyedOut" "44 42 40 255" + "ItemRarityCommon_GreyedOut" "59 65 72 255" + "ItemRarityUncommon_GreyedOut" "31 50 72 255" + "ItemRarityRare_GreyedOut" "25 35 85 255" + "ItemRarityMythical_GreyedOut" "45 24 85 255" + "ItemRarityLegendary_GreyedOut" "70 15 77 255" + "ItemRarityAncient_GreyedOut" "78 25 25 255" + + "QualityColorNormal_GreyedOut" "44 44 44 255" + "QualityColorrarity1_GreyedOut" "20 29 21 255" + "QualityColorrarity2_GreyedOut" "35 33 19 255" + "QualityColorrarity3_GreyedOut" "51 51 62 255" + "QualityColorrarity4_GreyedOut" "36 20 43 255" + "QualityColorVintage_GreyedOut" "18 25 36 255" + "QualityColorUnique_GreyedOut" "64 54 0 255" + "QualityColorCommunity_GreyedOut" "28 44 19 255" + "QualityColorDeveloper_GreyedOut" "41 4 30 255" + "QualityColorSelfMade_GreyedOut" "28 44 74 255" + "QualityColorCustomized_GreyedOut" "71 98 19 255" + "QualityColorStrange_GreyedOut" "52 27 13 255" + "QualityColorCompleted_GreyedOut" "34 20 43 255" + "QualityColorHaunted_GreyedOut" "14 61 43 255" + "QualityColorCollectors_GreyedOut" "60 0 0 255" + "QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255" + + "SaleGreen" "76 107 34 255" + + "LightRed" "140 170 4 255" + "LighterRed" "140 170 4 255" + "LighterDarkBrown" "59 54 48 255" + "DarkBrown" "41 37 38 255" + + "UpgradeDefaultFg" "87 82 74 255" + "UpgradeDefaultBg" "111 104 94 255" + "UpgradeArmedFg" "194 96 47 255" + "UpgradeArmedBg" "239 128 73 255" + "UpgradeDepressedFg" "204 106 57 255" + "UpgradeDepressedBg" "249 138 83 255" + "UpgradeSelectedFg" "204 106 57 255" + "UpgradeSelectedBg" "249 138 83 255" + "UpgradeDisabledFg" "64 59 52 255" + "UpgradeDisabledBg" "79 77 68 255" + } + + "BaseSettings" + { + "ReplayBrowser.BgColor" "SwampBrown" + "ReplayBrowser.Details.TitleEdit.Carat.FgColor" "SwampGreen" + "ReplayBrowser.Button.ArmedBgColor" "SwampGreen" + "ReplayBrowser.Button.DepressedBgColor" "SwampGreen" + "ReplayBrowser.CollectionTitle.FgColor" "SwampGreen" + "ReplayBrowser.Warning.FgColor" "SwampWhite" + "ReplayBrowser.ScrollBar.SliderButton.FgColor" "SwampWhite" + "ReplayBrowser.Search.BgColor" "TanDark" + "ReplayBrowser.Search.FgColor" "White" + + "Replay.RenderDialog.BgColor" "LighterDarkBrown" + + "Econ.Dialog.BgColor" "Blank" + "Econ.Button.BgColor" "SwampBrown" + "Econ.Button.FgColor" "SwampWhite" + "Econ.Button.ArmedBgColor" "SwampGreen" + "Econ.Button.ArmedFgColor" "White" + "Econ.Button.DepressedBgColor" "SwampBrown" + "Econ.Button.DepressedFgColor" "Black" + + "Econ.Button.PresetDefaultColorFg" "SwampWhite" + "Econ.Button.PresetArmedColorFg" "White" + "Econ.Button.PresetDepressedColorFg" "SwampWhite" + + "Econ.Button.PresetDefaultColorBg" "SwampBrown" + "Econ.Button.PresetArmedColorBg" "SwampGreen" + "Econ.Button.PresetDepressedColorBg" "SwampBrown" + + "Border.Bright" "Blank" + "Border.Dark" "Black" + "Border.Selection" "Gray" + + "Button.TextColor" "SwampWhite" + "Button.BgColor" "SwampBrown" + "Button.ArmedTextColor" "White" + "Button.ArmedBgColor" "SwampGreen" + "Button.SelectedTextColor" "White" + "Button.SelectedBgColor" "SwampGreen" + "Button.DepressedTextColor" "Black" + "Button.DepressedBgColor" "SwampBrown" + + "CheckButton.TextColor" "SwampWhite" + "CheckButton.SelectedTextColor" "SwampWhite" + "CheckButton.BgColor" "TransparentBlack" + "CheckButton.Border1" "SwampWhite" + "CheckButton.Border2" "SwampWhite" + "CheckButton.Check" "SwampWhite" + "CheckButton.HighlightFgColor" "SwampWhite" + + "ComboBoxButton.ArrowColor" "SwampWhite" + "ComboBoxButton.ArmedArrowColor" "SwampWhite" + "ComboBoxButton.BgColor" "Blank" + "ComboBoxButton.DisabledBgColor" "Blank" + + "Frame.BgColor" "TransparentBlack" + "Frame.OutOfFocusBgColor" "TransparentBlack" + "Frame.FocusTransitionEffectTime" "0.0" + "Frame.TransitionEffectTime" "0.0" + "Frame.AutoSnapRange" "0" + "FrameGrip.Color1" "Blank" + "FrameGrip.Color2" "Blank" + "FrameTitleButton.FgColor" "Blank" + "FrameTitleButton.BgColor" "Blank" + "FrameTitleButton.DisabledFgColor" "Blank" + "FrameTitleButton.DisabledBgColor" "Blank" + "FrameSystemButton.FgColor" "Blank" + "FrameSystemButton.BgColor" "Blank" + "FrameSystemButton.Icon" "" + "FrameSystemButton.DisabledIcon" "" + "FrameTitleBar.TextColor" "SwampGreen" + "FrameTitleBar.BgColor" "Blank" + "FrameTitleBar.DisabledTextColor" "SwampGreen" + "FrameTitleBar.DisabledBgColor" "Blank" + + "GraphPanel.FgColor" "SwampGreen" + "GraphPanel.BgColor" "TransparentBlack" + + "Label.TextDullColor" "TanDark" + "Label.TextColor" "SwampWhite" + "Label.TextBrightColor" "SwampWhite" + "Label.SelectedTextColor" "SwampWhite" + "Label.BgColor" "Blank" + "Label.DisabledFgColor1" "Blank" + "Label.DisabledFgColor2" "Black" + + "ListPanel.TextColor" "SwampWhite" + "ListPanel.BgColor" "TransparentBlack" + "ListPanel.SelectedTextColor" "SwampWhite" + "ListPanel.SelectedBgColor" "SwampDarkGreen" + "ListPanel.SelectedOutOfFocusBgColor" "SwampDarkGreen" + "ListPanel.EmptyListInfoTextColor" "SwampWhite" + + "Menu.TextColor" "SwampWhite" + "Menu.BgColor" "SwampDarkBrown" + "Menu.ArmedTextColor" "SwampWhite" + "Menu.ArmedBgColor" "SwampDarkGreen" + "Menu.TextInset" "6" + + "Chat.TypingText" "Orange" + + "Panel.FgColor" "Gray" + "Panel.BgColor" "Blank" + + "HTML.BgColor" "Blank" + + "ProgressBar.FgColor" "ProgressOffWhite" + "ProgressBar.BgColor" "SwampBrownTransparent" + + "CircularProgressBar.FgColor" "White" + "CircularProgressBar.BgColor" "White" + + "BuildingHealthBar.BgColor" "HealthBgGrey" + "BuildingHealthBar.Health" "ProgressOffWhite" + "BuildingHealthBar.LowHealth" "LowHealthRed" + + "PropertySheet.TextColor" "Orange" + "PropertySheet.SelectedTextColor" "Orange" + "PropertySheet.TransitionEffectTime" "0.25" + "RadioButton.TextColor" "Orange" + "RadioButton.SelectedTextColor" "Orange" + + "RichText.TextColor" "Gray" + "RichText.BgColor" "Blank" + "RichText.SelectedTextColor" "Gray" + "RichText.SelectedBgColor" "Red" + + "ScrollBarButton.FgColor" "Gray" + "ScrollBarButton.BgColor" "Blank" + "ScrollBarButton.ArmedFgColor" "Gray" + "ScrollBarButton.ArmedBgColor" "Blank" + "ScrollBarButton.DepressedFgColor" "Black" + "ScrollBarButton.DepressedBgColor" "Blank" + + "ScrollBarSlider.FgColor" "Gray" + "ScrollBarSlider.BgColor" "Blank" + + "SectionedListPanel.HeaderTextColor" "Orange" + "SectionedListPanel.HeaderBgColor" "Blank" + "SectionedListPanel.DividerColor" "Black" + "SectionedListPanel.TextColor" "Orange" + "SectionedListPanel.BrightTextColor" "Orange" + "SectionedListPanel.BgColor" "TransparentLightBlack" + "SectionedListPanel.SelectedTextColor" "Black" + "SectionedListPanel.SelectedBgColor" "Red" + "SectionedListPanel.OutOfFocusSelectedTextColor" "Black" + "SectionedListPanel.OutOfFocusSelectedBgColor" "255 255 255 32" + + "Slider.NobColor" "108 108 108 255" + "Slider.TextColor" "127 140 127 255" + "Slider.TrackColor" "31 31 31 255" + "Slider.DisabledTextColor1" "117 117 117 255" + "Slider.DisabledTextColor2" "30 30 30 255" + + "TextEntry.TextColor" "SwampWhite" + "TextEntry.BgColor" "Black" + "TextEntry.CursorColor" "SwampWhite" + "TextEntry.DisabledTextColor" "SwampWhite" + "TextEntry.DisabledBgColor" "Black" + "TextEntry.SelectedTextColor" "TanLight" + "TextEntry.SelectedBgColor" "SwampDarkGreen" + "TextEntry.OutOfFocusSelectedBgColor" "Black" + "TextEntry.FocusEdgeColor" "Blank" + + "ToggleButton.SelectedTextColor" "Orange" + + "Tooltip.TextColor" "TransparentBlack" + "Tooltip.BgColor" "Red" + + "TreeView.BgColor" "TransparentBlack" + + "WizardSubPanel.BgColor" "Blank" + + "TimerProgress.Active" "HudTimerProgressActive" + "TimerProgress.InActive" "HudTimerProgressInActive" + "TimerProgress.Warning" "HudTimerProgressWarning" + + "HudObjectives.FgColor" "HudPanelForeground" + "HudObjectives.BgColor" "HudPanelBackground" + "HudObjectives.BorderColor" "HudPanelBorder" + + "HudProgressBar.Active" "HudProgressBarActive" + "HudProgressBar.InActive" "HudProgressBarInActive" + + "HudCaptureIcon.Active" "HudProgressBarActive" + "HudCaptureIcon.InActive" "HudProgressBarInActive" + "HudCaptureProgressBar.Active" "HudProgressBarActive" + "HudCaptureProgressBar.InActive" "HudProgressBarInActive" + + "FgColor" "Orange" + "BgColor" "TransparentBlack" + + "ViewportBG" "Blank" + "TeamSpec" "204 204 204 255" + "TeamRed" "255 64 64 255" + "TeamBlue" "153 204 255 255" + + "MapDescriptionText" "Gray" + "HudIcon_Green" "0 160 0 255" + "HudIcon_Red" "160 0 0 255" + + "ItemColor" "255 167 42 200" + "MenuColor" "White" + "MenuBoxBg" "SwampBrownTransparent" + + "SelectionNumberFg" "White" + "SelectionTextFg" "White" + "SelectionEmptyBoxBg" "0 0 0 80" + "SelectionBoxBg" "0 0 0 80" + "SelectionSelectedBoxBg" "0 0 0 190" + + "HintMessageFg" "255 255 255 255" + "HintMessageBg" "0 0 0 60" + + "ProgressBarFg" "255 30 13 255" + + "Main.Menu.X" "32" + "Main.Menu.Y" "248" + + "Main.BottomBorder" "32" + + "VguiScreenCursor" "255 208 64 255" + } +} \ No newline at end of file diff --git a/resource/scheme/fonts.res b/resource/scheme/fonts.res new file mode 100644 index 0000000..e5a21f0 --- /dev/null +++ b/resource/scheme/fonts.res @@ -0,0 +1,2930 @@ +Scheme +{ + "BitmapFontFiles" + { + "Buttons" "materials/vgui/fonts/buttons_32.vbf" + "ButtonsSC" "materials/vgui/fonts/buttons_sc.vbf" + } + + "Fonts" + { + "Shrekfont6" + { + "1" + { + "name" "Shrek Regular" + "tall" "6" + "antialias" "1" + } + } + "Shrekfont7" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + } + } + "Shrekfont7Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont8" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + "Shrekfont8Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont9" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + "Shrekfont9Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont10" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + } + } + "Shrekfont10Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont11" + { + "1" + { + "name" "Shrek Regular" + "tall" "11" + "antialias" "1" + } + } + "Shrekfont11Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "11" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont12" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + "Shrekfont12Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont14" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + "Shrekfont14Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont16" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + "Shrekfont16Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont18" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + } + } + "Shrekfont18Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont18Outline" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + "outline" "1" + } + } + "Shrekfont20" + { + "1" + { + "name" "Shrek Regular" + "tall" "20" + "antialias" "1" + } + } + "Shrekfont20Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "20" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont22" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + "Shrekfont22Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont24" + { + "1" + { + "name" "Shrek Regular" + "tall" "24" + "antialias" "1" + } + } + "Shrekfont24Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "24" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont24Outline" + { + "1" + { + "name" "Shrek Regular" + "tall" "24" + "antialias" "1" + "outline" "1" + } + } + "Shrekfont26" + { + "1" + { + "name" "Shrek Regular" + "tall" "26" + "antialias" "1" + } + } + "Shrekfont30" + { + "1" + { + "name" "Shrek Regular" + "tall" "30" + "antialias" "1" + } + } + "Shrekfont30Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "30" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont30Outline" + { + "1" + { + "name" "Shrek Regular" + "tall" "30" + "antialias" "1" + "outline" "1" + } + } + "Shrekfont30Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "30" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont32" + { + "1" + { + "name" "Shrek Regular" + "tall" "32" + "antialias" "1" + } + } + "Shrekfont32Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "32" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont34" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "antialias" "1" + } + } + "Shrekfont34Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont36" + { + "1" + { + "name" "Shrek Regular" + "tall" "36" + "tall" "36" + "antialias" "1" + } + } + "Shrekfont36Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "36" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont46" + { + "1" + { + "name" "Shrek Regular" + "tall" "46" + "antialias" "1" + } + } + "Shrekfont46Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "46" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont48" + { + "1" + { + "name" "Shrek Regular" + "tall" "48" + "antialias" "1" + } + } + "Shrekfont48Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "48" + "antialias" "1" + "dropshadow" "1" + } + } + "Shrekfont50" + { + "1" + { + "name" "Shrek Regular" + "tall" "50" + "antialias" "1" + } + } + "Shrekfont60" + { + "1" + { + "name" "Shrek Regular" + "tall" "60" + "antialias" "1" + } + } + "Shrekfont72" + { + "1" + { + "name" "Shrek Regular" + "tall" "72" + "antialias" "1" + } + } + "Shrekfont72Shadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "72" + "antialias" "1" + "dropshadow" "1" + } + } + + "Shrekfont6Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "6" + "antialias" "1" + } + } + "Shrekfont7Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "7" + "antialias" "1" + } + } + "Shrekfont8Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "8" + "antialias" "1" + } + } + "Shrekfont9Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "9" + "antialias" "1" + } + } + "Shrekfont10Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "10" + "antialias" "1" + } + } + "Shrekfont11Numbers" + { + "1" + { + "name" "Shrek Regular Numbers" + "tall" "11" + "antialias" "1" + } + } + + "Symbols 10" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "10" + "antialias" "1" + } + } + "Symbols 14" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "14" + "antialias" "1" + } + } + "Symbols 18" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "18" + "antialias" "1" + } + } + "Symbols 24" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "24" + "antialias" "1" + } + } + "Symbols 30" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "30" + "antialias" "1" + } + } + "Symbols 40" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "40" + "antialias" "1" + } + } + "Symbols 50" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "50" + "antialias" "1" + } + } + "Symbols 60" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "60" + "antialias" "1" + } + } + "Symbols 80" + { + "1" + { + "name" "ShrekIcons V1" + "tall" "80" + "antialias" "1" + } + } + + "ReadyUp26" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "26" + "antialias" "1" + "dropshadow" "1" + } + } + + "ReadyUp30" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "30" + "antialias" "1" + "dropshadow" "1" + } + } + + "ReadyUp34" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "34" + "antialias" "1" + "dropshadow" "1" + } + } + + "ReadyUp40" + { + "1" + { + "name" "ReadyUp Symbols" + "tall" "40" + "antialias" "1" + "dropshadow" "1" + } + } + + "BlocksSharp64" + { + "1" + { + "name" "Blocks" + "tall" "64" + "antialias" "0" + } + } + + "Default" + { + "1" + { + "name" "TF2 Build" + "tall" "10" + "antialias" "1" + "yres" "480 700" + } + "2" + { + "name" "TF2 Build" + "tall" "14" + "antialias" "1" + "yres" "701 899" + } + "3" + { + "name" "TF2 Build" + "tall" "18" + "antialias" "1" + "yres" "900 1000" + } + "4" + { + "name" "TF2 Build" + "tall" "20" + "antialias" "1" + "yres" "1001 10000" + } + } + "DefaultSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "11" + "antialias" "1" + "yres" "480 700" + } + "2" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + "yres" "701 899" + } + "3" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + "yres" "900 1000" + } + "4" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + "yres" "1001 10000" + } + } + + "DefaultUnderline" + { + "1" + { + "name" "Tahoma" + "tall" "12" + "weight" "500" + "underline" "1" + "range" "0x0000 0x017F" + } + "2" + { + "name" "Arial" + "tall" "11" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + + "DefaultVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + "DefaultLarge" + { + "1" + { + "name" "Verdana" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "21" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "22" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "28" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "30" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Verdana" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "900" + } + "7" + { + "name" "Arial" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + + "CenterPrintText" + { + "1" + { + "name" "Trebuchet MS" [!$OSX] + "name" "Helvetica" [$OSX] + "tall" "18" + "weight" "900" + "antialias" "1" + "additive" "1" + } + } + + "PlayerPanelPlayerName" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "500" + "antialias" "1" + } + } + + "HudHintText" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + } + } + + "HudFontGiant" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + "yres" "480 599" + } + "2" + { + "name" "Shrek Regular" + "tall" "30" + "antialias" "1" + "yres" "600 767" + } + "3" + { + "name" "Shrek Regular" + "tall" "42" + "antialias" "1" + "yres" "768 1023" + } + "4" + { + "name" "Shrek Regular" + "tall" "46" + "antialias" "1" + "yres" "1024 1199" + } + "5" + { + "name" "Shrek Regular" + "tall" "50" + "antialias" "1" + "yres" "1200 10000" + } + } + + "HudFontGiantBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "42" + "antialias" "1" + } + } + + "HudFontBiggerBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "32" + "antialias" "1" + } + } + + "HudFontBig" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "antialias" "1" + } + } + "HudFontMediumBig" + { + "1" + { + "name" "Shrek Regular" + "tall" "28" + "antialias" "1" + } + } + + "HudFontMediumBigBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "28" + "antialias" "1" + } + } + + "HudFontMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "HudFontMediumSecondary" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "HudFontMediumBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "HudFontMediumSmallBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "HudFontMediumSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "HudFontMediumSmallSecondary" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "HudFontSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "HudFontSmallishBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + + "HudFontSmallBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "HudFontSmallBoldShadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + "dropshadow" "1" + } + } + + "HudFontSmallest" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "HudFontSmallestShadow" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + "dropshadow" "1" + } + } + + "HudFontSmallestBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "PerformanceModeSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "4" + "antialias" "1" + } + } + + "StorePromotionsTitle" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "FontCartPrice" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + + "FontStorePrice" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + } + } + + "FontStoreOriginalPrice" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "FontStorePriceSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "6" + "antialias" "1" + } + } + + "FontStorePromotion" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + } + } + + "TextTooltipFont" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "GameUIButtons" + { + "1" + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + + "GameUIButtonsSmall" + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + + "GameUIButtonsSmallest" + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" + } + } + + "GameUIButtonsSteamController" + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.5" + "scaley" "0.5" + } + } + + "GameUIButtonsSteamControllerSmall" + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.25" + "scaley" "0.25" + } + } + + "GameUIButtonsSteamControllerSmallest" + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.15" + "scaley" "0.15" + } + } + + "GameUIButtonText" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "HudClassHealth" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + + "SpectatorKeyHints" + { + "1" + { + "name" "Verdana" + "tall" "8" + "antialias" "1" + } + } + + "ClockSubText" + { + "1" + { + "name" "Verdana" + "tall" "9" + "antialias" "1" + } + } + + "ClockSubTextSuddenDeath" + { + "1" + { + "name" "Verdana" + "tall" "8" + "antialias" "1" + } + } + + "ClockSubTextTiny" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "500" + "antialias" "1" + } + } + + "HudSelectionText" + { + "1" + { + "name" "Shrek Regular" + "tall" "13" + "antialias" "1" + "yres" "1 599" + "range" "0x0000 0x017F" + "additive" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "13" + "antialias" "1" + "yres" "600 767" + "range" "0x0000 0x017F" + "additive" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + "yres" "768 1023" + "range" "0x0000 0x017F" + } + "4" + { + "name" "Shrek Regular" + "tall" "19" + "antialias" "1" + "yres" "1024 1199" + "range" "0x0000 0x017F" + } + "5" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + "yres" "1200 10000" + "range" "0x0000 0x017F" + } + } + + "DebugOverlay" + { + "1" + { + "name" "Courier New" + "tall" "14" + "weight" "400" + "outline" "1" + "range" "0x0000 0x017F" + } + } + + "TFTypeDeath" + { + "1" + { + "name" "tfd" + "tall" "28" + "weight" "0" + "antialias" "1" + } + } + + "Icons" + { + "1" + { + "name" "Team Fortress" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + + "BetaFont" + { + "1" + { + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "HudNumbers" + { + "1" + { + "name" "Team Fortress" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + + "CloseCaption_Normal" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "range" "0x0000 0x017F" + "antialias" "1" + } + } + "CloseCaption_Italic" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "italic" "1" + "range" "0x0000 0x017F" + "antialias" "1" + } + } + "CloseCaption_Bold" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "range" "0x0000 0x017F" + "antialias" "1" + } + } + "CloseCaption_BoldItalic" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "italic" "1" + "range" "0x0000 0x017F" + "antialias" "1" + } + } + "CloseCaption_Small" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "range" "0x0000 0x017F" + "antialias" "1" + } + } + + "Marlett" + { + "1" + { + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" + } + } + + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "14" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" + } + } + + "MenuMainTitle" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "MenuClassBuckets" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "MenuKeys" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + } + } + + "GoalText" + { + "1" + { + "name" "Verdana" + "tall" "13" + "weight" "800" + "antialias" "1" + } + } + + "ChalkboardTitle" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "ChalkboardTitleBig" + { + "1" + { + "name" "Shrek Regular" + "tall" "38" + "antialias" "1" + "custom" "1" + } + } + + "ChalkboardTitleMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + "custom" "1" + } + } + + "ChalkboardText" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "ScoreboardSmallest" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "400" + "antialias" "1" + } + } + + "ScoreboardVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "400" + "antialias" "1" + } + } + + "ScoreboardSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "ScoreboardMediumSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardTeamName" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardTeamCountNew" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardTeamNameNew" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardTeamNameLarge" + { + "1" + { + "name" "Shrek Regular" + "tall" "32" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "ScoreboardTeamScoreNew" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "antialias" "1" + } + } + + "ScoreboardTeamScore" + { + "1" + { + "name" "Shrek Regular" + "tall" "50" + "range" "0x0000 0x00FF" + "yres" "1 599" + "antialias" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "68" + "range" "0x0000 0x00FF" + "yres" "600 767" + "antialias" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "95" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Shrek Regular" + "tall" "130" + "range" "0x0000 0x00FF" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Shrek Regular" + "tall" "170" + "range" "0x0000 0x00FF" + "yres" "1200 10000" + "antialias" "1" + } + } + + "MatchSummaryTeamScores" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "MatchSummaryStatsAndMedals" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "MatchSummaryWinner" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + } + } + + "CompMatchStartTeamNames" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "ControlPointTimer" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "ControlPointTimerSmaller" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + } + } + + "Link" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "TargetID" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "0" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "0" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "0" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "0" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "0" + } + } + + "ChatFont" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "11" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "12" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "18" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + "ChatMiniFont" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "15" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + "MenuSmallestFont" + { + "1" + { + "name" "Arial Black" + "tall" "8" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + + "MenuSmallFont" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "range" "0x0000 0x00FF" + "antialias" "1" + } + } + + "CapPlayerFont" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "range" "0x0000 0x017F" + "TextColor" "Black" + "antialias" "1" + } + } + + "CapPlayerFontSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "range" "0x0000 0x017F" + "TextColor" "Black" + "antialias" "1" + } + } + + "TFFontSmall" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + + "TFFontMedium" + { + "1" + { + "name" "Verdana" + "tall" "9" + "weight" "400" + "antialias" "1" + } + } + + "InstructionalText" + { + "1" + { + "name" "Verdana" + "tall" "11" [!$OSX] + "tall" "9" [$OSX] + "weight" "800" + "antialias" "1" + } + } + + "MatchmakingDialogTitle" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + } + } + + "MatchmakingDialogSessionOptionsTitle" + { + "1" + { + "name" "Shrek Regular" + "tall" "28" + } + } + + "MatchmakingDialogMenuLarge" + { + "1" + { + "name" "Shrek Regular" + "tall" "26" + } + } + + "MatchmakingDialogMenuBrowserHostname" + { + "1" + { + "name" "Trebuchet MS" + "tall" "22" + "weight" "900" + } + } + + "MatchmakingDialogMenuBrowserDetails" + { + "1" + { + "name" "Trebuchet MS" + "tall" "18" + "weight" "900" + } + } + + "MatchmakingDialogMenuMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "20" + } + } + + "MatchmakingDialogMenuMediumSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + } + } + + "MatchmakingDialogMenuSmall" + { + "1" + { + "name" "Verdana" + "tall" "22" + "weight" "900" + } + } + + "MatchmakingDialogMenuSmallest" + { + "1" + { + "name" "Verdana" + "tall" "18" + "weight" "900" + } + } + + "RankingDialogHeaders" + { + "1" + { + "name" "Verdana" + "tall" "15" + "weight" "900" + } + } + + "TeamMenuBold" + { + "1" + { + "name" "Shrek Regular" + "tall" "34" + "antialias" "1" + } + } + + "TeamMenu" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "IntroMenuCaption" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "AchievementNotification" + { + "1" + { + "name" "Trebuchet MS" + "tall" "14" + "weight" "900" + "antialias" "1" + } + } + + "ImportToolSmallestBold" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "600" + "antialias" "1" + } + } + + "ImportToolSmallest" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "500" + "antialias" "1" + } + } + + "SpectatorVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "400" + "antialias" "1" + } + } + + "DefaultVerySmallFallBack" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 1199" + "antialias" "1" + } + "3" + { + "name" "Verdana" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + "ItemFontNameSmallest" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "ItemFontNameSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "ItemFontNameLarge" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + } + } + + "ItemFontNameLarger" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "ItemFontAttribSmallest" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + } + } + + "ItemFontAttribSmallv2" + { + "1" + { + "name" "Verdana" + "tall" "8" + "antialias" "1" + } + } + + "ItemFontAttribSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "ItemFontAttribLarge" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + } + } + + "ItemFontAttribLarger" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "AchievementTracker_Name" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "AchievementTracker_NameGlow" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "AchievementTracker_Desc" + { + "1" + { + "name" "Verdana" + "tall" "7" + "additive" "1" + "antialias" "1" + } + } + + "QuestObjectiveTracker_Desc" + { + "1" + { + "name" "Verdana" + "tall" "7" + "additive" "1" + "antialias" "1" + } + } + + "QuestObjectiveTracker_DescGlow" + { + "1" + { + "name" "Verdana" + "tall" "7" + "antialias" "1" + } + } + + "QuestObjectiveTracker_DescBlur" + { + "1" + { + "name" "Verdana" + "tall" "7" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "ItemTrackerScore_InGame" + { + "1" + { + "name" "Verdana" + "tall" "7" + "antialias" "1" + } + } + + "QuestFlavorText" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "12" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "16" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestObjectiveText" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "12" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "16" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestLargeText" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + + "QuestStickyText" + { + "1" + { + "name" "Shrek Regular" + "tall" "18" + "antialias" "1" + } + } + + "QuestInstructionText_Merasmus" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "12" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "20" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestFlavorText_Merasmus" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "yres" "480 599" + "antialias" "1" + "italic" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "12" + "yres" "600 1023" + "antialias" "1" + "italic" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "20" + "yres" "1024 6000" + "antialias" "1" + "italic" "1" + } + } + + "QuestObjectiveText_Merasmus" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Shrek Regular" + "tall" "12" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Shrek Regular" + "tall" "16" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestMediumText_Merasmus" + { + "1" + { + "name" "Shrek Regular" + "tall" "11" + "antialias" "1" + } + } + + "QuestLargeText_Merasmus" + { + "1" + { + "name" "Shrek Regular" + "tall" "14" + "antialias" "1" + } + } + + "AdFont_ItemName" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "AdFont_AdText" + { + "1" + { + "name" "Verdana" + "tall" "7" + "antialias" "1" + } + } + + "AdFont_PurchaseButton" + { + "1" + { + "name" "Verdana" + "tall" "8" + "antialias" "1" + } + } + + "TradeUp_Text" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "400" + "antialias" "1" + } + } + + "TradeUp_Quote" + { + "1" + { + "name" "Trebuchet MS" + "tall" "9" + "weight" "400" + "antialias" "1" + "italic" "1" + } + } + + "ReplayVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + "ReplayBrowserSmallest" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "ReplaySmaller" + { + "1" + { + "name" "Verdana" + "tall" "12" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + } + } + + "ReplayMediumSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "ReplayMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "ReplayMediumBig" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "ReplayBrowserTab" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "ReplayLarger" + { + "1" + { + "name" "Shrek Regular" + "tall" "16" + "antialias" "1" + } + } + + "EconFontSmall" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "EconFontMedium" + { + "1" + { + "name" "Shrek Regular" + "tall" "22" + "antialias" "1" + } + } + + "ControllerHintText" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "range" "0x0000 0x007F" + "antialias" "1" + } + } + + "MMenuPlayListDesc" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "XPSource" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "antialias" "1" + } + } + + "XPSource_Glow" + { + "1" + { + "name" "Shrek Regular" + "tall" "9" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "MapVotesPercentage" + { + "1" + { + "name" "Shrek Regular" + "tall" "10" + "antialias" "1" + "dropshadow" "1" + } + } + + "QuestMap_Small_Blur" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "QuestMap_Small" + { + "1" + { + "name" "Shrek Regular" + "tall" "7" + "antialias" "1" + } + } + + "QuestMap_Medium" + { + "1" + { + "name" "Shrek Regular" + "tall" "8" + "antialias" "1" + } + } + + "QuestMap_Large" + { + "1" + { + "name" "Shrek Regular" + "tall" "12" + "antialias" "1" + } + } + + "QuestMap_Huge" + { + "1" + { + "name" "Shrek Regular" + "tall" "28" + "antialias" "1" + } + } + } + + "CustomFontFiles" + { + "1" "resource/tfd.ttf" + "2" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + } + "10" + { + "font" "resource/scheme/fonts/Shrek.otf" + "name" "Shrek Regular" + } + "11" + { + "font" "resource/scheme/fonts/Shrek Numbers.otf" + "name" "Shrek Regular Numbers" + } + "12" + { + "font" "resource/scheme/fonts/Blocks.ttf" + "name" "Blocks" + } + "13" + { + "font" "resource/scheme/fonts/shrekicons.ttf" + "name" "Shrek Icons V1" + } + "14" + { + "font" "resource/scheme/fonts/ReadyUp Symbols.otf" + "name" "ReadyUp Symbols" + } + } +} \ No newline at end of file diff --git a/resource/scheme/fonts/blocks.ttf b/resource/scheme/fonts/blocks.ttf new file mode 100644 index 0000000..32154ec Binary files /dev/null and b/resource/scheme/fonts/blocks.ttf differ diff --git a/resource/scheme/fonts/readyup symbols.otf b/resource/scheme/fonts/readyup symbols.otf new file mode 100644 index 0000000..51feecf Binary files /dev/null and b/resource/scheme/fonts/readyup symbols.otf differ diff --git a/resource/scheme/fonts/shrek numbers.otf b/resource/scheme/fonts/shrek numbers.otf new file mode 100644 index 0000000..58d72db Binary files /dev/null and b/resource/scheme/fonts/shrek numbers.otf differ diff --git a/resource/scheme/fonts/shrek.otf b/resource/scheme/fonts/shrek.otf new file mode 100644 index 0000000..012c0f8 Binary files /dev/null and b/resource/scheme/fonts/shrek.otf differ diff --git a/resource/scheme/fonts/shrekicons.png b/resource/scheme/fonts/shrekicons.png new file mode 100644 index 0000000..3342b60 Binary files /dev/null and b/resource/scheme/fonts/shrekicons.png differ diff --git a/resource/scheme/fonts/shrekicons.ttf b/resource/scheme/fonts/shrekicons.ttf new file mode 100644 index 0000000..3a95115 Binary files /dev/null and b/resource/scheme/fonts/shrekicons.ttf differ diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res new file mode 100644 index 0000000..7945b04 --- /dev/null +++ b/resource/sourcescheme.res @@ -0,0 +1,172 @@ +#base "SourceSchemeBase.res" + +"Scheme" +{ + "Colors" + { + "SwampWhite" "190 195 185 255" + + "SwampBrown" "100 75 65 255" + "SwampDarkBrown" "65 50 40 255" + "SwampDarkestBrown" "40 30 25 255" + "SwampBrownTransparent" "100 75 65 175" + + "SwampLightGreen" "180 220 5 255" + "SwampGreen" "140 170 4 255" + "SwampDarkGreen" "95 115 10 255" + + + "White" "235 235 235 255" + "OffWhite" "200 200 210 255" + "DullWhite" "235 235 235 255" + "Orange" "100 75 65 255" + "Blue" "100 75 65 255" + "Black" "0 0 0 255" + "Blank" "0 0 0 0" + + "FrameActive" "100 75 65 200" + "FrameInactive" "100 75 65 160" + "ListBG" "0 0 0 90" + + "Button" "100 75 65 255" + "ButtonArmed" "140 170 4 255" + "ButtonText" "235 235 235 255" + "ButtonTextArmed" "235 235 235 255" + + "CheckButtonText" "235 235 235 255" + "CheckButtonTextArmed" "100 75 65 255" + "CheckButtonFG" "100 75 65 255" + "CheckButtonBG" "0 0 0 100" + } + + "BaseSettings" + { + "Border.Bright" "Blank" + "Border.Dark" "Blank" + "Border.Selection" "Blank" + + "Button.TextColor" "ButtonText" + "Button.BgColor" "Button" + "Button.ArmedTextColor" "ButtonTextArmed" + "Button.ArmedBgColor" "ButtonArmed" + "Button.DepressedTextColor" "ButtonText" + "Button.DepressedBgColor" "Button" + "Button.FocusBorderColor" "Black" + + "CheckButton.TextColor" "CheckButtonText" + "CheckButton.SelectedTextColor" "CheckButtonTextArmed" + "CheckButton.BgColor" "CheckButtonBG" + "CheckButton.HighlightFgColor" "CheckButtonTextArmed" + "CheckButton.ArmedBgColor" "Blank" + "CheckButton.DepressedBgColor" "Blank" + "CheckButton.Border1" "Blank" + "CheckButton.Border2" "Blank" + "CheckButton.Check" "CheckButtonFG" + "CheckButton.DisabledBgColor" "CheckButtonBG" + + "ComboBoxButton.ArrowColor" "White" + "ComboBoxButton.ArmedArrowColor" "White" + "ComboBoxButton.BgColor" "Blank" + "ComboBoxButton.DisabledBgColor" "Blank" + + "Frame.BgColor" "FrameActive" + "Frame.OutOfFocusBgColor" "FrameInActive" + "FrameGrip.Color1" "White" + "FrameGrip.Color2" "FrameActive" + "FrameTitleButton.FgColor" "White" + "FrameTitleButton.BgColor" "Blank" + "FrameTitleButton.DisabledFgColor" "White" + "FrameTitleButton.DisabledBgColor" "Blank" + "FrameSystemButton.FgColor" "Blank" + "FrameSystemButton.BgColor" "Blank" + "FrameTitleBar.TextColor" "White" + "FrameTitleBar.BgColor" "Blank" + "FrameTitleBar.DisabledTextColor" "White" + "FrameTitleBar.DisabledBgColor" "Blank" + + "Label.TextDullColor" "White" + "Label.TextColor" "White" + "Label.TextBrightColor" "White" + "Label.SelectedTextColor" "White" + "Label.BgColor" "Blank" + "Label.DisabledFgColor1" "100 100 100 100" + "Label.DisabledFgColor2" "Black" + + "ListPanel.TextColor" "White" + "ListPanel.TextBgColor" "Blank" + "ListPanel.BgColor" "ListBG" + "ListPanel.SelectedTextColor" "White" + "ListPanel.SelectedBgColor" "Button" + "ListPanel.SelectedOutOfFocusBgColor" "Button" + "ListPanel.EmptyListInfoTextColor" "White" + + "Menu.TextColor" "White" + "Menu.BgColor" "Orange" + "Menu.ArmedTextColor" "White" + "Menu.ArmedBgColor" "Button" + + "Panel.FgColor" "White" + "Panel.BgColor" "Blank" + + "ProgressBar.FgColor" "White" + "ProgressBar.BgColor" "ListBG" + + "PropertySheet.TextColor" "White" + "PropertySheet.SelectedTextColor" "White" + + "RadioButton.TextColor" "White" + "RadioButton.SelectedTextColor" "Blue" + + "RichText.TextColor" "White" + "RichText.BgColor" "ListBG" + "RichText.SelectedTextColor" "White" + "RichText.SelectedBgColor" "Blue" + + "ScrollBarButton.FgColor" "OffWhite" + "ScrollBarButton.BgColor" "Blank" + "ScrollBarButton.ArmedFgColor" "OffWhite" + "ScrollBarButton.ArmedBgColor" "Blank" + "ScrollBarButton.DepressedFgColor" "OffWhite" + "ScrollBarButton.DepressedBgColor" "Blank" + + "ScrollBarSlider.FgColor" "White" + "ScrollBarSlider.BgColor" "FrameInactive" + + "SectionedListPanel.HeaderTextColor" "White" + "SectionedListPanel.HeaderBgColor" "Blank" + "SectionedListPanel.DividerColor" "Black" + "SectionedListPanel.TextColor" "White" + "SectionedListPanel.BrightTextColor" "White" + "SectionedListPanel.BgColor" "ListBG" + "SectionedListPanel.SelectedTextColor" "White" + "SectionedListPanel.SelectedBgColor" "Blue" + "SectionedListPanel.OutOfFocusSelectedTextColor""White" + "SectionedListPanel.OutOfFocusSelectedBgColor" "Blue" + + "Slider.NobColor" "White" + "Slider.TextColor" "White" + "Slider.TrackColor" "Black" + "Slider.DisabledTextColor1" "White" + "Slider.DisabledTextColor2" "Black" + + "TextEntry.TextColor" "White" + "TextEntry.BgColor" "ListBG" + "TextEntry.CursorColor" "White" + "TextEntry.DisabledTextColor" "White" + "TextEntry.DisabledBgColor" "Blank" + "TextEntry.SelectedTextColor" "White" + "TextEntry.SelectedBgColor" "Blue" + "TextEntry.OutOfFocusSelectedBgColor" "Blue" + "TextEntry.FocusEdgeColor" "ListBG" + + "ToggleButton.SelectedTextColor" "White" + + "Tooltip.TextColor" "Black" + "Tooltip.BgColor" "Blue" + + "TreeView.BgColor" "ListBG" + + "Console.TextColor" "SwampGreen" + "Console.DevTextColor" "White" + } +} \ No newline at end of file diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res new file mode 100644 index 0000000..05fd454 --- /dev/null +++ b/resource/ui/basechat.res @@ -0,0 +1,59 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "2" + "ypos" "17" + "wide" "260" + "tall" "120" + "PaintBackgroundType" "2" + } + + ChatInputLine + { + "ControlName" "EditablePanel" + "fieldName" "ChatInputLine" + "visible" "1" + "enabled" "1" + "xpos" "5" + "ypos" "395" + "wide" "250" + "tall" "2" + "PaintBackgroundType" "0" + } + + "ChatFiltersButton" + { + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "160" + "ypos" "0" + "wide" "30" + "tall" "5" + "visible" "1" + "enabled" "1" + "labelText" "#chat_filterbutton" + "textAlignment" "center" + } + + "HudChatHistory" + { + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "5" + "ypos" "5" + "wide" "250" + "tall" "75" + "wrap" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "ChatFont" + "maxchars" "-1" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res new file mode 100644 index 0000000..0e0d48f --- /dev/null +++ b/resource/ui/build_menu/base_active.res @@ -0,0 +1,128 @@ +"Resource/UI/Build_Menu/Base_Active.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "1" + "wide" "f4" + "tall" "o0.98" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Shrekfont8Shadow" + "fgcolor" "SwampLightGreen" + "xpos" "cs-0.5" + "ypos" "cs-0.5-3" + "zpos" "5" + "wide" "f0" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%metal%" + "textAlignment" "Center" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "ShrekFont7" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "" + "textAlignment" "Center" + "centerwrap" "1" + "fgcolor" "200 100 100 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "ShrekFont8" + "fgcolor" "White" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "6" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "1" + "textAlignment" "center" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "9999" + } + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "xpos" "9999" + } + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res new file mode 100644 index 0000000..f9650fd --- /dev/null +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -0,0 +1,122 @@ +"Resource/UI/Build_Menu/Base_Active_Teleport_Target.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "1" + "wide" "f4" + "tall" "o0.98" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "ShrekFont6" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "5" + "wide" "f0" + "tall" "f15" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "north" + "centerwrap" "1" + "fgcolor" "200 100 100 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "ShrekFont8" + "xpos" "cs-0.5" + "ypos" "1" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Center" + "centerwrap" "1" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "ShrekFont8" + "fgcolor" "White" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "6" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "1" + "textAlignment" "center" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "xpos" "9999" + } + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res new file mode 100644 index 0000000..39dcbe9 --- /dev/null +++ b/resource/ui/build_menu/base_already_built.res @@ -0,0 +1,25 @@ +#base "base_active.res" + +"Resource/UI/Build_Menu/Base_Already_Built.res" +{ + "CantBuildReason" + { + "visible" "1" + "labelText" "#Hud_Menu_Build_Already_Built" + } + + "BuildingIcon" + { + "visible" "0" + } + + "CostLabel" + { + "visible" "0" + } + + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res new file mode 100644 index 0000000..57e322a --- /dev/null +++ b/resource/ui/build_menu/base_cant_afford.res @@ -0,0 +1,25 @@ +#base "base_active.res" + +"Resource/UI/Build_Menu/Base_Cant_Afford.res" +{ + "CantBuildReason" + { + "visible" "1" + "labelText" "#Hud_Menu_Build_Cant_Afford" + } + + "BuildingIcon" + { + "visible" "0" + } + + "CostLabel" + { + "visible" "0" + } + + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable.res b/resource/ui/build_menu/base_unavailable.res new file mode 100644 index 0000000..f59bbc5 --- /dev/null +++ b/resource/ui/build_menu/base_unavailable.res @@ -0,0 +1,25 @@ +#base "base_active.res" + +"Resource/UI/Build_Menu/Base_Unavailable.res" +{ + "CantBuildReason" + { + "visible" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + } + + "BuildingIcon" + { + "visible" "0" + } + + "CostLabel" + { + "visible" "0" + } + + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res new file mode 100644 index 0000000..d8e585b --- /dev/null +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -0,0 +1,24 @@ +#base "base_active_teleport_target.res" + +"Resource/UI/Build_Menu/Base_Unavailable_Teleport_Target.res" +{ + "ItemNameLabel" + { + "visible" "1" + } + + "BuildingIcon" + { + "visible" "0" + } + + "CantBuildReason" + { + "visible" "1" + } + + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenuengybuild.res b/resource/ui/build_menu/hudmenuengybuild.res new file mode 100644 index 0000000..5c50eec --- /dev/null +++ b/resource/ui/build_menu/hudmenuengybuild.res @@ -0,0 +1,350 @@ +"Resource/UI/Build_Menu/HudMenuEngyBuild.res" +{ + "ItemsAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsAnchor" + "xpos" "cs-0.5" + "ypos" "r120" + "zpos" "0" + "wide" "145" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "ItemsAnchor" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_4" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_4" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_4" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + "BuildIconShadow" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIconShadow" + "xpos" "9999" + } + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "xpos" "9999" + } + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res new file mode 100644 index 0000000..d4fd707 --- /dev/null +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -0,0 +1,162 @@ +"Resource/UI/Build_Menu/HudMenuEurekaEffect.res" +{ + "ItemsAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsAnchor" + "xpos" "cs-0.5" + "ypos" "r120" + "zpos" "0" + "wide" "72" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + + "pin_to_sibling" "ItemsAnchor" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + + "pin_to_sibling" "available_target_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + + "pin_to_sibling" "available_target_1" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + + "pin_to_sibling" "available_target_2" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + "BuildIconShadow" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIconShadow" + "xpos" "9999" + } + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "xpos" "9999" + } + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res new file mode 100644 index 0000000..f2f52f9 --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -0,0 +1 @@ +#base "../base_active.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res new file mode 100644 index 0000000..9f3552c --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -0,0 +1 @@ +#base "../base_active_teleport_target.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res new file mode 100644 index 0000000..66d0c3e --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -0,0 +1 @@ +#base "../base_already_built.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_cant_afford.res b/resource/ui/build_menu/pipboy/base_cant_afford.res new file mode 100644 index 0000000..9104f13 --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -0,0 +1 @@ +#base "../base_cant_afford.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable.res b/resource/ui/build_menu/pipboy/base_unavailable.res new file mode 100644 index 0000000..6a6514e --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_unavailable.res @@ -0,0 +1 @@ +#base "../base_unavailable.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res new file mode 100644 index 0000000..be6e83f --- /dev/null +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -0,0 +1 @@ +#base "../base_unavailable_teleport_target.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenuengybuild.res b/resource/ui/build_menu/pipboy/hudmenuengybuild.res new file mode 100644 index 0000000..5666246 --- /dev/null +++ b/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -0,0 +1 @@ +#base "../hudmenuengybuild.res" \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res new file mode 100644 index 0000000..cc33185 --- /dev/null +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -0,0 +1 @@ +#base "../hudmenueurekaeffect.res" \ No newline at end of file diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res new file mode 100644 index 0000000..fa0c28a --- /dev/null +++ b/resource/ui/charinfoarmorysubpanel.res @@ -0,0 +1,501 @@ +#base "reloadschemebutton.res" + +"Resource/UI/CharInfoArmorySubPanel.res" +{ + "armory_panel" + { + "ControlName" "Frame" + "fieldName" "armory_panel" + "wide" "f0" + "zpos" "501" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "thumbnail_bgcolor" "SwampBrown" + "thumbnail_bgcolor_mouseover" "SwampDarkGreen" + "thumbnail_bgcolor_selected" "SwampDarkGreen" + + "thumbnails_rows" "6" + "thumbnails_columns" "4" + + "thumbnails_x" "c-275" + "thumbnails_y" "60" + "thumbnails_delta_x" "4" + "thumbnails_delta_y" "4" + + "thumbnail_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "zpos" "13" + "wide" "63" + "tall" "44" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "6" + "model_ypos" "5" + "model_wide" "55" + "model_tall" "34" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "ItemsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsBG" + "xpos" "cs-1-9" + "ypos" "cs-0.5+2" + "zpos" "-1" + "wide" "269" + "tall" "291" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-35" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "FilterComboBox" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-37" + "ypos" "-27" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "DataPanel" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "FilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "FilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "166" + "tall" "16" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintBackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampDarkBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "100" + "tall" "16" + "visible" "1" + "enabled" "1" + "font" "ShrekFont11" + "labelText" "%thumbnailpage%" + "textAlignment" "center" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevPageShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextPageShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + } + + "DataPanel" + { + "ControlName" "EditablePanel" + "fieldName" "DataPanel" + "xpos" "16" + "ypos" "0" + "zpos" "0" + "wide" "270" + "tall" "290" + "visible" "1" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "Data_TextRichText" + { + "ControlName" "CEconItemDetailsRichText" + "fieldName" "Data_TextRichText" + "font" "ScoreboardSmall" + "labelText" "%datatext%" + "textAlignment" "north-west" + "xpos" "5" + "ypos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" + "wrap" "1" + "highlight_color" "177 168 149 255" + "itemset_color" "216 244 9 255" + "link_color" "252 191 27 255" + "image_up_arrow" "scroll_up_off" + "image_up_arrow_mouseover" "scroll_up_on" + "image_down_arrow" "scroll_down_off" + "image_down_arrow_mouseover" "scroll_down_on" + "image_line" "ArmoryScrollbarWell" + "image_box" "ArmoryScrollbarBox" + } + } + + "SelectedItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemModelPanel" + "xpos" "0" + "ypos" "-25" + "zpos" "1" + "wide" "264" + "tall" "120" + "visible" "1" + "PaintBorder" "0" + "PaintBackground" "0" + + "model_hide" "1" + "text_center" "1" + "resize_to_text" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "DataPanel" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "SelectedItemImageModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemImageModelPanel" + "xpos" "0" + "ypos" "-3" + "zpos" "1" + "wide" "264" + "tall" "110" + "visible" "1" + "PaintBorder" "0" + "PaintBackground" "0" + + "model_ypos" "10" + "model_tall" "80" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "pin_to_sibling" "DataPanel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "0" + "resize_to_text" "0" + "padding_height" "15" + "name_only" "1" + + "model_ypos" "40" + "model_xpos" "50" + "model_wide" "156" + "model_tall" "100" + + "text_forcesize" "1" + "is_mouseover" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "WikiButton" + { + "ControlName" "CExButton" + "fieldName" "WikiButton" + "xpos" "0" + "ypos" "3" + "zpos" "20" + "wide" "270" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#ArmoryButton_Wiki" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "Command" "wiki" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "pin_to_sibling" "DataPanel" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "StoreButton" + { + "ControlName" "CExButton" + "fieldName" "StoreButton" + "xpos" "0" + "ypos" "-3" + "zpos" "20" + "wide" "264" + "tall" "18" + "visible" "0" + "enabled" "1" + "labelText" "#ArmoryButton_Store" + "font" "HudFontSmallBold" + "textAlignment" "center" + "AllCaps" "" + "Command" "openstore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "pin_to_sibling" "DataPanel" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "xpos" "9999" + } + "ArmoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryLabel" + "xpos" "9999" + } + "FiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "FiltersLabel" + "xpos" "9999" + } + "ViewSetButton" + { + "ControlName" "CExButton" + "fieldName" "ViewSetButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/charinfoloadoutsubpanel.res b/resource/ui/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..bdfb8f5 --- /dev/null +++ b/resource/ui/charinfoloadoutsubpanel.res @@ -0,0 +1,2675 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + "ControlName" "Frame" + "fieldName" "CharInfoLoadoutSubPanel" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "selectlabely_default" "25" + "selectlabely_onchanges" "15" + + "class_ypos" "9999" + "class_xdelta" "5" + "class_wide_min" "60" + "class_wide_max" "100" + "class_tall_min" "120" + "class_tall_max" "200" + "class_distance_min" "7" + "class_distance_max" "100" + + "itemcountcolor" "200 80 60 255" + "itemcountcolor_noitems" "117 107 94 255" + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "Grass_Line_1" + { + "ControlName" "ImagePanel" + "fieldName" "Grass_Line_1" + "xpos" "cs-0.5" + "ypos" "-50" + "zpos" "11" + "wide" "780" + "tall" "230" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/class_selection/grass" + "scaleimage" "1" + "alpha" "255" + } + "Grass_Line_2" + { + "ControlName" "ImagePanel" + "fieldName" "Grass_Line_2" + "xpos" "cs-0.5+10" + "ypos" "105" + "zpos" "11" + "wide" "400" + "tall" "200" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/class_selection/grass_small" + "scaleimage" "1" + "alpha" "255" + } + + "ScoutCustom" + { + "ControlName" "EditablePanel" + "fieldName" "ScoutCustom" + "xpos" "5" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SoldierCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout scout" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/scout_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/scout_door_closed" + } + } + "ScoutSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "ScoutSelectNumber" + "xpos" "9999" + "labelText" "&1" + "Command" "loadout scout" + "visible" "1" + } + + "SoldierCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SoldierCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "PyroCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout soldier" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/soldier_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/soldier_door_closed" + } + } + "SoldierSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SoldierSelectNumber" + "xpos" "9999" + "labelText" "&2" + "Command" "loadout soldier" + "visible" "1" + } + + "PyroCustom" + { + "ControlName" "EditablePanel" + "fieldName" "PyroCustom" + "xpos" "c-110" + "ypos" "60" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout pyro" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/pyro_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/pyro_door_closed" + } + } + "PyroSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "PyroSelectNumber" + "xpos" "9999" + "labelText" "&3" + "Command" "loadout pyro" + "visible" "1" + } + + "DemomanCustom" + { + "ControlName" "EditablePanel" + "fieldName" "DemomanCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "PyroCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout demoman" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/demoman_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/demoman_door_closed" + } + } + "DemomanSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "DemomanSelectNumber" + "xpos" "9999" + "labelText" "&4" + "Command" "loadout demoman" + "visible" "1" + } + + "HeavyCustom" + { + "ControlName" "EditablePanel" + "fieldName" "HeavyCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "DemomanCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout heavy" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/heavy_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/heavy_door_closed" + } + } + "HeavySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "HeavySelectNumber" + "xpos" "9999" + "labelText" "&5" + "Command" "loadout heavy" + "visible" "1" + } + + "EngineerCustom" + { + "ControlName" "EditablePanel" + "fieldName" "EngineerCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "HeavyCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout engineer" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/engineer_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/engineer_door_closed" + } + } + "EngineerSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "EngineerSelectNumber" + "xpos" "9999" + "labelText" "&6" + "Command" "loadout engineer" + "visible" "1" + } + + "MedicCustom" + { + "ControlName" "EditablePanel" + "fieldName" "MedicCustom" + "xpos" "58" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "PyroCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout medic" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/medic_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/medic_door_closed" + } + } + "MedicSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "MedicSelectNumber" + "xpos" "9999" + "labelText" "&7" + "Command" "loadout medic" + "visible" "1" + } + + "SniperCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SniperCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "MedicCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout sniper" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/sniper_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/sniper_door_closed" + } + } + "SniperSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SniperSelectNumber" + "xpos" "9999" + "labelText" "&8" + "Command" "loadout sniper" + "visible" "1" + } + + "SpyCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SpyCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SniperCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "loadout spy" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/spy_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/spy_door_closed" + } + } + "SpySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SpySelectNumber" + "xpos" "9999" + "labelText" "&9" + "Command" "loadout spy" + "visible" "1" + } + + "BottomItemsBG" + { + "ControlName" "EditablePanel" + "fieldName" "BottomItemsBG" + "xpos" "cs-0.5" + "ypos" "rs1-80" + "zpos" "1" + "wide" "194" + "tall" "40" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + + "BackpackCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackpackCustom" + "xpos" "-5" + "ypos" "0" + "zpos" "10" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BottomItemsBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "$" + "Command" "backpack" + "textAlignment" "center" + "font" "Symbols 40" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + + "proportionaltoparent" "1" + } + } + "BackpackSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "BackpackSelectNumber" + "xpos" "9999" + "labelText" "&0" + "Command" "backpack" + "visible" "1" + } + + "CraftingCustom" + { + "ControlName" "EditablePanel" + "fieldName" "CraftingCustom" + "xpos" "10" + "ypos" "0" + "zpos" "10" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BackpackCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "*" + "Command" "crafting" + "textAlignment" "center" + "font" "Symbols 40" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + + "proportionaltoparent" "1" + } + } + + "CatalogCustom" + { + "ControlName" "EditablePanel" + "fieldName" "CatalogCustom" + "xpos" "10" + "ypos" "0" + "zpos" "10" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "CraftingCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "!" + "Command" "armory" + "textAlignment" "center" + "font" "Symbols 40" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + + "proportionaltoparent" "1" + } + } + + "WarPaintsCustom" + { + "ControlName" "EditablePanel" + "fieldName" "WarPaintsCustom" + "xpos" "10" + "ypos" "0" + "zpos" "10" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "CatalogCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#" + "Command" "paintkit_preview" + "textAlignment" "center" + "font" "Symbols 40" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + + "proportionaltoparent" "1" + } + } + + "SelectLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectLabel" + "font" "ShrekFont16" + "labelText" "Select a class to modify the loadout" + "textAlignment" "north" + "xpos" "0" + "ypos" "300" + "zpos" "1" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + } + + "class_loadout_panel" + { + "ControlName" "CClassLoadoutPanel" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + "backpack_panel" + { + "ControlName" "CBackpackPanel" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "190" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "BackpackExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#LoadoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#LoadoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "BackpackExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BackpackExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-320" + "end_y" "60" + "end_wide" "250" + "end_tall" "130" + "callout_inparents_x" "c-255" + "callout_inparents_y" "240" + "next_explanation" "CraftingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "CraftingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CraftingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-210" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c-130" + "callout_inparents_y" "240" + "next_explanation" "ArmoryExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#CraftingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#CraftingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ArmoryExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ArmoryExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-120" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c0" + "callout_inparents_y" "240" + "next_explanation" "TradingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ArmoryExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ArmoryExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TradingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TradingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-30" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c130" + "callout_inparents_y" "240" + "next_explanation" "PatternsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TradingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TradingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "PatternsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PatternsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c130" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c255" + "callout_inparents_y" "240" + "next_explanation" "ExplanationExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#WeaponPatternsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#WeaponPatternsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "75" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ExplanationExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ExplanationExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c100" + "end_y" "100" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c285" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ExplanationExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ExplanationExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "250" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + "InspectionPanel" + { + "fieldName" "InspectionPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2000" + "wide" "f0" + "tall" "f50" + "visible" "0" + "proportionaltoparent" "1" + "bgcolor_override" "Blank" + } + + + + + "scout" + { + "ControlName" "ImageButton" + "fieldName" "scout" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "soldier" + { + "ControlName" "ImageButton" + "fieldName" "soldier" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "pyro" + { + "ControlName" "ImageButton" + "fieldName" "pyro" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "demoman" + { + "ControlName" "ImageButton" + "fieldName" "demoman" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "heavyweapons" + { + "ControlName" "ImageButton" + "fieldName" "heavyweapons" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "engineer" + { + "ControlName" "ImageButton" + "fieldName" "engineer" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "medic" + { + "ControlName" "ImageButton" + "fieldName" "medic" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "sniper" + { + "ControlName" "ImageButton" + "fieldName" "sniper" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "spy" + { + "ControlName" "ImageButton" + "fieldName" "spy" + "xpos" "9999" + "activeimage" "" + "inactiveimage" "" + "wide" "0" + "tall" "0" + } + "ShowBackpackButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowBackpackButton" + "xpos" "9999" + } + "ShowBackpackLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowBackpackLabel" + "xpos" "9999" + } + "ShowCraftingLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowCraftingLabel" + "xpos" "9999" + } + "ShowArmoryButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowArmoryButton" + "xpos" "9999" + } + "ShowArmoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowArmoryLabel" + "xpos" "9999" + } + "ShowCraftingButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowCraftingButton" + "xpos" "9999" + } + "ShowTradeButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowTradeButton" + "xpos" "9999" + } + "ShowTradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowTradeLabel" + "xpos" "9999" + } + "ShowPaintkitsButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowPaintkitsButton" + "xpos" "9999" + } + "ShowPaintkitsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowPaintkitsLabel" + "xpos" "9999" + } + "ClassLabel" + { + "ControlName" "Label" + "fieldName" "ClassLabel" + "xpos" "9999" + } + "ItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsLabel" + "xpos" "9999" + } + "NoSteamLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoSteamLabel" + "xpos" "9999" + } + "NoGCLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoGCLabel" + "xpos" "9999" + } + "LoadoutChangesLabel" + { + "ControlName" "CExLabel" + "fieldName" "LoadoutChangesLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res new file mode 100644 index 0000000..79be548 --- /dev/null +++ b/resource/ui/charinfopanel.res @@ -0,0 +1,167 @@ +#base "reloadschemebutton.res" + +"Resource/UI/CharInfoPanel.res" +{ + "ReloadSchemeButton" + { + "xpos" "cs-0.5" + "ypos" "30" + } + + "character_info" + { + "ControlName" "EditablePanel" + "fieldName" "character_info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "title" "#CharInfoAndSetup" + "title_font" "" + "titletextinsetX" "0" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "0" + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "cs-0.5" + "ypos" "rs1+5" + "zpos" "0" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "5" + "tabxdelta" "0" + "tabwidth" "240" + "tabheight" "18" + "tabxfittotext" "1" + "transition_time" "0" + "yoffset" "1" + + "tabskv" + { + "textinsetx" "9999" + "font" "" + "selectedcolor" "Blank" + "unselectedcolor" "Blank" + "paintbackground" "0" + "activeborder_override" "NoBorder" + "normalborder_override" "NoBorder" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "0" + "ypos" "rs1" + "zpos" "2" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Back" + "font" "ShrekFont14" + "textAlignment" "center" + "proportionaltoparent" "1" + "Command" "back" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "BackShortKey" + { + "ControlName" "CExButton" + "fieldName" "BackShortKey" + "xpos" "9999" + "labelText" "&Q" + "Command" "back" + "visible" "1" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "2" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Close" + "font" "ShrekFont14" + "textAlignment" "center" + "proportionaltoparent" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "CloseShortKey" + { + "ControlName" "CExButton" + "fieldName" "CloseShortKey" + "xpos" "9999" + "labelText" "&E" + "Command" "close" + "visible" "1" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } +} \ No newline at end of file diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res new file mode 100644 index 0000000..a10e41d --- /dev/null +++ b/resource/ui/classloadoutpanel.res @@ -0,0 +1,441 @@ +#base "reloadschemebutton.res" + +"Resource/UI/ClassLoadoutPanel.res" +{ + "class_loadout_panel" + { + "ControlName" "Frame" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "item_xpos_offcenter_a" "-310" + "item_xpos_offcenter_b" "165" + "item_ypos" "60" + "item_ydelta" "75" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "140" + "tall" "70" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_center_x" "1" + "model_ypos" "5" + "model_tall" "55" + "model_wide" "82" + "text_ypos" "54" + "text_center" "1" + "name_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "itemoptionpanels_kv" + { + "ControlName" "CExButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "labelText" "+" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-135" + "ypos" "20" + "zpos" "-1" + "wide" "270" + "tall" "340" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "30" + "allow_manip" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-48" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "15" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "zpos" "20" + "wide" "150" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + } + + "PresetsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PresetsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "120" + "end_wide" "250" + "end_tall" "160" + "callout_inparents_x" "c0" + "callout_inparents_y" "75" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ItemPresetsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ClassLoadoutItemPresetsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "ItemOptionsPanel" + { + "ControlName" "CLoadoutParticleSlider" + "fieldname" "ItemOptionsPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "75" + "bgcolor_override" "SwampDarkBrown" + "PaintBackgroundType" "2" + "font" "SherkFont9" + } + + "CharacterLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "CharacterLoadoutButton" + "xpos" "c-83" + "ypos" "60" + "zpos" "22" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labeltext" "P" + "font" "Symbols 18" + "Command" "characterloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TauntLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "TauntLoadoutButton" + "xpos" "c55" + "ypos" "60" + "zpos" "22" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labeltext" "Q" + "font" "Symbols 18" + "Command" "tauntloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TauntsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TauntsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-180" + "end_y" "150" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c15" + "callout_inparents_y" "330" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TauntsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ClassLoadoutTauntsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/classselection.res b/resource/ui/classselection.res new file mode 100644 index 0000000..0f93de9 --- /dev/null +++ b/resource/ui/classselection.res @@ -0,0 +1,1703 @@ +"Resource/UI/ClassSelection.res" +{ + "class" + { + "ControlName" "Frame" + "fieldName" "class" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Shader" + { + "ControlName" "EditablePanel" + "fieldName" "Shader" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "0 0 0 150" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labeltext" "Select a toilet to pick a class :)" + "font" "ShrekFont12" + "textalignment" "center" + "fgcolor" "SwampWhite" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Main_BG1" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG1" + "xpos" "cs-0.5-15" + "ypos" "cs-0.5-2" + "zpos" "-2" + "wide" "350" + "tall" "110" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "alpha" "255" + "bgcolor_override" "SwampDarkBrown" + } + "Main_BG2" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG2" + "xpos" "0" + "ypos" "19" + "zpos" "-2" + "wide" "350" + "tall" "110" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "alpha" "255" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "Main_BG1" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "Main_BG3" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG3" + "xpos" "0" + "ypos" "22" + "zpos" "-2" + "wide" "350" + "tall" "110" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "alpha" "255" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "Main_BG1" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Grass_Line_1" + { + "ControlName" "ImagePanel" + "fieldName" "Grass_Line_1" + "xpos" "cs-0.5-15" + "ypos" "-39" + "zpos" "11" + "wide" "350" + "tall" "200" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/class_selection/grass_small" + "scaleimage" "1" + } + "Grass_Line_2" + { + "ControlName" "ImagePanel" + "fieldName" "Grass_Line_2" + "xpos" "cs-0.5-15" + "ypos" "93" + "zpos" "11" + "wide" "350" + "tall" "200" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/class_selection/grass_small" + "scaleimage" "1" + } + "Grass_Line_3" + { + "ControlName" "ImagePanel" + "fieldName" "Grass_Line_3" + "xpos" "cs-0.5-15" + "ypos" "222" + "zpos" "11" + "wide" "350" + "tall" "200" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/class_selection/grass_small" + "scaleimage" "1" + } + + "ScoutCustom" + { + "ControlName" "EditablePanel" + "fieldName" "ScoutCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SoldierCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass scout" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/scout_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/scout_door_closed" + } + } + "ScoutSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "ScoutSelectNumber" + "xpos" "9999" + "labelText" "&1" + "Command" "joinclass scout" + "visible" "1" + } + + "SoldierCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SoldierCustom" + "xpos" "cs-0.5" + "ypos" "48" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass soldier" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/soldier_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/soldier_door_closed" + } + } + "SoldierSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SoldierSelectNumber" + "xpos" "9999" + "labelText" "&2" + "Command" "joinclass soldier" + "visible" "1" + } + + "PyroCustom" + { + "ControlName" "EditablePanel" + "fieldName" "PyroCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SoldierCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass pyro" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/pyro_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/pyro_door_closed" + } + } + "PyroSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "PyroSelectNumber" + "xpos" "9999" + "labelText" "&3" + "Command" "joinclass pyro" + "visible" "1" + } + + "DemomanCustom" + { + "ControlName" "EditablePanel" + "fieldName" "DemomanCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "HeavyCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass demoman" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/demoman_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/demoman_door_closed" + } + } + "DemomanSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "DemomanSelectNumber" + "xpos" "9999" + "labelText" "&4" + "Command" "joinclass demoman" + "visible" "1" + } + + "HeavyCustom" + { + "ControlName" "EditablePanel" + "fieldName" "HeavyCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SoldierCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass heavyweapons" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/heavy_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/heavy_door_closed" + } + } + "HeavySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "HeavySelectNumber" + "xpos" "9999" + "labelText" "&5" + "Command" "joinclass heavyweapons" + "visible" "1" + } + + "EngineerCustom" + { + "ControlName" "EditablePanel" + "fieldName" "EngineerCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "HeavyCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass engineer" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/engineer_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/engineer_door_closed" + } + } + "EngineerSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "EngineerSelectNumber" + "xpos" "9999" + "labelText" "&6" + "Command" "joinclass engineer" + "visible" "1" + } + + "MedicCustom" + { + "ControlName" "EditablePanel" + "fieldName" "MedicCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SniperCustom" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass medic" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/medic_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/medic_door_closed" + } + } + "MedicSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "MedicSelectNumber" + "xpos" "9999" + "labelText" "&7" + "Command" "joinclass medic" + "visible" "1" + } + + "SniperCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SniperCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "HeavyCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass sniper" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/sniper_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/sniper_door_closed" + } + } + "SniperSelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SniperSelectNumber" + "xpos" "9999" + "labelText" "&8" + "Command" "joinclass sniper" + "visible" "1" + } + + "SpyCustom" + { + "ControlName" "EditablePanel" + "fieldName" "SpyCustom" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "130" + "tall" "130" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "SniperCustom" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "labelText" "" + "Command" "joinclass spy" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "0 0 0 0" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/class_selection/spy_door_open" + "proportionaltoparent" "1" + } + } + "Door_Closed" + { + "ControlName" "ImagePanel" + "fieldName" "Door_Closed" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleimage" "1" + "image" "replay/thumbnails/class_selection/spy_door_closed" + } + } + "SpySelectNumber" + { + "ControlName" "CExButton" + "fieldName" "SpySelectNumber" + "xpos" "9999" + "labelText" "&9" + "Command" "joinclass spy" + "visible" "1" + } + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "cs-0.5" + "ypos" "rs1+2" + "zpos" "-1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "random" + { + "xpos" "rs1-2" + "ypos" "rs1-2" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Random (&R)" + "textAlignment" "center" + "Command" "joinclass random" + "font" "Shrekfont12" + + "sound_depressed" "UI/fart.wav" + "sound_released" "" + "sound_armed" "" + + "paintbackground" "1" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + "EditLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "EditLoadoutButton" + "xpos" "2" + "ypos" "rs1-2" + "zpos" "6" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Loadout (&E)" + "textAlignment" "center" + "Command" "openloadout" + "font" "Shrekfont12" + + "paintbackground" "1" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "numScout" + { + "ControlName" "CExLabel" + "fieldName" "numScout" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numScout%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "ScoutCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numSoldier" + { + "ControlName" "CExLabel" + "fieldName" "numSoldier" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numSoldier%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "SoldierCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numPyro" + { + "ControlName" "CExLabel" + "fieldName" "numPyro" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numPyro%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "PyroCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numDemoman" + { + "ControlName" "CExLabel" + "fieldName" "numDemoman" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numDemoman%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "DemomanCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numHeavy" + { + "ControlName" "CExLabel" + "fieldName" "numHeavy" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numHeavy%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "HeavyCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numEngineer" + { + "ControlName" "CExLabel" + "fieldName" "numEngineer" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numEngineer%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "EngineerCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numMedic" + { + "ControlName" "CExLabel" + "fieldName" "numMedic" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numMedic%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "MedicCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numSniper" + { + "ControlName" "CExLabel" + "fieldName" "numSniper" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numSniper%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "SniperCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "numSpy" + { + "ControlName" "CExLabel" + "fieldName" "numSpy" + "xpos" "-13" + "ypos" "-17" + "wide" "50" + "tall" "14" + "zpos" "30" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "textAlignment" "center" + "labelText" "%numSpy%" + "font" "Shrekfont10Shadow" + "fgcolor" "BrightYellow" + + "pin_to_sibling" "SpyCustom" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "TFPlayerModel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "TFPlayerModel" + + "xpos" "9999" + "ypos" "0" + "zpos" "6" + "wide" "480" + "tall" "480" + + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "50" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "320" + "origin_y" "10" + "origin_z" "-40" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + "vcd" "class_select.vcd" + } + } + + "MvMUpgradeImageScout" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageScout" + "xpos" "c-270" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSolider" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSolider" + "xpos" "c-220" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImagePyro" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImagePyro" + "xpos" "c-170" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageDemoman" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageDemoman" + "xpos" "c-80" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageHeavy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageHeavy" + "xpos" "c-30" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageEngineer" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageEngineer" + "xpos" "c20" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageMedic" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageMedic" + "xpos" "c108" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSniper" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSniper" + "xpos" "c158" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSpy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSpy" + "xpos" "c208" + "ypos" "30" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + + "scout" + { + "ControlName" "CExImageButton" + "fieldName" "scout" + "xpos" "9999" + "ypos" "0" + "wide" "0" + "tall" "0" + } + "soldier" + { + "ControlName" "CExImageButton" + "fieldName" "soldier" + "xpos" "9999" + "ypos" "100" + "wide" "0" + "tall" "0" + } + "pyro" + { + "ControlName" "CExImageButton" + "fieldName" "pyro" + "xpos" "9999" + "ypos" "200" + "wide" "0" + "tall" "0" + } + "demoman" + { + "ControlName" "CExImageButton" + "fieldName" "demoman" + "xpos" "9999" + "ypos" "300" + "wide" "0" + "tall" "0" + } + "heavyweapons" + { + "ControlName" "CExImageButton" + "fieldName" "heavyweapons" + "xpos" "9999" + "ypos" "400" + "wide" "0" + "tall" "0" + } + "engineer" + { + "ControlName" "CExImageButton" + "fieldName" "engineer" + "xpos" "9999" + "ypos" "500" + "wide" "0" + "tall" "0" + } + "medic" + { + "ControlName" "CExImageButton" + "fieldName" "medic" + "xpos" "9999" + "ypos" "600" + "wide" "0" + "tall" "0" + } + "sniper" + { + "ControlName" "CExImageButton" + "fieldName" "sniper" + "xpos" "9999" + "ypos" "700" + "wide" "0" + "tall" "0" + } + "spy" + { + "ControlName" "CExImageButton" + "fieldName" "spy" + "xpos" "9999" + "ypos" "800" + "wide" "0" + "tall" "0" + } + "ResetButton" + { + "ControlName" "CExButton" + "fieldName" "ResetButton" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ClassMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "ClassMenuSelect" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Hint" + { + "ControlName" "CExLabel" + "fieldName" "Hint" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "localPlayerImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage2" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage3" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage4" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage5" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage6" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage7" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage8" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage9" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "countImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage10" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountLabel" + "xpos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Offense" + { + "ControlName" "CExLabel" + "fieldName" "Offense" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Defense" + { + "ControlName" "CExLabel" + "fieldName" "Defense" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ClassTipsPanel" + { + "ControlName" "CTFClassTipsPanel" + "fieldName" "ClassTipsPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ClassHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "ClassHighlightPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res new file mode 100644 index 0000000..7f8d149 --- /dev/null +++ b/resource/ui/compstats.res @@ -0,0 +1,352 @@ +"Resource/UI/CompStats.res" +{ + "ScrollableContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableContainer" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "305" // It gets angry if I use f0, double check for mistakes later. + "tall" "436" // ^ same + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkestBrown" + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "9999" + "ypos" "0" + "zpos" "110" + "wide" "o1" + "tall" "70" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "9999" + "ypos" "-35" + "zpos" "100" + "wide" "320" + "tall" "100" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + + "show_model" "0" + "show_name" "0" + + "BGBorder" + { + "visible" "0" + } + } + + "ShowLeaderboardsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowLeaderboardsButton" + "xpos" "rs1" + "ypos" "4" + "zpos" "0" + "wide" "148" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "show_leaderboards" + "labeltext" "#TF_Competitive_ViewLeaderboards" + "font" "ShrekFont12" + "textAlignment" "center" + "textinsety" "-1" + "AllCaps" "0" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + } + + "ShowMatchHistoryButton" + { + "ControlName" "CExButton" + "fieldName" "ShowMatchHistoryButton" + "xpos" "5" + "ypos" "4" + "zpos" "0" + "wide" "148" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "show_match_history" + "labeltext" "#TF_Competitive_ViewMatches" + "font" "ShrekFont12" + "textAlignment" "center" + "textinsety" "-1" + "AllCaps" "0" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + } + + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackground" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + + "MatchHistoryCategories" + { + "ControlName" "EditablePanel" + "fieldName" "MatchHistoryCategories" + "xpos" "5" + "ypos" "29" + "zpos" "10" + "wide" "f0" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "9999" + } + + "SortArrow" + { + "ControlName" "CExLabel" + "fieldName" "SortArrow" + "xpos" "0" + "ypos" "-2" + "zpos" "1" + "wide" "0" + "tall" "0" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "mouseinputenabled" "0" + + "labeltext" "6" + "font" "" + "textAlignment" "west" + + "defaultFgColor_override" "Blank" + "armedFgColor_override" "Blank" + "selectedFgColor_override" "Blank" + } + + "ResultButton" + { + "ControlName" "CExButton" + "fieldName" "ResultButton" + "xpos" "0" + "ypos" "0" + "wide" "45" + "tall" "16" + "proportionaltoparent" "1" + "visible" "1" + "command" "sort0" + "actionsignallevel" "4" + + "labeltext" "#TF_Competitive_Result" + "font" "ShrekFont10" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + } + + "DateButton" + { + "ControlName" "CExButton" + "fieldName" "DateButton" + "xpos" "49" + "ypos" "0" + "wide" "124" + "tall" "16" + "proportionaltoparent" "1" + "visible" "1" + "command" "sort1" + "actionsignallevel" "4" + + "labeltext" "#TF_Competitive_Date" + "font" "ShrekFont10" + "textAlignment" "center" + "textinsetx" "15" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + } + + "MapButton" + { + "ControlName" "CExButton" + "fieldName" "MapButton" + "xpos" "177" + "ypos" "0" + "wide" "79" + "tall" "16" + "proportionaltoparent" "1" + "visible" "1" + "command" "sort2" + "actionsignallevel" "4" + + "labeltext" "#TF_Competitive_Map" + "font" "ShrekFont10" + "textAlignment" "center" + "textinsetx" "15" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + } + + "KDRButton" + { + "ControlName" "CExButton" + "fieldName" "KDRButton" + "xpos" "260" + "ypos" "0" + "wide" "40" + "tall" "16" + "proportionaltoparent" "1" + "visible" "1" + "command" "sort3" + "actionsignallevel" "4" + + "labeltext" "kdr" + "font" "ShrekFont10" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + } + } + + "MatchHistoryContainer" + { + "ControlName" "CScrollableList" + "fieldName" "MatchHistoryContainer" + "xpos" "5" + "ypos" "48" + "wide" "f0" + "tall" "p0.89" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-3" + "ypos" "0" + "tall" "f0" + "wide" "4" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "SwampWhite" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Leaderboard" + { + "ControlName" "CLadderLobbyLeaderboard" + "fieldName" "Leaderboard" + "xpos" "5" + "ypos" "10" + "wide" "p0.95" + "tall" "p0.89" + "tall" "f20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "scaleImage" "1" + "entry_step" "23" + "proportionaltoparent" "1" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/controlpointcountdown.res b/resource/ui/controlpointcountdown.res new file mode 100644 index 0000000..483a950 --- /dev/null +++ b/resource/ui/controlpointcountdown.res @@ -0,0 +1,20 @@ +"Resource/UI/ControlPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "ShrekFont14" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "White" + "bgcolor" "White" + } +} \ No newline at end of file diff --git a/resource/ui/controlpointicon.res b/resource/ui/controlpointicon.res new file mode 100644 index 0000000..00a9f66 --- /dev/null +++ b/resource/ui/controlpointicon.res @@ -0,0 +1,108 @@ +"Resource/UI/ControlPointIcon.res" +{ + "ControlPointIcon" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Countdown" + { + "ControlName" "CControlPointCountdown" + "fieldName" "Countdown" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "10" + "tall" "12" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CapNumPlayers" + { + "ControlName" "CExLabel" + "fieldName" "CapNumPlayers" + "xpos" "7" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont10" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + } + + "OverlayImage" + { + "ControlName" "ImagePanel" + "fieldName" "OverlayImage" + "xpos" "rs1-1" + "ypos" "2" + "zpos" "4" + "wide" "6" + "tall" "6" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CPTimerLabel" + { + "ControlName" "CExLabel" + "fieldName" "CPTimerLabel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "labelText" "60" + "textAlignment" "center" + "font" "ShrekFont7" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "CPTimerBG" + { + "ControlName" "Panel" + "fieldName" "CPTimerBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/controlpointprogressbar.res b/resource/ui/controlpointprogressbar.res new file mode 100644 index 0000000..11d4a9b --- /dev/null +++ b/resource/ui/controlpointprogressbar.res @@ -0,0 +1,74 @@ +"Resource/UI/ControlPointProgressBar.res" +{ + "ControlPointProgressBar" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "100" + "wide_minmode" "65" + "tall" "65" + "tall_minmode" "42" + "visible" "0" + "enabled" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + + "ProgressBar" + { + "ControlName" "CircularProgressBar" + "fieldName" "ProgressBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Teardrop" + { + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "TeardropSide" + { + "ControlName" "CIconPanel" + "fieldName" "TeardropSide" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "ProgressText" + { + "ControlName" "Label" + "fieldName" "ProgressText" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Blocked" + { + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res new file mode 100644 index 0000000..78bdb9a --- /dev/null +++ b/resource/ui/craftingpanel.res @@ -0,0 +1,568 @@ +#base "reloadschemebutton.res" + +"Resource/UI/CraftingPanel.res" +{ + "crafting_panel" + { + "ControlName" "Frame" + "fieldName" "crafting_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "501" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "item_ypos" "75" + "output_item_ypos" "262" + "item_crafting_offcenter_x" "3" + "item_backpack_xdelta" "3" + "item_backpack_ydelta" "3" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "71" + "tall" "45" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_center" "0" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "Blank" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%itemname%" + "textAlignment" "center" + "fgcolor" "White" + "fgcolor_override" "White" + "wrap" "1" + "centerwrap" "1" + } + } + } + + "recipebuttons_kv" + { + "font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "textAlignment" "center" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "SwampBrown" + "armedFgColor_override" "White" + "armedBgColor_override" "SwampGreen" + "depressedFgColor_override" "White" + "depressedBgColor_override" "SwampGreen" + } + + "filter_xoffset" "-204" + "filter_ypos" "49" + "filter_xdelta" "12" + "filter_ydelta" "12" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "Command" "" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "FiltersBG" + { + "ControlName" "EditablePanel" + "fieldName" "FiltersBG" + "xpos" "cs-1-8" + "ypos" "44" + "zpos" "1" + "wide" "270" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + } + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "ButtonsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ButtonsBG" + "xpos" "cs-1-8" + "ypos" "cs-0.5+13" + "zpos" "1" + "wide" "270" + "tall" "268" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "recipecontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainerscroller" + "xpos" "c-275" + "ypos" "83" + "zpos" "5" + "wide" "264" + "tall" "263" + "fgcolor_override" "TanDark" + "paintbackground" "0" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "rs1" + "ypos" "0" + "wide" "0" //4 + "tall" "f0" + "zpos" "1000" + "proportionaltoparent" "1" + + "Slider" + { + "PaintBackgroundType" "0" + "fgcolor_override" "White" + } + + "nobuttons" "1" + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + } + + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "264" + "tall" "263" + "paintbackground" "0" + } + + "selectedrecipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "selectedrecipecontainer" + "xpos" "cs+0+3" + "ypos" "0" + "zpos" "5" + "wide" "296" + "tall" "350" + "PaintBackground" "0" + + "InputBG" + { + "ControlName" "EditablePanel" + "fieldName" "InputBG" + "xpos" "cs-0.5" + "ypos" "45" + "zpos" "-1" + "wide" "f0" + "tall" "173" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + } + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "xpos" "cs-0.5" + "ypos" "48" + "zpos" "1" + "wide" "f6" + "tall" "24" + "visible" "1" + "enabled" "1" + "font" "HudFontMediumSmallBold" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "west" + "textinsetx" "5" + "fgcolor" "SwampWhite" + "use_proportional_insets" "1" + "proportionaltoparent" "1" + } + + "OutputBG" + { + "ControlName" "EditablePanel" + "fieldName" "OutputBG" + "xpos" "cs-0.5" + "ypos" "232" + "zpos" "-1" + "wide" "f0" + "tall" "78" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackgroundType" "0" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + } + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "xpos" "cs-0.5" + "ypos" "235" + "zpos" "1" + "wide" "f6" + "tall" "24" + "visible" "1" + "enabled" "1" + "font" "HudFontMediumSmallBold" + "labelText" "#Craft_Recipe_Outputs" + "textAlignment" "west" + "textinsetx" "5" + "fgcolor" "SwampWhite" + "use_proportional_insets" "1" + "proportionaltoparent" "1" + "PaintBackgroundType" "0" + "PaintBackground" "0" + "bgcolor_override" "LighterDarkBrown" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "cs-0.5" + "ypos" "325" + "zpos" "20" + "wide" "f0" + "tall" "22" + "visible" "1" + "enabled" "0" + "proportionaltoparent" "1" + "labelText" "#CraftConfirm" + "font" "ShrekFont16" + "textAlignment" "center" + "Command" "craft" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "FreeAccountLabel" + { + "ControlName" "CExLabel" + "fieldName" "FreeAccountLabel" + "xpos" "cs-0.5" + "ypos" "304" + "zpos" "21" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "FontStorePrice" + "labelText" "#Craft_PremiumRecipe" + "textAlignment" "center" + "fgcolor" "Red" + } + "UpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "UpgradeButton" + "xpos" "cs-0.5" + "ypos" "323" + "zpos" "22" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_Trial_Upgrade" + "font" "ShrekFont16" + "textAlignment" "center" + "Command" "upgrade" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "xpos" "9999" + } + "RecipeInputStringLabel" + { + "ControlName" "CExLabel" + "fieldName" "RecipeInputStringLabel" + "xpos" "9999" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "320" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "SwampDarkestBrown" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallest" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "wrap" "1" + "centerwrap" "1" + } + } + + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/dashboardpartymember.res b/resource/ui/dashboardpartymember.res new file mode 100644 index 0000000..14d98ec --- /dev/null +++ b/resource/ui/dashboardpartymember.res @@ -0,0 +1,160 @@ +"Resource/UI/DashboardPartyMember.res" +{ + "avatar" + { + "fieldName" "avatar" + "xpos" "1" + "ypos" "1" + "zpos" "101" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + } + + "EmptyImage" + { + "ControlName" "ImagePanel" + "fieldName" "EmptyImage" + "xpos" "1" + "ypos" "1" + "zpos" "100" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "replay/thumbnails/menu/silhouette" + "mouseinputenabled" "0" + "drawcolor" "SwampWhite" + } + + "LeaderIcon" + { + "ControlName" "ImagePanel" + "fieldName" "LeaderIcon" + "xpos" "0" + "ypos" "0" + "zpos" "105" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "importtool_goldstar" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "BannedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "BannedIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "255 0 0 255" + } + + "OutOfDateIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OutOfDateIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "OrangeDim" + } + + "OfflineIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OfflineIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.65" + "tall" "p0.65" + "visible" "1" + "enabled" "1" + "image" "gc_dc" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "OrangeDim" + } + + "StatusDimmer" + { + "ControlName" "Panel" + "fieldName" "StatusDimmer" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 240" + } + + "InteractButton" + { + "ControlName" "CExImageButton" + "fieldName" "InteractButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "200" + "wide" "f1" + "tall" "f1" + "visible" "1" + "enabled" "1" + "font" "PlayerPanelPlayerName" + "textAlignment" "center" + "Command" "interact" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintborder" "0" + "paintbackground" "0" + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "200" + + "radius" "26" + "velocity" "60" + "fgcolor_override" "Orange" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res new file mode 100644 index 0000000..ab055e7 --- /dev/null +++ b/resource/ui/destroy_menu/base_active.res @@ -0,0 +1,115 @@ +"Resource/UI/Destroy_Menu/Base_Active.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "1" + "wide" "f4" + "tall" "o1" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "White" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "cs-0.5" + "ypos" "4" + "zpos" "1" + "wide" "f8" + "tall" "o1" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "255 255 255 255" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "ShrekFont7" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "centerwrap" "1" + "fgcolor" "200 100 100 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "ShrekFont8" + "fgcolor" "White" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "6" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "2" + "textAlignment" "Center" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + } + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res new file mode 100644 index 0000000..571e36c --- /dev/null +++ b/resource/ui/destroy_menu/base_inactive.res @@ -0,0 +1,24 @@ +#base "base_active.res" + +"Resource/UI/Destroy_Menu/Base_Inactive.res" +{ + "DestroyIcon" + { + "visible" "0" + } + + "BuildingIcon" + { + "visible" "0" + } + + "NotBuiltLabel" + { + "visible" "1" + } + + "NumberLabel" + { + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res new file mode 100644 index 0000000..c1cd288 --- /dev/null +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -0,0 +1,15 @@ +#base "base_active.res" + +"Resource/UI/Destroy_Menu/Dispenser_Active.res" +{ + "BuildingIcon" + { + "xpos" "cs-0.5+1" + "icon" "obj_status_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res new file mode 100644 index 0000000..d3e54f0 --- /dev/null +++ b/resource/ui/destroy_menu/dispenser_inactive.res @@ -0,0 +1,15 @@ +#base "base_inactive.res" + +"Resource/UI/Destroy_Menu/Dispenser_Inactive.res" +{ + "BuildingIcon" + { + "xpos" "cs-0.5+1" + "icon" "obj_status_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res new file mode 100644 index 0000000..31dea19 --- /dev/null +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -0,0 +1,283 @@ +"Resource/UI/Destroy_Menu/HudMenuEngyDestroy.res" +{ + "ItemsAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsAnchor" + "xpos" "cs-0.5" + "ypos" "r120" + "zpos" "0" + "wide" "145" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "ItemsAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "ItemsAnchor" + } + + "active_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "active_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "2" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "1" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "inactive_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + } + + "inactive_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + } + + "inactive_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + } + + "inactive_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_4" + } + + "unavailable_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_1" + } + + "unavailable_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_2" + } + + "unavailable_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_3" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_3" + } + + "unavailable_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_4" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "40" + "visible" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "active_item_4" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "9999" + } + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "xpos" "9999" + } + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/base_active.res b/resource/ui/destroy_menu/pipboy/base_active.res new file mode 100644 index 0000000..f2f52f9 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/base_active.res @@ -0,0 +1 @@ +#base "../base_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/base_inactive.res b/resource/ui/destroy_menu/pipboy/base_inactive.res new file mode 100644 index 0000000..824cf37 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/base_inactive.res @@ -0,0 +1 @@ +#base "../base_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res new file mode 100644 index 0000000..bb0fa3a --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -0,0 +1 @@ +#base "../dispenser_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res new file mode 100644 index 0000000..5a25382 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -0,0 +1 @@ +#base "../dispenser_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res new file mode 100644 index 0000000..c1306bb --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -0,0 +1 @@ +#base "../hudmenuengydestroy.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res new file mode 100644 index 0000000..f00b81d --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -0,0 +1 @@ +#base "../sentry_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res new file mode 100644 index 0000000..8eeb02f --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -0,0 +1 @@ +#base "../sentry_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res new file mode 100644 index 0000000..a60b477 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -0,0 +1 @@ +#base "../tele_entrance_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res new file mode 100644 index 0000000..c5cbf7b --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -0,0 +1 @@ +#base "../tele_entrance_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res new file mode 100644 index 0000000..1b3149b --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -0,0 +1 @@ +##base "../tele_exit_active.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res new file mode 100644 index 0000000..e2ebd86 --- /dev/null +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -0,0 +1 @@ +#base "../tele_exit_inactive.res" \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res new file mode 100644 index 0000000..a0e2a2a --- /dev/null +++ b/resource/ui/destroy_menu/sentry_active.res @@ -0,0 +1,15 @@ +#base "base_active.res" + +"Resource/UI/Destroy_Menu/Sentry_Active.res" +{ + "BuildingIcon" + { + "xpos" "cs-0.5+1" + "icon" "obj_status_sentrygun_2" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res new file mode 100644 index 0000000..fb9e071 --- /dev/null +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -0,0 +1,15 @@ +#base "base_inactive.res" + +"Resource/UI/Destroy_Menu/Sentry_Inactive.res" +{ + "BuildingIcon" + { + "xpos" "cs-0.5+1" + "icon" "obj_status_sentrygun_2" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_active.res b/resource/ui/destroy_menu/tele_entrance_active.res new file mode 100644 index 0000000..77fced3 --- /dev/null +++ b/resource/ui/destroy_menu/tele_entrance_active.res @@ -0,0 +1,14 @@ +#base "base_active.res" + +"Resource/UI/Destroy_Menu/Tele_Entrance_Active.res" +{ + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_inactive.res b/resource/ui/destroy_menu/tele_entrance_inactive.res new file mode 100644 index 0000000..73ead7e --- /dev/null +++ b/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -0,0 +1,9 @@ +#base "base_inactive.res" + +"Resource/UI/Destroy_Menu/Tele_Entrance_Inactive.res" +{ + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_active.res b/resource/ui/destroy_menu/tele_exit_active.res new file mode 100644 index 0000000..6139c3e --- /dev/null +++ b/resource/ui/destroy_menu/tele_exit_active.res @@ -0,0 +1,14 @@ +#base "base_active.res" + +"Resource/UI/Destroy_Menu/Tele_Exit_Active.res" +{ + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_inactive.res b/resource/ui/destroy_menu/tele_exit_inactive.res new file mode 100644 index 0000000..d678914 --- /dev/null +++ b/resource/ui/destroy_menu/tele_exit_inactive.res @@ -0,0 +1,9 @@ +#base "base_inactive.res" + +"Resource/UI/Destroy_Menu/Tele_Exit_Inactive.res" +{ + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_blue.res b/resource/ui/disguise_menu/demoman_blue.res new file mode 100644 index 0000000..178542a --- /dev/null +++ b/resource/ui/disguise_menu/demoman_blue.res @@ -0,0 +1,14 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Demoman_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_demoman_blu" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_red.res b/resource/ui/disguise_menu/demoman_red.res new file mode 100644 index 0000000..0808c87 --- /dev/null +++ b/resource/ui/disguise_menu/demoman_red.res @@ -0,0 +1,14 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Demoman_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_demoman_red" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_blue.res b/resource/ui/disguise_menu/engineer_blue.res new file mode 100644 index 0000000..cd35715 --- /dev/null +++ b/resource/ui/disguise_menu/engineer_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Engineer_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_engineer_blu" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "6" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_red.res b/resource/ui/disguise_menu/engineer_red.res new file mode 100644 index 0000000..b2913aa --- /dev/null +++ b/resource/ui/disguise_menu/engineer_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Engineer_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_engineer_red" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "6" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res new file mode 100644 index 0000000..5b74d5b --- /dev/null +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Heavy_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_heavy_blu" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "5" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_red.res b/resource/ui/disguise_menu/heavy_red.res new file mode 100644 index 0000000..37c843d --- /dev/null +++ b/resource/ui/disguise_menu/heavy_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Heavy_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_heavy_red" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "5" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/hudmenuspydisguise.res b/resource/ui/disguise_menu/hudmenuspydisguise.res new file mode 100644 index 0000000..fd1d72a --- /dev/null +++ b/resource/ui/disguise_menu/hudmenuspydisguise.res @@ -0,0 +1,471 @@ +"Resource/UI/Disguise_Menu/HudMenuSpyDisguise.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "r128" + "zpos" "0" + "wide" "190" + "tall" "53" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ToggleLabel" + { + "ControlName" "CExLabel" + "fieldName" "ToggleLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "190" + "tall" "9" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Minus_Toggle" + "textAlignment" "west" + "textinsetx" "5" + "font" "SpectatorKeyHints" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "fgcolor" "White" + + "pin_to_sibling" "Background" + } + + "class_item_red_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "-5" + "ypos" "-2" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "Background" + } + + "class_item_blue_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_1" + } + + "class_item_red_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_2" + } + + "class_item_red_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_3" + } + + "class_item_red_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_4" + } + + "class_item_red_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_5" + } + + "class_item_red_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_6" + } + + "class_item_red_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_6" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_7" + } + + "class_item_red_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_8" + } + + "class_item_red_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "1" + + "pin_to_sibling" "class_item_red_8" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "class_item_blue_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "50" + "visible" "0" + + "pin_to_sibling" "class_item_red_9" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel1" + "xpos" "1" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "1" + "proportionaltoparent" "1" + "textAlignment" "Center" + "font" "ShrekFont8" + "fgcolor" "White" + + "pin_to_sibling" "class_item_red_2" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel2" + "xpos" "1" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "2" + "proportionaltoparent" "1" + "textAlignment" "Center" + "font" "ShrekFont8" + "fgcolor" "White" + + "pin_to_sibling" "class_item_red_5" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel3" + "xpos" "1" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "3" + "proportionaltoparent" "1" + "textAlignment" "Center" + "font" "ShrekFont8" + "fgcolor" "White" + + "pin_to_sibling" "class_item_red_8" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "xpos" "9999" + } + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } + "NumberBg1" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg1" + "xpos" "9999" + } + "NumberBg2" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg2" + "xpos" "9999" + } + "NumberBg3" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg3" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_blue.res b/resource/ui/disguise_menu/medic_blue.res new file mode 100644 index 0000000..799835a --- /dev/null +++ b/resource/ui/disguise_menu/medic_blue.res @@ -0,0 +1,14 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Medic_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_medic_blu" + } + + "NumberLabel" + { + "labelText" "7" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_red.res b/resource/ui/disguise_menu/medic_red.res new file mode 100644 index 0000000..b27df38 --- /dev/null +++ b/resource/ui/disguise_menu/medic_red.res @@ -0,0 +1,14 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Medic_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_medic_red" + } + + "NumberLabel" + { + "labelText" "7" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_blue.res b/resource/ui/disguise_menu/pyro_blue.res new file mode 100644 index 0000000..b449f36 --- /dev/null +++ b/resource/ui/disguise_menu/pyro_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Pyro_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_pyro_blu" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_red.res b/resource/ui/disguise_menu/pyro_red.res new file mode 100644 index 0000000..8f9a8b6 --- /dev/null +++ b/resource/ui/disguise_menu/pyro_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Pyro_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_pyro_red" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_blue.res b/resource/ui/disguise_menu/scout_blue.res new file mode 100644 index 0000000..674b1d9 --- /dev/null +++ b/resource/ui/disguise_menu/scout_blue.res @@ -0,0 +1,9 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Scout_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_scout_blu" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_red.res b/resource/ui/disguise_menu/scout_red.res new file mode 100644 index 0000000..06b325e --- /dev/null +++ b/resource/ui/disguise_menu/scout_red.res @@ -0,0 +1,73 @@ +"Resource/UI/Disguise_Menu/Scout_Red.res" +{ + "ClassIcon" + { + "ControlName" "CIconPanel" + "fieldName" "ClassIcon" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "hud_menu_scout_red" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "xpos" "0" + "ypos" "rs1" + "zpos" "10" + "wide" "f0" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "1" + "proportionaltoparent" "1" + "textAlignment" "Center" + "font" "ShrekFont8" + "fgcolor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "xpos" "0" + "ypos" "rs1" + "zpos" "10" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "1" + "proportionaltoparent" "1" + "textAlignment" "Center" + "font" "ShrekFont8" + "fgcolor" "White" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "xpos" "9999" + } + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_blue.res b/resource/ui/disguise_menu/sniper_blue.res new file mode 100644 index 0000000..d77a237 --- /dev/null +++ b/resource/ui/disguise_menu/sniper_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Sniper_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_sniper_blu" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "8" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_red.res b/resource/ui/disguise_menu/sniper_red.res new file mode 100644 index 0000000..0fad03b --- /dev/null +++ b/resource/ui/disguise_menu/sniper_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Sniper_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_sniper_red" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "8" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_blue.res b/resource/ui/disguise_menu/soldier_blue.res new file mode 100644 index 0000000..66d98f8 --- /dev/null +++ b/resource/ui/disguise_menu/soldier_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Soldier_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_soldier_blu" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_red.res b/resource/ui/disguise_menu/soldier_red.res new file mode 100644 index 0000000..2866bbd --- /dev/null +++ b/resource/ui/disguise_menu/soldier_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Soldier_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_soldier_red" + } + + "NewNumberLabel" + { + "labelText" "2" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_blue.res b/resource/ui/disguise_menu/spy_blue.res new file mode 100644 index 0000000..54d0fc2 --- /dev/null +++ b/resource/ui/disguise_menu/spy_blue.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Spy_Blue.res" +{ + "ClassIcon" + { + "icon" "hud_menu_spy_blu" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "9" + } +} \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_red.res b/resource/ui/disguise_menu/spy_red.res new file mode 100644 index 0000000..a4cfda4 --- /dev/null +++ b/resource/ui/disguise_menu/spy_red.res @@ -0,0 +1,19 @@ +#base "scout_red.res" + +"Resource/UI/Disguise_Menu/Spy_Red.res" +{ + "ClassIcon" + { + "icon" "hud_menu_spy_red" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "9" + } +} \ No newline at end of file diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res new file mode 100644 index 0000000..9cf8170 --- /dev/null +++ b/resource/ui/disguisestatuspanel.res @@ -0,0 +1,115 @@ +"Resource/UI/DisguiseStatusPanel.res" +{ + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + + "useparentbg" "1" + "fov" "54" + "start_framed" "1" + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + } + } + + "DisguiseStatusBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "DisguiseStatusBG" + "xpos" "2" + "ypos" "rs1-2" + "zpos" "-1" + "wide" "150" + "tall" "12" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + + "src_corner_height" "15" + "src_corner_width" "15" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "DisguiseNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "DisguiseNameLabel" + "xpos" "-45" + "ypos" "0" + "zpos" "1" + "wide" "95" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "font" "ShrekFont8" + "textAlignment" "West" + "fgcolor" "White" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "WeaponNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "WeaponNameLabel" + "xpos" "-45" + "ypos" "0" + "zpos" "1" + "wide" "95" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "font" "ShrekFont8" + "textAlignment" "West" + "fgcolor" "White" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "-5" + "ypos" "1" + "wide" "45" + "tall" "44" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + + "pin_to_sibling" "DisguiseStatusBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } +} \ No newline at end of file diff --git a/resource/ui/dynamicrecipepanel.res b/resource/ui/dynamicrecipepanel.res new file mode 100644 index 0000000..b869063 --- /dev/null +++ b/resource/ui/dynamicrecipepanel.res @@ -0,0 +1,554 @@ +#base "reloadschemebutton.res" + +"Resource/UI/DynamicRecipePanel.res" +{ + "dynamic_recipe_panel" + { + "ControlName" "Frame" + "fieldName" "dynamic_recipe_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "zpos" "501" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "item_ypos" "50" + "output_item_ypos" "255" + "item_crafting_offcenter_x" "7" + "item_backpack_xdelta" "3" + "item_backpack_ydelta" "3" + "inventory_xpos" "7" + "inventory_ypos" "50" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "70" + "tall" "45" + "visible" "0" + "enabled" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "filter_xoffset" "-290" + "filter_ypos" "30" + "filter_xdelta" "10" + "filter_ydelta" "10" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "Command" "" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "inventorycontainer" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "recipecontainer" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "c5" + "ypos" "30" + "zpos" "5" + "wide" "300" + "tall" "350" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "font" "ShrekFont12" + "labelText" "%recipetitle%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "1" + "wide" "280" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + } + + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "font" "ShrekFont10" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "west" + "xpos" "7" + "ypos" "30" + "zpos" "1" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "font" "ShrekFont10" + "labelText" "#Dynamic_Recipe_Outputs_Not_Complete" + "textAlignment" "west" + "xpos" "7" + "ypos" "235" + "zpos" "1" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "White" + "fgcolor_override" "SwampWhite" + } + + "UntradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UntradableLabel" + "font" "ShrekFont10" + "labelText" "#Dynamic_Recipe_Outputs_Not_Tradable" + "textAlignment" "west" + "xpos" "0" + "ypos" "296" + "zpos" "1" + "wide" "250" + "tall" "25" + "visible" "0" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "White" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "20" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "0" + "labelText" "#CraftConfirm" + "font" "ShrekFont14" + "textAlignment" "center" + "textinsetx" "50" + "Command" "craft" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "AllCaps" "0" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + } + + "PrevInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevInputPageButton" + "xpos" "7" + "ypos" "200" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "previnputpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } + + "CurInputPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurInputPageLabel" + "font" "ShrekFont14" + "labelText" "%inputpage%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "200" + "zpos" "1" + "wide" "45" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "SwampWhite" + } + + "NextInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextInputPageButton" + "xpos" "rs1-7" + "ypos" "200" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "nextinputpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } + } + + "inventorycontainer" + { + "ControlName" "EditablePanel" + "fieldName" "inventorycontainer" + "xpos" "c-305" + "ypos" "30" + "zpos" "5" + "wide" "300" + "tall" "350" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "bgcolor_override" "SwampDarkBrown" + + "NoMatches" + { + "ControlName" "CExLabel" + "fieldName" "NoMatches" + "font" "ShrekFont10" + "labelText" "#Dynamic_Recipe_No_Matching_Items" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "125" + "zpos" "1" + "wide" "280" + "tall" "30" + "visible" "0" + "enabled" "1" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "centerwrap" "1" + "wrap" "1" + "proportionaltoparent" "1" + } + + "UntradableCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "UntradableCheckBox" + "labelText" "#Dynamic_Recipe_Untradable_Checkbox" + "Font" "ShrekFont9" + "textAlignment" "west" + "xpos" "5" + "ypos" "7" + "zpos" "1" + "wide" "280" + "tall" "20" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "BackpackItems" + { + "ControlName" "CExLabel" + "fieldName" "BackpackItems" + "font" "ShrekFont10" + "labelText" "#Dynamic_Recipe_Matching_Items" + "textAlignment" "west" + "xpos" "7" + "ypos" "30" + "zpos" "1" + "wide" "280" + "tall" "25" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "wrap" "1" + "AllCaps" "0" + "proportionaltoparent" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "20" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#Cancel" + "font" "ShrekFont14" + "textAlignment" "center" + "textinsetx" "50" + "Command" "cancel" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "AllCaps" "0" + + "paintbackground" "1" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "7" + "ypos" "250" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "prevpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "250" + "zpos" "1" + "wide" "45" + "tall" "20" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "rs1-7" + "ypos" "250" + "zpos" "1" + "wide" "15" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "nextpage" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "SwampWhite" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "0" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res new file mode 100644 index 0000000..d92e4dd --- /dev/null +++ b/resource/ui/econ/backpackpanel.res @@ -0,0 +1,1562 @@ +#base "../reloadschemebutton.res" + +"Resource/UI/Econ/BackPackPanel.res" +{ + "backpack_panel" + { + "ControlName" "Frame" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "item_xpos_offcenter_a" "-310" + "item_xpos_offcenter_b" "165" + "item_ypos" "85" + "item_ydelta" "80" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "page_button_y" "315" + "page_button_x_delta" "3" + "page_button_y_delta" "3" + "page_button_per_row" "20" + "page_button_height" "13" + + "pagebuttons_kv" + { + "ControlName" "EditablePanel" + "wide" "10" + "tall" "10" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "Button" + { + "fieldName" "Button" + "ControlName" "CExButton" + "wide" "25" + "tall" "13" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "textAlignment" "center" + "labelText" "%page%" + "font" "ShrekFont9" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "east" + "ypos" "0" + "xpos" "0" + "zpos" "0" + "wide" "f1" + "tall" "f-3" + "textinsetx" "8" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" + } + } + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "50" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "east" + "xpos" "rs1" + "ypos" "0" + "zpos" "15" + "wide" "25" + "tall" "12" + "textinsetx" "8" + "skip_autoresize" "1" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" + } + + "use_item_sounds" "1" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "tool_icon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" + } + + "BackpackBG" + { + "ControlName" "EditablePanel" + "fieldName" "BackpackBG" + "xpos" "cs-0.5-1" + "ypos" "cs-0.5-46" + "zpos" "-1" + "wide" "584" + "tall" "231" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "BackpackBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "BackpackBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PageButtonsAnchor" //Moves the A & D Buttons + { + "ControlName" "EditablePanel" + "fieldName" "PageButtonsAnchor" + "xpos" "c-263" + "ypos" "37" + "zpos" "0" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&A" + "font" "HudFontSmallBold" + "textAlignment" "center" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "alpha" "0" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "Shrekfont14" + "labelText" "%backpackpage%" + "textAlignment" "west" + "xpos" "-10" + "ypos" "5" + "zpos" "1" + "wide" "70" + "tall" "15" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampGreen" + + "pin_to_sibling" "BackpackBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&D" + "font" "HudFontSmallBold" + "textAlignment" "center" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "alpha" "0" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ShowRarityComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ShowRarityComboBox" + "Font" "HudFontSmallestBold" + "wrap" "0" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "210" + "tall" "15" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackground" "1" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "SortByComboBox" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ShowBaseItemsCheckbox" + { + "ControlName" "CheckButton" + "fieldName" "ShowBaseItemsCheckbox" + "labelText" "#ShowBaseItemsCheckBox" + "Font" "HudFontSmallestBold" + "textAlignment" "east" + "xpos" "c-70" + "ypos" "15" + "zpos" "1" + "wide" "0" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "NameFilterIcon" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterIcon" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "125" + "tall" "15" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampBrown" + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "o1" + "tall" "f4" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_workshop_view" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "-2" + "ypos" "0" + "wide" "105" + "zpos" "5" + "tall" "11" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "roundedcorners" "0" + "fgcolor_override" "White" + "bgcolor_override" "0 0 0 150" + "paintbackgroundtype" "0" + "font" "HudFontSmallest" + + "pin_to_sibling" "NameFilterIcon" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "SortByComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortByComboBox" + "Font" "HudFontSmallestBold" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackground" "1" + "paintbackgroundtype" "0" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "NameFilterIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "102" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "27" + "tall" "21" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "18" + "text_ypos" "30" + "text_center" "1" + "name_only" "1" + "model_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "DragToNextPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToNextPageButton" + "xpos" "c295" + "ypos" "165" + "zpos" "1" + "wide" "20" + "tall" "40" + "visible" "0" + "enabled" "1" + "labelText" ">" + "font" "HudFontMediumBold" + "textAlignment" "center" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "DragToPrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToPrevPageButton" + "xpos" "c-317" + "ypos" "165" + "zpos" "1" + "wide" "20" + "tall" "40" + "visible" "0" + "enabled" "1" + "labelText" "<" + "font" "HudFontMediumBold" + "textAlignment" "center" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelApplyToolButton" + { + "ControlName" "CExButton" + "fieldName" "CancelApplyToolButton" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "150" + "tall" "15" + "visible" "0" + "enabled" "1" + "roundedcorners" "0" + "labelText" "#Cancel" + "font" "ShrekFont12" + "textAlignment" "center" + "Command" "canceltool" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "pin_to_sibling" "SortByCombobox" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c267" + "ypos" "10" + "zpos" "100" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "PagesExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "PagesExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PagesExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-250" + "end_y" "130" + "end_wide" "300" + "end_tall" "115" + "callout_inparents_x" "c-250" + "callout_inparents_y" "290" + "next_explanation" "ContextExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackPagesExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackPagesExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "45" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ContextExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ContextExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "c0" + "next_explanation" "StockExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackContextExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackContextExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + } + + "StockExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StockExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "SortExplanation" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "50" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackStockExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackStockExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + } + + "SortExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "SortExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-110" + "end_y" "80" + "end_wide" "300" + "end_tall" "135" + "callout_inparents_x" "c200" + "callout_inparents_y" "55" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackSortExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackSortExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor" "200 80 60 255" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res new file mode 100644 index 0000000..771f2e4 --- /dev/null +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -0,0 +1,152 @@ +"Resource/UI/econ/ComboBoxBackpackOverlayDialogBase.res" +{ + "ComboBoxBackpackOverlayDialogBase" + { + "fieldName" "ComboBoxBackpackOverlayDialogBase" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "180" + "tall" "240" + "settitlebarvisible" "0" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "SwampDarkBrown" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "ShrekFont14" + "labelText" "Select Style" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "180" + "tall" "40" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor" "SwampWhite" + } + + "preview_model" + { + "ControlName" "CItemModelPanel" + "fieldName" "preview_model" + "xpos" "10" + "ypos" "40" + "zpos" "1" + "wide" "160" + "tall" "120" + "visible" "1" + "enabled" "1" + "bgcolor_override" "SwampDarkestBrown" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "160" + "model_tall" "120" + "text_ypos" "120" // Hide it off the bottom + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "force_use_model" "1" + "use_item_rendertarget" "1" + "inventory_image_type" "1" + "allow_rot" "1" + } + } + + "ComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ComboBox" + "Font" "ShrekFont9" + "xpos" "10" + "ypos" "170" + "zpos" "1" + "wide" "160" + "tall" "15" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "paintborder" "0" + "paintbackground" "1" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "10" + "ypos" "rs1-10" + "zpos" "1" + "wide" "p0.42" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#Cancel" + "font" "ShrekFont12" + "textAlignment" "center" + "Command" "cancel" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "rs1-10" + "ypos" "rs1-10" + "zpos" "1" + "wide" "p0.42" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#TF_OK" + "font" "ShrekFont12" + "textAlignment" "center" + "Command" "apply" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res new file mode 100644 index 0000000..5a6c2e7 --- /dev/null +++ b/resource/ui/econ/inspectionpanel.res @@ -0,0 +1,701 @@ +#base "../ReloadSchemeButton.res" + +"Resource/UI/Econ/InspectionPanel.res" +{ + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + + "consume_mode" + { + "tall" "0" + } + } + + "WeaponBG" + { + "ControlName" "EditablePanel" + "fieldName" "WeaponBG" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "1" + "wide" "300" + "tall" "250" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + + "consume_mode" + { + "tall" "180" + } + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "WeaponBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "consume_mode" + { + "tall" "0" + } + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-40" + "ypos" "-45" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + + "pin_to_sibling" "WeaponBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "consume_mode" + { + "tall" "0" + } + } + + "ItemName" + { + "ControlName" "CItemModelPanel" + "fieldName" "ItemName" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "200" + "visible" "1" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "0" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + + "text_ypos" "15" + "text_center" "0" + "paint_icon_hide" "1" + "model_hide" "1" + "text_forcesize" "4" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + "continued_velocity" "1" + } + } + + "ModelInspectionPanel" + { + "fieldName" "ModelInspectionPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "o1.5" + "tall" "p0.8" + "visible" "1" + + "proportionaltoparent" "1" + + "force_use_model" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + "allow_pitch" "1" + "max_pitch" "30" + "use_pedestal" "1" + "use_particle" "1" + "fov" "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" + } + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "cs-0.5" + "ypos" "p.7-35" + "zpos" "100" + "wide" "60" + "tall" "25" + "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" + "visible" "1" + "enabled" "1" + "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" + } + } + } + } + + "PaintkitPreviewContainer" + { + "ControlName" "EditablePanel" + "fieldName" "PaintkitPreviewContainer" + "xpos" "cs-0.5" + "ypos" "p.7" + "wide" "300" + "tall" "100" + "zpos" "100" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "mouseinputenabled" "1" + "proportionaltoparent" "1" + + "visible" "0" + + "fixed_item" + { + "ypos" "p.7" + "tall" "80" + "visible" "1" + } + "fixed_paintkit" + { + "ypos" "p.7" + "tall" "60" + "visible" "1" + } + + "DebugButton" + { + "ControlName" "CExImageButton" + "fieldName" "DebugButton" + "xpos" "5" + "ypos" "0" + "zpos" "1005" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "debug_menu" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "Blank" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "DarkBrown" + + "image_drawcolor" "TanDark" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_edit" + "scaleImage" "1" + } + } // Debug button + + + "ComboBoxValidPaintkits" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidPaintkits" + "Font" "ShrekFont10" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "10" + "zpos" "100" + "wide" "200" + "tall" "15" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "fixed_paintkit" + { + "visible" "0" + } + + "paintborder" "0" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "PaintkitLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintkitLabel" + "font" "ShrekFont10" + "labelText" "#TF_ItemPreview_ItemPaintkit" + "textAlignment" "west" + "xpos" "8" + "ypos" "10" + "wide" "80" + "tall" "15" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + + "fixed_paintkit" + { + "visible" "0" + } + } + + "ComboBoxValidItems" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidItems" + "Font" "ShrekFont10" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "30" + + "fixed_paintkit" + { + "ypos" "10" + } + + "zpos" "100" + "wide" "200" + "tall" "15" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + + "fixed_item" + { + "visible" "0" + } + + "proportionaltoparent" "1" + + "paintborder" "0" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "ShrekFont10" + "labelText" "#TF_ItemPreview_ItemPreview" + "textAlignment" "west" + "xpos" "8" + "ypos" "30" + "wide" "80" + "tall" "15" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + + "fixed_paintkit" + { + "ypos" "10" + } + "fixed_item" + { + "visible" "0" + } + "consume_mode" + { + "labelText" "#TF_ItemPreview_RedeemItem" + } + } + + "WearSlider" + { + "ControlName" "Slider" + "fieldName" "WearSlider" + "xpos" "90" + "ypos" "50" + "zpos" "1" + "wide" "204" + "tall" "30" + "numticks" "4" + "rangemin" "1" + "rangemax" "5" + "lefttext" "#TFUI_InvTooltip_BattleScared" + "righttext" "#TFUI_InvTooltip_FactoryNew" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "fixed_item" + { + "ypos" "30" + } + "fixed_paintkit" + { + "visible" "0" + } + "consume_mode" + { + "visible" "0" + } + } + + "WearLabel" + { + "ControlName" "CExLabel" + "fieldName" "WearLabel" + "font" "ShrekFont9" + "labelText" "#TF_ItemPreview_ItemWear" + "textAlignment" "west" + "xpos" "8" + "ypos" "50" + "wide" "80" + "tall" "15" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + "fixed_item" + { + "ypos" "30" + } + "fixed_paintkit" + { + "visible" "0" + } + "consume_mode" + { + "visible" "0" + } + } + + "NewSeedButton" + { + "ControlName" "Button" + "fieldName" "NewSeedButton" + "xpos" "8" + "ypos" "75" + "zpos" "10" + "wide" "70" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#TF_ItemPreview_PaintkitSeed" + "actionsignallevel" "2" + "textAlignment" "center" + "keyboardinputenabled" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "command" "random_seed" + + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + "consume_mode" + { + "visible" "0" + } + } + + "SeedTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "SeedTextEntry" + "xpos" "90" + "ypos" "75" + "zpos" "10" + "wide" "115" + "tall" "20" + "visible" "1" + "enabled" "1" + "actionsignallevel" "2" + "default" "1" + "NumericInputOnly" "1" + "bgcolor_override" "SwampDarkestBrown" + "maxchars" "20" + "font" "ShrekFont7" + + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + "consume_mode" + { + "visible" "0" + } + } + + "MarketButton" + { + "ControlName" "CExButton" + "fieldName" "MarketButton" + "xpos" "rs1-10" + "ypos" "75" + "zpos" "100" + "wide" "75" + "tall" "20" + "labelText" "#TF_ItemAd_ViewOnMarket" + "font" "ShrekFont8" + "textinsetx" "0" + "textAlignment" "center" + + "proportionaltoparent" "1" + "paintbackground" "1" + "command" "market" + "actionsignallevel" "2" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + + "border_default" "NoBorder" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "sound_armed" "ui/item_info_mouseover.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + } + } + + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/itemmodelpanel.res b/resource/ui/econ/itemmodelpanel.res new file mode 100644 index 0000000..70b70b2 --- /dev/null +++ b/resource/ui/econ/itemmodelpanel.res @@ -0,0 +1,270 @@ +"Resource/UI/Econ/ItemModelPanel.res" +{ + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "collection_list_xpos" "250" + "is_mouseover" "1" + "text_xpos_collection" "0" + "text_ypos" "15" + "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" + } + "LoadingSpinner" + { + "ControlName" "ImagePanel" + "fieldName" "LoadingSpinner" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + } + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "Blank" + + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "140" + "tall" "100" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + "inset_eq_x" "2" + "inset_eq_y" "2" + "fov" "54" + "start_framed" "1" + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + "spotlight" "1" + } + } + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "font" "ItemFontNameLarge" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "%itemname%" + "textAlignment" "south" + "fgcolor" "White" + "centerwrap" "1" + } + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + "equippedlabel" + { + "ControlName" "CExLabel" + "fieldName" "equippedlabel" + "font" "Symbols 14" + "xpos" "37" + "ypos" "28" + "zpos" "2" + "wide" "13" + "tall" "13" + "visible" "1" + "enabled" "1" + "labelText" "V" + "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" + "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" + "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" + "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" + "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" + "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" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "is_loaner_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_loaner_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "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" + } + } +} \ No newline at end of file diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res new file mode 100644 index 0000000..9905b62 --- /dev/null +++ b/resource/ui/econ/itempickuppanel.res @@ -0,0 +1,463 @@ +#base "../reloadschemebutton.res" + +"Resource/UI/ItemPickupPanel.res" +{ + "ReloadSchemeButton" + { + "ypos" "100" + } + + "item_pickup" + { + "ControlName" "Frame" + "fieldName" "item_pickup" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "modelpanels_spacing" "40" + "modelpanels_width" "500" + "modelpanels_height" "260" + "modelpanels_ypos" "110" + + "modelpanelskv" + { + "PaintBackground" "0" + "paintborder" "1" + "border" "SwampBrownDarkBorder" + + "model_xpos" "0" + "model_center_y" "1" + "model_tall" "160" + "model_wide" "240" + + "text_forcesize" "1" + "text_xpos" "250" + "text_wide" "225" + "text_center" "1" + "is_mouseover" "1" + "hide_collection_panel" "1" + + "Swamp" + { + "ControlName" "EditablePanel" + "fieldName" "Swamp" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "paintborder" "1" + "border" "SwampBrownBorder" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + } + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "c-310" + "ypos" "55" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "c210" + "ypos" "55" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkBrown" + } + + "ItemsFoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsFoundLabel" + "font" "HudFontMediumBold" + "labelText" "New Item Acquired!" + "fgcolor" "SwampWhite" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "15" + "zpos" "1" + "wide" "f0" + "tall" "50" + "visible" "1" + "enabled" "1" + } + + "classimage" + { + "ControlName" "ImagePanel" + "fieldName" "classimage" + "xpos" "c211" + "ypos" "118" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "achievements/tf_medic_heal_grind" + "scaleImage" "1" + } + + "classimageoutline" + { + "ControlName" "EditablePanel" + "fieldName" "classimageoutline" + "xpos" "2" + "ypos" "2" + "zpos" "6" + "wide" "34" + "tall" "34" + "visible" "1" + "bgcolor_override" "SwampWhite" + "pin_to_sibling" "classimage" + } + + "SelectedItemFoundMethodLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemFoundMethodLabel" + "font" "HudFontMediumSmallBold" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "75" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "ItemCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemCountLabel" + "font" "HudFontSmallestBold" + "labelText" "#Item" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "115" + "zpos" "5" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "SelectedItemNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemNumberLabel" + "font" "HudFontMediumBigBold" + "labelText" "#SelectedItemNumber" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "120" + "zpos" "5" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "c250" + "ypos" "208" + "zpos" "1" + "wide" "20" + "tall" "65" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "nextitem" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + "NextButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextButtonShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextitem" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "c-270" + "ypos" "208" + "zpos" "1" + "wide" "20" + "tall" "65" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "previtem" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + "PrevButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevButtonShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "previtem" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "cs-0.5" + "ypos" "r100" + "zpos" "6" + "wide" "500" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Ok Resume Game" + "font" "HudFontSmall" + "textAlignment" "center" + "Command" "vguicancel" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + "paintbackground" "1" + } + "CloseShortCut" + { + "ControlName" "CExButton" + "fieldName" "CloseShortCut" + "xpos" "9999" + "labelText" "&Q" + "Command" "vguicancel" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + } + + "OpenLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "OpenLoadoutButton" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "500" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Open Loadout" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "Command" "changeloadout" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + "paintbackground" "1" + + "pin_to_sibling" "CloseButton" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + "OpenLoadoutCut" + { + "ControlName" "CExButton" + "fieldName" "OpenLoadoutCut" + "xpos" "9999" + "labelText" "&E" + "Command" "changeloadout" + "visible" "1" + "sound_depressed" "UI/buttonclick.wav" + } + + "DiscardButton" + { + "ControlName" "CExImageButton" + "fieldName" "DiscardButton" + "xpos" "c219" + "ypos" "r142" + "zpos" "10" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "labelText" "X" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "discarditem" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + + "DiscardButtonTooltip" + { + "ControlName" "EditablePanel" + "fieldName" "DiscardButtonTooltip" + "xpos" "c180" + "ypos" "r160" + "zpos" "11" + "wide" "100" + "tall" "24" + "visible" "0" + "PaintBackgroundType" "2" + "PaintBackground" "1" + "proportionaltoparent" "1" + "bgcolor_override" "SwampBrown" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallest" + "labelText" "#DiscardItem" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + } + } + + "DiscardedLabel" + { + "ControlName" "CExLabel" + "fieldName" "DiscardedLabel" + "font" "HudFontMediumBold" + "labelText" "#Discarded" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "r140" + "zpos" "5" + "wide" "501" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "Red" + "bgcolor_override" "Black" + } + + "ScoreEntry" //WTF ARE YOU FOR???? + { + "ControlName" "TextEntry" + "fieldName" "ScoreEntry" + "xpos" "c-100" + "ypos" "380" + "wide" "200" + "tall" "16" + "visible" "0" + "enabled" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "5" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "255 255 255 255" + "bgcolor_override" "0 0 0 255" + "labelText" "Enter Score Here" + "textAlignment" "center" + } +} \ No newline at end of file diff --git a/resource/ui/econ/questnotificationpanel_base.res b/resource/ui/econ/questnotificationpanel_base.res new file mode 100644 index 0000000..770313f --- /dev/null +++ b/resource/ui/econ/questnotificationpanel_base.res @@ -0,0 +1,11 @@ +"Resource/UI/Econ/QuestNotificationPanel_Base.res" +{ + "QuestNotificationPanel" + { + "ControlName" "EditablePanel" + "fieldName" "QuestNotificationPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res new file mode 100644 index 0000000..9dc8921 --- /dev/null +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -0,0 +1,515 @@ +"Resource/UI/Econ/Store/V2/StoreHome_Base.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "max_cart_model_panels" "0" + + "item_ypos" "73" + "item_mod_wide" "40" + + "item_panels" "12" + "item_columns" "4" + "item_offcenter_x" "-295" + "item_xdelta" "4" + "item_ydelta" "4" + + "item_backdrop_zpos" "1" + "show_item_backdrop" "1" + "item_backdrop_color" "0 0 0 0" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "10" + "item_backdrop_top_margin" "10" + "item_backdrop_bottom_margin" "40" + "item_backdrop_paintbackgroundtype" "0" + + "item_backdrop_zpos" "1" + + "item_panel_bgcolor" "SwampBrown" + "item_panel_bgcolor_mouseover" "SwampDarkestBrown" + "item_panel_bgcolor_selected" "SwampDarkestBrown" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "144" + "tall" "76" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "WhiteDark" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "0" + "model_ypos" "0" + "model_wide" "120" + "model_tall" "60" + "model_center_x" "1" + "model_center_y" "1" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "visible" "0" + "enabled" "1" + + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "SwampWhite" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + "alpha" "0" //DISABLED... I DON'T LIKE THESE! >:( + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + "alpha" "0" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-39" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "ItemsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsBG" + "xpos" "cs-0.5" + "ypos" "70" + "zpos" "-1" + "wide" "595" + "tall" "243" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "0" + "ypos" "3" + "zpos" "-1" + "wide" "595" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "WhiteDark" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "WhiteDark" + "centerwrap" "1" + } + } + + "ItemCategoryTabs" + { + "ControlName" "CNavigationPanel" + "fieldName" "ItemCategoryTabs" + "xpos" "cs-0.5" + "ypos" "52" + "zpos" "0" + "wide" "595" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "9" + "display_vertically" "0" + + "ButtonSettings" + { + "wide" "120" + "tall" "20" + "textinsety" "-3" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "scaleImage" "1" + "AllCaps" "0" + "font" "HudFontSmallBold" + + "paintbackground" "1" + + "fgcolor" "SwampWhite" + "defaultBgColor_override" "SwampDarkBrown" + "defaultFgColor_override" "SwampWhite" + "armedBgColor_override" "SwampDarkGreen" + "armedFgColor_override" "SwampWhite" + "selectedBgColor_override" "SwampDarkGreen" + "selectedFgColor_override" "SwampWhite" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevPageShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "70" + "tall" "20" + "visible" "1" + "enabled" "1" + "fgcolor_override" "SwampWhite" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextPageShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "ShrekFont9" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "-2" + "ypos" "0" + "zpos" "12" + "wide" "111" + "tall" "16" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "textinsetx" "10" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "BgColor_override" "SwampGreen" + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "CartImage" + { + "ControlName" "CExLabel" + "fieldName" "CartImage" + "font" "ShrekFont9" + "labelText" "View Cart" + "textAlignment" "west" + "xpos" "-3" + "ypos" "0" + "zpos" "13" + "wide" "80" + "tall" "16" + "AllCaps" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + + "pin_to_sibling" "CartButton" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "-3" + "ypos" "0" + "zpos" "2" + "wide" "111" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "Steam Market" + "font" "HudFontSmallBold" + "textAlignment" "center" + "AllCaps" "0" + "Command" "marketplace" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "HomePageLabelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HomePageLabelContainer" + "xpos" "9999" + } + "SaxtonBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SaxtonBackgroundPanel" + "xpos" "9999" + } + "StoreBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StoreBackgroundPanel" + "xpos" "9999" + } + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storehome_premium.res b/resource/ui/econ/store/v2/storehome_premium.res new file mode 100644 index 0000000..eec6713 --- /dev/null +++ b/resource/ui/econ/store/v2/storehome_premium.res @@ -0,0 +1,11 @@ +#base "StoreHome_Base.res" + +"Resource/UI/Econ/Store/V2/StoreHome_Premium.res" +{ + "PremiumCallout" + { + "ControlName" "EditablePanel" + "fieldName" "PremiumCallout" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res new file mode 100644 index 0000000..be7a0b2 --- /dev/null +++ b/resource/ui/econ/store/v2/storepage.res @@ -0,0 +1,2769 @@ +#base "../../../ReloadSchemeButton.res" + +"Resource/UI/Econ/Store/V2/StorePage.res" +{ + "ReloadSchemeButton" + { + "ypos" "50" + } + + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "max_cart_model_panels" "10" + + "item_ypos" "73" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-295" + "item_xdelta" "4" + "item_ydelta" "4" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "1" + "item_backdrop_color" "0 0 0 0" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "10" + "item_backdrop_top_margin" "10" + "item_backdrop_bottom_margin" "40" + "item_backdrop_paintbackgroundtype" "0" + + "item_panel_bgcolor" "SwampBrown" + "item_panel_bgcolor_mouseover" "SwampDarkestBrown" + "item_panel_bgcolor_selected" "SwampDarkestBrown" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "115" + "tall" "68" + "visible" "0" + "bgcolor_override" "Black" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + "alpha" "0" //DISABLED... I DON'T LIKE THESE! >:( + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + "alpha" "0" //DISABLED... I DON'T LIKE THESE! >:( + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-39" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "ItemsBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemsBG" + "xpos" "cs-0.5" + "ypos" "70" + "zpos" "-1" + "wide" "596" + "tall" "242" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + "FiltersBar" + { + "ControlName" "EditablePanel" + "fieldName" "FiltersBar" + "xpos" "0" + "ypos" "3" + "zpos" "-1" + "wide" "596" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "0" + "ypos" "-3" + "zpos" "-1" + "wide" "590" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "ItemsBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NameFilterIcon" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterIcon" + "xpos" "-2" + "ypos" "0" + "zpos" "1" + "wide" "125" + "tall" "16" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampBrown" + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "o1" + "tall" "f4" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_workshop_view" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "pin_to_sibling" "FiltersBar" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "-2" + "ypos" "0" + "wide" "105" + "zpos" "5" + "tall" "12" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "roundedcorners" "0" + "fgcolor_override" "White" + "bgcolor_override" "0 0 0 150" + "paintbackgroundtype" "2" + "font" "HudFontSmallest" + + "pin_to_sibling" "NameFilterIcon" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "110" + "tall" "16" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "NameFilterIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "110" + "tall" "16" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "paintborder" "0" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "SortFilterComboBox" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "-3" + "ypos" "0" + "zpos" "1" + "wide" "212" + "tall" "16" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "5" + "display_vertically" "0" + "align" "center" + + "pin_to_sibling" "FiltersBar" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + "ButtonSettings" + { + "wide" "13" + "tall" "13" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "scaleImage" "1" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "160 162 165 255" + "image_armedcolor" "250 252 255 255" + "image_selectedcolor" "250 252 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "13" + "tall" "13" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "alpha" "255" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "class_icons/filter_all" + "image_armed" "class_icons/filter_all" + "image_selected" "class_icons/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "class_icons/filter_scout" + "image_armed" "class_icons/filter_scout" + "image_selected" "class_icons/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "class_icons/filter_soldier" + "image_armed" "class_icons/filter_soldier" + "image_selected" "class_icons/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "class_icons/filter_pyro" + "image_armed" "class_icons/filter_pyro" + "image_selected" "class_icons/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "class_icons/filter_demo" + "image_armed" "class_icons/filter_demo" + "image_selected" "class_icons/filter_demo_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "class_icons/filter_heavy" + "image_armed" "class_icons/filter_heavy" + "image_selected" "class_icons/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "class_icons/filter_engineer" + "image_armed" "class_icons/filter_engineer" + "image_selected" "class_icons/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "class_icons/filter_medic" + "image_armed" "class_icons/filter_medic" + "image_selected" "class_icons/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "class_icons/filter_sniper" + "image_armed" "class_icons/filter_sniper" + "image_selected" "class_icons/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "class_icons/filter_spy" + "image_armed" "class_icons/filter_spy" + "image_selected" "class_icons/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "Gray" + "PaintBackgroundType" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "PrevPageShortCut" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "70" + "tall" "20" + "visible" "1" + "enabled" "1" + "fgcolor_override" "SwampWhite" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 18" + "textAlignment" "center" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextPageShortCut" + { + "ControlName" "CExButton" + "fieldName" "NextPageShortCut" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "ShrekFont9" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "-2" + "ypos" "0" + "zpos" "12" + "wide" "111" + "tall" "16" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "textinsetx" "10" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + + "BgColor_override" "SwampGreen" + "defaultBgColor_override" "SwampDarkGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "CartImage" + { + "ControlName" "CExLabel" + "fieldName" "CartImage" + "font" "ShrekFont9" + "labelText" "View Cart" + "textAlignment" "west" + "xpos" "-3" + "ypos" "0" + "zpos" "13" + "wide" "80" + "tall" "16" + "AllCaps" "1" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + + "pin_to_sibling" "CartButton" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "ShrekFont11" + "labelText" "%freebackpackspace%" + "textAlignment" "east" + "xpos" "-3" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "16" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + + "pin_to_sibling" "BottomBar" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "r20" + "ypos" "10" + "zpos" "100" + "wide" "0" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "1" + "font" "Symbols 14" + "textAlignment" "center" + "use_proportional_insets" "1" + "paintbackground" "0" + "Command" "show_explanations" + + "paintbackground" "0" + + "defaultFgColor_override" "Gray" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "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" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "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" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "115" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "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" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "xpos" "9999" + "alpha" "0" + } + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "xpos" "9999" + } + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "xpos" "9999" + } + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "xpos" "9999" + } + + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "xpos" "9999" + } + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "xpos" "9999" + } + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_bundles.res b/resource/ui/econ/store/v2/storepage_bundles.res new file mode 100644 index 0000000..8d4a4e3 --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_bundles.res @@ -0,0 +1,5 @@ +#base "storepage.res" + +"Resource/UI/Econ/Store/V2/StorePage_Bundles.res" +{ +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_items.res b/resource/ui/econ/store/v2/storepage_items.res new file mode 100644 index 0000000..88dd07a --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_items.res @@ -0,0 +1,5 @@ +#base "storepage.res" + +"Resource/UI/Econ/Store/V2/StorePage_Items.res" +{ +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage_maps.res b/resource/ui/econ/store/v2/storepage_maps.res new file mode 100644 index 0000000..fd9d370 --- /dev/null +++ b/resource/ui/econ/store/v2/storepage_maps.res @@ -0,0 +1,108 @@ +#base "StorePage.res" + +"Resource/UI/Econ/Store/V2/StorePage_Maps.res" +{ + "ItemsBG" {} + "FiltersBar" {} + + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + } + } + } + + "NameFilterIcon" + { + "visible" "0" + } + "ClassFilterLabel" + { + "visible" "0" + } + "ClassFilterNavPanel" + { + "visible" "0" + } + "ClassFilterLabel" + { + "visible" "0" + } + "NameFilterLabel" + { + "visible" "0" + } + "NameFilterTextEntry" + { + "visible" "0" + } + "SortFilterLabel" + { + "visible" "0" + } + "SortFilterComboBox" + { + "visible" "0" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "ShrekFont11" + "labelText" "#Store_Maps_Title" + "textAlignment" "west" + "xpos" "-3" + "ypos" "0" + "zpos" "5" + "wide" "400" + "tall" "16" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + + "pin_to_sibling" "FiltersBar" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "xpos" "9999" + } + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "-3" + "ypos" "0" + "zpos" "5" + "wide" "120" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#Store_LearnMore" + "font" "ShrekFont10" + "textAlignment" "center" + "Command" "maps_learnmore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "1" + + "pin_to_sibling" "FiltersBar" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res new file mode 100644 index 0000000..663f2a6 --- /dev/null +++ b/resource/ui/econ/store/v2/storepanel.res @@ -0,0 +1,241 @@ +"Resource/UI/Econ/Store/V2/StorePanel.res" +{ + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "title" "#StoreTitle" + "title_font" "" + "titletextinsetX" "0" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "0" + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "Sheetbar" + { + "ControlName" "EditablePanel" + "fieldName" "Sheetbar" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "38" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "Sheetbar2" + { + "ControlName" "EditablePanel" + "fieldName" "Sheetbar2" + "xpos" "0" + "ypos" "rs1" + "zpos" "-1" + "wide" "f0" + "tall" "16" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + } + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkBrown" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "5" + "tabxdelta" "0" + "tabwidth" "240" + "tabheight" "18" + "tabxfittotext" "1" + "transition_time" "0" + "yoffset" "5" + + "tabskv" + { + "AllCaps" "0" + "textinsetx" "0" + "font" "ShrekFont14" + "selectedcolor" "SwampDarkGreen" + "unselectedcolor" "SwampWhite" + "paintbackground" "0" + "activeborder_override" "NoBorder" + "normalborder_override" "NoBorder" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "0" + "ypos" "rs1" + "zpos" "2" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Back" + "font" "ShrekFont14" + "textAlignment" "center" + "proportionaltoparent" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "CloseShortKey" + { + "ControlName" "CExButton" + "fieldName" "CloseShortKey" + "xpos" "9999" + "labelText" "&Q" + "Command" "back" + "visible" "1" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "2" + "wide" "120" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Checkout" + "font" "ShrekFont14" + "textAlignment" "east" + "textinsetx" "15" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "CheckoutButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButtonShortCut" + "xpos" "9999" + "visible" "1" + "labelText" "MEME BUTTON (&E)" + "Command" "checkout" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "r115" + "ypos" "rs1" + "zpos" "5" + "wide" "20" + "tall" "25" + "font" "ShrekFont14" + "labelText" "" + "visible" "0" + "smallcheckimage" "1" + "proportionaltoparent" "1" + } + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "east" + "xpos" "r200" + "ypos" "rs1-3" + "zpos" "5" + "wide" "100" + "tall" "19" + "font" "ShrekFont9" + "wrap" "1" + "labelText" "Support Map Makers" + "fgcolor" "SwampWhite" + "visible" "0" + "AllCaps" "0" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res new file mode 100644 index 0000000..7e1357d --- /dev/null +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -0,0 +1,493 @@ +#base "../../../reloadschemebutton.res" + +"Resource/UI/Econ/Store/V2/StoreViewCartPanel.res" +{ + "ReloadSchemeButton" + { + "ypos" "50" + } + + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Blank" + "infocus_bgcolor_override" "Blank" + "outoffocus_bgcolor_override" "Blank" + + "title" "#StoreTitle" + "title_font" "HudFontMedium" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "Blank" + "titlebardisabledfgcolor_override" "Blank" + "titlebarbgcolor_override" "Blank" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "600" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "Black" + "noitem_textcolor" "White" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "2" + "ypos" "2" + "zpos" "-1" + "wide" "f4" + "tall" "f4" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "proportionaltoparent" "1" + "bgcolor_override" "SwampDarkestBrown" + } + + "quantitylabel" + { + "ControlName" "CExLabel" + "fieldname" "quantitylabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "2" + "ypos" "2" + "zpos" "15" + "wide" "12" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionatoparent" "1" + "labelText" "%quantity%" + "fgcolor" "SwampWhite" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampBrown" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "9999" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#Store_Remove" + "font" "HudFontSmall" + "textAlignment" "center" + "AllCaps" "0" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + "paintbackground" "1" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldname" "PriceLabel" + "font" "HudFontSmallishBold" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor" "SwampWhite" + } + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkBrown" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "SwampDarkBrown" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "9999" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "HudFontMedium" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-296" + "ypos" "40" + "zpos" "1" + "wide" "350" + "tall" "20" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "9999" + } + + "EmptyCartLabel" + { + "ControlName" "CExLabel" + "fieldName" "EmptyCartLabel" + "font" "HudFontMedium" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "visible" "0" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "Red" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "62" + "zpos" "5" + "wide" "600" + "tall" "240" + "PaintBackgroundType" "0" + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampDarkBrown" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "rs1" + "ypos" "0" + "wide" "6" + "tall" "127" + "zpos" "1000" + "proportionaltoparent" "1" + + "Slider" + { + "PaintBackgroundType" "0" + "fgcolor_override" "SwampWhite" + } + + "nobuttons" "1" + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackground" "0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "Blank" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "HudFontSmall" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "HudFontSmallest" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "visible" "1" + "enabled" "1" + "AllCaps" "1" + "fgcolor" "SwampWhite" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "HudFontSmallest" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "TotalPriceLabel" + { + "ControlName" "CExLabel" + "fieldname" "TotalPriceLabel" + "font" "HudFontSmallishBold" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "labelText" "%totalprice%" + "fgcolor" "Red" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "0" + "ypos" "rs1" + "zpos" "2" + "wide" "60" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Back" + "font" "ShrekFont14" + "textAlignment" "center" + "proportionaltoparent" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "CloseShortKey" + { + "ControlName" "CExButton" + "fieldName" "CloseShortKey" + "xpos" "9999" + "labelText" "&Q" + "Command" "back" + "visible" "1" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "2" + "wide" "120" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "Checkout" + "font" "ShrekFont14" + "textAlignment" "center" + "proportionaltoparent" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + } + "CheckoutButtonShortCut" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButtonShortCut" + "xpos" "9999" + "visible" "1" + "labelText" "MEME BUTTON (&E)" + "Command" "checkout" + } + + "BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundHeader" + "wide" "0" + } + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "wide" "0" + } + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "wide" "0" + } +} \ No newline at end of file diff --git a/resource/ui/enemycountpanel.res b/resource/ui/enemycountpanel.res new file mode 100644 index 0000000..a897c31 --- /dev/null +++ b/resource/ui/enemycountpanel.res @@ -0,0 +1,95 @@ +"Resource/UI/EnemyCountPanel.res" +{ + "EnemyCountPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EnemyCountPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "20" + "tall" "34" + "visible" "0" + "enabled" "1" + } + + "EnemyCountImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountImage" + "xpos" "3" + "ypos" "2" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "EnemyCountImageBG" + { + "ControlName" "Panel" + "fieldName" "EnemyCountImageBG" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "White" + } + + "EnemyCountCritImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountCritImageBG" + "xpos" "1" + "ypos" "0" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "2" + "image" "../hud/leaderboard_class_critical" + } + + "EnemyCount" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCount" + "xpos" "0" + "ypos" "18" + "zpos" "3" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + "font" "ShrekFont9" + "fgcolor" "White" + } + "EnemyCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCountShadow" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "21" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + "font" "ShrekFont9" + "fgcolor" "Black" + "pin_to_sibling" "EnemyCount" + } +} \ No newline at end of file diff --git a/resource/ui/flagstatus.res b/resource/ui/flagstatus.res new file mode 100644 index 0000000..b270e4a --- /dev/null +++ b/resource/ui/flagstatus.res @@ -0,0 +1,66 @@ +"Resource/UI/FlagStatus.res" +{ + "Arrow" + { + "ControlName" "CTFArrowPanel" + "fieldName" "Arrow" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_mvm" + { + "wide" "40" + "tall" "40" + } + } + + "Briefcase" + { + "ControlName" "CTFImagePanel" + "fieldName" "Briefcase" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_briefcase" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_mvm" + { + "wide" "20" + "tall" "20" + } + } + + "StatusIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "StatusIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5-1" + "zpos" "3" + "wide" "f20" + "tall" "f20" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_home" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_mvm" + { + "visible" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res new file mode 100644 index 0000000..8b1bc46 --- /dev/null +++ b/resource/ui/freezepanel_basic.res @@ -0,0 +1,148 @@ +#base "HudInspectPanel.res" + +"Resource/UI/FreezePanel_Basic.res" +{ + "FreezePanel" + { + "ControlName" "CTFFreezePanel" + "fieldName" "FreezePanel" + + "screenshot_move_panel_to_corner" "0" + } + + "itempanel" + { + "xpos" "r200" + "ypos" "0" + } + + "ShrekSad" + { + "ControlName" "ImagePanel" + "fieldName" "ShrekSad" + "xpos" "0" + "ypos" "rs1" + "zpos" "-4" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_sad" + "scaleImage" "1" + } + + "FreezePanelBase" + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "15" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "proportionaltoparent" "1" + "ForceStereoRenderToFrameBuffer" "1" + + "pin_to_sibling" "ShrekSad" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + "FreezeLabelKiller" + { + "ControlName" "CExLabel" + "fieldName" "FreezeLabelKiller" + "font" "Shrekfont12Shadow" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "labelText" "%killername%" + "textAlignment" "west" + "proportionaltoparent" "1" + } + + "FreezePanelHealth" + { + "ControlName" "CTFFreezePanelHealth" + "fieldName" "FreezePanelHealth" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "150" + "tall" "40" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "proportionaltoparent" "1" + } + + "AvatarImage" //HONESTLY WHY CAN'T YOU JUST ACT NORMALLY, WHAT DID I EVEN DO TO YOUUUUUUU + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + "proportionaltoparent" "1" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "FreezePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "FreezePanelBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "ScreenshotPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ScreenshotPanel" + "wide" "0" + "tall" "0" + "visible" "0" + } +} \ No newline at end of file diff --git a/resource/ui/freezepanelkillerhealth.res b/resource/ui/freezepanelkillerhealth.res new file mode 100644 index 0000000..1213b3f --- /dev/null +++ b/resource/ui/freezepanelkillerhealth.res @@ -0,0 +1,82 @@ +"Resource/UI/FreezePanelKillerHealth.res" +{ + "PlayerStatusHealthValueKiller" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueKiller" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "150" + "tall" "40" + "visible" "1" + "enable" "1" + "font" "Shrekfont24" + "fgcolor" "Health Numbers" + "labelText" "%Health%" + "textAlignment" "west" + } + + "PlayerStatusHealthValueShadowKiller" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadowKiller" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "150" + "tall" "40" + "visible" "1" + "enable" "1" + "font" "Shrekfont24" + "fgcolor" "Black" + "labelText" "%Health%" + "textAlignment" "west" + + "pin_to_sibling" "PlayerStatusHealthValueKiller" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/globalchat.res b/resource/ui/globalchat.res new file mode 100644 index 0000000..fbce4a0 --- /dev/null +++ b/resource/ui/globalchat.res @@ -0,0 +1,121 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "10" + "zpos" "9999" + "wide" "147" + "tall" "140" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "NoBorder" + "bgcolor_override" "SwampBrown" + + "log_font_small" "ShrekFont20" + "log_font_medium" "ShrekFont20" + "log_font_large" "ShrekFont20" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "140" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "5" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "proportionaltoparent" "1" + "RoundedCorners" "0" + "font" "ShrekFont11" + + "paintbackground" "0" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "SwampWhite" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + "fieldName" "chatentry" + "xpos" "0" + "ypos" "1" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "SwampDarkBrown" + "fgcolor_override" "SwampWhite" + "RoundedCorners" "0" + "font" "ShrekFont11" + "alpha" "0" + "mouseinputenabled" "0" + + "pin_to_sibling" "chatlog" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "Blank" + "RoundedCorners" "0" + "border" "NoBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/healthiconpanel.res b/resource/ui/healthiconpanel.res new file mode 100644 index 0000000..cf27552 --- /dev/null +++ b/resource/ui/healthiconpanel.res @@ -0,0 +1,30 @@ +"Resource/UI/HealthIconPanel.res" +{ + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "TFFont" "HudFontSmall" + "TextColor" "HudOffWhite" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "0" + "ypos" "0" + "wide" "128" + "tall" "128" + "visible" "1" + "enabled" "1" + "TFFont" "HudFontSmall" + "TextColor" "HudOffWhite" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_dispenser.res b/resource/ui/hud_obj_dispenser.res new file mode 100644 index 0000000..574af3d --- /dev/null +++ b/resource/ui/hud_obj_dispenser.res @@ -0,0 +1,348 @@ +"Resource/UI/Hud_Obj_Dispenser.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "7" + "ypos" "cs-0.5-1" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "xpos" "9999" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "0" + "proportionaltoparent" "1" + + "BuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "" + "iconColor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "rs1-2" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "7" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "Ammo" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Ammo" + "xpos" "36" + "ypos" "5" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "AmmoLabel" + { + "ControlName" "CExLabel" + "fieldName" "AmmoLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "Ammo" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Ammo" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "xpos" "36" + "ypos" "rs1-5" + "zpos" "2" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "UpgradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "6" + "visible" "0" + "enabled" "1" + "labelText" "Upgrade" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Upgrade" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + "AmmoIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sapper.res b/resource/ui/hud_obj_sapper.res new file mode 100644 index 0000000..e9292e3 --- /dev/null +++ b/resource/ui/hud_obj_sapper.res @@ -0,0 +1,180 @@ +"Resource/UI/Hud_Obj_Sapper.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "26" + "visible" "1" + "enabled" "1" + } + + "BackgroundCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "7" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "rs1-2" + "ypos" "2" + "zpos" "1" + "wide" "50" + "tall" "f4" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "9999" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "FontStorePrice" + "xpos" "0" + "ypos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_not_built" + "textAlignment" "center" + "fgcolor" "White" + "wrap" "1" + "centerwrap" "1" + "AllCaps" "1" + "proportionaltoparent" "1" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "rs1-2" + "ypos" "2" + "zpos" "2" + "wide" "50" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "TargetIcon" + { + "ControlName" "CIconPanel" + "fieldName" "TargetIcon" + "xpos" "2" + "ypos" "cs-0.5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + "proportionaltoparent" "1" + } + + "TargetHealth" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "TargetHealth" + "xpos" "26" + "ypos" "cs-0.5+1" + "wide" "20" + "tall" "5" + "visible" "1" + "enabled" "1" + "bgcolor_override" "125 120 115 255" + "proportionaltoparent" "1" + } + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res new file mode 100644 index 0000000..e09c6cb --- /dev/null +++ b/resource/ui/hud_obj_sentrygun.res @@ -0,0 +1,459 @@ +"Resource/UI/Hud_Obj_Sentrygun.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "36" + "visible" "1" + "enabled" "1" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "6" + "ypos" "cs-0.5-4" + "zpos" "1" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + } + + "Icon_Sentry_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_2" + "xpos" "5" + "ypos" "cs-0.5-1" + "zpos" "1" + "wide" "23" + "tall" "23" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_2" + "iconColor" "White" + } + + "Icon_Sentry_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_3" + "xpos" "5" + "ypos" "cs-0.5-1" + "zpos" "1" + "wide" "23" + "tall" "23" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_3" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "xpos" "9999" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "0" + "proportionaltoparent" "1" + + "BuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "" + "iconColor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "rs1-2" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "7" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "xpos" "36" + "ypos" "2" + "wide" "40" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "labelText" "Kills:" + "textAlignment" "west" + "fgcolor" "White" + "proportionaltoparent" "1" + } + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "xpos" "52" + "ypos" "2" + "wide" "200" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "west" + "proportionaltoparent" "1" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "xpos" "36" + "ypos" "cs-0.5-1" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "ShellsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShellsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "Ammo" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Shells" + } + + "Rockets" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Rockets" + "xpos" "36" + "ypos" "rs1-5" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "RocketsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RocketsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "Rockets" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Rockets" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "xpos" "36" + "ypos" "rs1-5" + "zpos" "2" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "UpgradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "6" + "visible" "0" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "Upgrade" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Upgrade" + } + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "9999" + } + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "9999" + } + "RocketIcon" + { + "ControlName" "ImagePanel" + "fieldName" "RocketIcon" + "xpos" "9999" + } + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_sentrygun_disp.res b/resource/ui/hud_obj_sentrygun_disp.res new file mode 100644 index 0000000..43f92db --- /dev/null +++ b/resource/ui/hud_obj_sentrygun_disp.res @@ -0,0 +1,347 @@ +"Resource/UI/Hud_Obj_Sentrygun_Disp.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "7" + "ypos" "cs-0.5-5" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "xpos" "9999" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "0" + "proportionaltoparent" "1" + + "BuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "" + "iconColor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "rs1-2" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "7" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "font" "ScoreboardVerySmall" + "xpos" "36" + "ypos" "4" + "wide" "40" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "Kills:" + "textAlignment" "west" + "fgcolor" "White" + "proportionaltoparent" "1" + } + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "ScoreboardVerySmall" + "xpos" "52" + "ypos" "4" + "wide" "200" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "west" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "xpos" "36" + "ypos" "rs1-5" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "ShellsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShellsLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "Ammo" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Shells" + } + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "9999" + } + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_tele_entrance.res b/resource/ui/hud_obj_tele_entrance.res new file mode 100644 index 0000000..2a3a233 --- /dev/null +++ b/resource/ui/hud_obj_tele_entrance.res @@ -0,0 +1,414 @@ +"Resource/UI/Hud_Obj_Tele_Entrance.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "7" + "ypos" "cs-0.5-2" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "xpos" "9999" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "0" + "proportionaltoparent" "1" + + "BuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "" + "iconColor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "rs1-2" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "7" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "xpos" "9999" + } + "TeleportedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "TeleportedIcon" + "xpos" "9999" + } + + "ChargingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ChargingPanel" + "xpos" "36" + "ypos" "4" + "wide" "35" + "tall" "6" + "visible" "0" + "proportionaltoparent" "1" + + "Recharge" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Recharge" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "125 120 115 255" + "proportionaltoparent" "1" + } + "RechargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RechargeLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "6" + "visible" "1" + "enabled" "1" + "labelText" "Charge" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Recharge" + } + } + + "FullyChargedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FullyChargedPanel" + "xpos" "36" + "ypos" "4" + "wide" "50" + "tall" "10" + "visible" "0" + "proportionaltoparent" "1" + + "Used" + { + "ControlName" "CExLabel" + "fieldName" "Used" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "Used:" + "textAlignment" "west" + "fgcolor" "White" + "AllCaps" "1" + "proportionaltoparent" "1" + } + + "TimesUsedLabel" + { + "ControlName" "CExLabel" + "fieldName" "TimesUsedLabel" + "font" "DefaultVerySmall" + "xpos" "20" + "ypos" "0" + "wide" "50" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "%timesused%" + "textAlignment" "west" + "fgcolor" "White" + "proportionaltoparent" "1" + } + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "xpos" "36" + "ypos" "rs1-5" + "zpos" "2" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "UpgradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "6" + "visible" "0" + "enabled" "1" + "labelText" "Upgrade" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Upgrade" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hud_obj_tele_exit.res b/resource/ui/hud_obj_tele_exit.res new file mode 100644 index 0000000..787d64a --- /dev/null +++ b/resource/ui/hud_obj_tele_exit.res @@ -0,0 +1,310 @@ +"Resource/UI/Hud_Obj_Tele_Exit.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "85" + "tall" "28" + "visible" "1" + "enabled" "1" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "7" + "ypos" "cs-0.5-2" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "White" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + + "NotBuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "34" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "xpos" "9999" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f2" + "visible" "0" + "proportionaltoparent" "1" + + "BuiltBG" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "IconBackgound" + { + "ControlName" "EditablePanel" + "fieldName" "IconBackgound" + "xpos" "2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + } + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "IconBackgound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "" + "iconColor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "xpos" "rs1-2" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "7" + "tall" "f4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "9999" + } + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "9999" + } + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "9999" + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "xpos" "36" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "35" + "tall" "6" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "proportionaltoparent" "1" + "bgcolor_override" "125 120 115 255" + } + "UpgradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "6" + "visible" "0" + "enabled" "1" + "labelText" "Upgrade" + "textAlignment" "center" + "AllCaps" "1" + "fgcolor" "Black" + "proportionaltoparent" "1" + "pin_to_sibling" "Upgrade" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "9999" + } + } + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res new file mode 100644 index 0000000..03778fd --- /dev/null +++ b/resource/ui/hudaccountpanel.res @@ -0,0 +1,74 @@ +"Resource/UI/HudAccountPanel.res" +{ + "CHudAccountPanel" + { + "delta_item_x" "130" + "delta_item_start_y" "5" + "delta_item_end_y" "5" + "PositiveColor" "SwampGreen" + "NegativeColor" "Red" + "delta_lifetime" "1" + "delta_item_font" "Shrekfont12" + } + + "AccountValue" + { + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "200" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "font" "Shrekfont14" + "fgcolor" "White" + } + + "AccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "200" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "font" "Shrekfont14" + "fgcolor" "Black" + + "pin_to_sibling" "AccountValue" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "AccountBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudachievementtrackeritem.res b/resource/ui/hudachievementtrackeritem.res new file mode 100644 index 0000000..75bb42f --- /dev/null +++ b/resource/ui/hudachievementtrackeritem.res @@ -0,0 +1,93 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "HudAchievementTrackerItem" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTrackerItem" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "29" + "visible" "0" + "enabled" "1" + + "PaintBackgroundType" "2" + } + + "AchievementName" + { + "ControlName" "Label" + "fieldName" "AchievementName" + "labeltext" "" + "xpos" "5" + "ypos" "0" + "wide" "170" + "tall" "10" + "zpos" "4" + "textinsetx" "5" + "font" "AchievementTracker_Name" + "textAlignment" "north-west" + } + + "AchievementNameGlow" + { + "ControlName" "Label" + "fieldName" "AchievementNameGlow" + "labeltext" "" + "xpos" "5" + "ypos" "0" + "wide" "170" + "tall" "10" + "zpos" "4" + "fgcolor_override" "White" + "font" "AchievementTracker_NameGlow" + "textinsetx" "5" + "textAlignment" "north-west" + } + + "AchievementDesc" + { + "ControlName" "Label" + "fieldName" "AchievementDesc" + "labeltext" "" + "xpos" "5" + "ypos" "8" + "wide" "100" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "White" + "font" "AchievementTracker_Desc" + "wrap" "1" + "TextAlignment" "north-west" + } + + "ProgressBarBG" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "7" + "ypos" "19" + "wide" "100" + "tall" "6" + "fillcolor" "0 0 0 100" + "zpos" "4" + "visible" "1" + "enabled" "1" + } + + "ProgressBar" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBar" + "xpos" "7" + "ypos" "19" + "wide" "0" + "tall" "6" + "fillcolor" "White" + "zpos" "5" + "visible" "1" + "enabled" "1" + } +} \ No newline at end of file diff --git a/resource/ui/hudalert.res b/resource/ui/hudalert.res new file mode 100644 index 0000000..cdb7867 --- /dev/null +++ b/resource/ui/hudalert.res @@ -0,0 +1,40 @@ +"Resource/UI/HudAlert.res" +{ + "AlertLabel" + { + "ControlName" "CExLabel" + "fieldName" "AlertLabel" + "font" "ShrekFont8Shadow" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "White" + "textAlignment" "center" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "HudAlertBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudAlertBG" + "xpos" "9999" + } + "AlertImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "AlertImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudammoweapons.res b/resource/ui/hudammoweapons.res new file mode 100644 index 0000000..49b99be --- /dev/null +++ b/resource/ui/hudammoweapons.res @@ -0,0 +1,160 @@ +"Resource/UI/HudAmmoWeapons.res" +{ + "AmmoAnchor" //Moves the Ammos + { + "ControlName" "EditablePanel" + "fieldName" "AmmoAnchor" + "xpos" "c175" + "ypos" "c95" + "zpos" "0" + "wide" "2" + "tall" "80" + "visible" "0" + "enabled" "1" + } + + "AmmoInClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClip" + "font" "Shrekfont36" + "fgcolor" "Ammo In Clip" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "Shrekfont36" + "fgcolor" "Black" + "xpos" "-2" + "ypos" "-2" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoInClip" + } + + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "Shrekfont18" + "fgcolor" "Ammo In Reserve" + "xpos" "10" + "ypos" "0" + "zpos" "7" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveshadow" + "font" "Shrekfont18" + "fgcolor" "Black" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + + "pin_to_sibling" "AmmoInReserve" + } + + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmonoClip" + "font" "Shrekfont36" + "fgcolor" "Ammo No Clip" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmonoClipshadow" + "font" "Shrekfont36" + "fgcolor" "Black" + "xpos" "-2" + "ypos" "-2" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + "pin_to_sibling" "AmmoNoClip" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "HudWeaponAmmoBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudWeaponAmmoBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HudWeaponLowAmmoImage" + { + "ControlName" "ImagePanel" + "fieldName" "HudWeaponLowAmmoImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenacappointcountdown.res b/resource/ui/hudarenacappointcountdown.res new file mode 100644 index 0000000..e4a1f2b --- /dev/null +++ b/resource/ui/hudarenacappointcountdown.res @@ -0,0 +1,21 @@ +"Resource/UI/HudArenaCapPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Shrekfont12" + "xpos" "0" + "ypos" "5" + "zpos" "-1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "White" + "bgcolor" "White" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenaclasslayout.res b/resource/ui/hudarenaclasslayout.res new file mode 100644 index 0000000..9473f44 --- /dev/null +++ b/resource/ui/hudarenaclasslayout.res @@ -0,0 +1,294 @@ +"Resource/UI/HudArenaClassLayout.res" +{ + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "0" + "ypos" "135" + "zpos" "2" + "wide" "25" + "tall" "45" + "visible" "1" + "enabled" "1" + + "image" "../hud/color_panel_clear" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_clear" + "teambg_3" "../hud/color_panel_clear" + + "src_corner_height" "23" + "src_corner_width" "23" + + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "c-200" + "ypos" "112" + "zpos" "6" + "wide" "400" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont18" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "White" + } + + "TitleShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "400" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont18" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "Black" + + "pin_to_sibling" "title" + } + + "ChangeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChangeLabel" + "xpos" "c-220" + "ypos" "230" + "zpos" "6" + "wide" "440" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "White" + } + + "ChangeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "ChangeLabelShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "440" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "Black" + + "pin_to_sibling" "ChangeLabel" + } + + "classImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage0" + "xpos" "0" + "ypos" "125" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage2" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage3" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage4" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage5" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage6" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage7" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage9" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage10" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "classImage11" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "25" + "tall" "50" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenaplayercount.res b/resource/ui/hudarenaplayercount.res new file mode 100644 index 0000000..ab35749 --- /dev/null +++ b/resource/ui/hudarenaplayercount.res @@ -0,0 +1,118 @@ +"Resource/UI/HudArenaPlayerCount.res" +{ + "BlueTeam" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeam" + "xpos" "cs-1+2" + "ypos" "-5" + "zpos" "0" + "wide" "65" + "tall" "22" + "visible" "1" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_head_blue_reverse" + "proportionaltoparent" "1" + } + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "Shrekfont10Shadow" + "labelText" "%blue_alive%" + "textAlignment" "center" + "fgcolor" "White" + } + + "countshadow" + { + "ControlName" "CExLabel" + "fieldName" "countshadow" + "xpos" "9999" + } + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "9999" + } + } + + "RedTeam" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeam" + "xpos" "cs+0-4" + "ypos" "-5" + "zpos" "0" + "wide" "65" + "tall" "22" + "visible" "1" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_head_red_reverse" + "proportionaltoparent" "1" + } + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "Shrekfont10Shadow" + "labelText" "%red_alive%" + "textAlignment" "center" + "fgcolor" "White" + } + + "countshadow" + { + "ControlName" "CExLabel" + "fieldName" "countshadow" + "xpos" "9999" + } + "playerimage" + { + "ControlName" "ImagePanel" + "fieldName" "playerimage" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/hudarenateammenu.res b/resource/ui/hudarenateammenu.res new file mode 100644 index 0000000..59054e9 --- /dev/null +++ b/resource/ui/hudarenateammenu.res @@ -0,0 +1,295 @@ +"Resource/UI/HudArenaTeamMenu.res" +{ + "team" + { + "ControlName" "CTeamMenu" + "fieldName" "team" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Shader" + { + "ControlName" "EditablePanel" + "fieldName" "Shader" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "0 0 0 150" + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "MapName" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Shrekfont18" + "fgcolor" "SwampWhite" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Shrek" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek" + "xpos" "cs-0.5" + "ypos" "cs-0.5+30" + "zpos" "-3" + "wide" "340" + "tall" "340" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_scary" + "scaleImage" "1" + "alpha" "255" + } + + "SpectateButton" + { + "ControlName" "EditablePanel" + "fieldName" "SpectateButton" + "xpos" "cs-0.5-118" + "ypos" "cs-0.5-55" + "zpos" "10" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "" + "Command" "jointeam spectatearena" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "140 140 140 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_round_gray" + "proportionaltoparent" "1" + } + } + + "SpectateIcon" + { + "ControlName" "CExLabel" + "fieldName" "SpectateIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5-2" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "labelText" "T" + "textAlignment" "center" + "font" "Symbols 60" + "fgcolor" "White" + } + } + "SpectateShortKey" + { + "ControlName" "CExButton" + "fieldName" "SpectateShortKey" + "xpos" "9999" + "labelText" "&2" + "Command" "jointeam spectatearena" + "visible" "1" + } + + "FightButton" + { + "ControlName" "EditablePanel" + "fieldName" "FightButton" + "xpos" "cs-0.5+118" + "ypos" "cs-0.5-55" + "zpos" "10" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "" + "Command" "jointeam spectate" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "140 140 140 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_round_red" + "proportionaltoparent" "1" + } + } + "FightIcon" + { + "ControlName" "CExLabel" + "fieldName" "FightIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "labelText" "S" + "textAlignment" "center" + "font" "Symbols 60" + "fgcolor" "White" + } + } + "FightShortKey" + { + "ControlName" "CExButton" + "fieldName" "FightShortKey" + "xpos" "9999" + "labelText" "&1" + "Command" "jointeam spectate" + "visible" "1" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "teambutton2" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton2" + "xpos" "9999" + } + "teambutton3" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton3" + "xpos" "9999" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + } + "autodoor" + { + "ControlName" "CModelPanel" + "fieldName" "autodoor" + "xpos" "9999" + } + "spectate" + { + "ControlName" "CModelPanel" + "fieldName" "spectate" + "xpos" "9999" + } + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "9999" + } + "MapInfo" + { + "ControlName" "HTML" + "fieldName" "MapInfo" + "xpos" "9999" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "9999" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudarenawinpanel.res b/resource/ui/hudarenawinpanel.res new file mode 100644 index 0000000..e10a8df --- /dev/null +++ b/resource/ui/hudarenawinpanel.res @@ -0,0 +1,1139 @@ +"Resource/UI/HudArenaWinPanel.res" +{ + "ArenaWinPanelScores" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelScores" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "38" + "visible" "1" + "proportionaltoparent" "1" + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "cs-1" + "ypos" "20" + "wide" "200" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Blue" + } + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "cs+0" + "ypos" "20" + "wide" "200" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "Blue" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "Red" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "xpos" "-3" + "ypos" "0" + "zpos" "10" + "wide" "70" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%blueteamname%" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%blueteamscore%" + "textAlignment" "center" + "fgcolor" "White" + "proportionaltoparent" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "xpos" "-4" + "ypos" "0" + "zpos" "10" + "wide" "70" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%redteamname%" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%redteamscore%" + "textAlignment" "center" + "fgcolor" "White" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "RedScoreBG" + } + + "ArenaStreakLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArenaStreakLabel" + "xpos" "9999" + } + "ArenaStreaksBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ArenaStreaksBG" + "xpos" "9999" + } + } + + "ShadedBar" + { + "ControlName" "EditablePanel" + "fieldName" "ShadedBar" + "xpos" "cs-0.5" + "ypos" "38" + "zpos" "-11" + "wide" "400" + "tall" "43" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "0" + "ypos" "-8" + "zpos" "5" + "wide" "390" + "tall" "1" + "visible" "1" + "enabled" "1" + "fillcolor" "White" + + "pin_to_sibling" "ShadedBar" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayersLabel" + "xpos" "0" + "ypos" "-2" + "zpos" "5" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "%TopPlayersLabel%" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "HorizontalLine" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ClassPlayedLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassPlayedLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "Class:" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "TopPlayersLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DamageThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageThisRoundLabel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "#TF_Arena_Winpanel_DamageThisRound" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "ClassPlayedLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "HealingThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingThisRoundLabel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "#TF_Arena_Winpanel_HealingThisRound" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "DamageThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "LifetimeThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "LifetimeThisRoundLabel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "HealingThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "KillingBlowsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillingBlowsThisRoundLabel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "font" "DefaultVerySmall" + "labelText" "#TF_Arena_Winpanel_KillingBlows" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "LifetimeThisRoundLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ArenaWinPanelWinnersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelWinnersPanel" + "xpos" "0" + "ypos" "2" + "wide" "400" + "tall" "30" + "visible" "1" + "zpos" "3" + + "pin_to_sibling" "HorizontalLine" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "0" + "ypos" "0" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "0" + "ypos" "10" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "0" + "ypos" "20" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + } + + "ArenaWinPanelLosersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelLosersPanel" + "xpos" "0" + "ypos" "2" + "wide" "400" + "tall" "30" + "visible" "1" + "zpos" "3" + + "pin_to_sibling" "HorizontalLine" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "0" + "ypos" "0" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player1Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "0" + "ypos" "10" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player2Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "0" + "ypos" "20" + "wide" "130" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Damage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "0" + "ypos" "0" + "wide" "52" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Healing" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "0" + "ypos" "0" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "ShrekFont7" + "fgcolor" "White" + + "pin_to_sibling" "Player3Lifetime" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "WinPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBG" + "xpos" "9999" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "xpos" "9999" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "xpos" "9999" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "xpos" "9999" + } + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "xpos" "9999" + } + "LosingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "LosingTeamLabel" + "xpos" "9999" + } + "LosingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "LosingTeamLabelDropshadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudcurrencyaccount.res b/resource/ui/hudcurrencyaccount.res new file mode 100644 index 0000000..8226b59 --- /dev/null +++ b/resource/ui/hudcurrencyaccount.res @@ -0,0 +1,59 @@ +"Resource/UI/HudCurrencyAccount.res" +{ + "Currency" + { + "ControlName" "CExLabel" + "fieldName" "Currency" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%currency%" + "textAlignment" "center" + "font" "ShrekFont12" + "fgcolor" "White" + } + + "CurrencyShadow" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%currency%" + "textAlignment" "center" + "font" "ShrekFont12" + "fgcolor" "Black" + + "pin_to_sibling" "Currency" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "9999" + } + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "GreenBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huddamageaccount.res b/resource/ui/huddamageaccount.res new file mode 100644 index 0000000..63be4cb --- /dev/null +++ b/resource/ui/huddamageaccount.res @@ -0,0 +1,17 @@ +#base "HudDamageAccount_Last.res" + +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "fieldName" "CDamageAccountPanel" + "text_x" "0" + "text_y" "0" + "delta_item_end_y" "0" + "PositiveColor" "Heal Numbers" + "NegativeColor" "Damage Numbers" + "delta_lifetime" "2" + "delta_item_font" "Shrekfont18Outline" + "delta_item_font_big" "Shrekfont18Outline" + } +} \ No newline at end of file diff --git a/resource/ui/huddamageaccount_last.res b/resource/ui/huddamageaccount_last.res new file mode 100644 index 0000000..f1c10aa --- /dev/null +++ b/resource/ui/huddamageaccount_last.res @@ -0,0 +1,4 @@ +"Resource/UI/HudDamageAccount.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/huddemomancharge.res b/resource/ui/huddemomancharge.res new file mode 100644 index 0000000..645ba11 --- /dev/null +++ b/resource/ui/huddemomancharge.res @@ -0,0 +1,17 @@ +"Resource/UI/HudDemomanCharge.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "xpos" "cs-0.5" + "ypos" "r90" + "zpos" "2" + "wide" "100" + "tall" "4" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/huddemomanpipes.res b/resource/ui/huddemomanpipes.res new file mode 100644 index 0000000..ae92edf --- /dev/null +++ b/resource/ui/huddemomanpipes.res @@ -0,0 +1,122 @@ +"Resource/UI/HudDemomanPipes.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "xpos" "cs-0.5" + "ypos" "r80" + "zpos" "2" + "wide" "100" + "tall" "2" + "visible" "1" + "enabled" "1" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Charge" + "textAlignment" "center" + "font" "TFFontSmall" + "fgcolor_override" "White" + + "pin_to_sibling" "ChargeMeter" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "PipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PipesPresentPanel" + "xpos" "c-15" + "ypos" "r85" + "zpos" "1" + "wide" "30" + "tall" "20" + "visible" "1" + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%activepipes%" + "textAlignment" "center" + "font" "Shrekfont14" + "fgcolor" "White" + } + + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%activepipes%" + "textAlignment" "center" + "font" "Shrekfont14" + "fgcolor" "Black" + + "pin_to_sibling" "NumPipesLabel" + } + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "NoPipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NoPipesPresentPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudhealthaccount.res b/resource/ui/hudhealthaccount.res new file mode 100644 index 0000000..eb95675 --- /dev/null +++ b/resource/ui/hudhealthaccount.res @@ -0,0 +1,14 @@ +"Resource/UI/HudHealthAccount.res" +{ + "CHealthAccountPanel" + { + "fieldName" "CHealthAccountPanel" + "delta_item_x" "0" + "delta_item_start_y" "2" + "delta_item_end_y" "2" + "PositiveColor" "Health Buff" + "NegativeColor" "Health Hurt" + "delta_lifetime" "1" + "delta_item_font" "Shrekfont14" + } +} \ No newline at end of file diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res new file mode 100644 index 0000000..89eabd9 --- /dev/null +++ b/resource/ui/hudinspectpanel.res @@ -0,0 +1,63 @@ +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "190" + "tall" "100" + "visible" "0" + "PaintBackground" "1" + "PaintBackgroundType" "2" + "PaintBorder" "0" + "bgcolor_override" "SwampBrownTransparent" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "m0refont11" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "270" + "tall" "9" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "west" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/huditemattributetracker.res b/resource/ui/huditemattributetracker.res new file mode 100644 index 0000000..14aef87 --- /dev/null +++ b/resource/ui/huditemattributetracker.res @@ -0,0 +1,65 @@ +"Resource/UI/HudItemAttributeTracker.res" +{ + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "stats_buffer_width" "50" + } + + "QuestsStatusContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QuestsStatusContainer" + "xpos" "rs1-10" + "ypos" "120" + "wide" "110" + "tall" "17" + "proportionaltoparent" "1" + "paintborder" "0" + + "Header" + { + "ControlName" "CExLabel" + "fieldName" "Header" + "labeltext" "%header%" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "8" + "zpos" "4" + "font" "DefaultVerySmall" + "TextAlignment" "east" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + "CallToAction" + { + "ControlName" "CExLabel" + "fieldName" "CallToAction" + "labeltext" "%call_to_action%" + "xpos" "0" + "ypos" "rs1" + "wide" "f0" + "tall" "8" + "zpos" "4" + "font" "DefaultVerySmall" + "TextAlignment" "east" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + "Image" + { + "ControlName" "CTFImagePanel" + "fieldName" "Image" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter.res b/resource/ui/huditemeffectmeter.res new file mode 100644 index 0000000..d67d619 --- /dev/null +++ b/resource/ui/huditemeffectmeter.res @@ -0,0 +1,60 @@ +"Resource/UI/HudItemEffectMeter.res" +{ + "HudItemEffectMeter" + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "cs-0.5" + "ypos" "c185" + "wide" "100" + "tall" "10" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "8" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_Ball" + "textAlignment" "center" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_action.res b/resource/ui/huditemeffectmeter_action.res new file mode 100644 index 0000000..5c3ee2a --- /dev/null +++ b/resource/ui/huditemeffectmeter_action.res @@ -0,0 +1,9 @@ +"Resource/UI/HudItemEffectMeter_Action.res" +{ + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_cleaver.res b/resource/ui/huditemeffectmeter_cleaver.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_cleaver.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_demoman.res b/resource/ui/huditemeffectmeter_demoman.res new file mode 100644 index 0000000..9997266 --- /dev/null +++ b/resource/ui/huditemeffectmeter_demoman.res @@ -0,0 +1,111 @@ +"Resource/UI/HudItemEffectMeter_Demoman.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c155" + "ypos" "r80" + "wide" "200" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "Shrek" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_scared" + "scaleImage" "1" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "13" + "zpos" "2" + "wide" "50" + "tall" "30" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Ball" + "textAlignment" "east" + "font" "TFFontSmall" + "fgcolor_override" "White" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "7" + "ypos" "2" + "zpos" "2" + "wide" "50" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "west" + "font" "Shrekfont20" + "fgcolor_override" "White" + + "pin_to_sibling" "Shrek" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "50" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "west" + "font" "Shrekfont20" + "fgcolor_override" "Black" + + "pin_to_sibling" "ItemEffectMeterCount" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_engineer.res b/resource/ui/huditemeffectmeter_engineer.res new file mode 100644 index 0000000..d9da414 --- /dev/null +++ b/resource/ui/huditemeffectmeter_engineer.res @@ -0,0 +1 @@ +#base "HudItemEffectMeter_Demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_heavy.res b/resource/ui/huditemeffectmeter_heavy.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_heavy.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res new file mode 100644 index 0000000..6540bed --- /dev/null +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -0,0 +1,36 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudItemEffectMeter_KartCharge.res" +{ + "HudItemEffectMeter" + { + "ypos" "c100" + "tall" "28" + } + + "ItemEffectMeterLabel" + { + "ypos" "rs1" + } + + "ItemEffectMeter" + { + "ypos" "18" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "18" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%progresscount%" + "textAlignment" "center" + "font" "m0refont16" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_killstreak.res b/resource/ui/huditemeffectmeter_killstreak.res new file mode 100644 index 0000000..bf4fbd7 --- /dev/null +++ b/resource/ui/huditemeffectmeter_killstreak.res @@ -0,0 +1,73 @@ +"Resource/UI/HudItemEffectMeter_Killstreak.res" +{ + "HudItemEffectMeter" + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "8" + "zpos" "0" + "wide" "85" + "tall" "12" + } + + "KillstreakLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillstreakLabel" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "50" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "Streak:" + "textAlignment" "east" + "proportionaltoparent" "1" + "fgcolor" "White" + "font" "ShrekFont10" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "f2" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "west" + "proportionaltoparent" "1" + "fgcolor" "White" + "font" "ShrekFont10" + } + + + + + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "9999" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_organs.res b/resource/ui/huditemeffectmeter_organs.res new file mode 100644 index 0000000..d9da414 --- /dev/null +++ b/resource/ui/huditemeffectmeter_organs.res @@ -0,0 +1 @@ +#base "HudItemEffectMeter_Demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_particlecannon.res b/resource/ui/huditemeffectmeter_particlecannon.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_particlecannon.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_pomson.res b/resource/ui/huditemeffectmeter_pomson.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_pomson.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_powerupbottle.res b/resource/ui/huditemeffectmeter_powerupbottle.res new file mode 100644 index 0000000..5782267 --- /dev/null +++ b/resource/ui/huditemeffectmeter_powerupbottle.res @@ -0,0 +1,103 @@ +"Resource/UI/HudItemEffectMeter_PowerupBottles.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "rs1" + "ypos" "rs1" + "wide" "40" + "tall" "26" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "../hud/ico_powerup_critboost_red" + "scaleImage" "1" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "rs1-22" + "ypos" "1" + "zpos" "2" + "wide" "f22" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "Shrekfont14" + "fgcolor" "White" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "f22" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "Shrekfont14" + "fgcolor" "Black" + + "pin_to_sibling" "ItemEffectMeterCount" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_pyro.res b/resource/ui/huditemeffectmeter_pyro.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_pyro.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_raygun.res b/resource/ui/huditemeffectmeter_raygun.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_raygun.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sapper.res b/resource/ui/huditemeffectmeter_sapper.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_sapper.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_scout.res b/resource/ui/huditemeffectmeter_scout.res new file mode 100644 index 0000000..b81414a --- /dev/null +++ b/resource/ui/huditemeffectmeter_scout.res @@ -0,0 +1,9 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + "HudItemEffectMeter" + { + "ypos" "c185-11" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sniper.res b/resource/ui/huditemeffectmeter_sniper.res new file mode 100644 index 0000000..d9da414 --- /dev/null +++ b/resource/ui/huditemeffectmeter_sniper.res @@ -0,0 +1 @@ +#base "HudItemEffectMeter_Demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sniperfocus.res b/resource/ui/huditemeffectmeter_sniperfocus.res new file mode 100644 index 0000000..222183b --- /dev/null +++ b/resource/ui/huditemeffectmeter_sniperfocus.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_sodapopper.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_sodapopper.res b/resource/ui/huditemeffectmeter_sodapopper.res new file mode 100644 index 0000000..e4f6340 --- /dev/null +++ b/resource/ui/huditemeffectmeter_sodapopper.res @@ -0,0 +1,9 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudItemEffectMeter_SodaPopper.res" +{ + "HudItemEffectMeter" + { + "ypos" "c185-11-11" + } +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_spy.res b/resource/ui/huditemeffectmeter_spy.res new file mode 100644 index 0000000..d9da414 --- /dev/null +++ b/resource/ui/huditemeffectmeter_spy.res @@ -0,0 +1 @@ +#base "HudItemEffectMeter_Demoman.res" \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_spyknife.res b/resource/ui/huditemeffectmeter_spyknife.res new file mode 100644 index 0000000..9b0dc3f --- /dev/null +++ b/resource/ui/huditemeffectmeter_spyknife.res @@ -0,0 +1 @@ +#base "huditemeffectmeter_scout.res" \ No newline at end of file diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res new file mode 100644 index 0000000..7399c71 --- /dev/null +++ b/resource/ui/hudkillstreaknotice.res @@ -0,0 +1,23 @@ +"Resource/UI/HudKillStreakNotice.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "SplashLabel" + { + "ControlName" "CExLabel" + "fieldName" "SplashLabel" + "ypos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudmannvsmachinestatus.res b/resource/ui/hudmannvsmachinestatus.res new file mode 100644 index 0000000..a23a6e8 --- /dev/null +++ b/resource/ui/hudmannvsmachinestatus.res @@ -0,0 +1,222 @@ +"Resource/UI/HudMannVsMachineStatus.res" +{ + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "600" + "tall" "67" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "WaveCompleteSummaryPanel" + { + "ControlName" "CWaveCompleteSummaryPanel" + "fieldName" "WaveCompleteSummaryPanel" + "xpos" "c-125" + "ypos" "120" + "zpos" "0" + "wide" "400" + "tall" "400" + "visible" "1" + "enabled" "1" + } + + "BossStatusPanel" + { + "ControlName" "CMvMBossStatusPanel" + "fieldName" "BossStatusPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "100" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "WaveStatusPanel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "InWorldCurrencyPanel" + { + "ControlName" "CInWorldCurrencyStatus" + "fieldName" "InWorldCurrencyPanel" + "xpos" "c-204" + "ypos" "rs1-18" + "wide" "60" + "tall" "18" + "visible" "1" + "enabled" "1" + } + + "WarningSwoop" + { + "ControlName" "CWarningSwoop" + "fieldName" "WarningSwoop" + "xpos" "c-12" + "ypos" "0" + "zpos" "10" + "wide" "24" + "tall" "220" + "visible" "0" + "enabled" "1" + "image" "../sprites/obj_icons/warning_highlight" + "scaleImage" "1" + "time" "0.3" + } + + "UpgradeLevelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "UpgradeLevelContainer" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "0" + + "UpgradeProgressTrack" + { + "ControlName" "CMvMBombCarrierProgress" + "fieldName" "UpgradeProgressTrack" + "xpos" "c-50" + "ypos" "r35" + "wide" "640" + "tall" "480" + "visible" "1" + } + + "UpgradeLevel1" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel1" + "xpos" "c32" + "ypos" "r24" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_mvm_bomb_upgrade_1_disabled" + "scaleImage" "1" + } + + "UpgradeLevel2" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel2" + "xpos" "c32" + "ypos" "r42" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_mvm_bomb_upgrade_2_disabled" + "scaleImage" "1" + } + + "UpgradeLevel3" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel3" + "xpos" "c32" + "ypos" "r60" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_mvm_bomb_upgrade_3_disabled" + "scaleImage" "1" + } + + "UpgradeLevelBoss" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevelBoss" + "xpos" "c32" + "ypos" "r46" + "wide" "20" + "tall" "40" + "visible" "0" + "enabled" "1" + "image" "../hud/hud_mvm_bomb_upgrade_boss" + "scaleImage" "1" + } + } + + "VictorySplash" + { + "ControlName" "CVictorySplash" + "fieldName" "VictorySplash" + "xpos" "0" + "ypos" "0" + //"zpos" "102" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + } + + "VictoryPanelContainer" + { + "ControlName" "CMvMVictoryPanelContainer" + "fieldName" "VictoryPanelContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "WaveLossPanel" + { + "ControlName" "CMvMWaveLossPanel" + "fieldName" "WaveLossPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "ServerChangeMessage" + { + "ControlName" "EditablePanel" + "fieldName" "ServerChangeMessage" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + + "ServerChangeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerChangeLabel" + "font" "ShrekFont9" + "textAlignment" "center" + "labelText" "%servermessage%" + "xpos" "cs-0.5" + "ypos" "r80" + "wide" "180" + "tall" "16" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + "proportionaltoparent" "1" + } + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res new file mode 100644 index 0000000..be15508 --- /dev/null +++ b/resource/ui/hudmatchstatus.res @@ -0,0 +1,698 @@ +"Resource/UI/HudMatchStatus.res" +{ + "HudMatchStatus" + { + "fieldName" "HudMatchStatus" + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Shrekfont18Shadow" + "xpos" "cs-0.5" + "ypos" "cs-0.1" + "wide" "40" + "tall" "40" + "zpos" "5" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%countdown%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "White" + + if_readymode + { + "xpos" "300" + "ypos" "130" + } + } + + "FrontParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "FrontParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "2" + "particleName" "versus_door_slam" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "MatchDoors" + { + "ControlName" "CModelPanel" + "fieldName" "MatchDoors" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + "model" + { + "modelname" "models/vgui/versus_doors.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "0" + "angles_z" "0" + "origin_x" "120" + "origin_y" "0" + "origin_z" "-77" + + "animation" + { + "name" "ref" + "sequence" "ref" + } + + "animation" + { + "name" "open" + "sequence" "open" + } + + "animation" + { + "name" "close" + "sequence" "close" + } + + "animation" + { + "name" "idle_closed" + "sequence" "idle_closed" + } + } + } + + "RankUpLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpLabel" + "font" "Shrekfont18Shadow" + "xpos" "cs-0.5" + "ypos" "80" + "wide" "600" + "tall" "60" + "zpos" "5" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "alpha" "0" + "labelText" "%rank_possibility%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "65" + "tall" "50" + "visible" "1" + "enabled" "1" + "delta_item_x" "38" + "delta_item_start_y" "27" + "delta_item_end_y" "27" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "2" + "delta_item_font" "Shrekfont7" + "proportionaltoparent" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "xpos" "cs-0.5+1" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "font" "Shrekfont9" + "textAlignment" "center" + "labelText" "0:00" + "fgcolor" "White" + "proportionaltoparent" "1" + } + } + + "TeamStatus" + { + "ControlName" "CTFTeamStatus" + "fieldName" "TeamStatus" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "19" + "visible" "1" + "enabled" "1" + + "max_size" "19" + + "6v6_gap" "1" + "12v12_gap" "1" + + "team1_grow_dir" "west" + "team1_base_x" "c-60" + "team1_max_expand" "150" + + "team2_grow_dir" "east" + "team2_base_x" "c60" + "team2_max_expand" "150" + + "playerpanels_kv" + { + "visible" "0" + "wide" "f0" + "tall" "f0" + "zpos" "1" + "proportionaltoparent" "1" + + "color_portrait_bg_red" "Red" + "color_portrait_bg_blue" "Blue" + "color_portrait_bg_red_dead" "SwampBrown" + "color_portrait_bg_blue_dead" "SwampBrown" + "color_bar_health_high" "SwampGreen" + "color_bar_health_med" "255 200 0 255" + "percentage_health_med" "0.6" + "color_bar_health_low" "255 40 40 255" + "percentage_health_low" "0.3" + "color_portrait_blend_dead_red" "255 255 255 255" + "color_portrait_blend_dead_blue" "255 255 255 255" + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + + "healthbar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "healthbar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "9999" + "tall" "9999" + "visible" "1" + "enabled" "1" + "bgcolor_override" "80 80 80 255" + "proportionaltoparent" "1" + } + + "overhealbar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "overhealbar" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "fgcolor_override" "255 255 255 180" + "proportionaltoparent" "1" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "9999" + "tall" "9999" + "visible" "0" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "Shrekfont7Shadow" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor_override" "255 255 0 255" + } + + + + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "DeathPanel" + { + "ControlName" "ImagePanel" + "fieldName" "DeathPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SkullPanel" + { + "ControlName" "ImagePanel" + "fieldName" "SkullPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + } + + "BlueTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamPanel" + "xpos" "-155" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "0" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + + "BlueTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderBlueBGOpaque" + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "9" + "ypos" "0" + "zpos" "5" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%blueteamname%" + "textAlignment" "center" + "xpos" "48" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "11" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "visible" "1" + "enabled" "1" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } + + "RedTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamPanel" + "xpos" "r-5" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "0" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + + "RedTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderRedBGOpaque" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "84" + "ypos" "-9" + "zpos" "5" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_Red" + "scaleImage" "1" + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%redteamname%" + "textAlignment" "center" + "xpos" "5" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "102" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "100" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "visible" "1" + "enabled" "1" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "BGFrame" + { + "ControlName" "EditablePanel" + "fieldName" "BGFrame" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "RoundCounter" + { + "fieldName" "RoundCounter" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "RoundSignModel" + { + "ControlName" "CModelPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "RankUpShadowLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpShadowLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudmediccharge.res b/resource/ui/hudmediccharge.res new file mode 100644 index 0000000..ac7514e --- /dev/null +++ b/resource/ui/hudmediccharge.res @@ -0,0 +1,175 @@ +"Resource/UI/HudMedicCharge.res" +{ + "UberAnchor" //Moves the Uber as a whole + { + "ControlName" "EditablePanel" + "fieldName" "UberAnchor" + "xpos" "c175" + "ypos" "c95" + "zpos" "0" + "wide" "2" + "tall" "80" + "visible" "0" + "enabled" "1" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "200" + "tall" "80" + "visible" "1" + "enabled" "1" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "font" "Shrekfont36Shadow" + "fgcolor" "Ubercharge" + + "pin_to_sibling" "UberAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Shrek_Uber" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Uber" + "xpos" "0" + "ypos" "10" + "zpos" "-4" + "wide" "120" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/status/ubered" + "scaleImage" "1" + "alpha" "0" + + "pin_to_sibling" "ChargeLabel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "IndividualChargesLabel" + { + "ControlName" "CExLabel" + "fieldName" "IndividualChargesLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "200" + "tall" "80" + "visible" "1" + "enabled" "1" + "labelText" "#TF_IndividualUberchargesMinHUD" + "textAlignment" "center" + "fgcolor" "Ubercharge" + "font" "Shrekfont36Shadow" + + "pin_to_sibling" "ChargeLabel" + } + + "ResistIconAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "ResistIconAnchor" + "xpos" "c-258" + "ypos" "c83" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + } + + "ResistIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ResistIcon" + "xpos" "0" + "ypos" "0" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../HUD/defense_buff_bullet_blue" + "scaleImage" "1" + + "pin_to_sibling" "ResistIconAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HealthClusterIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HealthClusterIcon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ChargeMeter1" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ChargeMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter2" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ChargeMeter3" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter3" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ChargeMeter4" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter4" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res new file mode 100644 index 0000000..cc7c6a2 --- /dev/null +++ b/resource/ui/hudmenutauntselection.res @@ -0,0 +1,647 @@ +"Resource/UI/HudMenuTauntSelection.res" +{ + //================================================================================================================================================== + // BACKGROUND - ANCHOR + // Moves all 8 taunts at the same time + //================================================================================================================================================== + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "c55" + "zpos" "0" + "wide" "281" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + } + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampBrown" + + "pin_to_sibling" "Background" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + //================================================================================================================================================== + // TAUNT ONE + //================================================================================================================================================== + + "TauntModelPanel1" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel1" + "xpos" "-3" + "ypos" "-3" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "pin_to_sibling" "Background" + } + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel1" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel1" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT TWO + //================================================================================================================================================== + + "TauntModelPanel2" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel2" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel2" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel2" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT THREE + //================================================================================================================================================== + + "TauntModelPanel3" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel3" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel3" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel3" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT FOUR + //================================================================================================================================================== + + "TauntModelPanel4" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel4" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel4" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel4" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel4" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT FIVE + //================================================================================================================================================== + + "TauntModelPanel5" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel5" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel5" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel5" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel5" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT SIX + //================================================================================================================================================== + + "TauntModelPanel6" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel6" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel6" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel6" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel6" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT SEVEN + //================================================================================================================================================== + + "TauntModelPanel7" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel7" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel6" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel7" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel7" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel7" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + //================================================================================================================================================== + // TAUNT EIGHT + //================================================================================================================================================== + + "TauntModelPanel8" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel8" + "xpos" "2" + "ypos" "0" + "zpos" "100" + "wide" "33" + "tall" "25" + "visible" "1" + "noitem_textcolor" "117 107 94 255" + "paintbackground" "0" + "paintborder" "1" + + "model_ypos" "3" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "pin_to_sibling" "TauntModelPanel7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + "NumberLabel8" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel8" + "xpos" "0" + "ypos" "0" + "zpos" "115" + "wide" "15" + "tall" "12" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "center" + "font" "ShrekFont10" + "fgcolor" "White" + + "pin_to_sibling" "TauntModelPanel8" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "9999" + } + "IcoReelIcon" + { + "ControlName" "CIconPanel" + "fieldName" "IcoReelIcon" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "xpos" "9999" + } + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "xpos" "9999" + } + "NumberBg1" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg1" + "xpos" "9999" + } + "NumberBg2" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg2" + "xpos" "9999" + } + "NumberBg3" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg3" + "xpos" "9999" + } + "NumberBg4" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg4" + "xpos" "9999" + } + "NumberBg5" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg5" + "xpos" "9999" + } + "NumberBg6" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg6" + "xpos" "9999" + } + "NumberBg7" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg7" + "xpos" "9999" + } + "NumberBg8" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg8" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res new file mode 100644 index 0000000..6e43204 --- /dev/null +++ b/resource/ui/hudminigame_base.res @@ -0,0 +1,187 @@ +"Resource/UI/HudMiniGame_Base.res" +{ + "Main_BG" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "1" + "wide" "120" + "tall" "22" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "110" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "AllCaps" "0" + "font" "ShrekFont8" + "fgcolor" "White" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "60" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "Blue" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "textAlignment" "center" + "labelText" "%bluescore%" + "font" "ShrekFont9" + "fgcolor" "White" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "60" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "Red" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%redscore%" + "font" "ShrekFont9" + "fgcolor" "White" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "GameImage" + { + "ControlName" "ImagePanel" + "fieldName" "GameImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectiveflagpanel.res b/resource/ui/hudobjectiveflagpanel.res new file mode 100644 index 0000000..f86a582 --- /dev/null +++ b/resource/ui/hudobjectiveflagpanel.res @@ -0,0 +1,489 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusFlagPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusFlagPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "zpos" "-1" + } + } + + "Main_BG" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "1" + "wide" "120" + "tall" "22" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "110" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "AllCaps" "0" + "font" "ShrekFont8" + "fgcolor" "White" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "60" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "Blue" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "textAlignment" "center" + "labelText" "%bluescore%" + "font" "ShrekFont9" + "fgcolor" "White" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "-11" + "zpos" "2" + "wide" "60" + "tall" "14" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "Red" + + "pin_to_sibling" "Main_BG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%redscore%" + "font" "ShrekFont9" + "fgcolor" "White" + "PaintBackground" "1" + "PaintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-18" + "ypos" "-20" + "zpos" "-1" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "Blue" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-18" + "ypos" "-20" + "zpos" "-1" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "Red" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "visible" "0" + } + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "BlueFlag" + "xpos" "cs-0.5-17" + "ypos" "rs1-13" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "if_hybrid" + { + "visible" "0" + } + "if_mvm" + { + "xpos" "cs-0.5-3" + "ypos" "rs1-17" + } + "if_hybrid_single" + { + "xpos" "cs-0.5" + } + "if_no_flags" + { + "visible" "0" + } + "if_specialdelivery" + { + "ypos" "rs1" + } + } + + "RedFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "RedFlag" + "xpos" "cs-0.5+17" + "ypos" "rs1-13" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "if_hybrid" + { + "visible" "0" + } + "if_hybrid_single" + { + "xpos" "cs-0.5" + } + "if_no_flags" + { + "visible" "0" + } + "if_specialdelivery" + { + "ypos" "rs1" + } + } + + "CaptureFlag" + { + "ControlName" "CTFArrowPanel" + "fieldName" "CaptureFlag" + "xpos" "cs-0.5" + "ypos" "rs1-13" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + + "if_specialdelivery" + { + "ypos" "rs1" + } + } + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "cs-0.5" + "ypos" "rs1-22" + "zpos" "10" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_hybrid" + { + "ypos" "r36" + } + "if_specialdelivery" + { + "visible" "0" + "ypos" "rs1-7" + "wide" "18" + "tall" "18" + } + } + + "PoisonIcon" + { + "ControlName" "ImagePanel" + "fieldName" "PoisonIcon" + "xpos" "cs-1" + "ypos" "rs1-55" + "zpos" "6" + "wide" "15" + "tall" "o1" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "marked_for_death" + "scaleImage" "1" + } + "PoisonTimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "PoisonTimeLabel" + "xpos" "5" + "ypos" "0" + "zpos" "6" + "wide" "20" + "tall" "18" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "textAlignment" "west" + "labelText" "%redscore%" + "font" "ShrekFont12Shadow" + "fgcolor" "White" + + "pin_to_sibling" "PoisonIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "OutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "OutlineImage" + "xpos" "0" + "ypos" "0" + "zpos" "9" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_outline" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "SpecCarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "SpecCarriedImage" + "xpos" "cs-0.5" + "ypos" "r85" + "zpos" "10" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + //Removed + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "9999" + } + "PlayingToBG" + { + "ControlName" "CExImageButton" + "fieldName" "PlayingToBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res new file mode 100644 index 0000000..c5d6fbd --- /dev/null +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -0,0 +1,81 @@ +"Resource/UI/HudObjectiveKothTimePanel.res" +{ + "BlueTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "BlueTimer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "65" + "tall" "50" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "xpos" "cs-0.5+1" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "font" "Shrekfont9" + "textAlignment" "center" + "labelText" "0:00" + "fgcolor" "White" + "proportionaltoparent" "1" + } + } + + "RedTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "RedTimer" + "xpos" "rs1" + "ypos" "0" + "zpos" "2" + "wide" "65" + "tall" "50" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "xpos" "cs-0.5+1" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "font" "Shrekfont9" + "textAlignment" "center" + "labelText" "0:00" + "fgcolor" "White" + "proportionaltoparent" "1" + } + } + + "ActiveTimerBG" + { + "ControlName" "ImagePanel" + "fieldName" "ActiveTimerBG" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "42" + "tall" "2" + "visible" "0" + "enabled" "1" + "fillcolor" "White" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectiveplayerdestruction.res b/resource/ui/hudobjectiveplayerdestruction.res new file mode 100644 index 0000000..c49a675 --- /dev/null +++ b/resource/ui/hudobjectiveplayerdestruction.res @@ -0,0 +1,932 @@ +"Resource/UI/HudObjectivePlayerDestruction.res" +{ + "ObjectiveStatusRobotDestruction" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusRobotDestruction" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "left_steal_edge_offset" "97" + "right_steal_edge_offset" "97" + "robot_x_offset" "78" + "robot_y_offset" "47" + "robot_x_step" "23" + "robot_y_step" "0" + + + "color_blue" "84 111 127 255" + "color_red" "171 59 59 255" + + "if_hybrid" + { + "zpos" "-1" + } + + "robot_kv" + { + "ControlName" "CTFHudRobotDestruction_RobotIndicator" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "skip_autoresize" "1" + "PaintBackground" "0" + "paintborder" "0" + } + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "4" + "wide" "140" + "tall" "9" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "font" "DefaultVerySmall" + "fgcolor" "White" + } + + "CarriedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CarriedContainer" + "xpos" "cs-0.5" + "ypos" "r25" + "zpos" "1" + "wide" "40" + "tall" "13" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "PaintBackground" "1" + "PaintBackgroundtype" "0" + "bgcolor_override" "100 255 0 100" + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "7" + "ypos" "1" + "zpos" "4" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "FlagValue" + "xpos" "5" + "ypos" "0" + "zpos" "4" + "wide" "20" + "tall" "13" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%flagvalue%" + "font" "ShrekFont10" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "CarriedImage" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "20" + "tall" "13" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%flagvalue%" + "font" "ShrekFont10" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "FlagValue" + } + + "CarriedProgressBar" + { + "fieldName" "CarriedProgressBar" + "ControlName" "ImagePanel" + "xpos" "9999" + } + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "9999" + } + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "GreenBG" + "xpos" "9999" + } + "TeamLeaderImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamLeaderImage" + "xpos" "9999" + } + } + + "ScoreContainer" // ProportionalToParent breaks this + { + "fieldName" "ScoreContainer" + "ControlName" "EditablePanel" + "xpos" "c-200" + "ypos" "r110" + "zpos" "0" + "wide" "400" + "tall" "120" + "scaleimage" "0" + "visible" "1" + "enabled" "1" + + "ProgressBarContainer" + { + "fieldName" "ProgressBarContainer" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "1" + "wide" "300" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + + "FlagImageBlue" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageBlue" + "xpos" "120" + "ypos" "8" + "zpos" "4" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "EscrowBlue" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlue" + "xpos" "6" + "ypos" "3" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%blue_escrow%" + "font" "ShrekFont12" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "FlagImageBlue" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "EscrowBlueShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%blue_escrow%" + "font" "ShrekFont12" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "EscrowBlue" + } + + "FlagImageRed" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageRed" + "xpos" "170" + "ypos" "8" + "zpos" "4" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "EscrowRed" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRed" + "xpos" "6" + "ypos" "3" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%red_escrow%" + "font" "ShrekFont12" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "FlagImageRed" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "EscrowRedShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRedShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%red_escrow%" + "font" "ShrekFont12" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "EscrowRed" + } + + "BlueVictoryContainer" + { + "fieldName" "BlueVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "85" + "ypos" "27" + "zpos" "5" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "30" + "tall" "12" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WIN:" + "font" "ShrekFont8" + "fgcolor" "White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow2" + "xpos" "-1" + "ypos" "-1" + "zpos" "8" + "wide" "30" + "tall" "12" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WIN:" + "font" "ShrekFont8" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "-3" + "zpos" "8" + "wide" "30" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%victorytime%" + "font" "ShrekFont10" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "30" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%victorytime%" + "font" "ShrekFont10" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabelTime" + } + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "9999" + } + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "9999" + } + } + + "RedVictoryContainer" + { + "fieldName" "RedVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "185" + "ypos" "27" + "zpos" "5" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel2" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "30" + "tall" "12" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WIN:" + "font" "ShrekFont8" + "fgcolor" "White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow2" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow2" + "xpos" "-1" + "ypos" "-1" + "zpos" "8" + "wide" "30" + "tall" "12" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WIN:" + "font" "ShrekFont8" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "-3" + "zpos" "8" + "wide" "30" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%victorytime%" + "font" "ShrekFont10" + "fgcolor" "White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel2" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "30" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%victorytime%" + "font" "ShrekFont10" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabelTime" + } + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "9999" + } + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "9999" + } + } + + "ScoreOutline" + { + "fieldName" "ScoreOutline" + "ControlName" "ImagePanel" + "xpos" "9999" + } + "BlueProgressBarFill" + { + "fieldName" "BlueProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "9999" + } + "BlueProgressBarEscrow" + { + "fieldName" "BlueProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "9999" + } + "RedProgressBarFill" + { + "fieldName" "RedProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "9999" + } + "RedProgressBarEscrow" + { + "fieldName" "RedProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "9999" + } + } + + "BlueScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreValueContainer" + "xpos" "100" + "ypos" "r53" + "zpos" "10" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "ShrekFont18" + "fgcolor" "Blue" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "ShrekFont18" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "Score" + } + } + + "RedScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreValueContainer" + "xpos" "r160" + "ypos" "r53" + "zpos" "10" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "ShrekFont18" + "fgcolor" "Red" + "proportionalToParent" "1" + } + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "ShrekFont18" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "Score" + } + } + + "BlueStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueStolenContainer" + "xpos" "c-110" + "ypos" "r55" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "ShrekFont10" + "fgcolor" "White" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "ShrekFont10" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "IntelValue" + } + } + + "RedStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedStolenContainer" + "xpos" "c80" + "ypos" "r55" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Blank" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "ShrekFont10" + "fgcolor" "White" + "bgcolor_override" "Blank" + "proportionalToParent" "1" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "ShrekFont10" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "IntelValue" + } + } + } + + "CountdownContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CountdownContainer" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "1" + "wide" "300" + "tall" "110" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + + "CountdownLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTime" + "xpos" "c-18" + "ypos" "52" + "zpos" "8" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "ShrekFont12" + "fgcolor" "White" + "proportionalToParent" "1" + } + "CountdownLabelTimeTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTimeTimeShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "ShrekFont12" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "CountdownLabelTime" + } + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "xpos" "9999" + } + "CountdownImage" + { + "ControlName" "ImagePanel" + "fieldName" "CountdownImage" + "xpos" "9999" + } + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res new file mode 100644 index 0000000..8063a76 --- /dev/null +++ b/resource/ui/hudobjectivetimepanel.res @@ -0,0 +1,148 @@ +"Resource/UI/HudObjectiveTimePanel.res" +{ + "TimePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TimePanelBG" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "65" + "tall" "22" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "image" "replay/thumbnails/shrek/shrek_head_blue_reverse" + "teambg_1" "replay/thumbnails/shrek/shrek_head_green_reverse" + "teambg_2" "replay/thumbnails/shrek/shrek_head_red_reverse" + "teambg_3" "replay/thumbnails/shrek/shrek_head_blue_reverse" + "scaleImage" "1" + + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "ServerTimeLimitLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLimitLabel" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "3" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%servertimeleft%" + "textAlignment" "center" + "wrap" "0" + "font" "Shrekfont7" + "fgcolor" "White" + "proportionaltoparent" "1" + + if_mvm + { + "visible" "0" + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "TimePanelProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "TimePanelProgressBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "WaitingForPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "WaitingForPlayersBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "WaitingForPlayersBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "OvertimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "OvertimeBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "OvertimeBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SuddenDeathLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SuddenDeathBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SuddenDeathBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "SetupBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SetupBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "1" + } + "ServerTimeLimitLabelBG" + { + "ControlName" "ImagePanel" + "fieldName" "ServerTimeLimitLabelBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimeballstatus.res b/resource/ui/hudpasstimeballstatus.res new file mode 100644 index 0000000..d691dea --- /dev/null +++ b/resource/ui/hudpasstimeballstatus.res @@ -0,0 +1,591 @@ +"Resource/UI/HudPasstimeBallStatus.res" +{ + "HudPasstimeBallStatus" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimeBallStatus" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "EventTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventTitleLabel" + "dropshadow" "1" + "font" "ShrekFont9" + "xpos" "0" + "ypos" "c-160" + "zpos" "3" + "wide" "f" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + "fgcolor" "White" + } + + "EventBonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventBonusLabel" + "font" "ShrekFont10" + "dropshadow" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "" + "fgcolor" "255 235 35 200" + + "pin_to_sibling" "EventTitleLabel" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "EventDetailLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventDetailLabel" + "font" "ShrekFont9" + "dropshadow" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + "fgcolor" "White" + + "pin_to_sibling" "EventTitleLabel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "ProgressLevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressLevelBar" + "xpos" "c-95" + "ypos" "r52" + "zpos" "0" + "wide" "190" + "tall" "38" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_ballcontrol_bar" + "scaleImage" "1" + } + + "BlueProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + + "ControlName" "Panel" + "fieldName" "BlueProgressEnd" + "xpos" "c-75" + "ypos" "r33" + "visible" "0" + } + + "RedProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + + "ControlName" "Panel" + "fieldName" "RedProgressEnd" + "xpos" "c75" + "ypos" "r33" + "visible" "0" + } + + "GoalBlue0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue0" + "xpos" "c-162" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue1" + "xpos" "c-132" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue2" + "xpos" "c-102" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalRed0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed0" + "xpos" "c146" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "GoalRed1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed1" + "xpos" "c116" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + + "GoalRed2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed2" + "xpos" "c86" + "ypos" "r72" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "ProgressBallIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBallIcon" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_ball" + "scaleImage" "1" + } + + "ProgressSelfPlayerIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressSelfPlayerIcon" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "" + "scaleImage" "1" + } + + "ProgressBallCarrierName" + { + "ControlName" "CExLabel" + "fieldName" "ProgressBallCarrierName" + "visible" "1" + "enabled" "1" + "zpos" "-400" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "16" + "textAlignment" "center" + "labelText" "NameOfCarrier" + "pin_to_sibling" "ProgressLevelBar" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "BallPowerCluster" + { + "ControlName" "EditablePanel" + "fieldName" "BallPowerCluster" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "0" //f0 + "tall" "f0" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFrame" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFrame" + "xpos" "c-100" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "50" + "visible" "1" + "enabled" "1" + "image" "../passtime/hud/passtime_powerball_meter_frame" + "scaleImage" "1" + } + + "BallPowerMeterFinalSectionContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFinalSectionContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "3" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFinalSection" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFinalSection" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "white" + "scaleImage" "1" + } + } + + "BallPowerMeterFillContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFillContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "4" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFill" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFill" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "white" + "scaleImage" "1" + } + } + } + + "playericon0" + { + "ControlName" "ImagePanel" + "fieldName" "playericon0" + "wide" "12" + "tall" "12" + } + "playericon1" + { + "ControlName" "ImagePanel" + "fieldName" "playericon1" + "wide" "12" + "tall" "12" + } + "playericon2" + { + "ControlName" "ImagePanel" + "fieldName" "playericon2" + "wide" "12" + "tall" "12" + } + "playericon3" + { + "ControlName" "ImagePanel" + "fieldName" "playericon3" + "wide" "12" + "tall" "12" + } + "playericon4" + { + "ControlName" "ImagePanel" + "fieldName" "playericon4" + "wide" "12" + "tall" "12" + } + "playericon5" + { + "ControlName" "ImagePanel" + "fieldName" "playericon5" + "wide" "12" + "tall" "12" + } + "playericon6" + { + "ControlName" "ImagePanel" + "fieldName" "playericon6" + "wide" "12" + "tall" "12" + } + "playericon7" + { + "ControlName" "ImagePanel" + "fieldName" "playericon7" + "wide" "12" + "tall" "12" + } + "playericon8" + { + "ControlName" "ImagePanel" + "fieldName" "playericon8" + "wide" "12" + "tall" "12" + } + "playericon9" + { + "ControlName" "ImagePanel" + "fieldName" "playericon9" + "wide" "12" + "tall" "12" + } + "playericon10" + { + "ControlName" "ImagePanel" + "fieldName" "playericon10" + "wide" "12" + "tall" "12" + } + "playericon11" + { + "ControlName" "ImagePanel" + "fieldName" "playericon11" + "wide" "12" + "tall" "12" + } + "playericon12" + { + "ControlName" "ImagePanel" + "fieldName" "playericon12" + "wide" "12" + "tall" "12" + } + "playericon13" + { + "ControlName" "ImagePanel" + "fieldName" "playericon13" + "wide" "12" + "tall" "12" + } + "playericon14" + { + "ControlName" "ImagePanel" + "fieldName" "playericon14" + "wide" "12" + "tall" "12" + } + "playericon15" + { + "ControlName" "ImagePanel" + "fieldName" "playericon15" + "wide" "12" + "tall" "12" + } + "playericon16" + { + "ControlName" "ImagePanel" + "fieldName" "playericon16" + "wide" "12" + "tall" "12" + } + "playericon17" + { + "ControlName" "ImagePanel" + "fieldName" "playericon17" + "wide" "12" + "tall" "12" + } + "playericon18" + { + "ControlName" "ImagePanel" + "fieldName" "playericon18" + "wide" "12" + "tall" "12" + } + "playericon19" + { + "ControlName" "ImagePanel" + "fieldName" "playericon19" + "wide" "12" + "tall" "12" + } + "playericon20" + { + "ControlName" "ImagePanel" + "fieldName" "playericon20" + "wide" "12" + "tall" "12" + } + "playericon21" + { + "ControlName" "ImagePanel" + "fieldName" "playericon21" + "wide" "12" + "tall" "12" + } + "playericon22" + { + "ControlName" "ImagePanel" + "fieldName" "playericon22" + "wide" "12" + "tall" "12" + } + "playericon23" + { + "ControlName" "ImagePanel" + "fieldName" "playericon23" + "wide" "12" + "tall" "12" + } + "playericon24" + { + "ControlName" "ImagePanel" + "fieldName" "playericon24" + "wide" "12" + "tall" "12" + } + "playericon25" + { + "ControlName" "ImagePanel" + "fieldName" "playericon25" + "wide" "12" + "tall" "12" + } + "playericon26" + { + "ControlName" "ImagePanel" + "fieldName" "playericon26" + "wide" "12" + "tall" "12" + } + "playericon27" + { + "ControlName" "ImagePanel" + "fieldName" "playericon27" + "wide" "12" + "tall" "12" + } + "playericon28" + { + "ControlName" "ImagePanel" + "fieldName" "playericon28" + "wide" "12" + "tall" "12" + } + "playericon29" + { + "ControlName" "ImagePanel" + "fieldName" "playericon29" + "wide" "12" + "tall" "12" + } + "playericon30" + { + "ControlName" "ImagePanel" + "fieldName" "playericon30" + "wide" "12" + "tall" "12" + } + "playericon31" + { + "ControlName" "ImagePanel" + "fieldName" "playericon31" + "wide" "12" + "tall" "12" + } + "playericon32" + { + "ControlName" "ImagePanel" + "fieldName" "playericon32" + "wide" "12" + "tall" "12" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimepassnotify.res b/resource/ui/hudpasstimepassnotify.res new file mode 100644 index 0000000..02a584c --- /dev/null +++ b/resource/ui/hudpasstimepassnotify.res @@ -0,0 +1,139 @@ +"Resource/UI/HudPasstimePassNotify.res" +{ + "HudPasstimePassNotify" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimePassNotify" + "xpos" "0" + "ypos" "16" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "TextBox" + { + "ControlName" "EditablePanel" + "fieldName" "TextBox" + "xpos" "c-100" + "ypos" "c-220" + "zpos" "1" + "wide" "200" + "tall" "35" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorder" + "RoundedCorners" "255" + + "TextInPassRange" + { + "ControlName" "CExLabel" + "fieldName" "TextInPassRange" + "font" "ShrekFont9" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeInPassRange" + "fgcolor" "White" + } + + "TextLockedOn" + { + "ControlName" "CExLabel" + "fieldName" "TextLockedOn" + "font" "ShrekFont9" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "40" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimeLockedOn" + "fgcolor" "White" + } + + "TextPassIncoming" + { + "ControlName" "CExLabel" + "fieldName" "TextPassIncoming" + "font" "ShrekFont9" + "xpos" "-50" + "ypos" "-5" + "zpos" "3" + "wide" "300" + "tall" "32" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "textAlignment" "center" + "labelText" "#Msg_PasstimePassIncoming" + "fgcolor" "White" + } + + "TextPlayerName" + { + "ControlName" "CExLabel" + "fieldName" "TextPlayerName" + "font" "ShrekFont8" + "xpos" "-50" + "ypos" "17" + "zpos" "3" + "wide" "300" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" + "fgcolor" "100 255 0 255" + } + } + + "PassLockIndicator" + { + "ControlName" "ImagePanel" + "fieldName" "PassLockIndicator" + "xpos" "-8" + "ypos" "14" + "wide" "64" + "zpos" "3" + "tall" "64" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_ball_reticle_incomingpass" + + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "1" + } + + "SpeechIndicator" + { + "ControlName" "ImagePanel" + "fieldName" "SpeechIndicator" + "xpos" "8" + "ypos" "8" + "zpos" "3" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../passtime/hud/passtime_pass_to_me_prompt" + + "pin_to_sibling" "TextBox" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } +} \ No newline at end of file diff --git a/resource/ui/hudpasstimeteamscore.res b/resource/ui/hudpasstimeteamscore.res new file mode 100644 index 0000000..f5eaef4 --- /dev/null +++ b/resource/ui/hudpasstimeteamscore.res @@ -0,0 +1,148 @@ +"Resource/UI/HudPasstimeTeamScore.res" +{ + "HudTeamScore" + { + "ControlName" "EditablePanel" + "fieldName" "HudTeamScore" + "xpos" "0" + "ypos" "25" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-170" + "ypos" "r63" + "zpos" "8" + "wide" "80" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%bluescore%" + "font" "ShrekFont18" + "fgcolor" "Blue" + } + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "80" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%bluescore%" + "font" "ShrekFont18" + "fgcolor" "Black" + + "pin_to_sibling" "BlueScore" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c90" + "ypos" "r63" + "zpos" "8" + "wide" "80" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%redscore%" + "font" "ShrekFont18" + "fgcolor" "Red" + } + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "7" + "wide" "80" + "tall" "35" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%redscore%" + "font" "ShrekFont18" + "fgcolor" "Black" + + "pin_to_sibling" "RedScore" + } + + "PlayingToCluster" + { + "ControlName" "EditablePanel" + "fieldName" "PlayingToCluster" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "cs-0.5" + "ypos" "r45" + "zpos" "4" + "wide" "140" + "tall" "30" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "font" "DefaultVerySmall" + "fgcolor" "White" + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "9999" + } + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "9999" + } + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "9999" + } + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudplayerclass.res b/resource/ui/hudplayerclass.res new file mode 100644 index 0000000..03cb1cf --- /dev/null +++ b/resource/ui/hudplayerclass.res @@ -0,0 +1,213 @@ +"Resource/UI/HudPlayerClass.res" +{ + "HudPlayerClass" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerClass" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "PlayerStatusClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "PlayerStatusClassImage" + "xpos" "20" + "ypos" "r48" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "alpha" "0" + } + + "PlayerStatusSpyOutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyOutlineImage" + "xpos" "-5" + "ypos" "r44" + "zpos" "7" + "wide" "27" + "tall" "27" + "visible" "0" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_smile" + "scaleImage" "1" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "0" + "ypos" "r120" + "zpos" "2" + "wide" "88" + "tall" "140" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "27" + "allow_rot" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "200" + "origin_y" "28" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + + "customclassdata" + { + "undefined" + { + } + "Scout" + { + "fov" "27" + "angles_x" "0" + "angles_y" "270" + "angles_z" "-10" + "origin_x" "105" + "origin_y" "15" + "origin_z" "-47" + } + "Sniper" + { + "fov" "32" + "angles_x" "-2" + "angles_y" "270" + "angles_z" "0" + "origin_x" "125" + "origin_y" "16" + "origin_z" "-55" + } + "Soldier" + { + "fov" "27" + "angles_x" "0" + "angles_y" "260" + "angles_z" "0" + "origin_x" "150" + "origin_y" "24" + "origin_z" "-52" + } + "Demoman" + { + "fov" "28" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "138" + "origin_y" "20" + "origin_z" "-55" + } + "Medic" + { + "fov" "22" + "angles_x" "6" + "angles_y" "270" + "angles_z" "0" + "origin_x" "150" + "origin_y" "15" + "origin_z" "-57" + } + "Heavy" + { + "fov" "20" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "200" + "origin_y" "15" + "origin_z" "-55" + } + "Pyro" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "175" + "origin_y" "22" + "origin_z" "-50" + } + "Spy" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "160" + "origin_y" "15" + "origin_z" "-60" + } + "Engineer" + { + "fov" "23" + "angles_x" "0" + "angles_y" "270" + "angles_z" "0" + "origin_x" "160" + "origin_y" "15" + "origin_z" "-52" + } + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "PlayerStatusSpyImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusClassImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusClassImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "classmodelpanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "classmodelpanelBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudplayerhealth.res b/resource/ui/hudplayerhealth.res new file mode 100644 index 0000000..39b4cfe --- /dev/null +++ b/resource/ui/hudplayerhealth.res @@ -0,0 +1,740 @@ +"Resource/UI/HudPlayerHealth.res" +{ + "HudPlayerHealth" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerHealth" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" + "HealthDeathWarningColor" "HUDDeathWarning" + } + + "HealthAnchor" //Moves the health + { + "ControlName" "EditablePanel" + "fieldName" "HealthAnchor" + "xpos" "c-175" + "ypos" "c95" + "zpos" "0" + "wide" "2" + "tall" "80" + "visible" "0" + "enabled" "1" + } + + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "Shrekfont36" + "fgcolor" "Health Numbers" + + "pin_to_sibling" "HealthAnchor" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-2" + "ypos" "-2" + "zpos" "5" + "wide" "150" + "tall" "80" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "Shrekfont36" + "fgcolor" "Black" + + "pin_to_sibling" "PlayerStatusHealthValue" + } + + "Shrek_Hurt" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Hurt" + "xpos" "0" + "ypos" "15" + "zpos" "-4" + "wide" "125" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/status/hurt" + "scaleImage" "1" + "alpha" "0" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Shrek_Buff" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Buff" + "xpos" "3" + "ypos" "25" + "zpos" "-4" + "wide" "125" + "tall" "125" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/status/buffed" + "scaleImage" "1" + "alpha" "0" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "PlayerStatusAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusAnchor" + "xpos" "0" + "ypos" "-27" + "wide" "2" + "tall" "80" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "PlayerStatusBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "bleed_drop" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusHookBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHookBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "bleed_drop_grapple" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "covered_in_gas" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusMilkImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMilkImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "bleed_drop" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusMarkedForDeathImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicUberBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicUberBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicUberFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicSmallBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicSmallBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_MedicSmallFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" + "ypos" "35" + "zpos" "7" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_WheelOfDoom" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_WheelOfDoom" + "xpos" "7" + "ypos" "27" + "zpos" "7" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_SoldierOffenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierOffenseBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_SoldierDefenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierDefenseBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_SoldierHealOnHitBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierHealOnHitBuff" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneStrength" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneStrength" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_strength_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneHaste" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneHaste" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_haste_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneRegen" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneRegen" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_regen_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneResist" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneResist" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_resist_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneVampire" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneVampire" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_vampire_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneReflect" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneReflect" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_reflect_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RunePrecision" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePrecision" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_precision_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneAgility" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneAgility" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_agility_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_knockout_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatus_RuneKing" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKing" + "xpos" "0" + "ypos" "-4" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_king_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RunePlague" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePlague" + "xpos" "0" + "ypos" "-4" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_plague_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatus_RuneSupernova" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneSupernova" + "xpos" "0" + "ypos" "-4" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "slowed" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusMaxHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValue" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res new file mode 100644 index 0000000..d5f755d --- /dev/null +++ b/resource/ui/hudrocketpack.res @@ -0,0 +1,43 @@ +#base "huditemeffectmeter.res" + +"Resource/UI/HudRocketPack.res" +{ + "HudItemEffectMeter" + { + "ypos" "c185-11" + } + + "ItemEffectMeter" + { + "xpos" "0" + "wide" "p0.497" + } + + "ItemEffectMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter2" + "xpos" "rs1" + "ypos" "0" + "zpos" "2" + "wide" "p0.497" + "tall" "2" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res new file mode 100644 index 0000000..4861181 --- /dev/null +++ b/resource/ui/hudspellselection.res @@ -0,0 +1,100 @@ +"Resource/UI/HudSpellSelection.res" +{ + "HudSpellMenu" + { + "xpos" "c165" + "ypos" "rs1-4" + "wide" "35" + "tall" "30" + } + + "SpellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SpellIcon" + "xpos" "0" + "ypos" "4" + "zpos" "7" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "White" + } + + "CountText" + { + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "ShrekFont14" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "rs1" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "23" + "proportionaltoparent" "1" + "fgcolor" "White" + } + "CountTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "ShrekFont14" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "-1" + "ypos" "-1" + "wide" "20" + "tall" "23" + "proportionaltoparent" "1" + "fgcolor" "Black" + + "pin_to_sibling" "CountText" + } + + "ActionText" + { + "ControlName" "CExLabel" + "fieldName" "ActionText" + "font" "DefaultVerySmall" + "labelText" "%actiontext%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1" + "wide" "f0" + "tall" "8" + "fgcolor" "White" + "visible" "1" + "proportionaltoparent" "1" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + } + "Spellbook" + { + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "9999" + } + "SpellText" + { + "ControlName" "CExLabel" + "fieldName" "SpellText" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudstalemate.res b/resource/ui/hudstalemate.res new file mode 100644 index 0000000..3c41756 --- /dev/null +++ b/resource/ui/hudstalemate.res @@ -0,0 +1,50 @@ +"Resource/UI/HudStalemate.res" +{ + "StalemateLabel" + { + "ControlName" "CExLabel" + "fieldName" "StalemateLabel" + "font" "ShrekFont12Shadow" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "1" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "wrap" "0" + "proportionaltoparent" "1" + "labelText" "#TF_teambalanced" + "textAlignment" "center" + } + "ReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReasonLabel" + "font" "ShrekFont12Shadow" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "1" + "wide" "f0" + "tall" "55" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + "labelText" "" + "textAlignment" "north" + } + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "HudStalemateBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudStalemateBG" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudstopwatch.res b/resource/ui/hudstopwatch.res new file mode 100644 index 0000000..5883d4d --- /dev/null +++ b/resource/ui/hudstopwatch.res @@ -0,0 +1,162 @@ +"Resource/UI/HudStopWatch.res" +{ + "StopWatchAnchor" + { + "ControlName" "EditablePanel" + "fieldname" "StopWatchAnchor" + "xpos" "c-65" + "ypos" "40" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "0" + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "50" + "tall" "15" + "visible" "0" + "enabled" "1" + + "pin_to_sibling" "StopWatchAnchor" + + "ShrekBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ShrekBG" + "wide" "0" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Shrekfont10" + "fgcolor" "White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + } + } + + "StopWatchScoreToBeat" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchScoreToBeat" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%scoretobeat%" + "textAlignment" "center" + "xpos" "8" + "ypos" "0" + "zpos" "4" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + + "pin_to_sibling" "ObjectiveStatusTimePanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "StopWatchPointsLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchPointsLabel" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%pointslabel%" + "textAlignment" "west" + "xpos" "8" + "ypos" "0" + "zpos" "4" + "wide" "42" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "0" + + "pin_to_sibling" "StopWatchScoreToBeat" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "StopWatchLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchLabel" + "font" "Shrekfont8" + "fgcolor" "White" + "labelText" "%stopwatchlabel%" + "textAlignment" "center" + "xpos" "0" + "ypos" "-2" + "zpos" "4" + "wide" "123" + "tall" "12" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + + "pin_to_sibling" "ObjectiveStatusTimePanel" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "HudStopWatchBG" + { + "ControlName" "ImagePanel" + "fieldName" "HudStopWatchBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "StopWatchImageCaptureTime" + { + "ControlName" "ImagePanel" + "fieldName" "StopWatchImageCaptureTime" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "HudStopWatchDescriptionBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchDescriptionBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "StopWatchDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchDescriptionLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudteamswitch.res b/resource/ui/hudteamswitch.res new file mode 100644 index 0000000..0bc3593 --- /dev/null +++ b/resource/ui/hudteamswitch.res @@ -0,0 +1,59 @@ +"Resource/UI/HudTeamSwitch.res" +{ + "SwitchLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchLabel" + "font" "ShrekFont8Shadow" + "xpos" "cs-0.5" + "ypos" "80" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "#TF_teambalanced" + "fgcolor" "White" + "textAlignment" "center" + } + + "BalanceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BalanceLabel" + "font" "ShrekFont8Shadow" + "xpos" "cs-0.5" + "ypos" "60" + "zpos" "1" + "wide" "f0" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "labelText" "" + "fgcolor" "White" + "textAlignment" "center" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "HudTeamSwitchBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTeamSwitchBG" + "xpos" "9999" + } + "SwitchImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "SwitchImage" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res new file mode 100644 index 0000000..b253797 --- /dev/null +++ b/resource/ui/hudtournament.res @@ -0,0 +1,512 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "proportionaltoparent" "1" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "46" + "team2_player_delta_y" "0" + "teams_player_delta_x_comp" "46" + + if_competitive + { + "team1_player_base_y" "40" + } + if_readymode + { + "team1_player_base_y" "40" + } + if_mvm + { + "team1_player_base_y" "95" + } + + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + + "playerpanels_kv" + { + "visible" "0" + "wide" "45" + "tall" "24" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "PlayerName" + { + "ControlName" "CExLabel" + "fieldName" "PlayerName" + "font" "DefaultVerySmall" + "xpos" "1" + "ypos" "rs1" + "zpos" "5" + "wide" "48" + "tall" "7" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "west" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + "PlayerNameBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerNameBG" + "xpos" "0" + "ypos" "rs1" + "zpos" "5" + "wide" "f0" + "tall" "7" + "visible" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "0 0 0 50" + "proportionaltoparent" "1" + } + + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "rs1-3" + "ypos" "2" + "zpos" "-1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "24" + "src_corner_width" "24" + + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "rs1-4" + "ypos" "3" + "zpos" "0" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "16" + "ypos" "0" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "proportionaltoparent" "1" + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "wide" "0" + "tall" "0" + "visible" "0" + } + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "wide" "0" + "tall" "0" + "visible" "0" + } + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "wide" "0" + "tall" "0" + "visible" "0" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "wide" "0" + "tall" "0" + "visible" "0" + } + } + } + + "TopBarAnchor" //THIS MOVES THE SHREKS ALL AT ONCE! + { + "ControlName" "EditablePanel" + "fieldname" "TopBarAnchor" + "xpos" "c0" + "ypos" "0" + "wide" "1" + "tall" "10" + "visible" "0" + "enabled" "0" + } + + "BlueShrek" + { + "ControlName" "ScalableImagePanel" + "fieldName" "BlueShrek" + "xpos" "-5" + "ypos" "0" + "zpos" "0" + "wide" "66" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_head_blue_reverse" + "scaleImage" "1" + + "pin_to_sibling" "TopBarAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "RedShrek" + { + "ControlName" "ScalableImagePanel" + "fieldName" "RedShrek" + "xpos" "-5" + "ypos" "0" + "zpos" "0" + "wide" "66" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_head_red_reverse" + "scaleImage" "1" + + "pin_to_sibling" "TopBarAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentBLUEStateLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentBLUEStateLabel" + "xpos" "26" + "ypos" "12" + "zpos" "3" + "wide" "66" + "tall" "30" + "visible" "1" + "enabled" "1" + "font" "ReadyUp26" + "labelText" "%bluestate%" + "textAlignment" "center" + "fgcolor" "White" + + "pin_to_sibling" "BlueShrek" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentREDStateLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentREDStateLabel" + "xpos" "26" + "ypos" "12" + "zpos" "3" + "wide" "66" + "tall" "30" + "visible" "1" + "enabled" "1" + "font" "ReadyUp26" + "labelText" "%redstate%" + "textAlignment" "center" + "fgcolor" "White" + + "pin_to_sibling" "RedShrek" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + if_mvm + { + "visible" "0" + } + } + + "TournamentInstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabel" + "xpos" "c-125" + "ypos" "30" + "wide" "250" + "tall" "14" + "zpos" "2" + "visible" "1" + "enabled" "1" + "font" "Shrekfont9Shadow" + "labelText" "%readylabel%" + "textAlignment" "center" + "fgcolor" "White" + + if_competitive + { + "ypos" "70" + } + if_readymode + { + "ypos" "70" + } + if_mvm + { + "ypos" "130" + } + } + + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "xpos" "c-20" + "ypos" "r65" + "zpos" "1" + "wide" "40" + "tall" "40" + "visible" "0" + "enabled" "1" + "image" "../HUD/color_panel_red" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "3" + "draw_corner_height" "3" + "proportionaltoparent" "1" + + if_competitive + { + "visible" "0" + "wide" "0" + } + + if_readymode + { + "visible" "0" + "wide" "0" + } + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Shrekfont12" + "xpos" "c-16" + "ypos" "r40" + "wide" "32" + "tall" "18" + "zpos" "2" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "White" + + if_competitive + { + "font" "Shrekfont12Shadow" + } + + if_readymode + { + "font" "Shrekfont12Shadow" + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "HudTournamentBLUEBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBLUEBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HudTournamentREDBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentREDBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HudTournamentBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res new file mode 100644 index 0000000..f376563 --- /dev/null +++ b/resource/ui/hudtournamentsetup.res @@ -0,0 +1,149 @@ +"Resource/UI/HudTournamentSetup.res" +{ + "Shrek" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek" + "xpos" "cs-0.5" + "ypos" "-20" + "zpos" "-4" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_half" + "scaleImage" "1" + "proportionaltoparent" "1" + "alpha" "150" + } + + "TournamentNameEdit" + { + "ControlName" "TextEntry" + "fieldName" "TournamentNameEdit" + "xpos" "cs-0.5" + "ypos" "60" + "wide" "80" + "tall" "12" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "6" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "font" "ShrekFont8" + "fgcolor_override" "White" + "bgcolor_override" "SwampBrownTransparent" + "labelText" "%teamname%" + "textAlignment" "center" + "proportionaltoparent" "1" + } + + "TournamentNotReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentNotReadyButton" + "xpos" "cs-1" + "ypos" "72" + "wide" "40" + "tall" "10" + "zpos" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "Unready" + "textAlignment" "center" + "command" "teamnotready" + "font" "ShrekFont7" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "paintbackground" "1" + + "defaultBgColor_override" "Red" + "armedBgColor_override" "130 40 40 255" + "depressedBgColor_override" "130 40 40 255" + } + + "TournamentReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentReadyButton" + "xpos" "cs+0" + "ypos" "72" + "wide" "40" + "tall" "10" + "zpos" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "Ready" + "textAlignment" "center" + "command" "teamready" + "font" "ShrekFont8" + + "fgcolor" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + "selectedFgColor_override" "White" + + "paintbackground" "1" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "HudTournamentSetupBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentSetupBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "TournamentSetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentSetupLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "TournamentTeamNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentTeamNameLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "HudTournamentNameBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTournamentNameBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/ingamequeuestatus.res b/resource/ui/ingamequeuestatus.res new file mode 100644 index 0000000..9a3d2f5 --- /dev/null +++ b/resource/ui/ingamequeuestatus.res @@ -0,0 +1,56 @@ +"Resource/UI/InGameQueueStatus.res" +{ + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "1" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "200" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "7" + "velocity" "100" + + "fgcolor_override" "White" + } + + "QueueText" + { + "ControlName" "Label" + "fieldName" "QueueText" + "xpos" "rs1-7" + "ypos" "cs-0.5" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "0" + "enabled" "1" + "font" "Shrekfont16" + "AllCaps" "1" + "fgcolor_override" "White" + "textAlignment" "east" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/intromenu.res b/resource/ui/intromenu.res new file mode 100644 index 0000000..f9b3a5f --- /dev/null +++ b/resource/ui/intromenu.res @@ -0,0 +1,144 @@ +"Resource/UI/IntroMenu.res" +{ + "intro" + { + "ControlName" "CTFIntroMenu" + "fieldName" "intro" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + } + + "VideoPanel" + { + "ControlName" "CTFVideoPanel" + "fieldName" "VideoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "6" + "wide" "300" + "tall" "225" + "visible" "1" + "enabled" "1" + "start_delay" "0" + "end_delay" "0" + } + + "VideoCaption" + { + "ControlName" "CExLabel" + "fieldName" "VideoCaption" + "xpos" "0" + "ypos" "-2" + "zpos" "5" + "wide" "299" + "tall" "40" + "visible" "0" + "enabled" "1" + "labelText" " " + "textAlignment" "center" + "font" "default" + "fgcolor" "White" + "wrap" "1" + "centerwrap" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "0 0 0 100" + + "pin_to_sibling" "VideoPanel" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "Skip" + { + "ControlName" "CExButton" + "fieldName" "Skip" + "xpos" "cs-0.5" + "ypos" "rs1+1" + "zpos" "6" + "wide" "f0" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "Continue (&E) " + "textAlignment" "center" + "command" "skip" + "font" "Shrekfont14" + + "paintbackground" "1" + } + + "Back" + { + "ControlName" "CExButton" + "fieldName" "Back" + "xpos" "cs-0.5" + "ypos" "rs1-25" + "zpos" "6" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "back (&Q) " + "textAlignment" "center" + "command" "back" + "font" "Shrekfont14" + + "paintbackground" "1" + } + + + + + + "titlelabel" + { + "ControlName" "CExLabel" + "fieldName" "titlelabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ReplayVideo" + { + "ControlName" "CExButton" + "fieldName" "ReplayVideo" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Continue" + { + "ControlName" "CExButton" + "fieldName" "Continue" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/itemoptionspanel.res b/resource/ui/itemoptionspanel.res new file mode 100644 index 0000000..baebc25 --- /dev/null +++ b/resource/ui/itemoptionspanel.res @@ -0,0 +1,68 @@ +"Resource/UI/ItemOptionsPanel.res" +{ + "PanelListPanel" + { + "ControlName" "CPanelListPanel" + "fieldName" "PanelListPanel" + "xpos" "0" + "ypos" "0" + "wide" "f-19" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + "autohide_scrollbar" "1" + + "HatUseHeadCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "HatUseHeadCheckButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "20" + "RoundedCorners" "15" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#GameUI_ParticleHatUseHead" + "textAlignment" "west" + "textinsetx" "6" + "Command" "particle_use_head_clicked" + } + + "HatParticleSlider" + { + "ControlName" "CCvarSlider" + "fieldName" "HatParticleSlider" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "RoundedCorners" "15" + "visible" "0" + "enabled" "1" + "fgcolor_override" "TanLight" + } + + "SetStyleButton" + { + "ControlName" "CExButton" + "fieldName" "SetStyleButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Item_SelectStyle" + "font" "ShrekFont9" + "textAlignment" "center" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "set_style" + } + } +} \ No newline at end of file diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res new file mode 100644 index 0000000..0bc231d --- /dev/null +++ b/resource/ui/itemquickswitch.res @@ -0,0 +1,183 @@ +"Resource/UI/ItemQuickSwitch.res" +{ + "ItemQuickSwitchPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemQuickSwitchPanel" + "xpos" "c-123" + "ypos" "320" + "wide" "246" + "tall" "121" + "visible" "0" + "enabled" "1" + "settitlebarvisible" "0" + + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 100" + + "itempanel_xpos" "0" + "itempanel_ydelta" "0" + + "itemskv" + { + "wide" "210" + "tall" "30" + "bgcolor_override" "59 54 48 0" + "PaintBackgroundType" "0" + "paintborder" "0" + "text_forcesize" "2" + + "model_xpos" "25" + "model_ypos" "3" + "model_wide" "48" + "model_tall" "24" + + "text_center" "1" + "text_xpos" "50" + "text_wide" "180" + "name_only" "1" + + "noitem_textcolor" "117 107 94 255" + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "20" + "tall" "15" + "visible" "0" + "enabled" "0" + "fgcolor_override" "200 80 60 255" + } + + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontSmallestBold" + "labelText" "#ClassBeingEquipped" + "textAlignment" "west" + "xpos" "20" + "ypos" "5" + "zpos" "1" + "wide" "60" + "tall" "15" + "visible" "0" + "enabled" "0" + } + + "ItemSlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemSlotLabel" + "font" "default" + "labelText" "#PrimaryWeapon" + "textAlignment" "west" + "xpos" "-4" + "ypos" "0" + "zpos" "3" + "wide" "140" + "tall" "10" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Black" + } + + "TopLine" + { + "ControlName" "ImagePanel" + "fieldName" "TopLine" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "246" + "tall" "10" + "visible" "1" + "enabled" "1" + "fillcolor" "White" + "tileImage" "1" + "tileVertically" "0" + } + + "itemcontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainerscroller" + "xpos" "16" + "ypos" "9" + "wide" "230" + "tall" "115" + "PaintBackgroundType" "2" + "fgcolor_override" "White" + "bgcolor_override" "200 187 161 0" + "autohide_buttons" "1" + } + + "itemcontainer" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainer" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "125" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "CurrentlyEquippedBackground" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyEquippedBackground" + "font" "defaultsmall" + "labelText" "EQUIP" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "35" + "tall" "10" + "visible" "1" + "PaintBackgroundType" "2" + "fgcolor" "White" + } + } + + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "font" "ItemFontNameSmallest" + "labelText" "#NoItemsToEquip" + "textAlignment" "center" + "xpos" "3" + "ypos" "0" + "zpos" "10" + "wide" "220" + "tall" "30" + "visible" "0" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "xpos" "-4" + "ypos" "12" + "zpos" "20" + "wide" "20" + "tall" "110" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + } +} diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res new file mode 100644 index 0000000..c16e24e --- /dev/null +++ b/resource/ui/itemselectionpanel.res @@ -0,0 +1,392 @@ +#base "reloadschemebutton.res" + +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemSelectionPanel" + "xpos" "0" + "ypos" "0" + "zpos" "500" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + "bgcolor_override" "Blank" + + "item_ypos" "90" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-283" + "item_backpack_xdelta" "3" + "item_backpack_ydelta" "3" + + "modelpanels_selection_kv" + { + "wide" "92" + "tall" "72" + "model_xpos" "2" + "model_wide" "75" + "model_tall" "50" + "model_center_x" "1" + "text_ypos" "0" + "text_forcesize" "2" + "text_center" "0" + "text_yoffset" "2" + "inset_eq_y" "55" + + "deferred_description" "1" + "deferred_icon" "1" + } + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "50" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "4" + "inset_eq_y" "2" + + "deferred_description" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "duplicatelabels_kv" + { + "font" "ItemFontNameSmallest" + "textAlignment" "center" + "wide" "20" + "tall" "15" + "zpos" "1" + "enabled" "1" + "fgcolor" "153 204 255 255" + } + } + + "Swamp" + { + "ControlName" "ImagePanel" + "fieldName" "Swamp" + "xpos" "0" + "ypos" "-35" + "zpos" "-1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "BackpackBG" + { + "ControlName" "EditablePanel" + "fieldName" "BackpackBG" + "xpos" "cs-0.5" + "ypos" "cs-0.5-40" + "zpos" "-1" + "wide" "568" + "tall" "225" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + "FiltersBG" + { + "ControlName" "EditablePanel" + "fieldName" "FiltersBG" + "xpos" "0" + "ypos" "2" + "zpos" "-1" + "wide" "568" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "pin_to_sibling" "BackpackBG" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NameFilterIcon" + { + "ControlName" "EditablePanel" + "fieldName" "NameFilterIcon" + "xpos" "-2" + "ypos" "0" + "zpos" "1" + "wide" "130" + "tall" "16" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "o1" + "tall" "f4" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_workshop_view" + "drawcolor" "White" + "proportionaltoparent" "1" + } + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "-2" + "ypos" "0" + "wide" "110" + "zpos" "5" + "tall" "12" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "White" + "bgcolor_override" "0 0 0 150" + "paintbackgroundtype" "0" + "font" "HudFontSmallest" + + "pin_to_sibling" "NameFilterIcon" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "OnlyAllowUniqueQuality" + { + "ControlName" "CheckButton" + "fieldName" "OnlyAllowUniqueQuality" + "xpos" "c-288" + "ypos" "315" + "zpos" "1" + "wide" "290" + "tall" "25" + "visible" "0" + "enabled" "1" + "labelText" "#OnlyAllowUniqueQuality" + "Font" "HudFontSmallestBold" + "textAlignment" "east" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "PrevShortKey" + { + "ControlName" "CExButton" + "fieldName" "PrevShortKey" + "xpos" "9999" + "labelText" "&A" + "Command" "prevpage" + "visible" "1" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "0" + "ypos" "-2" + "zpos" "1" + "wide" "70" + "tall" "16" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + + "pin_to_sibling" "CurPageLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "NextShortKey" + { + "ControlName" "CExButton" + "fieldName" "NextShortKey" + "xpos" "9999" + "labelText" "&D" + "Command" "nextpage" + "visible" "1" + } + + "ShowBackpack" + { + "ControlName" "CExButton" + "fieldName" "ShowBackpack" + "xpos" "-2" + "ypos" "0" + "zpos" "20" + "wide" "170" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "#Selection_ShowBackpack" + "font" "ShrekFont12" + "textAlignment" "center" + "Command" "show_backpack" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "ShowSelection" + { + "ControlName" "CExButton" + "fieldName" "ShowSelection" + "xpos" "-2" + "ypos" "0" + "zpos" "20" + "wide" "170" + "tall" "16" + "visible" "1" + "enabled" "0" + "labelText" "#Selection_ShowSelection" + "font" "ShrekFont12" + "textAlignment" "center" + "Command" "show_selection" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "pin_to_sibling" "FiltersBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Blank" + "noitem_textcolor" "White" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "White" + "centerwrap" "1" + } + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/loadoutpresetpanel.res b/resource/ui/loadoutpresetpanel.res new file mode 100644 index 0000000..5afd916 --- /dev/null +++ b/resource/ui/loadoutpresetpanel.res @@ -0,0 +1,23 @@ +"Resource/UI/LoadoutPresetPanel.res" +{ + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "fieldName" "loadout_preset_panel" + + "presetbutton_kv" + { + "zpos" "20" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "1" + "font" "ShrekFont14" + "textAlignment" "center" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "centerwrap" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res new file mode 100644 index 0000000..92916f0 --- /dev/null +++ b/resource/ui/mainmenuoverride.res @@ -0,0 +1,1629 @@ +#base "../preload.res" + +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-241" + "button_y" "190" + "button_y_delta" "3" + + "button_kv" + { + "xpos" "0" + "ypos" "190" + "wide" "150" + "tall" "14" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + } + + "ShrekHUD" + { + "ControlName" "EditablePanel" + "fieldname" "ShrekHUD" + "xpos" "20" + "ypos" "40" + "zpos" "15" + "wide" "300" + "tall" "40" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "40" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont36" + "textAlignment" "west" + "sound_depressed" "UI/somebody.wav" + "sound_released" "" + "PaintBackground" "0" + "PaintBorder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "MainMenuAnchor" //THIS MOVES ALL THE BUTTONS AT ONCE! + { + "ControlName" "EditablePanel" + "fieldname" "MainMenuAnchor" + "xpos" "20" + "ypos" "120" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "0" + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////CASUAL / COMP RANK//////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "14" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_type" "0" + + "pin_to_sibling" "MainMenuAnchor" + } + + "NoGCMessage" + { + "ControlName" "Label" + "fieldName" "NoGCMessage" + "xpos" "0" + "ypos" "0" + "zpos" "-99" + "wide" "300" + "tall" "100" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "wrap" "1" + + "font" "Shrekfont14" + "fgcolor_override" "255 100 100 255" + "labelText" "No Connection To Steam" + "textAlignment" "west" + "use_proportional_insets" "1" + + "pin_to_sibling" "RankPanel" + } + + "CycleRankTypeButton" + { + "ControlName" "CExImageButton" + "fieldName" "CycleRankTypeButton" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "130" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "command" "open_rank_type_menu" + "actionsignallevel" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "alpha" "0" + + "pin_to_sibling" "RankPanel" + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////MAIN MENU BUTTONS///////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Servers" + { + "ControlName" "EditablePanel" + "fieldname" "Servers" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "RankPanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Create" + { + "ControlName" "EditablePanel" + "fieldname" "Create" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Servers" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Items" + { + "ControlName" "EditablePanel" + "fieldname" "Items" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Create" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Store" + { + "ControlName" "EditablePanel" + "fieldname" "Store" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Items" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Settings" + { + "ControlName" "EditablePanel" + "fieldname" "Settings" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Store" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Advanced" + { + "ControlName" "EditablePanel" + "fieldname" "Advanced" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Settings" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Contracker" + { + "ControlName" "EditablePanel" + "fieldname" "Contracker" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Advanced" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Friends" + { + "ControlName" "EditablePanel" + "fieldname" "Friends" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + + "pin_to_sibling" "Contracker" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Quit" + { + "ControlName" "EditablePanel" + "fieldname" "Quit" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "200" + "tall" "14" + + "pin_to_sibling" "Friends" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////IN GAME ONLY BUTTONS/////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Disconnect" + { + "ControlName" "EditablePanel" + "fieldname" "Disconnect" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + "visible" "0" + + "pin_to_sibling" "Friends" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "QuitGame" + { + "ControlName" "EditablePanel" + "fieldname" "QuitGame" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "200" + "tall" "14" + "visible" "0" + + "pin_to_sibling" "Disconnect" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "14" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldname" "Notifications_ShowButtonPanel" + "xpos" "-3" + "ypos" "5" + "zpos" "15" + "wide" "150" + "tall" "14" + "visible" "0" + + "pin_to_sibling" "QuitGame" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "Notifications_CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabel" + "font" "Shrekfont14" + "labelText" "%noticount%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "110" + "tall" "14" + "visible" "1" + "enabled" "1" + "fgcolor_override" "255 200 0 255" + } + + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "15" + "wide" "150" + "tall" "14" + "visible" "1" + "enabled" "1" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "Shrekfont14" + "labeltext" "Notification" + "textAlignment" "west" + "command" "noti_show" + "actionsignallevel" "2" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Vote" + { + "ControlName" "EditablePanel" + "fieldname" "Vote" + "xpos" "0" + "ypos" "5" + "zpos" "15" + "wide" "20" + "tall" "20" + "visible" "1" + + "pin_to_sibling" "MainMenuAnchor" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f8" + "tall" "f8" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + "Mute" + { + "ControlName" "EditablePanel" + "fieldname" "Mute" + "xpos" "2" + "ypos" "0" + "zpos" "15" + "wide" "20" + "tall" "20" + "visible" "1" + + "pin_to_sibling" "Vote" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f8" + "tall" "f8" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + "Report" + { + "ControlName" "EditablePanel" + "fieldname" "Report" + "xpos" "2" + "ypos" "0" + "zpos" "15" + "wide" "20" + "tall" "20" + "visible" "1" + + "pin_to_sibling" "Mute" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f8" + "tall" "f8" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + "Achievements" + { + "ControlName" "EditablePanel" + "fieldname" "Achievements" + "xpos" "2" + "ypos" "0" + "zpos" "15" + "wide" "20" + "tall" "20" + "visible" "1" + "command" "OpenAchievementsDialog" + + "pin_to_sibling" "Report" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f8" + "tall" "f8" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////TOOLS PANEL//////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "ToolsAnchor" //MOVES ALL THE TOOLS BUTTONS TOGETHER + { + "ControlName" "EditablePanel" + "fieldname" "ToolsAnchor" + "xpos" "c0" + "ypos" "r18" + "wide" "1" + "tall" "18" + "visible" "0" + "enabled" "0" + } + + "Fix Invisible Players" + { + "ControlName" "EditablePanel" + "fieldname" "Fix Invisible Players" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Reload Sound" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Reload Sound" + { + "ControlName" "EditablePanel" + "fieldname" "Reload Sound" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Reload Hud" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Reload Hud" + { + "ControlName" "EditablePanel" + "fieldname" "Reload Hud" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Toggle Netgraph" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Toggle Netgraph" + { + "ControlName" "EditablePanel" + "fieldname" "Toggle Netgraph" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "ToolsAnchor" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Toggle Contracts" + { + "ControlName" "EditablePanel" + "fieldname" "Toggle Contracts" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "ToolsAnchor" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Enable Captions" + { + "ControlName" "EditablePanel" + "fieldname" "Enable Captions" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Toggle Contracts" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Disable Captions" + { + "ControlName" "EditablePanel" + "fieldname" "Disable Captions" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Enable Captions" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "255 100 100 255" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + "Toggle Chat" + { + "ControlName" "EditablePanel" + "fieldname" "Toggle Chat" + "xpos" "0" + "ypos" "0" + "zpos" "16" + "wide" "18" + "tall" "18" + + "pin_to_sibling" "Disable Captions" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "Symbols 14" + "textAlignment" "center" + "sound_depressed" "UI/fart.wav" + "sound_released" "" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + } + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////PANELS////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + "Notifications_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_Panel" + "xpos" "20" + "ypos" "rs1-80" + "zpos" "17" + "wide" "210" + "tall" "80" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "Notifications_CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_CloseButton" + "xpos" "186" + "ypos" "8" + "zpos" "10" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "actionsignallevel" "2" + + "Command" "noti_hide" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "Notifications_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%notititle%" + "textAlignment" "north-west" + "xpos" "12" + "ypos" "8" + "wide" "250" + "tall" "20" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "wrap" "1" + } + + "Notifications_Scroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "Notifications_Scroller" + "xpos" "8" + "ypos" "25" + "wide" "210" + "tall" "135" + "PaintBackgroundType" "2" + "fgcolor_override" "117 107 94 255" + + "Notifications_Control" + { + "ControlName" "CMainMenuNotificationsControl" + "fieldName" "Notifications_Control" + "xpos" "0" + "ypos" "0" + "wide" "220" + "tall" "135" + "visible" "1" + } + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 50" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "Shrekfont12" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "visible" "1" + "enabled" "1" + "fgcolor_override" "SwampWhite" + "wrap" "1" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "Shrekfont12" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "visible" "1" + "enabled" "1" + "fgcolor_override" "SwampWhite" + "auto_wide_tocontents" "1" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 50" + "noitem_textcolor" "SwampWhite" + "PaintBackgroundType" "2" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "SwampWhite" + "centerwrap" "1" + } + } + + //================================================================================================================================================== + // FRIENDS LIST + //================================================================================================================================================== + + "SafeMode" + { + "ControlName" "EditablePanel" + "fieldName" "SafeMode" + "xpos" "-20" + "ypos" "rs1-20" + "zpos" "11" + "wide" "334" + "tall" "172" + "visible" "0" + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "SwampDarkestBrown" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "rs1" + "ypos" "0" + "zpos" "-1" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "SwampDarkestBrown" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-60" + "ypos" "52" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "Symbols 14" + "textAlignment" "center" + "labeltext" "X" + "Command" "engine cl_mainmenu_safemode 0" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + + "defaultBgColor_override" "SwampBrown" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "FriendsContainer" + { + "ControlName" "EditablePanel" + "fieldname" "FriendsContainer" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f120" + "tall" "f52" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "16" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + "font" "Shrekfont11" + "labelText" "Friends" + "textAlignment" "west" + "textinsetx" "3" + "textinsety" "0" + "fgcolor" "SwampWhite" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + } + + "SteamFriendsList" + { + "ControlName" "CSteamFriendsListPanel" + "fieldname" "SteamFriendsList" + "xpos" "rs1" + "ypos" "rs1-2" + "zpos" "500" + "wide" "f2" + "tall" "f20" + "visible" "1" + "proportionaltoparent" "1" + + "columns_count" "2" + "inset_x" "0" + "inset_y" "0" + "row_gap" "2" + "column_gap" "0" + "restrict_width" "0" + + "friendpanel_kv" + { + "wide" "104" + "tall" "20" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1" + "ypos" "0" + "tall" "f0" + "wide" "4" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "SwampWhite" + } + } + } + } + } + + "MOTD_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_Panel" + "wide" "0" + "tall" "0" + "visible" "0" + "enable" "0" + } +} \ No newline at end of file diff --git a/resource/ui/mainmenuplaylistentry.res b/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..b5c2f17 --- /dev/null +++ b/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,178 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "150" + "tall" "170" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "ShrekFont14" + "textAlignment" "south" + "wrap" "0" + "centerwrap" "1" + "AllCaps" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "SwampLightGreen" + "depressedFgColor_override" "SwampLightGreen" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "225 225 225 255" + } + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "Red" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "ShrekFont7" + "fgcolor" "Red" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + + + + + + + + + + + + + + + + + + + + + + + ////DEAD STUFF//// + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + "BGColor" + { + "ControlName" "EditablePanel" + "fieldName" "BGColor" + "xpos" "9999" + } + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + } + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "51" + "wide" "0" + "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "9999" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "9999" + } + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res new file mode 100644 index 0000000..2571c9d --- /dev/null +++ b/resource/ui/mapinfomenu.res @@ -0,0 +1,167 @@ +"Resource/UI/MapInfoMenu.res" +{ + "mapinfo" + { + "ControlName" "Frame" + "fieldName" "mapinfo" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Shader" + { + "ControlName" "EditablePanel" + "fieldName" "Shader" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "0 0 0 150" + } + + "MapInfoTitle" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoTitle" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "%mapname%" + "textAlignment" "center" + "font" "Shrekfont18" + "fgcolor" "SwampWhite" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "MapInfoText" + { + "ControlName" "CExRichText" + "fieldName" "MapInfoText" + "font" "default" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "200" + "tall" "200" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "fgcolor" "White" + "paintbackground" "0" + } + + "ok" + { + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "cs-0.5" + "ypos" "rs1+1" + "zpos" "6" + "wide" "f0" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "Continue (&E) " + "textAlignment" "center" + "command" "continue" + "font" "Shrekfont14" + + "paintbackground" "1" + } + + "MapInfoWatchIntro" + { + "ControlName" "CExButton" + "fieldName" "MapInfoWatchIntro" + "xpos" "cs-0.5" + "ypos" "rs1-24" + "zpos" "6" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Watch Movie" + "textAlignment" "center" + "command" "intro" + "font" "Shrekfont14" + + "paintbackground" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "MapInfoBack" + { + "ControlName" "CExButton" + "fieldName" "MapInfoBack" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MapInfoContinue" + { + "ControlName" "CTFButton" + "fieldName" "MapInfoContinue" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MenuBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "MenuBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MapImage" + { + "ControlName" "ImagePanel" + "fieldName" "MapImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MapInfoType" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoType" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/matchhistoryentrypanel.res b/resource/ui/matchhistoryentrypanel.res new file mode 100644 index 0000000..0be6057 --- /dev/null +++ b/resource/ui/matchhistoryentrypanel.res @@ -0,0 +1,501 @@ +"Resource/UI/MatchHistoryEntryPanel" +{ + "MatchEntry" + { + "fieldName" "MatchEntry" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "17" + "resize_time" "0" + "proportionaltoparent" "1" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "17" + "proportionaltoparent" "1" + "paintbackground" "0" + + "EntryToggleButton" + { + "ControlName" "CExButton" + "fieldName" "EntryToggleButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "actionsignallevel" "2" + "command" "toggle_collapse" + "labeltext" "" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + + "defaultBgColor_override" "SwampBrown" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "WinLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinLabel" + "xpos" "7" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "0" + "mouseinputenabled" "0" + + "labeltext" "#TF_Competitive_MatchHistory_Win" + "font" "ShrekFont8" + "fgcolor" "SwampGreen" + "textAlignment" "west" + } + + "LossLabel" + { + "ControlName" "CExLabel" + "fieldName" "LossLabel" + "xpos" "7" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "0" + "mouseinputenabled" "0" + + "labeltext" "#TF_Competitive_MatchHistory_Loss" + "font" "ShrekFont8" + "fgcolor" "Red" + "textAlignment" "west" + } + + "DateLabel" + { + "ControlName" "CExLabel" + "fieldName" "DateLabel" + "xpos" "55" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%match_date%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "MapNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapNameLabel" + "xpos" "p0.60" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%map_name%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "KDLabel" + { + "ControlName" "CExLabel" + "fieldName" "KDLabel" + "xpos" "p0.9" + "ypos" "0" + "wide" "100" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%kd_ratio%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + } + + "BottomStats" + { + "ControlName" "EditablePanel" + "fieldName" "BottomStats" + "xpos" "0" + "ypos" "17" + "wide" "f0" + "tall" "0" + "proportionaltoparent" "1" + "paintbackground" "0" + "autoresize" "2" + "pincorner" "3" + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldName" "InnerShadow" + "xpos" "9999" + } + + "SlidingStatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SlidingStatsContainer" + "xpos" "0" + "ypos" "rs1+17" + "wide" "f0" + "tall" "50" + "proportionaltoparent" "1" + "pincorner" "3" + + "BGImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "BGImage" + "xpos" "-2" + "ypos" "0" + "wide" "o1" + "tall" "50" + "image" "casual\gametype_koth" + "proportionaltoparent" "1" + } + + "GradientImage" + { + "ControlName" "ImagePanel" + "fieldName" "GradientImage" + "xpos" "8" + "ypos" "0" + "zpos" "1" + "wide" "o1" + "tall" "40" + "image" "training\gradient_black" + "proportionaltoparent" "1" + "rotation" "1" + } + + // First column + "KillsMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "KillsMedal" + "xpos" "p0.2-10" + "ypos" "2" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "xpos" "p0.2" + "ypos" "0" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_kills%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "xpos" "p0.2" + "ypos" "10" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_deaths%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "DamageMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "DamageMedal" + "xpos" "p0.2-10" + "ypos" "22" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "DamageLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageLabel" + "xpos" "p0.2" + "ypos" "20" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_damage%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + // Second column + "HealingMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HealingMedal" + "xpos" "p0.6-10" + "ypos" "2" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "HealingLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingLabel" + "xpos" "p0.6" + "ypos" "0" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_healing%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "SupportMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SupportMedal" + "xpos" "p0.6-10" + "ypos" "12" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "SupportLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportLabel" + "xpos" "p0.6" + "ypos" "10" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "labeltext" "%stat_support%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "ScoreMedal" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ScoreMedal" + "xpos" "p0.6-10" + "ypos" "22" + "wide" "o1" + "tall" "10" + "zpos" "100" + "image" "competitive\competitive_coin_bronze" + "proportionaltoparent" "1" + } + + "ScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "ScoreLabel" + "xpos" "p0.6" + "ypos" "20" + "wide" "f0" + "tall" "15" + "proportionaltoparent" "1" + "visible" "1" + "mouseinputenabled" "0" + + "pincorner" "3" + + "labeltext" "%stat_score%" + "font" "ShrekFont7" + "fgcolor" "SwampWhite" + "textAlignment" "west" + } + + "ClassIcons" + { + "ControlName" "EditablePanel" + "fieldName" "ClassIcons" + "xpos" "rs1-5" + "ypos" "2" + "wide" "o1" + "tall" "30" + "zpos" "1" + "proportionaltoparent" "1" + + // First row + "ScoutIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ScoutIcon" + "xpos" "0" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_scout" + "proportionaltoparent" "1" + } + + "PyroIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PyroIcon" + "xpos" "p0.333" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_pyro" + "proportionaltoparent" "1" + } + + "SoldierIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SoldierIcon" + "xpos" "p0.666" + "ypos" "0" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_soldier" + "proportionaltoparent" "1" + } + + // Second row + "DemoIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "DemoIcon" + "xpos" "0" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_demo" + "proportionaltoparent" "1" + } + + "HeavyIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HeavyIcon" + "xpos" "p0.333" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_heavy" + "proportionaltoparent" "1" + } + + "EngineerIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "EngineerIcon" + "xpos" "p0.666" + "ypos" "p0.333" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_engineer" + "proportionaltoparent" "1" + } + + // Third row + "MedicIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "MedicIcon" + "xpos" "0" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_medic" + "proportionaltoparent" "1" + } + + "SniperIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SniperIcon" + "xpos" "p0.333" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_sniper" + "proportionaltoparent" "1" + } + + "SpyIcon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "SpyIcon" + "xpos" "p0.666" + "ypos" "p0.666" + "wide" "p0.333" + "tall" "p0.333" + "image" "class_icons/filter_spy" + "proportionaltoparent" "1" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res new file mode 100644 index 0000000..30db8e1 --- /dev/null +++ b/resource/ui/matchmakingcasualcriteria.res @@ -0,0 +1,236 @@ +"Resource/UI/MatchmakingCasualCriteria.res" +{ + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "rs1" + "ypos" "0" + "zpos" "-1" + "wide" "305" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkestBrown" + + "pinCorner" "2" + "autoResize" "1" + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "9999" // Disabled since it's inconsistent as fuck, sometimes is there sometimes isn't idk why. + "ypos" "0" + "zpos" "110" + "wide" "o1" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "9999" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_name" "0" + } + + "RestoreCasualSearchCriteria" + { + "ControlName" "CExImageButton" + "fieldName" "RestoreCasualSearchCriteria" + "xpos" "rs1-43" + "ypos" "4" + "zpos" "100" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "{" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "-1" + "default" "0" + "Command" "restore_search_criteria" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + "SaveCasualSearchCriteria" + { + "ControlName" "CExImageButton" + "fieldName" "SaveCasualSearchCriteria" + "xpos" "rs1-23" + "ypos" "4" + "zpos" "100" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "}" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "-1" + "default" "0" + "Command" "save_search_criteria" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-3" + "ypos" "4" + "zpos" "100" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "|" + "font" "Symbols 18" + "textAlignment" "center" + "textinsety" "-1" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + "SelectedCount" + { + "ControlName" "CExLabel" + "fieldName" "SelectedCount" + "xpos" "5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "25" + "proportionaltoparent" "1" + "labeltext" "%selected_maps_count%" + "textAlignment" "west" + "font" "ShrekFont12" + "fgcolor" "SwampWhite" + "AllCaps" "0" + + "mouseinputenabled" "1" + } + + "QueueEstimation" + { + "ControlName" "CExLabel" + "fieldName" "QueueEstimation" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" //Find a place for this + "tall" "25" + "proportionaltoparent" "1" + "labeltext" "#TF_Casual_QueueEstimation" + "textAlignment" "east" + "font" "Shrek12" + "fgcolor" "SwampWhite" + "AllCaps" "1" + "visible" "0" + + "mouseinputenabled" "0" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "9999" + } + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + + "GameModesList" + { + "ControlName" "CScrollableList" + "fieldName" "GameModesList" + "xpos" "rs1" + "ypos" "25" + "wide" "300" + "tall" "f75" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + "paintborder" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkBrown" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1+1" + "ypos" "0" + "tall" "f0" + "wide" "4" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "SwampWhite" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcategorymappanel.res b/resource/ui/matchmakingcategorymappanel.res new file mode 100644 index 0000000..73a2c1b --- /dev/null +++ b/resource/ui/matchmakingcategorymappanel.res @@ -0,0 +1,84 @@ +"Resource/UI/MatchmakingCategoryMapPanel.res" +{ + "MatchmakingCategoryMapPanel" + { + "fieldName" "MatchmakingCategoryMapPanel" + "xpos" "0" + "ypos" "0" + "wide" "p0.5" + "tall" "18" + "proportionaltoparent" "1" + + "skip_autoresize" "1" + } + + "MapCheckbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "MapCheckbutton" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "18" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "ShrekFont10" + "smallcheckimage" "1" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + } + + "MapNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapNameLabel" + "xpos" "19" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "f19" + "tall" "13" + "proportionaltoparent" "1" + "labeltext" "%title_token%" + "textAlignment" "west" + "font" "ShrekFont9" + "textinsetx" "0" + "use_proportional_insets" "1" + + "mouseinputenabled" "0" + } + + "HealthProgressBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "HealthProgressBar" + "xpos" "18" + "ypos" "14" + "zpos" "1" + "wide" "f18" + "tall" "2" + "proportionaltoparent" "1" + "progress" "0.5" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "Black" + } + + "BG" + { + "ControlName" "EditablePanel" + "fieldName" "BG" + "xpos" "18" + "ypos" "cs-0.5" + "wide" "f18" + "tall" "13" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampBrown" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingcategorypanel.res b/resource/ui/matchmakingcategorypanel.res new file mode 100644 index 0000000..ce82838 --- /dev/null +++ b/resource/ui/matchmakingcategorypanel.res @@ -0,0 +1,202 @@ +"Resource/UI/MatchmakingCategoryPanel.res" +{ + "MatchmakingCategoryPanel" + { + "fieldName" "MatchmakingCategoryPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "38" + "proportionaltoparent" "1" + + "collapsed_height" "38" + "resize_time" "0" + } + + "TopContainer" + { + "Controlname" "EditablePanel" + "fieldName" "TopContainer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "BGColor" + { + "ControlName" "EditablePanel" + "fieldName" "BGColor" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + + "proportionaltoparent" "1" + "bgcolor_override" "SwampBrown" + "paintBackgroundType" "0" + } + + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "o4" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "EntryToggleButton" + { + "ControlName" "CExImageButton" + "fieldName" "EntryToggleButton" + "xpos" "0" + "ypos" "rs1" + "zpos" "100" + "wide" "f0" + "tall" "9" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "toggle_collapse" + "labeltext" "" + "textAlignment" "center" + "font" "ShrekFont7" + + "stay_armed_on_click" "1" + "button_activation_type" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintborder" "0" + "paintbackground" "1" + "roundedcorners" "0" + + "defaultBgColor_override" "SwampDarkestBrown" + "armedBgColor_override" "SwampDarkGreen" + "selectedBGColor_override" "SwampDarkGreen" + + "image_default" "glyph_expand" + "image_drawcolor" "235 240 245 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "o1" + "tall" "p.9" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "Checkbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "Checkbutton" + "xpos" "rs1-3" + "ypos" "cs-0.5-4" + "zpos" "3" + "wide" "25" + "tall" "30" + "labeltext" "" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "rs1-33" + "ypos" "cs-0.5-4" + "zpos" "3" + "wide" "200" + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "%title_token%" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "ShrekFont18" + "textAlignment" "east" + "AllCaps" "0" + "default" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "fgcolor" "SwampWhite" + } + + "Shade" + { + "fieldName" "Shade" + "ControlName" "EditablePanel" + "xpos" "9999" + } + "TitleShadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleShadow" + "xpos" "9999" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "9999" + } + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "xpos" "9999" + } + } + + "MapsContainer" + { + "Controlname" "EditablePanel" + "fieldName" "MapsContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "0" + "visible" "1" + "enabled" "1" + "pinCorner" "2" + "autoResize" "1" + "proportionaltoparent" "1" + "skip_autoresize" "1" + "paintbackgrond" "0" + "paintborder" "0" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res new file mode 100644 index 0000000..f5ac919 --- /dev/null +++ b/resource/ui/matchmakingdashboard.res @@ -0,0 +1,576 @@ +"Resource/UI/MatchMakingDashboard.res" +{ + "MMDashboard" + { + "fieldName" "MMDashboard" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "10001" + "wide" "f0" + "tall" "25" + "keyboardinputenabled" "0" + + "collapsed_height" "0" + "expanded_height" "25" + "resize_time" "0.2" + } + + "TopBar" + { + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "25" + "visible" "1" + "proportionaltoparent" "1" + + "PartyCover" + { + "ControlName" "EditablePanel" + "fieldName" "PartyCover" + "xpos" "-5" + "ypos" "-2" + "zpos" "-1" + "wide" "152" + "tall" "f2" + "visible" "1" + "PaintBackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "ToggleChatButton" + { + "ControlName" "CExImageButton" + "fieldName" "ToggleChatButton" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "Command" "toggle_chat" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "0" + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + + "image_drawcolor" "190 195 185 255" + "image_armedcolor" "180 220 5 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5+1" + "zpos" "1" + "wide" "f7" + "tall" "f7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "glyph_forums" + } + } + + "PartySlot0" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot0" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "0" + + "pin_to_sibling" "ToggleChatButton" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot1" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot1" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "1" + + "pin_to_sibling" "PartySlot0" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot2" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot2" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "2" + + "pin_to_sibling" "PartySlot1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot3" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot3" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "3" + + "pin_to_sibling" "PartySlot2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot4" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot4" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "4" + + "pin_to_sibling" "PartySlot3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "PartySlot5" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot5" + "xpos" "1" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "5" + + "pin_to_sibling" "PartySlot4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "QueueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QueueContainer" + "xpos" "cs-0.5" + "ypos" "-50" + "zpos" "111" + "wide" "220" + "tall" "f5" + "visible" "1" + "proportionaltoparent" "1" + + "BG" + { + "ControlName" "EditablePanel" + "fieldName" "BG" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "QueueText" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "QueueText" + "xpos" "3" + "ypos" "cs-0.5" + "wide" "f50" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "fgcolor_override" "White" + "textAlignment" "west" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "fonts" + { + "0" + { + "font" "HudFontSmallestBold" + } + "1" + { + "font" "StorePromotionsTitle" + } + "2" + { + "font" "FontStorePrice" + } + } + } + + "MultiQueuesManageButton" + { + "ControlName" "CExImageButton" + "fieldName" "MultiQueuesManageButton" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "o1" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "Command" "manage_queues" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "image_drawcolor" "225 220 220 255" + "image_armedcolor" "225 75 75 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f7" + "tall" "f7" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "10" + "wide" "o1" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "Command" "leave_queue" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "image_drawcolor" "225 220 220 255" + "image_armedcolor" "225 75 75 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f7" + "tall" "f7" + "visible" "1" + "enabled" "1" + "image" "glyph_close_x" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + "JoinPartyLobbyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "JoinPartyLobbyContainer" + "xpos" "cs-0.5" + "ypos" "-50" + "zpos" "110" + "wide" "220" + "tall" "f5" + "visible" "1" + "proportionaltoparent" "1" + + "BG" + { + "ControlName" "EditablePanel" + "fieldName" "BG" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "PromptText" + { + "ControlName" "CExLabel" + "fieldName" "PromptText" + "xpos" "3" + "ypos" "0" + "wide" "f32" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "fgcolor" "TanLight" + "textAlignment" "west" + "labelText" "#TF_MM_JoinPartyLobby_Prompt" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "rs1-3" + "ypos" "cs-0.5" + "wide" "40" + "zpos" "100" + "tall" "15" + + "if_queued" + { + "xpos" "cs-0.5" + "wide" "150" + } + + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "Command" "join_party_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_JoinPartyLobby_Join" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "SaleGreen" + + "sound_depressed" "UI/buttonclick.wav" + } + } + + "QuitButton" + { + "ControlName" "CExImageButton" + "fieldName" "QuitButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "100" + "wide" "35" + "tall" "f5" + "visible" "1" + "enabled" "1" + "font" "ShrekFont11" + "textAlignment" "center" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "Quit" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "sound_depressed" "UI/buttonclick.wav" + + "armedBgColor_override" "116 43 43 255" + "defaultBgColor_override" "225 75 75 255" + + "FgColor" "White" + "FgColor_override" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + } + + "DisconnectButton" + { + "ControlName" "CExImageButton" + "fieldName" "DisconnectButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "100" + "wide" "40" + "tall" "f5" + "visible" "1" + "enabled" "1" + "font" "ShrekFont11" + "textAlignment" "center" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "Leave" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "sound_depressed" "UI/buttonclick.wav" + + "FgColor" "White" + "FgColor_override" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + + "armedBgColor_override" "116 43 43 255" + "defaultBgColor_override" "225 75 75 255" + } + + "ResumeButton" + { + "ControlName" "CExImageButton" + "fieldName" "ResumeButton" + "xpos" "rs1-70" + "ypos" "9999" + "zpos" "100" + "wide" "50" + "tall" "f5" + "visible" "0" + "enabled" "1" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "Command" "resume_game" + "proportionaltoparent" "1" + "labeltext" "RESUME" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "FgColor" "White" + "FgColor_override" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + } + + "FindAGameButton" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton" + "xpos" "rs1-60" + "ypos" "0" + "zpos" "100" + "wide" "35" + "tall" "f5" + "visible" "1" + "enabled" "1" + "font" "ShrekFont11" + "textAlignment" "center" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "Play" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "4" + + "sound_depressed" "UI/buttonclick.wav" + + "armedBgColor_override" "StoreGreen" + "defaultBgColor_override" "SwampGreen" + + "FgColor" "White" + "FgColor_override" "White" + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res new file mode 100644 index 0000000..58602c4 --- /dev/null +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -0,0 +1,137 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "CasualCriteria" + { + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "0" + "zpos" "1001" + "wide" "f20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "0" + "ypos" "24" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "CasualImage" + { + "ControlName" "ImagePanel" + "fieldName" "CasualImage" + "xpos" "-20" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "Title" + { + "ControlName" "CexLabel" + "fieldName" "Title" + "xpos" "30" + "ypos" "5" + "zpos" "99" + "wide" "0" //500 + "tall" "50" + "proportionaltoparent" "1" + "labeltext" "Casual" + "textAlignment" "center" + "font" "ShrekFont48" + "fgcolor" "SwampWhite" + "mouseinputenabled" "0" + } + "Description" + { + "ControlName" "CexLabel" + "fieldName" "Description" + "xpos" "0" + "ypos" "0" + "zpos" "99" + "wide" "0" //400 + "tall" "70" + "proportionaltoparent" "1" + "labeltext" "Play a match of TF2 with other players in a game mode of your choosing" + "textAlignment" "west" + "wrap" "1" + "centerwrap" "0" + "font" "ShrekFont24" + "fgcolor" "SwampWhite" + "mouseinputenabled" "0" + + "pin_to_sibling" "Title" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "101" + "wide" "300" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "ShrekFont14" + "textAlignment" "center" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..2a98245 --- /dev/null +++ b/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,183 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "0" + "zpos" "1001" + "wide" "f20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + "stats" + { + "fieldName" "stats" + "xpos" "rs1" + "ypos" "24" + "zpos" "100" + "wide" "305" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "CompetitiveImage" + { + "ControlName" "ImagePanel" + "fieldName" "CompetitiveImage" + "xpos" "-20" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "Title" + { + "ControlName" "CexLabel" + "fieldName" "Title" + "xpos" "30" + "ypos" "5" + "zpos" "99" + "wide" "0" //500 + "tall" "50" + "proportionaltoparent" "1" + "labeltext" "Competitive" + "textAlignment" "center" + "font" "ShrekFont48" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "mouseinputenabled" "0" + } + "Description" + { + "ControlName" "CexLabel" + "fieldName" "Description" + "xpos" "0" + "ypos" "0" + "zpos" "99" + "wide" "0" //400 + "tall" "70" + "proportionaltoparent" "1" + "labeltext" "Play a ranked, competitive match with other players." + "textAlignment" "west" + "wrap" "1" + "centerwrap" "0" + "font" "ShrekFont24" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "mouseinputenabled" "0" + + "pin_to_sibling" "Title" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "9999" + "ypos" "0" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "|" + "font" "Symbols 18" + "textAlignment" "center" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "9999" + "ypos" "40" + "zpos" "1000" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "101" + "wide" "305" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "font" "ShrekFont16" + "textAlignment" "center" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardmvmcriteria.res b/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..5f34a71 --- /dev/null +++ b/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,235 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "0" + "zpos" "1002" + "wide" "f20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "rs1" + "ypos" "24" + "zpos" "100" + "wide" "405" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "pinCorner" "2" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "SwampDarkestBrown" + } + + "MvMImage" + { + "ControlName" "ImagePanel" + "fieldName" "MvMImage" + "xpos" "-20" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "101" + "wide" "400" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrek16" + "textAlignment" "center" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "#TF_MvM_SelectChallenge" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + } + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "101" + "wide" "345" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "ShrekFont14" + "textAlignment" "center" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "paintborder" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "rs1-348" + "ypos" "rs1" + "zpos" "200" + "wide" "52" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "font" "ShrekFont14" + "textAlignment" "center" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "Back" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "101" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "font" "ShrekFont14" + "textAlignment" "center" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "AllCaps" "0" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "paintborder" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1-2" + "ypos" "rs1" + "zpos" "105" + "wide" "22" + "tall" "20" + "font" "ShrekFont9" + "labelText" "" + "proportionaltoparent" "1" + "smallcheckimage" "0" + } + "JoinLateLabel" + { + "ControlName" "CExLabel" + "fieldName" "JoinLateLabel" + "xpos" "rs1" + "ypos" "rs1-1" + "zpos" "105" + "wide" "115" + "tall" "0" + "font" "ShrekFont9" + "labelText" "#TF_Matchmaking_JoinInProgress" + "proportionaltoparent" "1" + } + + "MannUpToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpToolTipButtonHack" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "101" + "wide" "170" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + "BootCampToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "BootCampToolTipButtonHack" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "270" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res new file mode 100644 index 0000000..258828d --- /dev/null +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -0,0 +1,263 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "MVMModeSelect" + { + "fieldName" "MVMModeSelect" + "xpos" "r0" + "ypos" "0" + "zpos" "1002" + "wide" "f20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "MvMImage" + { + "ControlName" "ImagePanel" + "fieldName" "MvMImage" + "xpos" "-20" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "MvMLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MvMLogoImage" + "xpos" "9999" + } + + "MannUpGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpGroupBox" + "xpos" "cs-0.5-125" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "150" + "tall" "185" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "ShrekFont16" + "labelText" "Mann Up" + "textAlignment" "south" + "wrap" "0" + "centerwrap" "1" + "AllCaps" "0" + "default" "1" + "Command" "mannup" + "actionsignallevel" "2" + + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "200 200 200 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "14" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/mm_menu/mvm" + "proportionaltoparent" "1" + } + } + + "PlayForBraggingRightsExplanation" + { + "ControlName" "CExLabel" + "fieldName" "PlayForBraggingRightsExplanation" + "xpos" "9999" + } + "PlayNowButton" + { + "ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "9999" + } + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "9999" + } + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "9999" + } + } + + "PlayForBraggingRightsExplanation" + { + "ControlName" "CExLabel" + "fieldName" "PlayForBraggingRightsExplanation" + "font" "ShrekFont10" + "fgcolor" "SwampWhite" + "labelText" "#TF_MvM_BraggingRightsExplaination" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "60" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "MannUpGroupBox" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "PracticeGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "PracticeGroupBox" + "xpos" "cs-0.5+125" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "150" + "tall" "185" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "use_proportional_insets" "1" + "font" "ShrekFont16" + "labelText" "Practice" + "textAlignment" "south" + "wrap" "0" + "centerwrap" "1" + "AllCaps" "0" + "default" "1" + "Command" "bootcamp" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "200 200 200 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "14" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/mm_menu/bootcamp" + "proportionaltoparent" "1" + } + } + + "PracticeButton" + { + "ControlName" "CExButton" + "fieldName" "PracticeButton" + "xpos" "9999" + } + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "9999" + } + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "9999" + } + "PlayOnCommunityServerExplanation" + { + "ControlName" "CExLabel" + "fieldName" "PlayOnCommunityServerExplanation" + "xpos" "9999" + } + } + + "PlayOnCommunityServerExplanation" + { + "ControlName" "CExLabel" + "fieldName" "PlayOnCommunityServerExplanation" + "font" "ShrekFont10" + "fgcolor" "SwampWhite" + "labelText" "#TF_MvM_PracticeExplaination" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "60" + "wrap" "1" + "centerwrap" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "PracticeGroupBox" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..0e00a59 --- /dev/null +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,73 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "r0" + "ypos" "0" + "zpos" "1001" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "55" + "zpos" "99" + "wide" "0" //f0 + "tall" "50" + "proportionaltoparent" "1" + "labeltext" "Find a Game" + "textAlignment" "center" + "wrap" "0" + "centerwrap" "0" + "font" "ShrekFont30" + "fgcolor" "White" + "alpha" "10" + + "mouseinputenabled" "0" + } + + "playlist" + { + // "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "9999" + } + + "DashboardDimmer" + { + "ControlName" "EditablePanel" + "fieldName" "DashboardDimmer" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "0" + "border" "noborder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res new file mode 100644 index 0000000..0b56274 --- /dev/null +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -0,0 +1,117 @@ +"Resource/UI/MatchMakingDashboardSidePanel.res" +{ + "BGPanel" + { + "ControlName" "ImagePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/menu/swamp_dark" + "scaleimage" "1" + } + + "ReturnButton" + { + "ControlName" "CExButton" + "fieldName" "ReturnButton" + "xpos" "0" + "labelText" "<" + + "if_left" + { + "xpos" "rs1" + "labelText" ">" + } + + "ypos" "0" + "zpos" "10000" + "wide" "20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_to" + "labelText" ">" + + "textAlignment" "center" + "textinsety" "0" + "font" "Symbols 18" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultBgColor_override" "SwampBrown" + "armedBgColor_override" "SwampGreen" + "depressedBgColor_override" "SwampGreen" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "0" + "labelText" "X" + + "if_left" + { + "xpos" "rs1" + "labelText" "X" + } + + "ypos" "0" + "zpos" "10000" + "wide" "20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_close" + + "textAlignment" "center" + "textinsety" "0" + "font" "Symbols 18" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "Shade" + { + "ControlName" "EditablePanel" + "fieldName" "Shade" + "xpos" "9999" + } + "TitleGradient" + { + "ControlName" "ImagePanel" + "fieldName" "TitleGradient" + "xpos" "9999" + } + "InnerGradient" + { + "ControlName" "ImagePanel" + "fieldName" "InnerGradient" + "xpos" "9999" + } + "OuterGradient" + { + "ControlName" "ImagePanel" + "fieldName" "OuterGradient" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakinggrouppanel.res b/resource/ui/matchmakinggrouppanel.res new file mode 100644 index 0000000..3026dda --- /dev/null +++ b/resource/ui/matchmakinggrouppanel.res @@ -0,0 +1,47 @@ +"Resource/UI/MatchmakingGroupPanel.res" +{ + "MatchmakingGroupPanel" + { + "fieldName" "MatchmakingGroupPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "25" + "proportionaltoparent" "1" + } + + "BGPanel" + { + "fieldName" "BGPanel" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "p1.3" + "tall" "f0" + + "proportionaltoparent" "1" + "paintborder" "0" + "paintbackground" "1" + "painbackgroundtype" "0" + "bgcolor_override" "SwampDarkBrown" + } + + "Checkbutton" + { + "ControlName" "CExCheckButton" + "fieldName" "Checkbutton" + "xpos" "0" + "ypos" "cs-0.5-1" + "zpos" "3" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "" + "smallcheckimage" "1" + "fgcolor" "SwampWhite" + "font" "ShrekFont12" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingpingpanel.res b/resource/ui/matchmakingpingpanel.res new file mode 100644 index 0000000..7c851b0 --- /dev/null +++ b/resource/ui/matchmakingpingpanel.res @@ -0,0 +1,561 @@ +#base "matchmakingdashboardsidepanel.res" + +"Resource/UI/MatchMakingPingPanel.res" +{ + "PingPanel" + { + "fieldName" "PingPanel" + "xpos" "-302" + "ypos" "10" + "zpos" "1001" + "wide" "228" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "datacenter_y" "3" + "datacenter_y_space" "1" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "99" + "wide" "f10" + "tall" "22" + "proportionaltoparent" "1" + "labeltext" "Ping Settings" + "AllCaps" "0" + "textAlignment" "center" + "font" "ShrekFont18" + "fgcolor" "SwampWhite" + + "mouseinputenabled" "0" + } + + "InviteModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "InviteModeLabel" + "xpos" "cs-0.5" + "ypos" "50" + "zpos" "3" + "wide" "f10" + "tall" "12" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_InviteMode" + "textAlignment" "west" + "textinsetx" "5" + "font" "ShrekFont8" + "smallcheckimage" "1" + "fgcolor" "SwampWhite" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + } + "InviteModeComboBox" + { + // "ControlName" "ComboBox" + "fieldName" "InviteModeComboBox" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f10" + "tall" "15" + "textAlignment" "west" + "font" "ShrekFont9" + "keyboardinputenabled" "0" + "proportionaltoparent" "1" + + "editable" "0" + "paintborder" "0" + "paintbackgroundtype" "2" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "SwampBrown" + "selectionColor_override" "SwampBrown" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "SwampBrown" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "SwampBrown" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "SwampBrown" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "InviteModeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "IgnorePartyInvites" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "IgnorePartyInvites" + "xpos" "cs-0.5" + "ypos" "100" + "zpos" "3" + "wide" "f10" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_IgnoreInvites" + "textAlignment" "west" + "font" "ShrekFont9" + "smallcheckimage" "1" + "fgcolor_override" "SwampWhite" + "fgcolor" "SwampWhite" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + + "cvar_name" "tf_party_ignore_invites" + } + "IgnorePartyInvitesBG" + { + "ControlName" "EditablePanel" + "fieldname" "IgnorePartyInvitesBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f10" + "tall" "18" + "visible" "1" + "PaintBackground" "1" + "PaintBorder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + "pin_to_sibling" "IgnorePartyInvites" + } + + "KeepPartyOnSameTeam" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "KeepPartyOnSameTeam" + "xpos" "0" + "ypos" "5" + "zpos" "3" + "wide" "f10" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "ShrekFont9" + "smallcheckimage" "1" + "enabled" "0" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + + "pin_to_sibling" "IgnorePartyInvites" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "KeepPartyOnSameTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "KeepPartyOnSameTeamLabel" + "xpos" "-19" + "ypos" "0" + "zpos" "3" + "wide" "f10" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_PartySameTeam" + "textAlignment" "west" + "font" "ShrekFont9" + "smallcheckimage" "1" + "wrap" "1" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + "fgcolor" "SwampWhite" + + "pin_to_sibling" "KeepPartyOnSameTeam" + } + "KeepPartyOnSameTeamBG" + { + "ControlName" "EditablePanel" + "fieldname" "KeepPartyOnSameTeamBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f10" + "tall" "18" + "visible" "1" + "PaintBackground" "1" + "PaintBorder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + "pin_to_sibling" "KeepPartyOnSameTeam" + } + + "CustomPingCheckButton" + { + "ControlName" "CvarToggleCheckButton" + "fieldName" "CustomPingCheckButton" + "xpos" "0" + "ypos" "5" + "zpos" "3" + "wide" "f10" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "west" + "font" "ShrekFont9" + "smallcheckimage" "1" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + + "cvar_name" "tf_mm_custom_ping_enabled" + + "pin_to_sibling" "KeepPartyOnSameTeam" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "CheckLabel" + { + "ControlName" "CExLabel" + "fieldName" "CheckLabel" + "xpos" "-19" + "ypos" "0" + "zpos" "3" + "wide" "f10" + "tall" "18" + "proportionaltoparent" "1" + "labeltext" "#TF_LobbyContainer_CustomPingButton" + "textAlignment" "west" + "font" "ShrekFont9" + "smallcheckimage" "1" + "fgcolor" "SwampWhite" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + + "pin_to_sibling" "CustomPingCheckButton" + } + "CustomPingCheckButtonBG" + { + "ControlName" "EditablePanel" + "fieldname" "CustomPingCheckButtonBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f10" + "tall" "18" + "visible" "1" + "PaintBackground" "1" + "PaintBorder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + "pin_to_sibling" "CustomPingCheckButton" + } + + "CurrentPingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurrentPingLabel" + "xpos" "0" + "ypos" "5" + "zpos" "0" + "wide" "f10" + "tall" "12" + "proportionaltoparent" "1" + "labeltext" "" + "textAlignment" "center" + "font" "ShrekFont9" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "mouseinputenabled" "0" + + "pin_to_sibling" "CustomPingCheckButton" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "PingSlider" + { + "ControlName" "CCvarSlider" + "fieldName" "PingSlider" + "xpos" "0" + "ypos" "5" + "wide" "f10" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "RoundedCorners" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + + "cvar_name" "tf_mm_custom_ping" + "use_convar_minmax" "1" + + "pin_to_sibling" "CurrentPingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "DataCenterBackground" + { + "ControlName" "EditablePanel" + "fieldname" "DataCenterBackground" + "xpos" "cs-0.5" + "ypos" "221" + "zpos" "0" + "wide" "f10" + "tall" "244" + "visible" "1" + "PaintBackground" "1" + "PaintBorder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + } + + "DataCenterContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DataCenterContainer" + "xpos" "cs-0.5" + "ypos" "224" + "zpos" "100" + "wide" "f10" + "tall" "238" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "DataCenterList" + { + "ControlName" "CScrollableList" + "fieldName" "DataCenterList" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1" + "ypos" "0" + "tall" "f0" + "wide" "4" + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "SwampWhite" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Frame" + { + "Controlname" "EditablePanel" + "fieldName" "Frame" + "xpos" "9999" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "labelText" ">" + + "if_left" + { + "xpos" "0" + "labelText" "<" + } + + "ypos" "0" + "zpos" "10000" + "wide" "0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_close" + "sound_depressed" "UI/buttonclick.wav" + + "textAlignment" "east" + "font" "Light 14" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "armedFgColor_override" "Orange" + } + + "ReturnButton" + { + "ControlName" "CExButton" + "fieldName" "ReturnButton" + "xpos" "3" + "labelText" "<" + + "if_left" + { + "xpos" "rs1-3" + "labelText" ">" + } + + "ypos" "0" + "zpos" "10000" + "wide" "0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_to" + "labelText" "<" + "sound_depressed" "UI/buttonclick.wav" + + "textAlignment" "west" + "font" "Light 14" + + "armedBgColor_override" "Blank" + "defaultBgColor_override" "Blank" + + "armedFgColor_override" "Orange" + } + + "InnerGradient" + { + "ControlName" "ImagePanel" + "fieldName" "InnerGradient" + "xpos" "9999" + "rotation" "2" + + "if_left" + { + "xpos" "rs1-3" + "rotation" "1" + } + + "ypos" "0" + "wide" "0" + "tall" "0" + "zpos" "1000" + "visible" "1" + "enabled" "1" + + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + + "image" "gradient_pure_black" + } + + "OuterGradient" + { + "ControlName" "ImagePanel" + "fieldName" "OuterGradient" + "xpos" "rs1" + "rotation" "1" + + "if_left" + { + "xpos" "0" + "rotation" "2" + } + + "ypos" "0" + "wide" "0" + "tall" "f0" + "zpos" "1000" + "visible" "1" + "enabled" "1" + + + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + + "image" "gradient_pure_black" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "xpos" "43" + "ypos" "127" + "zpos" "3" + "wide" "p0.81" + "tall" "0" + "proportionaltoparent" "1" + "labeltext" "#TF_LobbyContainer_CustomPingDesc" + "textAlignment" "north-west" + "font" "ShrekFont9" + "wrap" "1" + "fgcolor" "SwampWhite" + "AllCaps" "0" + + "sound_depressed" "UI/buttonclick.wav" + "button_activation_type" "1" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingplaylist.res b/resource/ui/matchmakingplaylist.res new file mode 100644 index 0000000..142b595 --- /dev/null +++ b/resource/ui/matchmakingplaylist.res @@ -0,0 +1,118 @@ +"Resource/UI/MatchMakingPlaylist.res" +{ + "EventEntry" + { + "ControlName" "CEventPlayListEntry" + "fieldName" "EventEntry" + "xpos" "0" + "ypos" "3" + "zpos" "3" + "wide" "150" + "tall" "170" + "proportionaltoparent" "1" + + "button_command" "play_event" + } + + "CasualEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CasualEntry" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "170" + "proportionaltoparent" "0" + + "image_name" "replay/thumbnails/mm_menu/casual" + "button_token" "#MMenu_PlayList_Casual_Button" + "button_command" "play_casual" + "desc_token" "#MMenu_PlayList_Casual_Desc" + "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12 + + "pin_to_sibling" "CompetitiveEntry" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CompetitiveEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CompetitiveEntry" + "xpos" "cs-0.5-75" + "ypos" "cs-0.5-35" + "zpos" "3" + "wide" "150" + "tall" "170" + "proportionaltoparent" "0" + + "image_name" "replay/thumbnails/mm_menu/competitive" + "button_token" "#MMenu_PlayList_Competitive_Button" + "button_command" "play_competitive" + "desc_token" "#MMenu_PlayList_Competitive_Desc" + "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6 + } + + "MvMEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "MvMEntry" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "170" + "proportionaltoparent" "0" + + "image_name" "replay/thumbnails/mm_menu/mvm" + "button_token" "#MMenu_PlayList_MvM_Button" + "button_command" "play_mvm" + "desc_token" "#MMenu_PlayList_MvM_Desc" + "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp + + "pin_to_sibling" "CompetitiveEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TrainingEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "TrainingEntry" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "150" + "tall" "170" + "proportionaltoparent" "0" + + "image_name" "replay/thumbnails/mm_menu/training" + "button_token" "#MMenu_PlayList_Training_Button" + "button_command" "play_training" + "desc_token" "#MMenu_PlayList_Training_Desc" + + "pin_to_sibling" "MvMEntry" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "ServerBrowserEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "ServerBrowserEntry" + "xpos" "9999" + } + "CreateServerEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CreateServerEntry" + "xpos" "9999" + } + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mvmcreditspendpanel.res b/resource/ui/mvmcreditspendpanel.res new file mode 100644 index 0000000..775c3d0 --- /dev/null +++ b/resource/ui/mvmcreditspendpanel.res @@ -0,0 +1,143 @@ +"Resource/UI/MvMCreditSpendPanel.res" +{ + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "12" + "font" "ShrekFont8" + "labelText" "" + "textAlignment" "west" + "textinsetx" "5" + "proportionaltoparent" "1" + "fgcolor" "White" + "paintbackground" "0" + } + + "TableBackground" + { + "ControlName" "EditablePanel" + "fieldName" "TableBackground" + "xpos" "0" + "ypos" "rs1" + "zpos" "-1" + "wide" "f0" + "tall" "f12" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "Blank" + } + + "UpgradesLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradesLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Upgrades" + "textAlignment" "west" + "xpos" "rs1-40" + "ypos" "13" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + "UpgradesCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradesCountLabel" + "font" "ShrekFont8" + "labelText" "%upgrades%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "UpgradesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Buybacks" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "UpgradesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "BuyBackCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackCountLabel" + "font" "ShrekFont8" + "labelText" "%buybacks%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "BuyBackLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BottleLabel" + { + "ControlName" "CExLabel" + "fieldName" "BottleLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Bottles" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "BuyBackLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "BottleCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "BottleCountLabel" + "font" "ShrekFont8" + "labelText" "%bottles%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "BottleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } +} \ No newline at end of file diff --git a/resource/ui/mvmcreditsubpanel.res b/resource/ui/mvmcreditsubpanel.res new file mode 100644 index 0000000..5b97ece --- /dev/null +++ b/resource/ui/mvmcreditsubpanel.res @@ -0,0 +1,203 @@ +"Resource/UI/MvMCreditSubPanel.res" +{ + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "12" + "font" "ShrekFont8" + "labelText" "%header%" + "textAlignment" "west" + "textinsetx" "5" + "proportionaltoparent" "1" + "fgcolor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrown" + "roundedcorners" "19" + } + + "TableBackground" + { + "ControlName" "EditablePanel" + "fieldName" "TableBackground" + "xpos" "0" + "ypos" "rs1" + "zpos" "-1" + "wide" "f0" + "tall" "f12" + "visible" "1" + "proportionaltoparent" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + "roundedcorners" "28" + } + + "CreditCollectedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedTextLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Collected" + "textAlignment" "west" + "xpos" "3" + "ypos" "13" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + } + + "CreditCollectedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditCollectedCountLabel" + "font" "ShrekFont8" + "labelText" "%creditscollected%" + "textAlignment" "east" + "xpos" "2" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditCollectedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CreditMissedTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedTextLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Missed" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditCollectedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "CreditMissedCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditMissedCountLabel" + "font" "ShrekFont8" + "labelText" "%creditsmissed%" + "textAlignment" "east" + "xpos" "2" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditMissedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CreditBonusTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusTextLabel" + "font" "ShrekFont8" + "labelText" "#TF_PVE_Bonus" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "75" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditMissedTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "CreditBonusCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditBonusCountLabel" + "font" "ShrekFont8" + "labelText" "%creditbonus%" + "textAlignment" "east" + "xpos" "2" + "ypos" "0" + "wide" "35" + "tall" "10" + "proportionaltoparent" "1" + "fgcolor" "White" + + "pin_to_sibling" "CreditBonusTextLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Separator" + { + "ControlName" "EditablePanel" + "fieldName" "Separator" + "xpos" "0" + "ypos" "-3" + "zpos" "1" + "wide" "1" + "tall" "27" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "0" + "bgcolor_override" "0 0 0 50" + + "pin_to_sibling" "TableBackground" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "CreditRatingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditRatingLabel" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "12" + "font" "ShrekFont8" + "labelText" "%rating%" + "textAlignment" "center" + "fgcolor" "White" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "0 0 0 100" + + "pin_to_sibling" "HeaderLabel" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "CreditRatingLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CreditRatingLabelShadow" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mvmcriteria.res b/resource/ui/mvmcriteria.res new file mode 100644 index 0000000..111cd66 --- /dev/null +++ b/resource/ui/mvmcriteria.res @@ -0,0 +1,880 @@ +"Resource/UI/MvMCriteria.res" +{ + "MvMTourOfDutyGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMTourOfDutyGroupBox" + "xpos" "5" + "ypos" "0" + "zpos" "-1" + "wide" "405" + "tall" "225" + "proportionaltoparent" "1" + + "ExplanationBarBG" + { + "ControlName" "EditablePanel" + "fieldName" "ExplanationBarBG" + "xpos" "0" + "ypos" "5" + "zpos" "-1" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "ChallengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChallengeLabel" + "font" "ShrekFont10" + "labelText" "Tour Of Duty" + "textAlignment" "west" + "xpos" "22" + "ypos" "4" + "zpos" "0" + "wide" "125" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "font" "ShrekFont10" + "labelText" "Difficulty" + "textAlignment" "west" + "xpos" "192" + "ypos" "4" + "zpos" "0" + "wide" "80" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "CompleteLabel" + { + "ControlName" "CExLabel" + "fieldName" "CompleteLabel" + "font" "ShrekFont10" + "labelText" "Progress" + "textAlignment" "west" + "xpos" "282" + "ypos" "4" + "zpos" "0" + "wide" "80" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "TourLabel" + { + "ControlName" "CExLabel" + "fieldName" "TourLabel" + "font" "ShrekFont10" + "labelText" "Tour" + "textAlignment" "west" + "xpos" "351" + "ypos" "4" + "zpos" "0" + "wide" "80" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "TourLevelLabel" + { + "ControlName" "CExLabel" + "fieldName" "TourLevelLabel" + "xpos" "9999" + } + + "TourlistGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "TourlistGroupBox" + "xpos" "0" + "ypos" "28" + "zpos" "-1" + "wide" "400" + "tall" "197" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + + "GreyOutPanel" // I don't know what this does + { + "ControlName" "EditablePanel" + "fieldName" "GreyOutPanel" + "xpos" "0" + "ypos" "0" + "zpos" "200" + "wide" "400" + "tall" "225" + "visible" "0" + "bgcolor_override" "128 128 128 128" + } + + "TourList" + { + "ControlName" "SectionedListPanel" + "fieldName" "TourList" + "font" "ShrekFont12" + "xpos" "0" + "ypos" "5" + "zpos" "0" + "wide" "400" + "tall" "197" + "linespacing" "12" + "paintbackground" "0" + } + } + + "TourDifficultyWarning" + { + "ControlName" "CExLabel" + "fieldName" "TourDifficultyWarning" + "font" "ShrekFont12" + "labelText" "#TF_MVM_Tour_ExpertDifficulty_Warning" + "xpos" "0" + "ypos" "rs1-15" + "zpos" "2" + "wide" "f0" + "tall" "100" + "textAlignment" "center" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + "fgcolor_override" "SwampWhite" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + } + } + + "MannUpTourLootDescriptionBox" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpTourLootDescriptionBox" + "xpos" "5" + "ypos" "235" + "zpos" "-1" + "wide" "400" + "tall" "150" + "paintbackground" "0" + "paintborder" "0" + + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "ToorLootTitle" + { + "ControlName" "CExLabel" + "fieldName" "ToorLootTitle" + "font" "ShrekFont14" + "labelText" "#TF_MvM_TourLootTitle" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "25" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + } + + "DetailsBG" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsBG" + "xpos" "0" + "ypos" "30" + "zpos" "0" + "wide" "f0" + "tall" "180" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "TourLootImage" + { + "ControlName" "ImagePanel" + "fieldName" "TourLootImage" + "xpos" "280" + "ypos" "35" + "zpos" "1" + "wide" "110" + "tall" "110" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "pve/mvm_loot_image" + "scaleImage" "1" + "proportionaltoparent" "1" + } + "ToorLootDetailLabel" + { + "ControlName" "CExLabel" + "fieldName" "ToorLootDetailLabel" + "font" "ShrekFont12" + "labelText" "%tour_loot_detail%" + "textAlignment" "west" + "wrap" "1" + "xpos" "10" + "ypos" "40" + "zpos" "1" + "wide" "280" + "tall" "50" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + } + + "MvMSelectChallengeGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMSelectChallengeGroupBox" + "xpos" "5" + "ypos" "0" + "zpos" "-1" + "wide" "405" + "tall" "225" + "proportionaltoparent" "1" + + "ExplanationBarBG" + { + "ControlName" "EditablePanel" + "fieldName" "ExplanationBarBG" + "xpos" "0" + "ypos" "5" + "zpos" "-1" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "ChallengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChallengeLabel" + "font" "ShrekFont12" + "labelText" "%tour_name%" + "textAlignment" "west" + "xpos" "5" + "ypos" "4" + "zpos" "0" + "wide" "225" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "CompleteLabel" + { + "ControlName" "CExLabel" + "fieldName" "CompleteLabel" + "font" "ShrekFont12" + "labelText" "%complete_heading%" + "textAlignment" "west" + "xpos" "260" + "ypos" "4" + "zpos" "0" + "wide" "100" + "tall" "20" + "AllCaps" "0" + "fgcolor" "SwampWhite" + } + + "TourLevelImage" + { + "ControlName" "ImagePanel" + "fieldName" "TourLevelImage" + "xpos" "9999" + "ypos" "-10" + "zpos" "0" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "../hud/mvm_tours" + "scaleImage" "1" + } + + "TourLevelLabel" + { + "ControlName" "CExLabel" + "fieldName" "TourLevelLabel" + "font" "ShrekFont12" + "labelText" "%tour_level%" + "textAlignment" "center" + "xpos" "357" + "ypos" "4" + "zpos" "0" + "wide" "30" + "tall" "20" + "fgcolor" "SwampWhite" + } + + "ChallengeListGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "ChallengeListGroupBox" + "xpos" "0" + "ypos" "28" + "zpos" "-1" + "wide" "400" + "tall" "197" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + + "GreyOutPanel" + { + "ControlName" "EditablePanel" + "fieldName" "GreyOutPanel" + "xpos" "0" + "ypos" "0" + "zpos" "200" + "wide" "400" + "tall" "225" + "visible" "0" + "bgcolor_override" "128 128 128 128" + } + + "ChallengeList" + { + "ControlName" "SectionedListPanel" + "fieldName" "ChallengeList" + "font" "ShrekFont12" + "xpos" "70" + "ypos" "5" + "zpos" "0" + "wide" "330" + "tall" "192" + "linespacing" "12" + "paintbackground" "0" + } + } + } + + "MvMEconItemsGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMEconItemsGroupBox" + "xpos" "5" + "ypos" "235" + "zpos" "-1" + "wide" "400" + "tall" "190" + "paintbackground" "0" + "paintborder" "0" + + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "InventoryTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "InventoryTitleLabel" + "font" "ShrekFont14" + "labelText" "#TF_MvM_InventoryTitle" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "25" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + } + + "DetailsBG" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsBG" + "xpos" "0" + "ypos" "30" + "zpos" "-1" + "wide" "f0" + "tall" "90" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "Slot0" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot0" + "xpos" "210" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "0" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + "Slot1" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot1" + "xpos" "210+31" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + "Slot2" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot2" + "xpos" "210+31+31" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "2" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + "Slot3" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot3" + "xpos" "210+31+31+31" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "3" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + "Slot4" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot4" + "xpos" "210+31+31+31+31" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "4" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + "Slot5" + { + "ControlName" "CMvMPlayerTicketStatusPanel" + "fieldName" "Slot5" + "xpos" "210+31+31+31+31+31" + "ypos" "35" + "zpos" "0" + "wide" "28" + "tall" "80" + "party_slot" "5" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + } + + "MannUpTicketAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "MannUpTicketAd" + "xpos" "6" + "ypos" "35" + "zpos" "0" + "wide" "70" + "tall" "44" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + + "items" + { + "0" + { + "item" "Tour of Duty Ticket" + "show_market" "0" + "show_name" "0" + "show_ad_text" "0" + "show_background" "0" + } + } + } + "MannUpTicketCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "MannUpTicketCountLabel" + "font" "ShrekFont16" + "labelText" "%ticket_count%" + "textAlignment" "west" + "fgcolor" "SwampWhite" + "xpos" "-4" + "ypos" "-2" + "zpos" "2" + "wide" "60" + "tall" "20" + "mouseinputenabled" "0" + + "pin_to_sibling" "MannUpTicketAd" + } + + "SquadSurplusTicketAd" + { + "ControlName" "CCyclingAdContainerPanel" + "fieldName" "SquadSurplusTicketAd" + "xpos" "78" + "ypos" "35" + "zpos" "0" + "wide" "70" + "tall" "44" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + + "items" + { + "0" + { + "item" "MvM Squad Surplus Voucher" + "show_market" "0" + "show_name" "0" + "show_ad_text" "0" + "show_background" "0" + } + } + } + "SquadSurplusCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "SquadSurplusCountLabel" + "font" "ShrekFont16" + "labelText" "%voucher_count%" + "textAlignment" "west" + "fgcolor" "SwampWhite" + "xpos" "-4" + "ypos" "-2" + "zpos" "2" + "wide" "60" + "tall" "20" + "mouseinputenabled" "0" + + "pin_to_sibling" "SquadSurplusTicketAd" + } + + "SquadSurplusCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SquadSurplusCheckButton" + "xpos" "5" + "ypos" "90" + "zpos" "2" + "wide" "25" + "tall" "25" + "font" "" + "labelText" "" + } + "ActivateSquadSurplusLabel" + { + "ControlName" "CExLabel" + "fieldName" "ActivateSquadSurplusLabel" + "font" "ShrekFont9" + "labelText" "#TF_MvM_ActivateSquadSurplus" + "textAlignment" "west" + "wrap" "1" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "120" + "tall" "25" + "fgcolor" "SwampWhite" + + "pin_to_sibling" "SquadSurplusCheckButton" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + "SquadSurplusCheckButtonBG" + { + "ControlName" "EditablePanel" + "fieldName" "SquadSurplusCheckButtonBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "143" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampBrown" + + "pin_to_sibling" "SquadSurplusCheckButton" + } + + "AlertBG" + { + "ControlName" "EditablePanel" + "fieldName" "AlertBG" + "xpos" "0" + "ypos" "rs1-35" + "zpos" "-1" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + } + "MissingTicketsAlertImage" + { + "ControlName" "ImagePanel" + "fieldName" "MissingTicketsAlertImage" + "xpos" "-10" + "ypos" "1" + "zpos" "105" + "wide" "25" + "tall" "25" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "255 255 255 255" + + "pin_to_sibling" "AlertBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + "MissingTicketsLabel" + { + "ControlName" "CExLabel" + "fieldName" "MissingTicketsLabel" + "font" "ShrekFont12" + "fgcolor" "SwampWhite" + "labelText" "#TF_Matchmaking_CantQueue_NoTicket" + "textAlignment" "west" + "wrap" "0" + "xpos" "-43" + "ypos" "0" + "zpos" "0" + "wide" "350" + "tall" "30" + "proportionaltoparent" "1" + + "pin_to_sibling" "AlertBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + } + + "MvMPracticeGroupBox" + { + "ControlName" "EditablePanel" + "fieldName" "MvMPracticeGroupBox" + "xpos" "5" + "ypos" "235" + "zpos" "-1" + "wide" "400" + "tall" "150" + "paintbackground" "0" + "paintborder" "0" + + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "NoMannUpTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoMannUpTitleLabel" + "font" "ShrekFont14" + "labelText" "#TF_MvM_NoMannUpTitle" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "25" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + } + + "DetailsBG" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsBG" + "xpos" "0" + "ypos" "30" + "zpos" "0" + "wide" "f0" + "tall" "180" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "NoMannUpImage" + { + "ControlName" "ImagePanel" + "fieldName" "NoMannUpImage" + "xpos" "280" + "ypos" "35" + "zpos" "1" + "wide" "110" + "tall" "110" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "pve/mvm_loot_image" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "NoMannUpDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoMannUpDescriptionLabel" + "font" "ShrekFont12" + "labelText" "#TF_MvM_NoMannUpDescription" + "textAlignment" "west" + "wrap" "1" + "xpos" "10" + "ypos" "40" + "zpos" "1" + "wide" "280" + "tall" "50" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "MannUpNowButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpNowButton" + "xpos" "10" + "ypos" "118" + "zpos" "2" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "labelText" "#TF_MvM_MannUpNow" + "font" "ShrekFont12" + "textAlignment" "center" + "AllCaps" "0" + "command" "mann_up_now" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "2" + } + } +} \ No newline at end of file diff --git a/resource/ui/mvminworldcurrency.res b/resource/ui/mvminworldcurrency.res new file mode 100644 index 0000000..52c4a29 --- /dev/null +++ b/resource/ui/mvminworldcurrency.res @@ -0,0 +1,77 @@ +"Resource/UI/MvMInWorldCurrency.res" +{ + "CurrencyGood" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyGood" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%currency%" + "textAlignment" "center" + "font" "ShrekFont12" + "fgcolor" "SwampGreen" + } + + "CurrencyBad" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyBad" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%currency%" + "textAlignment" "center" + "font" "ShrekFont12" + "fgcolor" "Red" + } + + "CurrencyShadow" + { + "ControlName" "CExLabel" + "fieldName" "CurrencyShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "%currency%" + "textAlignment" "center" + "font" "ShrekFont12" + "fgcolor" "Black" + + "pin_to_sibling" "CurrencyGood" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "BackgroundGood" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundGood" + "xpos" "9999" + } + "MoneyImagePanel" + { + "ControlName" "ImagePanel" + "fieldName" "MoneyImagePanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res new file mode 100644 index 0000000..5cd3dfe --- /dev/null +++ b/resource/ui/mvmscoreboard.res @@ -0,0 +1,223 @@ +"Resource/UI/MvMScoreboard.res" +{ + "PopFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "ShrekFont9Shadow" + "labelText" "%popfile%" + "textAlignment" "east" + "xpos" "c98" + "ypos" "rs1-30" + "zpos" "1" + "wide" "200" + "tall" "15" + "AllCaps" "1" + "fgcolor" "White" + "proportionaltoparent" "1" + } + + "DifficultyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DifficultyContainer" + "xpos" "c-298" + "ypos" "rs1-30" + "zpos" "1" + "wide" "200" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "font" "ShrekFont8Shadow" + "labelText" "Difficulty: " + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "80" + "tall" "15" + "AllCaps" "1" + "fgcolor" "White" + "proportionaltoparent" "1" + } + + "DifficultyValue" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyValue" + "font" "ShrekFont8Shadow" + "labelText" "%difficultyvalue%" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "15" + "AllCaps" "1" + "fgcolor" "White" + "proportionaltoparent" "1" + + "pin_to_sibling" "DifficultyLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + } + + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "cs-0.5" + "ypos" "20" + "zpos" "0" + "wide" "600" + "tall" "70" + "visible" "1" + "enabled" "1" + + "verbose" "1" + "proportionaltoparent" "0" + } + + "MvMPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "MvMPlayerList" + "xpos" "cs-0.5" + "ypos" "120" + "wide" "530" + "tall" "150" + "visible" "1" + "enabled" "1" + "autoresize" "3" + "linespacing" "22" + "textcolor" "White" + "proportionaltoparent" "1" + } + + "PlaylistBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "530" + "tall" "160" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + "proportionaltoparent" "1" + + "pin_to_sibling" "MvMPlayerList" + } + + "CreditStatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CreditStatsContainer" + "xpos" "0" + "ypos" "5" + "wide" "532" + "tall" "115" + "visible" "1" + + "pin_to_sibling" "PlaylistBG" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "PreviousWaveCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "PreviousWaveCreditInfoPanel" + "xpos" "0" + "ypos" "0" + "wide" "264" + "tall" "44" + "visible" "1" + } + "PreviousWaveCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "PreviousWaveCreditSpendPanel" + "xpos" "0" + "ypos" "0" + "wide" "264" + "tall" "44" + "visible" "1" + "pin_to_sibling" "PreviousWaveCreditInfoPanel" + } + + "TotalGameCreditInfoPanel" + { + "ControlName" "CCreditDisplayPanel" + "fieldName" "TotalGameCreditInfoPanel" + "xpos" "2" + "ypos" "0" + "wide" "264" + "tall" "44" + "visible" "1" + + "pin_to_sibling" "PreviousWaveCreditSpendPanel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TotalGameCreditSpendPanel" + { + "ControlName" "CCreditSpendPanel" + "fieldName" "TotalGameCreditSpendPanel" + "xpos" "0" + "ypos" "0" + "wide" "264" + "tall" "44" + "visible" "1" + "pin_to_sibling" "TotalGameCreditInfoPanel" + } + + "RespecStatusLabel" //NO CLUE WHAT YOU ARE, I DONT PLAY MVM FUCK + { + "ControlName" "CExLabel" + "fieldName" "RespecStatusLabel" + "font" "HudFontSmall" + "labelText" "%respecstatus%" + "textAlignment" "north-east" + "xpos" "115" + "ypos" "8" + "wide" "275" + "tall" "20" + "fgcolor" "tanlight" + } + + "CreditStatsBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CreditStatsBackground" + "xpos" "9999" + } + "CreditsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsLabel" + "xpos" "9999" + } + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "PlayerListBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PlayerListBackground" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/base_notification.res b/resource/ui/notifications/base_notification.res new file mode 100644 index 0000000..51bbd34 --- /dev/null +++ b/resource/ui/notifications/base_notification.res @@ -0,0 +1,39 @@ +"Resource/UI/Notifications/Base_Notification.res" +{ + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "xpos" "cs-0.5" + "ypos" "12" + "wide" "f0" + "tall" "12" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "60 seconds until gates open" + "textAlignment" "center" + "font" "ShrekFont8Shadow" + "fgcolor" "White" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "xpos" "9999" + "wide" "0" + } + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "tall" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_how_to_control_ghost.res b/resource/ui/notifications/notify_how_to_control_ghost.res new file mode 100644 index 0000000..179b8b5 --- /dev/null +++ b/resource/ui/notifications/notify_how_to_control_ghost.res @@ -0,0 +1,32 @@ +"Resource/UI/Notifications/Notify_How_To_Control_Ghost.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_how_to_control_kart.res b/resource/ui/notifications/notify_how_to_control_kart.res new file mode 100644 index 0000000..5f05d54 --- /dev/null +++ b/resource/ui/notifications/notify_how_to_control_kart.res @@ -0,0 +1,32 @@ +"Resource/UI/Notifications/Notify_How_To_Control_Kart.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/notifications/notify_passtime_howto.res b/resource/ui/notifications/notify_passtime_howto.res new file mode 100644 index 0000000..29e6005 --- /dev/null +++ b/resource/ui/notifications/notify_passtime_howto.res @@ -0,0 +1,32 @@ +"Resource/UI/Notifications/Notify_PassTime_HowTo.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/objectivestatusescort.res b/resource/ui/objectivestatusescort.res new file mode 100644 index 0000000..1480bd5 --- /dev/null +++ b/resource/ui/objectivestatusescort.res @@ -0,0 +1,332 @@ +"Resource/UI/ObjectiveStatusEscort.res" +{ + "ObjectiveStatusEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusEscort" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "1" + "wide" "165" + "tall" "33" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + } + + "TrackBG" + { + "ControlName" "EditablePanel" + "fieldName" "TrackBG" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "140" + "tall" "7" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "SwampBrownTransparent" + "proportionaltoparent" "1" + + "if_multiple_trains" + { + "tall" "0" + } + } + + "ProgressBar" + { + "ControlName" "CTFHudEscortProgressBar" + "fieldName" "ProgressBar" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "140" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_multiple_trains" + { + "tall" "0" + } + } + + "LevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "LevelBar" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "140" + "tall" "7" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "HomeCPIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HomeCPIcon" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_home_blue" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_team_red" + { + "image" "../hud/cart_home_red" + } + "if_multiple_trains_red" + { + "image" "replay\thumbnails\cart_icons\cart_home_neutral" + } + "if_multiple_trains_blue" + { + "image" "replay\thumbnails\cart_icons\cart_home_neutral" + } + } + + "SimpleControlPointTemplate" + { + "ControlName" "ImagePanel" + "fieldName" "SimpleControlPointTemplate" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "2" + "tall" "7" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "EscortItemPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EscortItemPanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "281" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "FillBar" + { + "ControlName" "ImagePanel" + "fieldName" "FillBar" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "23" + "wide" "140" + "tall" "7" + "visible" "1" + "enabled" "1" + "labelText" "" + "fillcolor" "Blue" + "scaleImage" "1" + "proportionaltoparent" "1" + + "if_multiple_trains_red" + { + "fillcolor" "Red" + } + } + + "EscortItemImage" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImage" + "xpos" "134" + "ypos" "0" + "zpos" "1" + "wide" "13" + "tall" "13" + "visible" "1" + "enabled" "1" + "image" "../hud/cart_neutral" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue" + } + "if_team_red" + { + "image" "../hud/cart_red" + } + } + + "EscortItemImageBottom" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageBottom" + "xpos" "134" + "ypos" "20" + "zpos" "1" + "wide" "13" + "tall" "13" + "visible" "0" + "enabled" "1" + "image" "../hud/cart_neutral_bottom" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue_bottom" + } + "if_team_red" + { + "image" "../hud/cart_red_bottom" + } + } + + "CapNumPlayers" + { + "ControlName" "CExLabel" + "fieldName" "CapNumPlayers" + "font" "Shrekfont6Numbers" + "xpos" "134" + "ypos" "1" + "zpos" "12" + "wide" "13" + "tall" "8" + "visible" "0" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "center" + "fgcolor" "Black" + "paintbackground" "0" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + + "if_multiple_trains_top" + { + "ypos" "1" + } + + "if_multiple_trains_bottom" + { + "ypos" "24" + } + } + + "RecedeTime" + { + "ControlName" "CExLabel" + "fieldName" "RecedeTime" + "font" "Shrekfont6Numbers" + "xpos" "134" + "ypos" "1" + "zpos" "12" + "wide" "13" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "%recede%" + "textAlignment" "center" + "fgcolor" "Black" + "proportionaltoparent" "1" + "use_proportional_insets" "1" + + "if_multiple_trains_top" + { + "ypos" "1" + } + + "if_multiple_trains_bottom" + { + "ypos" "24" + } + } + + "Speed_Backwards" + { + "ControlName" "ImagePanel" + "fieldName" "Speed_Backwards" + "xpos" "137" + "ypos" "3" + "zpos" "30" + "wide" "6" + "tall" "6" + "visible" "0" + "enabled" "1" + "drawcolor" "Black" + "image" "replay\thumbnails\cart_icons\cart_arrow_left" + "scaleImage" "1" + + "if_multiple_trains_top" + { + "ypos" "3" + } + + "if_multiple_trains_bottom" + { + "ypos" "24" + } + } + + "Blocked" + { + "ControlName" "ImagePanel" + "fieldName" "Blocked" + "xpos" "137" + "ypos" "2" + "zpos" "30" + "wide" "7" + "tall" "7" + "visible" "0" + "enabled" "1" + "image" "../hud/cart_blocked" + "scaleImage" "1" + + "if_multiple_trains_top" + { + "ypos" "2" + } + + "if_multiple_trains_bottom" + { + "ypos" "24" + } + } + + "EscortItemImageAlert" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageAlert" + "xpos" "9999" + } + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "9999" + } + "EscortTeardrop" + { + "ControlName" "EditablePanel" + "fieldName" "EscortTeardrop" + "xpos" "9999" + } + } +} \ No newline at end of file diff --git a/resource/ui/objectivestatusmultipleescort.res b/resource/ui/objectivestatusmultipleescort.res new file mode 100644 index 0000000..6fd5d1c --- /dev/null +++ b/resource/ui/objectivestatusmultipleescort.res @@ -0,0 +1,72 @@ +"Resource/UI/ObjectiveStatusMultipleEscort.res" +{ + "ObjectiveStatusMultipleEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusMultipleEscort" + "xpos" "cs-0.5" + "ypos" "rs1-2" + "wide" "165" + "tall" "33" + "visible" "1" + "enabled" "1" + } + + "TrackBG" + { + "ControlName" "EditablePanel" + "fieldName" "TrackBG" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "140" + "tall" "7" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "SwampBrownTransparent" + "proportionaltoparent" "1" + } + + "BlueEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "BlueEscortPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "165" + "tall" "33" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + "proportionaltoparent" "1" + + "if_blue_is_top" + { + "ypos" "cs-0.5" + } + } + + "RedEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "RedEscortPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "165" + "tall" "33" + "visible" "1" + "enabled" "1" + "progress_xpos" "" + "progress_wide" "" + "proportionaltoparent" "1" + + "if_red_is_top" + { + "ypos" "cs-0.5" + } + } +} \ No newline at end of file diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res new file mode 100644 index 0000000..1154b53 --- /dev/null +++ b/resource/ui/pvprankpanel.res @@ -0,0 +1,627 @@ +"Resource/UI/PvPRankPanel.res" +{ + "ModelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ModelContainer" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "BelowModelParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "BelowModelParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5-228" + } + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "3" + "particleName" "rankup_base" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "RankModel" + { + "ControlName" "CBaseModelPanel" + "fieldName" "RankModel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "p0.12" + "visible" "1" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5-228" + "ypos" "cs-0.5" + "wide" "200" + "tall" "200" + } + + "paintbackground" "0" + + "render_texture" "0" + + "model" + { + "force_pos" "1" + "modelname" "" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "45" + "origin_y" "0" + "origin_z" "0" + "spotlight" "1" + + if_mini + { + "origin_x" "55" + } + + "animation" + { + "sequence" "idle" + } + } + + "lights" + { + "default" + { + "name" "directional" + "color" "0.5 0.5 0.5" + "direction" "0.60 0.65 0.2" + } + } + } + + "AboveModelParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "AboveModelParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "paintbackground" "0" + + if_mini + { + "xpos" "cs-0.5-228" + } + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "5" + "particleName" "rankup_glitter" + "start_activated" "0" + "loop" "0" + } + "1" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "4" + "particleName" "badgepress_base" + "start_activated" "0" + "loop" "0" + } + "2" + { + "particle_xpos" "c-8" + "particle_ypos" "c0" + "particle_scale" "4" + "particleName" "rankdown_base" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "1" + } + + "MedalButton" + { + "ControlName" "Button" + "fieldName" "MedalButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5+2" + "zpos" "100" + "wide" "o1" + "tall" "42" + "proportionaltoparent" "1" + "command" "medal_clicked" + "actionsignallevel" "2" + "labeltext" "" + + "paintbackground" "0" + "backgroundenabled" "0" + } + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "300" + "tall" "14" + "visible" "1" + "PaintBackgroundType" "2" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "tall" "35" + "wide" "505" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "0" + "ypos" "0" + "wide" "0" + "zpos" "100" + "tall" "14" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + "fgcolor_override" "White" + "textAlignment" "west" + "labelText" "%name%" + "proportionaltoparent" "1" + "AllCaps" "1" + + if_mini + { + "visible" "0" + } + } + + "DescLine1" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLine1" + "xpos" "2" + "ypos" "0" + "wide" "f0" + "zpos" "100" + "tall" "14" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + "fgcolor_override" "SwampWhite" + "textAlignment" "west" + "labelText" "%desc1%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "67" + "ypos" "4" + "wide" "131" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + "fgcolor_override" "White" + "textAlignment" "north-west" + "labelText" "%desc1%" + "proportionaltoparent" "1" + } + + "fonts" + { + "0" "Shrekfont14" + "1" "Shrekfont12" + "2" "Shrekfont12" + } + } + + "DescLine2" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLine2" + "xpos" "0" + "ypos" "20" + "wide" "131" + "zpos" "f0" + "tall" "14" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + "fgcolor_override" "SwampWhite" + "textAlignment" "west" + "labelText" "%desc2%" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "67" + "ypos" "4" + "wide" "131" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + "fgcolor_override" "White" + "textAlignment" "north-west" + "labelText" "%desc2%" + "proportionaltoparent" "1" + } + + "fonts" + { + "0" "Shrekfont14" + "1" "Shrekfont12" + "2" "Shrekfont12" + } + + "colors" + { + "1" "CreditsGreen" + "2" "TanLight" + } + } + + "StatsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "StatsContainer" + "xpos" "-1" + "ypos" "29" + "wide" "0" + "tall" "480" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "rs1-10" + "ypos" "0" + "wide" "p0.85" + "tall" "f0" + } + + "XPBar" + { + "Controlname" "EditablePanel" + "fieldName" "XPBar" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "20" + "proportionaltoparent" "1" + + if_mini + { + "xpos" "cs-0.5" + "ypos" "rs1-3" + "wide" "p1" + "tall" "30" + } + + "CurrentXPLabel" + { + "ControlName" "Label" + "fieldName" "CurrentXPLabel" + "xpos" "0" + "ypos" "rs1" + "zpos" "0" + "wide" "0" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "ItemFontAttribSmall" + "fgcolor_override" "TanLight" + "textAlignment" "south-west" + "labelText" "%current_xp%" + "proportionaltoparent" "1" + + if_mini + { + "wide" "100" + } + } + + "NextLevelXPLabel" + { + "ControlName" "Label" + "fieldName" "NextLevelXPLabel" + "xpos" "rs1" + "ypos" "rs1" + "zpos" "0" + "wide" "0" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "ItemFontAttribSmall" + "fgcolor_override" "TanLight" + "textAlignment" "south-east" + "labelText" "%next_level_xp%" + "proportionaltoparent" "1" + + if_mini + { + "wide" "100" + } + } + + "ProgressBarsContainer" + { + "Controlname" "EditablePanel" + "fieldName" "ProgressBarsContainer" + "xpos" "0" + "ypos" "rs1-10" + "wide" "p1" + "tall" "7" + "proportionaltoparent" "1" + + "ProgressBar" + { + "ControlName" "ProgressBar" + "fieldName" "ProgressBar" + "xpos" "0" + "ypos" "cs-0.5" + "wide" "0" + "tall" "f-2" + "zpos" "1" + "proportionaltoparent" "1" + "progress" "1" + + "fgcolor_override" "20 20 20 180" + "bgcolor_override" "Blank" + + if_mini + { + "wide" "f0" + } + } + + "ContinuousProgressBar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ContinuousProgressBar" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "f2" + "tall" "f2" + "proportionaltoparent" "1" + "progress" "0" + + "fgcolor_override" "SwampLightGreen" + + if_mini + { + "fgcolor_override" "CreditsGreen" + } + } + + "Frame" + { + "Controlname" "EditablePanel" + "fieldName" "Frame" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "f0" + "zpos" "5" + "proportionaltoparent" "1" + "border" "InnerShadowBorderThin" + + if_mini + { + "wide" "f0" + } + } + } + } + + "Stats" + { + "ControlName" "EditablePanel" + "fieldName" "Stats" + "xpos" "0" + "ypos" "5" + "wide" "f0" + "tall" "p0.45" + "visible" "0" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 150" + + "if_mini" + { + "visible" "0" + } + + "Frame" + { + "ControlName" "EditablePanel" + "fieldName" "Frame" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "border" "InnerShadowBorder" + } + + // First column + "GamesLabel" + { + "ControlName" "Label" + "fieldName" "GamesLabel" + "xpos" "10" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_games%" + "proportionaltoparent" "1" + } + + "KillsLabel" + { + "ControlName" "Label" + "fieldName" "KillsLabel" + "xpos" "10" + "ypos" "10" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_kills%" + "proportionaltoparent" "1" + } + + "DeathsLabel" + { + "ControlName" "Label" + "fieldName" "DeathsLabel" + "xpos" "10" + "ypos" "20" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_deaths%" + "proportionaltoparent" "1" + } + + // Second column + "DamageLabel" + { + "ControlName" "Label" + "fieldName" "DamageLabel" + "xpos" "c-20" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_damage%" + "proportionaltoparent" "1" + } + + "HealingLabel" + { + "ControlName" "Label" + "fieldName" "HealingLabel" + "xpos" "c-20" + "ypos" "10" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_healing%" + "proportionaltoparent" "1" + } + + "SupportLabel" + { + "ControlName" "Label" + "fieldName" "SupportLabel" + "xpos" "c-20" + "ypos" "20" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_support%" + "proportionaltoparent" "1" + } + + // Third column + "ScoreLabel" + { + "ControlName" "Label" + "fieldName" "ScoreLabel" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "north-west" + "labelText" "%stat_score%" + "proportionaltoparent" "1" + } + } + } + } +} \ No newline at end of file diff --git a/resource/ui/reloadschemebutton.res b/resource/ui/reloadschemebutton.res new file mode 100644 index 0000000..aa3e2b1 --- /dev/null +++ b/resource/ui/reloadschemebutton.res @@ -0,0 +1,24 @@ +//UI //#base "../../resource/tools/ReloadSchemeButton.res" +//ECON //#base "../../../resource/tools/ReloadSchemeButton.res" +//STORE //#base "../../../../../resource/tools/ReloadSchemeButton.res" +//ONLY WORKS WITH //vgui_cache_res_files 0 + +"Resource/UI/ReloadSchemeButton.res" +{ + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "rs1-5" + "ypos" "0" + "zpos" "9999" + "wide" "20" + "tall" "15" + "visible" "0" + "enabled" "1" + "labelText" "RS" + "font" "ShrekFont8" + "textAlignment" "center" + "Command" "reloadscheme" + } +} \ No newline at end of file diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res new file mode 100644 index 0000000..34be035 --- /dev/null +++ b/resource/ui/scoreboard.res @@ -0,0 +1,1432 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "ControlName" "CTFClientScoreBoardDialog" + "fieldName" "scores" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "medal_width" "12" + "avatar_width" "55" + "spacer" "2" + "name_width" "85" + "nemesis_width" "15" + "class_width" "15" + "score_width" "20" + "ping_width" "20" + "killstreak_width" "12" + "killstreak_image_width" "12" + } + + "Shrek" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek" + "xpos" "cs-0.5" + "ypos" "-160" + "zpos" "-4" + "wide" "600" + "tall" "400" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_half" + "scaleImage" "1" + "alpha" "150" + + if_mvm + { + "visible" "0" + } + } + + "Main_BG" + { + "ControlName" "EditablePanel" + "fieldName" "Main_BG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "600" + "tall" "206" + "visible" "1" + "enabled" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + + "pin_to_sibling" "Shrek" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + + if_mvm + { + "visible" "0" + } + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "18" + "visible" "1" + "enabled" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Blue" + + "pin_to_sibling" "Shrek" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + if_mvm + { + "visible" "0" + } + } + + "BlueTeamName" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamName" + "xpos" "-5" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%blueteamname%" + "textAlignment" "west" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + if_mvm + { + "visible" "0" + } + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont16" + "fgcolor" "White" + "labelText" "%blueteamscore%" + "textAlignment" "center" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + if_mvm + { + "visible" "0" + } + } + + "BlueTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamPlayerCount" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%blueteamplayercount%" + "textAlignment" "center" + + "pin_to_sibling" "BlueScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + + if_mvm + { + "visible" "0" + } + } + + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "cs-1" + "ypos" "c15" + "zpos" "20" + "wide" "300" + "tall" "188" + "visible" "1" + "enabled" "1" + "linespacing" "15" + "linegap" "0" + "fgcolor" "blue" + } + + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "cs-0" + "ypos" "c15" + "zpos" "20" + "wide" "300" + "tall" "340" + "visible" "1" + "enabled" "1" + "linespacing" "15" + "linegap" "0" + "textcolor" "red" + } + + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "18" + "visible" "1" + "enabled" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + + "pin_to_sibling" "Shrek" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + + if_mvm + { + "visible" "0" + } + } + + "RedTeamName" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamName" + "xpos" "-5" + "ypos" "0" + "zpos" "5" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%redteamname%" + "textAlignment" "east" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + + if_mvm + { + "visible" "0" + } + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont16" + "fgcolor" "White" + "labelText" "%redteamscore%" + "textAlignment" "center" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + + if_mvm + { + "visible" "0" + } + } + + "RedTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "xpos" "0" + "ypos" "0" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%redteamplayercount%" + "textAlignment" "center" + + "pin_to_sibling" "RedScoreBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + + if_mvm + { + "visible" "0" + } + } + + "ServerLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerLabel" + "font" "Shrekfont10" + "fgcolor" "White" + "labelText" "%server%" + "textAlignment" "west" + "xpos" "2" + "ypos" "1" + "wide" "300" + "tall" "12" + "visible" "1" + "enabled" "1" + + if_mvm + { + "xpos" "-6" + "ypos" "-15" + } + } + + "ServerTimeLeft" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeft" + "font" "Shrekfont14" + "fgcolor" "White" + "labelText" "%servertimeleft%" + "textAlignment" "east" + "xpos" "rs1-4" + "ypos" "2" + "wide" "f0" + "tall" "16" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + } + + "Spectators" + { + "ControlName" "CExLabel" + "fieldName" "Spectators" + "xpos" "2" + "ypos" "16" + "zpos" "4" + "wide" "200" + "tall" "100" + "visible" "1" + "enabled" "1" + "font" "ShrekFont8" + "fgcolor" "White" + "labelText" "%spectators%" + "textAlignment" "north" + "wrap" "1" + + if_mvm + { + "visible" "0" + } + } + + "SpectatorsInQueue" + { + "ControlName" "CExLabel" + "fieldName" "SpectatorsInQueue" + "xpos" "2" + "ypos" "16" + "zpos" "4" + "wide" "200" + "tall" "100" + "visible" "1" + "enabled" "1" + "font" "ShrekFont8" + "fgcolor" "White" + "labelText" "%waitingtoplay%" + "textAlignment" "north" + "wrap" "1" + + if_mvm + { + "visible" "0" + } + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "MapName" + "font" "ScoreboardVerySmall" + "labelText" "%mapname%" + "textAlignment" "west" + "xpos" "-5" + "ypos" "-1" + "zpos" "5" + "wide" "105" + "tall" "8" + "visible" "1" + "enabled" "1" + "fgcolor" "White" + + "pin_to_sibling" "LocalPlayerStatsPanel" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + + "LocalPlayerStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerStatsPanel" + "xpos" "cs-0.5" + "ypos" "rs1+1" + "zpos" "3" + "wide" "600" + "tall" "28" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_KillsLabel" + "textAlignment" "east" + } + "KillsWhite" + { + "ControlName" "CExLabel" + "fieldName" "KillsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%kills%" + "textAlignment" "west" + + "pin_to_sibling" "KillsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + + "pin_to_sibling" "KillsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "DeathsWhite" + { + "ControlName" "CExLabel" + "fieldName" "DeathsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%deaths%" + "textAlignment" "west" + + "pin_to_sibling" "DeathsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "east" + + "pin_to_sibling" "DeathsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "AssistsWhite" + { + "ControlName" "CExLabel" + "fieldName" "AssistsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%assists%" + "textAlignment" "west" + + "pin_to_sibling" "AssistsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "east" + + "pin_to_sibling" "KillsWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "DestructionWhite" + { + "ControlName" "CExLabel" + "fieldName" "DestructionWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%destruction%" + "textAlignment" "west" + + "pin_to_sibling" "DestructionLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "CapturesLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapturesLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_CapturesLabel" + "textAlignment" "east" + + "pin_to_sibling" "DestructionLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "CapturesWhite" + { + "ControlName" "CExLabel" + "fieldName" "CapturesWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%captures%" + "textAlignment" "west" + + "pin_to_sibling" "CapturesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DefensesLabel" + { + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "east" + + "pin_to_sibling" "CapturesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "DefensesWhite" + { + "ControlName" "CExLabel" + "fieldName" "DefensesWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%defenses%" + "textAlignment" "west" + + "pin_to_sibling" "DefensesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DominationLabel" + { + "ControlName" "CExLabel" + "fieldName" "DominationLabel" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "east" + + "pin_to_sibling" "DestructionWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "DominationWhite" + { + "ControlName" "CExLabel" + "fieldName" "DominationWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%dominations%" + "textAlignment" "west" + + "pin_to_sibling" "DominationLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RevengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RevengeLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_RevengeLabel" + "textAlignment" "east" + + "pin_to_sibling" "DominationLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "RevengeWhite" + { + "ControlName" "CExLabel" + "fieldName" "RevengeWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%Revenge%" + "textAlignment" "west" + + "pin_to_sibling" "RevengeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "HealingLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_HealingLabel" + "textAlignment" "east" + + "pin_to_sibling" "RevengeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "HealingWhite" + { + "ControlName" "CExLabel" + "fieldName" "HealingWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%healing%" + "textAlignment" "west" + + "pin_to_sibling" "HealingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "InvulnLabel" + { + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "east" + + "pin_to_sibling" "DominationWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "InvulnWhite" + { + "ControlName" "CExLabel" + "fieldName" "InvulnWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%invulns%" + "textAlignment" "west" + + "pin_to_sibling" "InvulnLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "east" + + "pin_to_sibling" "InvulnLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "TeleportsWhite" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%teleports%" + "textAlignment" "west" + + "pin_to_sibling" "TeleportsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "HeadshotsLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "east" + + "pin_to_sibling" "TeleportsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "HeadshotsWhite" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%headshots%" + "textAlignment" "west" + + "pin_to_sibling" "HeadshotsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BackstabsLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsLabel" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_BackstabsLabel" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "InvulnWhite" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "BackstabsWhite" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "labelText" "%backstabs%" + "fgcolor" "White" + "textAlignment" "west" + + "pin_to_sibling" "BackstabsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "DamageLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageLabel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "70" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "#TF_Scoreboard_Damage" + "textAlignment" "east" + + "pin_to_sibling" "BackstabsLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "DamageWhite" + { + "ControlName" "CExLabel" + "fieldName" "DamageWhite" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "35" + "tall" "8" + "visible" "1" + "enabled" "1" + "font" "ScoreboardVerySmall" + "fgcolor" "White" + "labelText" "%damage%" + "textAlignment" "west" + + "pin_to_sibling" "DamageLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "visible" "0" + } + "Deaths" + { + "ControlName" "CExLabel" + "fieldName" "Deaths" + "visible" "0" + } + "Assists" + { + "ControlName" "CExLabel" + "fieldName" "Assists" + "visible" "0" + } + "Destruction" + { + "ControlName" "CExLabel" + "fieldName" "Destruction" + "visible" "0" + } + "Captures" + { + "ControlName" "CExLabel" + "fieldName" "Captures" + "visible" "0" + } + "Defenses" + { + "ControlName" "CExLabel" + "fieldName" "Defenses" + "visible" "0" + } + "Domination" + { + "ControlName" "CExLabel" + "fieldName" "Domination" + "visible" "0" + } + "Revenge" + { + "ControlName" "CExLabel" + "fieldName" "Revenge" + "visible" "0" + } + "Healing" + { + "ControlName" "CExLabel" + "fieldName" "Healing" + "visible" "0" + } + "Invuln" + { + "ControlName" "CExLabel" + "fieldName" "Invuln" + "visible" "0" + } + "Teleports" + { + "ControlName" "CExLabel" + "fieldName" "Teleports" + "visible" "0" + } + "Headshots" + { + "ControlName" "CExLabel" + "fieldName" "Headshots" + "visible" "0" + } + "Backstabs" + { + "ControlName" "CExLabel" + "fieldName" "Backstabs" + "visible" "0" + } + "Damage" + { + "ControlName" "CExLabel" + "fieldName" "Damage" + "visible" "0" + } + } + + "MvMScoreboard" + { + "ControlName" "CTFHudMannVsMachineScoreboard" + "fieldName" "MvMScoreboard" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + + "verbose" "1" + + if_mvm + { + "visible" "1" + } + } + + "LocalPlayerDuelStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerDuelStatsPanel" + "xpos" "cs-0.5" + "ypos" "rs1-2" + "zpos" "3" + "wide" "500" + "tall" "35" + "visible" "1" + "enabled" "1" + + "DuelingLabel" + { + "ControlName" "CExLabel" + "fieldName" "DuelingLabel" + "font" "ShrekFont9" + "labelText" "#TF_ScoreBoard_Dueling" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "5" + "zpos" "3" + "wide" "50" + "tall" "10" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + } + + "DuelingIcon" + { + "ControlName" "ImagePanel" + "fieldName" "DuelingIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/crafting/icon_dueling" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LocalPlayerData" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerData" + "xpos" "0" + "ypos" "-1" + "wide" "200" + "tall" "35" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "DuelingLabel" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "rs1" + "ypos" "0" + "zpos" "-1" + "wide" "30" + "tall" "30" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 100" + "proportionaltoparent" "1" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + "pin_to_sibling" "AvatarBGPanel" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "xpos" "5" + "ypos" "3" + "zpos" "2" + "wide" "100" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "east" + "font" "Shrekfont10" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "east" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + } + + "OpponentData" + { + "ControlName" "EditablePanel" + "fieldName" "OpponentData" + "xpos" "0" + "ypos" "-1" + "wide" "200" + "tall" "35" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "DuelingLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "30" + "tall" "30" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 100" + "proportionaltoparent" "1" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Blank" + "pin_to_sibling" "AvatarBGPanel" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "White" + "xpos" "5" + "ypos" "3" + "zpos" "2" + "wide" "100" + "tall" "15" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "west" + "font" "Shrekfont10" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Shrekfont14" + + "pin_to_sibling" "AvatarImage" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + } + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ClassImage" + { + "ControlName" "ImagePanel" + "fieldName" "ClassImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "VerticalLine" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerNameLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MainBG" + { + "ControlName" "EditablePanel" + "fieldName" "MainBG" + "wide" "0" + "tall" "0" + "enabled" "0" + "visible" "0" + } + "PlayerScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerScoreLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/spectator.res b/resource/ui/spectator.res new file mode 100644 index 0000000..f16024d --- /dev/null +++ b/resource/ui/spectator.res @@ -0,0 +1,203 @@ +#base "HudInspectPanel.res" + +"Resource/UI/Spectator.res" +{ + "Spectator" + { + "ControlName" "Frame" + "fieldName" "Spectator" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "specgui" + { + } + + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "c-300" + "ypos" "50" + "wide" "600" + "tall" "15" + "tall_hidef" "23" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "ShrekFont9Shadow" + "fgcolor_override" "White" + + "if_mvm" + { + "ypos" "200" + } + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "0" + "wide" "320" + "tall" "30" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "font" "ShrekFont9Shadow" + "wrap" "1" + "centerwrap" "1" + + if_mvm + { + "visible" "1" + } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "tall" "0" + "wide" "f0" + "visible" "0" + "enabled" "1" + } + + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "0" + "ypos" "r0" [$WIN32] + "tall" "0" [$WIN32] + "visible" "1" + "enabled" "0" + } + + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "0" + "ypos" "r0" + "tall" "0" + "wide" "f0" + "visible" "0" + "enabled" "1" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/spectatorguihealth.res b/resource/ui/spectatorguihealth.res new file mode 100644 index 0000000..c8c5621 --- /dev/null +++ b/resource/ui/spectatorguihealth.res @@ -0,0 +1,102 @@ +"Resource/UI/SpectatorGUIHealth.res" +{ + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "11" + "ypos" "11" + "zpos" "-1" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + + "PlayerStatusHealthValueTarget" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueTarget" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labeltext" "%Health%" + "font" "Shrekfont14" + "fgcolor_override" "Health Numbers" + } + "PlayerStatusHealthValueTargetShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueTargetShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "20" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labeltext" "%Health%" + "font" "Shrekfont14" + "fgcolor_override" "Black" + + "pin_to_sibling" "PlayerStatusHealthValueTarget" + } + + "PlayerStatusPlayerLevel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusPlayerLevel" + "xpos" "10" + "ypos" "9" + "zpos" "5" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "font" "ScoreboardVerySmall" + "fgcolor" "TFOrange" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/spectatortournament.res b/resource/ui/spectatortournament.res new file mode 100644 index 0000000..b83dbf2 --- /dev/null +++ b/resource/ui/spectatortournament.res @@ -0,0 +1,369 @@ +#base "HudInspectPanel.res" + +"Resource/UI/SpectatorTournament.res" +{ + "specgui" + { + + "ControlName" "Frame" + "fieldName" "specgui" + "wide" "f0" + "tall" "480" + "enabled" "1" + + "team1_player_base_offset_x" "0" + "team1_player_base_y" "325" + "team1_player_delta_x" "0" + "team1_player_delta_y" "17" + "team2_player_base_offset_x" "0" + "team2_player_base_y" "290" + "team2_player_delta_x" "0" + "team2_player_delta_y" "-17" + + "playerpanels_kv" + { + "visible" "0" + "wide" "125" + "tall" "16" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "xpos" "rs1-1" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "f47" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "labelText" "%playername%" + "textAlignment" "west" + "fgcolor" "White" + "font" "ShrekFont7" + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + "roundedcorners" "9" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "16" + "ypos" "cs-0.5" + "zpos" "3" + "wide" "27" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "ShrekFont8Shadow" + "xpos" "16" + "ypos" "0" + "zpos" "5" + "wide" "27" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "fgcolor" "White" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "ShrekFont7" + "xpos" "100" + "ypos" "1" + "zpos" "20" + "wide" "25" + "tall" "16" + "visible" "1" + "proportionaltoparent" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor_override" "Black" + } + + "chargeamountcover" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountcover" + "font" "BlocksSharp64" + "xpos" "100" + "ypos" "0" + "zpos" "19" + "wide" "26" + "tall" "16" + "visible" "1" + "proportionaltoparent" "1" + "labelText" "%chargeamount%" + "textAlignment" "east" + "fgcolor" "White" + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } + } + + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "c-300" + "ypos" "50" + "wide" "600" + "tall" "15" + "tall_hidef" "23" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "ShrekFont9Shadow" + "fgcolor_override" "White" + + if_mvm + { + "ypos" "70" + } + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "c-190" + "ypos" "16" + "wide" "380" + "tall" "14" + "visible" "0" + "enabled" "1" + "labelText" "#TF_PVE_Buyback" + "textAlignment" "center" + "font" "ShrekFont9Shadow" + "wrap" "1" + "centerwrap" "1" + + if_mvm + { + "visible" "1" + } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "9999" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + + } + + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "tall" "0" + "wide" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res new file mode 100644 index 0000000..838d237 --- /dev/null +++ b/resource/ui/spectatortournamentguihealth.res @@ -0,0 +1,81 @@ +"Resource/UI/SpectatorTournamentGUIHealth.res" +{ + "PlayerStatusHealthValueSpecgui" + { + "ControlName" "ceXLabel" + "fieldName" "PlayerStatusHealthValueSpecgui" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "textAlignment" "center" + "labeltext" "%Health%" + "font" "ShrekFont8Shadow" + "fgcolor" "Health Numbers" + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentMediumBlack" + "PaintBackgroundType" "0" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res new file mode 100644 index 0000000..e123e78 --- /dev/null +++ b/resource/ui/statsummary.res @@ -0,0 +1,119 @@ +"Resource/UI/StatSummary.res" +{ + "TFStatsSummary" + { + "ControlName" "EditablePanel" + "fieldName" "TFStatsSummary" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/menu/loading_screen" + } + + "MapType" + { + "ControlName" "CExLabel" + "fieldName" "MapType" + "xpos" "5" + "ypos" "rs1-55" + "zpos" "101" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%maptype%" + "textAlignment" "west" + "fgcolor" "White" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "xpos" "5" + "ypos" "rs1-5" + "zpos" "101" + "wide" "f0" + "tall" "50" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont36" + "labelText" "%maplabel%" + "textAlignment" "west" + "fgcolor" "White" + } + + + + + ///////////REMOVED/////////// + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + "MapInfo" + { + "ControlName" "EditablePanel" + "fieldName" "MapInfo" + "xpos" "9999" + } + "StatData" + { + "ControlName" "EditablePanel" + "fieldName" "StatData" + "xpos" "9999" + } + "TipImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TipImage" + "xpos" "9999" + } + "TipText" + { + "ControlName" "CExLabel" + "fieldName" "TipText" + "xpos" "9999" + } + "NextTipButton" + { + "ControlName" "Button" + "fieldName" "NextTipButton" + "xpos" "9999" + } + "ResetStatsButton" + { + "ControlName" "Button" + "fieldName" "ResetStatsButton" + "xpos" "9999" + } + "CloseButton" + { + "ControlName" "Button" + "fieldName" "CloseButton" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res new file mode 100644 index 0000000..35ca9ca --- /dev/null +++ b/resource/ui/tankprogressbar.res @@ -0,0 +1,69 @@ +"Resource/UI/TankProgressBar.res" +{ + "TankProgressBar" + { + "ControlName" "CTankProgressBar" + "fieldName" "TankProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "190" + "tall" "18" + "visible" "0" + "enabled" "1" + } + + "TankImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TankImage" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_tank" + "scaleImage" "1" + } + + "ProgressBar" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBar" + "xpos" "30" + "ypos" "4" + "zpos" "1" + "wide" "153" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_blu" + + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ProgressBarBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "29" + "ypos" "3" + "zpos" "1" + "wide" "155" + "tall" "12" + "visible" "1" + "enabled" "1" + "drawcolor" "SwampBrown" + "image" "../HUD/tournament_panel_tan" + + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "5" + "draw_corner_height" "5" + } +} \ No newline at end of file diff --git a/resource/ui/tankstatuspanel.res b/resource/ui/tankstatuspanel.res new file mode 100644 index 0000000..c93d12a --- /dev/null +++ b/resource/ui/tankstatuspanel.res @@ -0,0 +1,14 @@ +"Resource/UI/TankStatusPanel.res" +{ + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "9999" + "ypos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res new file mode 100644 index 0000000..86f9b83 --- /dev/null +++ b/resource/ui/targetid.res @@ -0,0 +1,108 @@ +"Resource/UI/TargetID.res" +{ + "TargetBGshade" + { + "ControlName" "ImagePanel" + "fieldName" "TargetBGshade" + "xpos" "5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "252" + "tall" "12" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "fillcolor" "SwampBrownTransparent" + } + + "TargetNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "TargetNameLabel" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "640" + "tall" "12" + "visible" "1" + "enabled" "0" + "proportionaltoparent" "1" + "font" "Shrekfont8" + "labelText" "%targetname%" + "textAlignment" "west" + "disabledfgcolor2_override" "White" + } + + "TargetDataLabel" + { + "ControlName" "CExLabel" + "fieldName" "TargetDataLabel" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "280" + "tall" "9" + "visible" "1" + "enabled" "0" + "proportionaltoparent" "1" + "font" "Shrekfont8Shadow" + "labelText" "%targetdata%" + "textAlignment" "west" + "disabledfgcolor2_override" "White" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "5" + "ypos" "cs-0.5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "TargetIDBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TargetIDBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TargetIDBG_Spec_Blue" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TargetIDBG_Spec_Blue" + "ypos" "9999" + } + "TargetIDBG_Spec_Red" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TargetIDBG_Spec_Red" + "ypos" "9999" + } + "MoveableSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MoveableSubPanel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/teammenu.res b/resource/ui/teammenu.res new file mode 100644 index 0000000..78f64f9 --- /dev/null +++ b/resource/ui/teammenu.res @@ -0,0 +1,455 @@ +"Resource/UI/TeamMenu.res" +{ + "team" + { + "ControlName" "CTeamMenu" + "fieldName" "team" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "Shader" + { + "ControlName" "EditablePanel" + "fieldName" "Shader" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "0 0 0 150" + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "MapName" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "font" "Shrekfont18" + "fgcolor" "SwampWhite" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "Shrek" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek" + "xpos" "cs-0.5" + "ypos" "cs-0.5+30" + "zpos" "-3" + "wide" "340" + "tall" "340" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/shrek/shrek_scary" + "scaleImage" "1" + "alpha" "255" + } + + "BlueTeamButton" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamButton" + "xpos" "cs-0.5-118" + "ypos" "cs-0.5-55" + "zpos" "10" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "" + "Command" "jointeam blue" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "140 140 140 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_blue" + "proportionaltoparent" "1" + } + } + } + + "RedTeamButton" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamButton" + "xpos" "cs-0.5+118" + "ypos" "cs-0.5-55" + "zpos" "10" + "wide" "100" + "tall" "100" + "visible" "1" + "enabled" "1" + + "ClassButton" + { + "ControlName" "CExImageButton" + "fieldName" "ClassButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "labelText" "" + "Command" "jointeam red" + "textAlignment" "center" + "font" "" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintborder" "0" + + "proportionaltoparent" "1" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "140 140 140 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "14" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/shrek/shrek_red" + "proportionaltoparent" "1" + } + } + } + + "BlueCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueCount" + "xpos" "2" + "ypos" "0" + "zpos" "20" + "wide" "50" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "labelText" "%bluecount%" + "textAlignment" "center" + "font" "Shrekfont14Shadow" + "fgcolor" "White" + + "pin_to_sibling" "BlueTeamButton" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "RedCount" + { + "ControlName" "CExLabel" + "fieldName" "RedCount" + "xpos" "2" + "ypos" "0" + "zpos" "20" + "wide" "50" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "labelText" "%redcount%" + "textAlignment" "center" + "font" "Shrekfont14Shadow" + "fgcolor" "White" + + "pin_to_sibling" "RedTeamButton" + "pin_corner_to_sibling" "PIN_CENTER_BOTTOM" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + + "BottomBar" + { + "ControlName" "EditablePanel" + "fieldName" "BottomBar" + "xpos" "cs-0.5" + "ypos" "rs1+2" + "zpos" "-1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "RandomButton" + { + "ControlName" "CExButton" + "fieldname" "RandomButton" + "xpos" "rs1-2" + "ypos" "rs1-2" + "zpos" "10" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Random" + "textAlignment" "center" + "font" "Shrekfont12" + "command" "jointeam auto" + "default" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + } + "RandomShortKey" + { + "ControlName" "CExButton" + "fieldName" "RandomShortKey" + "xpos" "9999" + "labelText" "&1" + "Command" "jointeam auto" + "visible" "1" + } + "SpectateButton" + { + "ControlName" "CExButton" + "fieldname" "SpectateButton" + "xpos" "2" + "ypos" "rs1-2" + "zpos" "10" + "wide" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Spectate" + "textAlignment" "center" + "font" "Shrekfont12" + "command" "jointeam spectate" + "default" "1" + "proportionaltoparent" "1" + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + } + "SpectateShortKey" + { + "ControlName" "CExButton" + "fieldName" "SpectateShortKey" + "xpos" "9999" + "labelText" "&2" + "Command" "jointeam spectate" + "visible" "1" + } + + + + + ///////////////////////////////////IDK STUFF/////////////////////////////////// + + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "0" + "ypos" "0" + "wide" "64" + "tall" "24" + "visible" "0" + "enabled" "0" + } + "teambutton0" //BLUE TEAM + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton0" + "xpos" "9999" + "ypos" "0" + "wide" "0" + "tall" "0" + } + "teambutton1" //RED TEAM + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton1" + "xpos" "9999" + "ypos" "100" + "wide" "0" + "tall" "0" + } + "teambutton2" //RANDOM TEAM + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton2" + "xpos" "9999" + "ypos" "200" + "wide" "0" + "tall" "0" + } + "teambutton3" //SPECTATE + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton3" + "xpos" "9999" + "ypos" "300" + "wide" "0" + "tall" "0" + } + "MapInfo" + { + "ControlName" "HTML" + "fieldName" "MapInfo" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TeamMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSelect" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "Footer" + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HighlanderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "HighlanderLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabelShadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TeamsFullLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabel" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TeamsFullLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabelShadow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "TeamsFullArrow" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamsFullArrow" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res new file mode 100644 index 0000000..4acfbb9 --- /dev/null +++ b/resource/ui/textwindow.res @@ -0,0 +1,144 @@ +"Resource/UI/TextWindow.res" +{ + "info" + { + "ControlName" "CTFTextWindow" + "fieldName" "info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "settitlebarvisible" "0" + } + + "Shader" + { + "ControlName" "EditablePanel" + "fieldName" "Shader" + "xpos" "0" + "ypos" "0" + "zpos" "-4" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "0 0 0 150" + } + + "TFMessageTitle" + { + "ControlName" "CExLabel" + "fieldName" "TFMessageTitle" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "f0" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "#TF_WELCOME" + "textAlignment" "center" + "font" "Shrekfont18" + "fgcolor" "SwampWhite" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + } + + "TFTextMessage" + { + "ControlName" "CExRichText" + "fieldName" "TFTextMessage" + "font" "default" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "400" + "tall" "200" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "textAlignment" "west" + "fgcolor" "White" + } + + "HTMLMessage" + { + "ControlName" "HTML" + "fieldName" "HTMLMessage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "400" + "tall" "200" + "visible" "1" + "enabled" "1" + "paintborder" "0" + } + + "ok" + { + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "cs-0.5" + "ypos" "rs1+1" + "zpos" "6" + "wide" "f0" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "Continue (&E) " + "textAlignment" "center" + "command" "okay" + "font" "Shrekfont14" + + "paintbackground" "1" + } + + + + + + //////////////////////////////////REMOVED STUFF////////////////////////////////// + + "TextMessage" + { + "ControlName" "TextEntry" + "fieldName" "TextMessage" + "visible" "0" + "enabled" "0" + "wide" "0" + "tall" "0" + } + "MessageTitle" + { + "ControlName" "Label" + "fieldName" "MessageTitle" + "visible" "0" + "enabled" "0" + "wide" "0" + "tall" "0" + } + "MenuBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "MenuBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "ShadedBG" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBG" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } +} \ No newline at end of file diff --git a/resource/ui/textwindowcustomserver.res b/resource/ui/textwindowcustomserver.res new file mode 100644 index 0000000..7d6206b --- /dev/null +++ b/resource/ui/textwindowcustomserver.res @@ -0,0 +1 @@ +#base "textwindow.res" \ No newline at end of file diff --git a/resource/ui/training/basictraining/classdetails.res b/resource/ui/training/basictraining/classdetails.res new file mode 100644 index 0000000..fb7f5dd --- /dev/null +++ b/resource/ui/training/basictraining/classdetails.res @@ -0,0 +1,352 @@ +"Resource/UI/Training/BasicTraining/ClassDetails.res" +{ + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "proportionaltoparent" "1" + + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "50" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "ClassNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassNameLabel" + "font" "ShrekFont14" + "labelText" "%classname%" + "textAlignment" "west" + "xpos" "10" + "ypos" "50" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "WeaponSetLabel" + { + "ControlName" "CExLabel" + "fieldName" "WeaponSetLabel" + "font" "ShrekFont14" + "labelText" "#TR_StandardWeaponSet" + "textAlignment" "west" + "xpos" "10" + "ypos" "88" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "ShrekFont10" + "labelText" "%description%" + "textAlignment" "west" + "xpos" "10" + "ypos" "90" + "wide" "280" + "tall" "150" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "AllCaps" "0" + "proportionaltoparent" "1" + "fgcolor" "SwampWhite" + } + + "WeaponBG0" + { + "ControlName" "EditablePanel" + "fieldName" "WeaponBG0" + "xpos" "10" + "ypos" "240" + "zpos" "0" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + } + "WeaponImage0" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage0" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "proportionaltoparent" "1" + "pin_to_sibling" "WeaponBG0" + } + "PrimaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "PrimaryLabel" + "font" "ShrekFont8" + "labelText" "#TR_Primary" + "textAlignment" "center" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "paintborder" "0" + + "pin_to_sibling" "WeaponBG0" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "WeaponBG1" + { + "ControlName" "EditablePanel" + "fieldName" "WeaponBG1" + "xpos" "5" + "ypos" "0" + "zpos" "0" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + + "pin_to_sibling" "WeaponBG0" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "WeaponImage1" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "proportionaltoparent" "1" + "pin_to_sibling" "WeaponBG1" + } + "SecondaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "SecondaryLabel" + "font" "ShrekFont8" + "labelText" "#TR_Secondary" + "textAlignment" "center" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "paintborder" "0" + + "pin_to_sibling" "WeaponBG1" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + + "WeaponBG2" + { + "ControlName" "EditablePanel" + "fieldName" "WeaponBG2" + "xpos" "5" + "ypos" "0" + "zpos" "0" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + + "pin_to_sibling" "WeaponBG1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + "WeaponImage2" + { + "ControlName" "ImagePanel" + "FieldName" "WeaponImage2" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "proportionaltoparent" "1" + "pin_to_sibling" "WeaponBG2" + } + "MeleeLabel" + { + "ControlName" "CExLabel" + "fieldName" "MeleeLabel" + "font" "ShrekFont8" + "labelText" "#TR_Melee" + "textAlignment" "center" + "xpos" "0" + "ypos" "3" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "paintborder" "0" + + "pin_to_sibling" "WeaponBG2" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_BOTTOM" + } + } + + "StartTrainingButton" + { + "ControlName" "CExButton" + "fieldName" "StartTrainingButton" + "xpos" "0" + "ypos" "rs1-24" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Training_StartTraining" + "font" "ShrekFont14" + "textAlignment" "center" + "AllCaps" "0" + "Command" "startbasictraining" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "paintborder" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "ClassImage" + { + "ControlName" "ImagePanel" + "FieldName" "ClassImage" + "xpos" "rs1-5" + "ypos" "cs-0.5-20" + "zpos" "1" + "wide" "100" + "tall" "210" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "ClassIconImage" + { + "ControlName" "ImagePanel" + "FieldName" "ClassIconImage" + "xpos" "rs1-5" + "ypos" "52" + "wide" "20" + "tall" "20" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "alpha" "100" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/training/basictraining/classpanel.res b/resource/ui/training/basictraining/classpanel.res new file mode 100644 index 0000000..a1b5fdc --- /dev/null +++ b/resource/ui/training/basictraining/classpanel.res @@ -0,0 +1,57 @@ +"Resource/UI/Training/BasicTraining/ClassPanel.res" +{ + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "illustrations/training_basic" + "proportionaltoparent" "1" + } + + "SelectButton" + { + "ControlName" "CExButton" + "fieldName" "SelectButton" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%selectbuttontext%" + "font" "ShrekFont8" + "textAlignment" "center" + "textinsetx" "50" + "AllCaps" "0" + "Command" "%selectcommand%" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + } + + "ProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "ProgressLabel" + "font" "ShrekFont10" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "245" + "wide" "30" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "Allcaps" "0" + "wrap" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } +} \ No newline at end of file diff --git a/resource/ui/training/basictraining/classselection.res b/resource/ui/training/basictraining/classselection.res new file mode 100644 index 0000000..6a0c895 --- /dev/null +++ b/resource/ui/training/basictraining/classselection.res @@ -0,0 +1,21 @@ +"Resource/UI/Training/BasicTraining/ClassSelection.res" +{ + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "ShrekFont12" + "labelText" "#TF_COMPLETE_TRAINING_DESC" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "285" + "zpos" "1" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "AllCaps" "0" + "proportionaltoparent" "1" + "fgcolor" "SwampWhite" + } +} \ No newline at end of file diff --git a/resource/ui/training/main.res b/resource/ui/training/main.res new file mode 100644 index 0000000..e9993b6 --- /dev/null +++ b/resource/ui/training/main.res @@ -0,0 +1,316 @@ +"Resource/UI/Training/Main.res" +{ + "TrainingDialog" + { + "ControlName" "CTrainingDialog" + "fieldName" "TrainingDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "Blank" + "proportionaltoparent" "1" + + "BackButton2" // FUCK YEAH IT WORKS WOOOOOOH + { + "ControlName" "CExButton" + "fieldName" "BackButton2" + "xpos" "0" + "ypos" "24" + "zpos" "100" + "wide" "20" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 18" + "textAlignment" "center" + "textinsetx" "0" + "Command" "prevpage" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultBgColor_override" "SwampBrown" + "armedBgColor_override" "SwampGreen" + "depressedBgColor_override" "SwampGreen" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + "CancelButton2" + { + "ControlName" "CExButton" + "fieldName" "CancelButton2" + "xpos" "21" + "ypos" "24" + "zpos" "100" + "wide" "20" + "tall" "f0" + "visible" "1" + "enabled" "1" + "labelText" "X" + "font" "Symbols 18" + "textAlignment" "center" + "textinsetx" "0" + "Command" "Cancel" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "paintborder" "0" + "roundedcorners" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "TrainingImage" + { + "ControlName" "ImagePanel" + "fieldName" "TrainingImage" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "RightBG" + { + "ControlName" "EditablePanel" + "fieldName" "RightBG" + "xpos" "rs1" + "ypos" "24" + "zpos" "1" + "wide" "445" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "0" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + } + "RightBG2" + { + "ControlName" "EditablePanel" + "fieldName" "RightBG2" + "xpos" "rs1+5" + "ypos" "cs-0.5-14" + "zpos" "2" + "wide" "445" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + + "ModeSelectionPanel" + { + "ControlName" "CModeSelectionPanel" + "fieldName" "ModeSelectionPanel" + "xpos" "0" + "ypos" "24" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "TrainingTitle" "#TF_Training_Title" + } + + "BasicTraining_ClassSelectionPanel" + { + "ControlName" "CBasicTraining_ClassSelectionPanel" + "fieldName" "BasicTraining_ClassSelectionPanel" + "xpos" "rs1" + "ypos" "94" + "zpos" "7" + "wide" "440" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "TrainingTitle" "#TR_AttackDefense" + "TrainingSubTitle" "#TF_SelectAClass" + + "Class0Token" "#TF_Soldier" + "Class1Token" "#TF_Demoman" + "Class2Token" "#TF_Spy" + "Class3Token" "#TF_Engineer" + + "Class0Image" "training/class_soldier" + "Class1Image" "training/class_demoman" + "Class2Image" "training/class_spy" + "Class3Image" "training/class_engineer" + + "Class0Command" "basictraining_classselection_soldier" + "Class1Command" "basictraining_classselection_demoman" + "Class2Command" "basictraining_classselection_spy" + "Class3Command" "basictraining_classselection_engineer" + } + + "BasicTraining_ClassDetailsPanel" + { + "ControlName" "CBasicTraining_ClassDetailsPanel" + "fieldName" "BasicTraining_ClassDetailsPanel" + "xpos" "rs1" + "ypos" "24" + "zpos" "6" + "wide" "440" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "TrainingTitle" "#TR_AttackDefense" + } + + "OfflinePractice_ModeSelectionPanel" + { + "ControlName" "COfflinePractice_ModeSelectionPanel" + "fieldName" "OfflinePractice_ModeSelectionPanel" + "xpos" "rs1" + "ypos" "24" + "zpos" "4" + "wide" "440" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "TrainingTitle" "#TR_PracticeModeSelectTitle" + + "Mode0Token" "#Gametype_CP" + "Desc0Token" "#TF_GameModeDesc_CP" + "Image0Path" "illustrations/gamemode_cp" + "Mode0Id" "0" + + "Mode1Token" "#Gametype_Koth" + "Desc1Token" "#TF_GameModeDesc_Koth" + "Image1Path" "illustrations/gamemode_koth" + "Mode1Id" "1" + + "Mode2Token" "#Gametype_Escort" + "Desc2Token" "#TF_GameModeDesc_Escort" + "Image2Path" "illustrations/gamemode_payload" + "Mode2Id" "2" + } + + "OfflinePractice_MapSelectionPanel" + { + "ControlName" "COfflinePractice_MapSelectionPanel" + "fieldName" "OfflinePractice_MapSelectionPanel" + "xpos" "rs1" + "ypos" "24" + "zpos" "4" + "wide" "440" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "TrainingTitle" "#TR_PracticeMapSelectTitle" + } + + "GradientBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientBgPanel" + "xpos" "9999" + } + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "9999" + } + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "xpos" "9999" + } + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "xpos" "9999" + } + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "ypos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "ypos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + } +} \ No newline at end of file diff --git a/resource/ui/training/modeselection/modepanel.res b/resource/ui/training/modeselection/modepanel.res new file mode 100644 index 0000000..f41e498 --- /dev/null +++ b/resource/ui/training/modeselection/modepanel.res @@ -0,0 +1,164 @@ +"Resource/UI/Training/ModeSelection/ModePanel.res" +{ + "ModeInfoContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ModeInfoContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "rs1" + "ypos" "5" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "ModeNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeNameLabel" + "font" "ShrekFont14" + "labelText" "%modename%" + "textAlignment" "west" + "xpos" "-2" + "ypos" "0" + "zpos" "2" + "wide" "225" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + + "pin_to_sibling" "TitleBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "ImageFrame" + { + "ControlName" "EditablePanel" + "fieldName" "ImageFrame" + "xpos" "0" + "ypos" "0" + "wide" "205" + "tall" "205" + "visible" "1" + "enabled" "1" + "border" "NoBorder" + "proportionaltoparent" "1" + } + // Parented to ImageFrame in code. + "Image" + { + "ControlName" "ImagePanel" + "fieldName" "Image" + "xpos" "0" + "ypos" "30" + "wide" "185" + "tall" "185" + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "image" "" + "proportionaltoparent" "1" + } + + "DESCBG" + { + "ControlName" "EditablePanel" + "fieldName" "DESCBG" + "xpos" "rs1" + "ypos" "170" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "ShrekFont10" + "labelText" "%description%" + "textAlignment" "west" + "xpos" "-2" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "0" + "AllCaps" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + + "pin_to_sibling" "DESCBG" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + } + + "StartButton" + { + "ControlName" "CExButton" + "fieldName" "StartButton" + "xpos" "0" + "ypos" "rs1" + "zpos" "100" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "Get Started" + "font" "ShrekFont14" + "textAlignment" "center" + "textinsetx" "0" + "Command" "%startcommand%" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "0" + "paintborder" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } +} \ No newline at end of file diff --git a/resource/ui/training/modeselection/modeselection.res b/resource/ui/training/modeselection/modeselection.res new file mode 100644 index 0000000..d679e22 --- /dev/null +++ b/resource/ui/training/modeselection/modeselection.res @@ -0,0 +1,78 @@ +"Resource/UI/Training/ModeSelection/ModeSelection.res" +{ + "RightBG" + { + "ControlName" "EditablePanel" + "fieldName" "RightBG" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "205" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkestBrown" + "proportionaltoparent" "1" + } + + "TrainingImage" + { + "ControlName" "ImagePanel" + "fieldName" "TrainingImage" + "xpos" "0" + "ypos" "-24" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleimage" "1" + "image" "replay/thumbnails/menu/swamp_dark" + } + + "BasicTrainingPanel" + { + "ControlName" "CModePanel" + "fieldName" "BasicTrainingPanel" + "xpos" "rs1" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "modename" "#TR_AttackDefense" + "description" "#TF_Training_Desc_BasicTraining" + "image" "illustrations/training_basic" + "startcommand" "basictrainingselected" + } + + "OfflinePracticePanel" + { + "ControlName" "CModePanel" + "fieldName" "OfflinePracticePanel" + "xpos" "rs1" + "ypos" "rs1-30" + "zpos" "1" + "wide" "200" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintBackground" "0" + "proportionaltoparent" "1" + + "modename" "#TF_OfflinePractice" + "description" "#TF_Training_Desc_OfflinePractice" + "image" "illustrations/training_offlinepractice" + "startcommand" "offlinepracticeselected" + } +} \ No newline at end of file diff --git a/resource/ui/training/offlinepractice/mapselection.res b/resource/ui/training/offlinepractice/mapselection.res new file mode 100644 index 0000000..5d3630f --- /dev/null +++ b/resource/ui/training/offlinepractice/mapselection.res @@ -0,0 +1,355 @@ +"Resource/UI/Training/OfflinePractice/MapSelection.res" +{ + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "50" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "MapNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapNameLabel" + "font" "ShrekFont14" + "labelText" "%mapname%" + "textAlignment" "west" + "AllCaps" "0" + "xpos" "-10" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + "pin_to_sibling" "TitleBG" + } + + "MapImagePanel" + { + "ControlName" "ImagePanel" + "FieldName" "MapImagePanel" + "xpos" "rs1-25" + "ypos" "115" + "zpos" "0" + "wide" "360" + "tall" "360" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "paintborder" "0" + "paintbackgroundtype" "2" + "paintbackground" "1" + "proportionaltoparent" "1" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "cs-0.5-24" + "zpos" "20" + "wide" "30" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "goprev" + + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "rs1-10" + "ypos" "cs-0.5-24" + "zpos" "20" + "wide" "30" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "gonext" + "sound_depressed" "UI/buttonclick.wav" + + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%curpage%" + "textAlignment" "center" + "xpos" "cs-0.5+10" + "ypos" "90" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "SettingsBG" + { + "ControlName" "EditablePanel" + "fieldName" "SettingsBG" + "xpos" "0" + "ypos" "rs1-100" + "zpos" "0" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + } + + "DifficultyLabel" + { + "ControlName" "CExLabel" + "fieldName" "DifficultyLabel" + "font" "ShrekFont9" + "labelText" "Difficulty:" + "textAlignment" "west" + "xpos" "-10" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + "pin_to_sibling" "SettingsBG" + } + + "DifficultyComboBox" + { + "ControlName" "ComboBox" + "fieldName" "DifficultyComboBox" + "Font" "ShrekFont9" + "xpos" "-70" + "ypos" "-6" + "zpos" "2" + "wide" "80" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "textinsetx" "50" + "proportionaltoparent" "1" + "paintborder" "0" + + "fgcolor_override" "SwampWhite" + "bgcolor_override" "SwampDarkBrown" + "disabledFgColor_override" "SwampWhite" + "disabledBgColor_override" "Blank" + "selectionColor_override" "Blank" + "selectionTextColor_override" "SwampWhite" + "defaultSelectionBG2Color_override" "Blank" + + "Button" + { + "defaultFgColor_override" "SwampWhite" + "defaultBgColor_override" "Blank" + "armedFgColor_override" "SwampWhite" + "armedBgColor_override" "Blank" + "paintbackgroundtype" "0" + } + + "pin_to_sibling" "SettingsBG" + } + + "PlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayersLabel" + "font" "ShrekFont9" + "labelText" "#IT_BotAddition_Title" + "textAlignment" "west" + "xpos" "20" + "ypos" "0" + "zpos" "1" + "wide" "35" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + + "pin_to_sibling" "SettingsBG" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "NumPlayersTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NumPlayersTextEntry" + "font" "ShrekFont9" + "textHidden" "0" + "textAlignment" "west" + "unicode" "1" + "wrap" "0" + "xpos" "0" + "ypos" "-1" + "zpos" "50" + "wide" "22" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "maxchars" "2" + "NumericInputOnly" "1" + "selectallonfirstfocus" "1" + "proportionaltoparent" "1" + + "bgcolor_override" "SwampDarkestBrown" + "fgcolor_override" "SwampWhite" + + "AllCaps" "0" + + "pin_to_sibling" "PlayersLabel" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "SuggestedPlayerCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuggestedPlayerCountLabel" + "font" "ShrekFont9" + "labelText" "" + "textAlignment" "west" + "xpos" "10" + "ypos" "1" + "zpos" "2" + "wide" "100" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + + "AllCaps" "0" + + "pin_to_sibling" "NumPlayersTextEntry" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "StartOfflinePracticeButton" + { + "ControlName" "CExButton" + "fieldName" "StartOfflinePracticeButton" + "xpos" "0" + "ypos" "rs1-24" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_StartPractice" + "font" "ShrekFont14" + "textAlignment" "center" + "AllCaps" "1" + "Command" "startofflinepractice" + "sound_depressed" "UI/buttonclick.wav" + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "paintborder" "0" + + "defaultBgColor_override" "SwampGreen" + "armedBgColor_override" "SwampDarkGreen" + "depressedBgColor_override" "SwampDarkGreen" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "White" + } + + "HackCoverBottomOfMapImagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "HackCoverBottomOfMapImagePanel" + "xpos" "9999" + } + "GradientPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/training/offlinepractice/practicemodeselection.res b/resource/ui/training/offlinepractice/practicemodeselection.res new file mode 100644 index 0000000..51c597b --- /dev/null +++ b/resource/ui/training/offlinepractice/practicemodeselection.res @@ -0,0 +1,204 @@ +"Resource/UI/Training/OfflinePractice/PracticeModeSelection.res" +{ + "TitleBG" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBG" + "xpos" "0" + "ypos" "50" + "zpos" "0" + "wide" "f0" + "tall" "25" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampDarkBrown" + "proportionaltoparent" "1" + } + "GameModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "GameModeLabel" + "font" "ShrekFont14" + "labelText" "%gamemode%" + "textAlignment" "west" + "xpos" "-10" + "ypos" "0" + "wide" "f0" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + "pin_to_sibling" "TitleBG" + } + + "GameModeImagePanel" + { + "ControlName" "ImagePanel" + "FieldName" "GameModeImagePanel" + "xpos" "rs1-20" + "ypos" "105" + "zpos" "1" + "wide" "250" + "tall" "250" + "visible" "1" + "tileImage" "0" + "scaleImage" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "proportionaltoparent" "1" + } + + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "cs-0.5-24" + "zpos" "20" + "wide" "30" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "<" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "goprev" + + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "rs1-10" + "ypos" "cs-0.5-24" + "zpos" "20" + "wide" "30" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" ">" + "font" "Symbols 24" + "textAlignment" "center" + "Command" "gonext" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "SwampWhite" + "armedFgColor_override" "SwampGreen" + "depressedFgColor_override" "SwampGreen" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "ShrekFont14" + "labelText" "%curpage%" + "textAlignment" "center" + "xpos" "cs-0.5+10" + "ypos" "90" + "zpos" "1" + "wide" "40" + "tall" "20" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "SwampWhite" + "proportionaltoparent" "1" + } + + "DescBG" + { + "ControlName" "EditablePanel" + "fieldName" "DescBG" + "xpos" "0" + "ypos" "rs1-100" + "zpos" "0" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "paintBackground" "1" + "paintBorder" "0" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampBrown" + "proportionaltoparent" "1" + } + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "ShrekFont10" + "labelText" "%description%" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "30" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "SwampWhite" + "AllCaps" "0" + "proportionaltoparent" "1" + "pin_to_sibling" "DescBG" + } + + "SelectCurrentGameModeButton" + { + "ControlName" "CExButton" + "fieldName" "SelectCurrentGameModeButton" + "xpos" "0" + "ypos" "rs1-24" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Select" + "font" "ShrekFont14" + "textAlignment" "center" + "AllCaps" "0" + "Command" "selectcurrentgamemode" + "sound_depressed" "UI/buttonclick.wav" + + "proportionaltoparent" "1" + + "paintbackground" "1" + "paintbackgroundtype" "2" + "paintborder" "0" + } + + "GameModeImageBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GameModeImageBgPanel" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res new file mode 100644 index 0000000..416ef39 --- /dev/null +++ b/resource/ui/wavestatuspanel.res @@ -0,0 +1,140 @@ +"Resource/UI/WaveStatusPanel.res" +{ + "WaveCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabel" + "font" "ShrekFont9" + "font_minmode" "ShrekFont7" + "fgcolor" "White" + "xpos" "200" + "ypos" "4" + "ypos_minmode" "5" + "zpos" "10" + "wide" "200" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%wave_count%" + } + "WaveCountLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabelShadow" + "font" "ShrekFont9" + "font_minmode" "ShrekFont7" + "fgcolor" "Black" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "201" + "tall" "16" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%wave_count%" + "pin_to_sibling" "WaveCountLabel" + } + + "SeparatorBar" + { + "ControlName" "Panel" + "fieldName" "SeparatorBar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "1" + "tall" "30" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "bgcolor_override" "White" + + "if_verbose" + { + "visible" "1" + } + } + + "SupportLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportLabel" + "xpos" "55" + "ypos" "6" + "zpos" "3" + "wide" "60" + "tall" "15" + "visible" "0" + "enabled" "1" + "AllCaps" "1" + "textAlignment" "west" + "labelText" "#TF_MVM_Support" + "font" "ShrekFont9Shadow" + "fgcolor" "White" + + "if_verbose" + { + "visible" "1" + } + } + + "ProgressBar" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBar" + "xpos" "211" + "xpos_minmode" "231" + "ypos" "20" + "ypos_minmode" "8" + "zpos" "3" + "wide" "178" + "wide_minmode" "138" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_blu" + + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "ProgressBarBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "210" + "xpos_minmode" "230" + "ypos" "19" + "ypos_minmode" "7" + "zpos" "3" + "wide" "180" + "wide_minmode" "140" + "tall" "12" + "visible" "1" + "enabled" "1" + "drawcolor" "SwampBrown" + "image" "../HUD/tournament_panel_tan" + + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + + + //================================================================================================================================================== + // REMOVED ELEMENTS + //================================================================================================================================================== + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "ypos" "9999" + } +} diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res new file mode 100644 index 0000000..9f4ec87 --- /dev/null +++ b/resource/ui/winpanel.res @@ -0,0 +1,661 @@ +"Resource/UI/WinPanel.res" +{ + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "38" + "visible" "1" + "proportionaltoparent" "1" + + "BlueScoreBG2" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG2" + "xpos" "cs-1" + "ypos" "20" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Blue" + } + "RedScoreBG2" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG2" + "xpos" "cs+0" + "ypos" "20" + "wide" "100" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "paintbackgroundtype" "2" + "bgcolor_override" "Red" + } + + "Shrek_Ear_Left" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Left" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_left" + "scaleimage" "1" + "drawcolor" "Blue" + + "pin_to_sibling" "BlueScoreBG2" + "pin_corner_to_sibling" "PIN_BOTTOMRIGHT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "Shrek_Ear_Right" + { + "ControlName" "ImagePanel" + "fieldName" "Shrek_Ear_Right" + "xpos" "-27" + "ypos" "-30" + "zpos" "-1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "image" "replay/thumbnails/shrek/shrek_ear_right" + "scaleimage" "1" + "drawcolor" "Red" + + "pin_to_sibling" "RedScoreBG2" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "xpos" "-3" + "ypos" "0" + "zpos" "10" + "wide" "70" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%blueteamname%" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "BlueScoreBG2" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_LEFT" + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%blueteamscore%" + "textAlignment" "center" + "fgcolor" "White" + "proportionaltoparent" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "BlueScoreBG2" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "xpos" "-4" + "ypos" "0" + "zpos" "10" + "wide" "70" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%redteamname%" + "textAlignment" "east" + "fgcolor" "White" + + "pin_to_sibling" "RedScoreBG2" + "pin_corner_to_sibling" "PIN_CENTER_RIGHT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "30" + "tall" "18" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont14" + "labelText" "%redteamscore%" + "textAlignment" "center" + "fgcolor" "White" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "TransparentLightBlack" + + "pin_to_sibling" "RedScoreBG2" + } + + "BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "9999" + } + "RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "9999" + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "xpos" "9999" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "9999" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9999" + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "xpos" "9999" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "9999" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "9999" + } + } + + "ShadedBar" + { + "ControlName" "EditablePanel" + "fieldName" "ShadedBar" + "xpos" "cs-0.5" + "ypos" "38" + "zpos" "6" + "wide" "200" + "tall" "52" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintBackground" "1" + "paintBackgroundtype" "2" + "bgcolor_override" "SwampBrownTransparent" + } + + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "187" + "tall" "1" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + "fillcolor" "Blank" + "PaintBackgroundType" "0" + + "pin_to_sibling" "ShadedBar" + "pin_corner_to_sibling" "PIN_CENTER_TOP" + "pin_to_sibling_corner" "PIN_CENTER_TOP" + } + + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "HorizontalLine" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "Player1Score" + { + "ControlName" "CExLabel" + "fieldName" "Player1Score" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "east" + + "pin_to_sibling" "HorizontalLine" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_BOTTOMRIGHT" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "10" + "ypos" "0" + "zpos" "10" + "wide" "60" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } + + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player1Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "Player2Score" + { + "ControlName" "CExLabel" + "fieldName" "Player2Score" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "east" + + "pin_to_sibling" "Player1Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "60" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player1Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player2Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "Player3Score" + { + "ControlName" "CExLabel" + "fieldName" "Player3Score" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "east" + + "pin_to_sibling" "Player2Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "60" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player2Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + "KillStreakIcon" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakIcon" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "Symbols 10" + "labelText" "=" + "textAlignment" "west" + "fgcolor" "White" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "KillStreakSeparator" + { + "ControlName" "EditablePanel" + "fieldName" "KillStreakSeparator" + "xpos" "-1" + "ypos" "0" + "zpos" "7" + "wide" "180" + "tall" "1" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "paintbackground" "1" + "bgcolor_override" "White" + + "pin_to_sibling" "KillStreakIcon" + "pin_corner_to_sibling" "PIN_CENTER_LEFT" + "pin_to_sibling_corner" "PIN_CENTER_RIGHT" + } + + "KillStreakPlayer1Name" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Name" + "xpos" "0" + "ypos" "8" + "zpos" "10" + "wide" "100" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player3Name" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "KillStreakPlayer1Class" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Class" + "xpos" "0" + "ypos" "8" + "zpos" "10" + "wide" "60" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "west" + + "pin_to_sibling" "Player3Class" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + "KillStreakPlayer1Score" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakPlayer1Score" + "xpos" "0" + "ypos" "8" + "zpos" "10" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "font" "ShrekFont7" + "labelText" "" + "textAlignment" "east" + + "pin_to_sibling" "Player3Score" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + } + + + "WinPanelBGBorder" + { + "ControlName" "EditablePanel" + "fieldName" "WinPanelBGBorder" + "xpos" "9999" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "xpos" "9999" + } + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "xpos" "9999" + } + "AdvancingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabel" + "xpos" "9999" + } + "AdvancingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabelDropshadow" + "xpos" "9999" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "xpos" "9999" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "xpos" "9999" + } + "Player1Badge" + { + "ControlName" "CTFBadgePanel" + "fieldName" "Player1Badge" + "xpos" "9999" + } + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "9999" + } + "Player2Badge" + { + "ControlName" "CTFBadgePanel" + "fieldName" "Player2Badge" + "xpos" "9999" + } + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "9999" + } + "Player3Badge" + { + "ControlName" "CTFBadgePanel" + "fieldName" "Player3Badge" + "xpos" "9999" + } + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "9999" + } + "KillStreakLeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakLeaderLabel" + "xpos" "9999" + } + "KillStreakMaxCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillStreakMaxCountLabel" + "xpos" "9999" + } + "HorizontalLine2" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine2" + "xpos" "9999" + } + "KillStreakPlayer1Badge" + { + "ControlName" "CTFBadgePanel" + "fieldName" "KillStreakPlayer1Badge" + "xpos" "9999" + } + "KillStreakPlayer1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "KillStreakPlayer1Avatar" + "xpos" "9999" + } +} \ No newline at end of file diff --git a/scripts/animations/ammo.txt b/scripts/animations/ammo.txt new file mode 100644 index 0000000..0fac0fb --- /dev/null +++ b/scripts/animations/ammo.txt @@ -0,0 +1,22 @@ +//=========================================================================================================================== + +event HudLowAmmoPulse +{ + Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo No Clip Low" Linear 0.0 0.0 + + RunEvent HudLowAmmoPulseLoop 0.25 +} + +event HudLowAmmoPulseStop +{ + StopEvent HudLowAmmoPulse 0.0 + StopEvent HudLowAmmoPulseLoop 0.0 + + Animate AmmoInClip FgColor "Ammo In Clip" Linear 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve" Linear 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo No Clip" Linear 0.0 0.0 +} + +//=========================================================================================================================== \ No newline at end of file diff --git a/scripts/animations/health.txt b/scripts/animations/health.txt new file mode 100644 index 0000000..6be2540 --- /dev/null +++ b/scripts/animations/health.txt @@ -0,0 +1,57 @@ +//=========================================================================================================================== + +event HudHealthBonusPulse +{ + Animate Shrek_Buff Alpha "200" Linear 0.0 0.075 + Animate Shrek_Buff Alpha "125" Linear 0.125 0.075 + + Animate PlayerStatusHealthValueTarget FgColor "Health Buff" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueSpecgui FgColor "Health Buff" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueKiller FgColor "Health Buff" Linear 0.0 0.0 + + RunEvent HudHealthBonusPulseLoop 0.4 +} + +event HudHealthBonusPulseStop +{ + StopEvent HudHealthBonusPulse 0.0 + StopEvent HudHealthBonusPulseLoop 0.0 + + Animate Shrek_Buff Alpha "0" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueTarget FgColor "Health Numbers" Linear 0.0 0.0 + + Animate PlayerStatusHealthvalueSpecgui FgColor "Health Numbers" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueKiller FgColor "Health Numbers" Linear 0.0 0.0 +} + +//=========================================================================================================================== + +event HudHealthDyingPulse +{ + Animate Shrek_Hurt Alpha "200" Linear 0.0 0.075 + Animate Shrek_Hurt Alpha "125" Linear 0.125 0.075 + + Animate PlayerStatusHealthvalueSpecgui FgColor "255 0 0 255" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueKiller FgColor "Health Hurt" Linear 0.0 0.0 + + RunEvent HudHealthDyingPulseLoop 0.25 +} + +event HudHealthDyingPulseStop +{ + StopEvent HudHealthDyingPulse 0.0 + StopEvent HudHealthDyingPulseLoop 0.0 + + Animate Shrek_Hurt Alpha "0" Linear 0.0 0.0 + + Animate PlayerStatusHealthvalueSpecgui FgColor "Health Numbers" Linear 0.0 0.0 + + Animate PlayerStatusHealthValueKiller FgColor "Health Numbers" Linear 0.0 0.0 +} + +//=========================================================================================================================== \ No newline at end of file diff --git a/scripts/animations/misc.txt b/scripts/animations/misc.txt new file mode 100644 index 0000000..a1d561f --- /dev/null +++ b/scripts/animations/misc.txt @@ -0,0 +1,48 @@ +//=========================================================================================================================== + +event HudTournamentSetupPanelOpen +{ + Animate HudTournamentSetup ypos "-150" Linear 0.0 0.001 + Animate HudTournamentSetup ypos "60" Spline 0.001 0.1 +} + +event HudTournamentSetupPanelClose +{ + Animate HudTournamentSetup ypos "60" Linear 0.0 0.001 + Animate HudTournamentSetup ypos "-150" Spline 0.001 0.6 +} + +//=========================================================================================================================== + +event ActiveTimerHighlight +{ + Animate TimePanelValue FgColor "255 255 100 255" Linear 0.0 0.0 +} + +event ActiveTimerDim +{ + Animate TimePanelValue FgColor "White" Linear 0.0 0.0 +} + +//=========================================================================================================================== + +event HudSnapShotReminderIn +{ + RunEvent HudHealthDyingPulseStop 10.0 + RunEvent HudHealthBonusPulseStop 10.0 + RunEvent HudLowAmmoPulseStop 10.0 + RunEvent HudMedicChargedStop 10.0 +} + +//=========================================================================================================================== + +event FlagOutline{} +event HasNotificationsBlink{} +event HasNotificationsBlinkStop{} +event CompetitiveGame_LowerChatWindow{} +event CompetitiveGame_RestoreChatWindow{} +event HudTournament_MoveChatWindow{} +event RDPositiveScorePulse{} +event RDNegativeScorePulse{} +event TeamStatus_PlayerDead{} +event TeamStatus_PlayerAlive{} \ No newline at end of file diff --git a/scripts/animations/spy.txt b/scripts/animations/spy.txt new file mode 100644 index 0000000..d09e1d7 --- /dev/null +++ b/scripts/animations/spy.txt @@ -0,0 +1,17 @@ +event HudSpyDisguiseChanged +{ + Animate PlayerStatusSpyOutlineImage Alpha "200" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Position "c-100 c-15" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "200 200" Linear 0.0 0.2 + + RunEvent HudSpyDisguiseHide 0.7 +} + +event HudSpyDisguiseHide +{ + Animate PlayerStatusSpyOutlineImage Position "3 413" Linear 0.0 0.2 + Animate PlayerStatusSpyOutlineImage Size "55 55" Linear 0.0 0.2 + + Animate PlayerStatusSpyOutlineImage Alpha "0" Linear 0.2 0.1 +} \ No newline at end of file diff --git a/scripts/animations/uber.txt b/scripts/animations/uber.txt new file mode 100644 index 0000000..4d3a7a4 --- /dev/null +++ b/scripts/animations/uber.txt @@ -0,0 +1,19 @@ +//=========================================================================================================================== + +event HudMedicCharged +{ + Animate Shrek_Uber Alpha "200" Linear 0.0 0.075 + Animate Shrek_Uber Alpha "125" Linear 0.125 0.075 + + RunEvent HudMedicChargedLoop 0.6 +} + +event HudMedicChargedStop +{ + StopEvent HudMedicCharged 0.0 + StopEvent HudMedicChargedLoop 0.0 + + Animate Shrek_Uber Alpha "0" Linear 0.0 0.075 +} + +//=========================================================================================================================== \ No newline at end of file diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt new file mode 100644 index 0000000..f4a4612 --- /dev/null +++ b/scripts/chapterbackgrounds.txt @@ -0,0 +1,14 @@ +"Chapters" +{ + "1" "background_upward" + "2" "background_upward" + "3" "background_upward" + "4" "background_upward" +} +"BackgroundMaps" +{ + "1" "background_upward" + "2" "background_upward" + "3" "background_upward" + "4" "background_upward" +} \ No newline at end of file diff --git a/scripts/crosshairs/crosshairs.png b/scripts/crosshairs/crosshairs.png new file mode 100644 index 0000000..643ae9f Binary files /dev/null and b/scripts/crosshairs/crosshairs.png differ diff --git a/scripts/crosshairs/crosshairs.res b/scripts/crosshairs/crosshairs.res new file mode 100644 index 0000000..0cc1586 --- /dev/null +++ b/scripts/crosshairs/crosshairs.res @@ -0,0 +1,25 @@ +"Scripts/Crosshairs/Crosshairs.res" +{ + //==================================================================================== + // HUD CROSSHAIR + //==================================================================================== + // Change the "visible" value to "1" in order to activate the hud crosshair + // Change "labelText" to the corresponding crosshair in crosshairs.png + // Change the size to any number between 10 and 30 + // For more instructions: https://github.com/Hypnootize/m0rehud/wiki/Crosshairs + //==================================================================================== + + "CustomCrosshair" + { + "visible" "0" "ControlName" "CExLabel" "fieldName" "CustomCrosshair" "enabled" "1" "zpos" "0" "wide" "f0" "tall" "f0" "textAlignment" "center" + + "labelText" "?" + + "font" "Size:18 | Outline:OFF" + + "xpos" "cs-0.5" + "ypos" "cs-0.5" + + "fgcolor" "255 255 255 255" + } +} \ No newline at end of file diff --git a/scripts/crosshairs/crosshairs_animations.txt b/scripts/crosshairs/crosshairs_animations.txt new file mode 100644 index 0000000..b867fa5 --- /dev/null +++ b/scripts/crosshairs/crosshairs_animations.txt @@ -0,0 +1,14 @@ +//======================================================================================================= +// CROSSHAIR ANIMATION +//======================================================================================================= +// Uncomment (by removing the // before Animate) both lines to activate the crosshair flashing on damage +// You can change the Crosshair and Crosshair flashing color from the resource/colors.res +//======================================================================================================= +// For more instructions: https://github.com/Hypnootize/m0rehud/wiki/Crosshairs +//======================================================================================================= + +event DamagedPlayer +{ + // Animate "CustomCrosshair" FgColor "255 0 0 255" Linear 0.0 0.00001 + // Animate "CustomCrosshair" FgColor "255 255 255 255" Linear 0.10 0.10001 +} \ No newline at end of file diff --git a/scripts/crosshairs/font/crosshairs.res b/scripts/crosshairs/font/crosshairs.res new file mode 100644 index 0000000..44699f9 --- /dev/null +++ b/scripts/crosshairs/font/crosshairs.res @@ -0,0 +1,415 @@ +"Scheme" +{ + "Fonts" + { + "Size:10 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "10" + "antialias" "1" + } + } + "Size:11 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "11" + "antialias" "1" + } + } + "Size:12 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "12" + "antialias" "1" + } + } + "Size:13 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "13" + "antialias" "1" + } + } + "Size:14 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "14" + "antialias" "1" + } + } + "Size:15 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "15" + "antialias" "1" + } + } + "Size:16 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "16" + "antialias" "1" + } + } + "Size:17 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "17" + "antialias" "1" + } + } + "Size:18 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "18" + "antialias" "1" + } + } + "Size:19 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "19" + "antialias" "1" + } + } + "Size:20 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "20" + "antialias" "1" + } + } + "Size:21 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "21" + "antialias" "1" + } + } + "Size:22 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "22" + "antialias" "1" + } + } + "Size:23 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "23" + "antialias" "1" + } + } + "Size:24 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "24" + "antialias" "1" + } + } + "Size:25 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "25" + "antialias" "1" + } + } + "Size:26 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "26" + "antialias" "1" + } + } + "Size:27 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "27" + "antialias" "1" + } + } + "Size:28 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "28" + "antialias" "1" + } + } + "Size:29 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "29" + "antialias" "1" + } + } + "Size:30 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "30" + "antialias" "1" + } + } + + "Size:10 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "10" + "antialias" "1" + "outline" "1" + } + } + "Size:11 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "11" + "antialias" "1" + "outline" "1" + } + } + "Size:12 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "12" + "antialias" "1" + "outline" "1" + } + } + "Size:13 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "13" + "antialias" "1" + "outline" "1" + } + } + "Size:14 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "14" + "antialias" "1" + "outline" "1" + } + } + "Size:15 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "15" + "antialias" "1" + "outline" "1" + } + } + "Size:16 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "16" + "antialias" "1" + "outline" "1" + } + } + "Size:17 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "17" + "antialias" "1" + "outline" "1" + } + } + "Size:18 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "18" + "antialias" "1" + "outline" "1" + } + } + "Size:19 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "19" + "antialias" "1" + "outline" "1" + } + } + "Size:20 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "20" + "antialias" "1" + "outline" "1" + } + } + "Size:21 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "21" + "antialias" "1" + "outline" "1" + } + } + "Size:22 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "22" + "antialias" "1" + "outline" "1" + } + } + "Size:23 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "23" + "antialias" "1" + "outline" "1" + } + } + "Size:24 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "24" + "antialias" "1" + "outline" "1" + } + } + "Size:25 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "25" + "antialias" "1" + "outline" "1" + } + } + "Size:26 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "26" + "antialias" "1" + "outline" "1" + } + } + "Size:27 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "27" + "antialias" "1" + "outline" "1" + } + } + "Size:28 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "28" + "antialias" "1" + "outline" "1" + } + } + "Size:29 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "29" + "antialias" "1" + "outline" "1" + } + } + "Size:30 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "30" + "antialias" "1" + "outline" "1" + } + } + } + + "CustomFontFiles" + { + "100" + { + "font" "scripts/crosshairs/font/TF2Crosshairs.ttf" + "name" "TF2Crosshairs" + } + } +} \ No newline at end of file diff --git a/scripts/crosshairs/font/tf2crosshairs.ttf b/scripts/crosshairs/font/tf2crosshairs.ttf new file mode 100644 index 0000000..e0f2af0 Binary files /dev/null and b/scripts/crosshairs/font/tf2crosshairs.ttf differ diff --git a/scripts/hudanimations_manifest.txt b/scripts/hudanimations_manifest.txt new file mode 100644 index 0000000..e5ee18e --- /dev/null +++ b/scripts/hudanimations_manifest.txt @@ -0,0 +1,14 @@ +"HudAnimations_Manifest" +{ + "file" "scripts/hudanimations.txt" + + "file" "scripts/animations/health.txt" + "file" "scripts/animations/ammo.txt" + "file" "scripts/animations/uber.txt" + "file" "scripts/animations/spy.txt" + "file" "scripts/animations/misc.txt" + + "file" "scripts/Crosshairs/Crosshairs_Animations.txt" + + "file" "scripts/hudanimations_tf.txt" +} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res new file mode 100644 index 0000000..0bebc31 --- /dev/null +++ b/scripts/hudlayout.res @@ -0,0 +1,17 @@ +//========================================================= +// SHREK LAYOUT +//========================================================= + +#base "layouts/layout_custom.res" + +//========================================================= +// HUD CROSSHAIRS +//========================================================= + +#base "crosshairs/crosshairs.res" + +//========================================================= +// DEFAULT LAYOUT +//========================================================= + +#base "layouts/layout_default.res" \ No newline at end of file diff --git a/scripts/layouts/layout_custom.res b/scripts/layouts/layout_custom.res new file mode 100644 index 0000000..7818a39 --- /dev/null +++ b/scripts/layouts/layout_custom.res @@ -0,0 +1,372 @@ +"Scripts/Layouts/Layout_Custom.re" +{ + HudWeaponAmmo + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + HudKothTimeStatus + { + "xpos" "cs-0.5" + "ypos" "0" + "wide" "124" + "tall" "160" + + "blue_active_xpos" "13" + "blue_active_xpos_minmode" "56" + + "red_active_xpos" "72" + "red_active_xpos_minmode" "101" + } + + HudMedicCharge + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + HudDemomanCharge + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "1" + "wide" "f0" + "wide_minmode" "f0" + "tall" "480" + } + + CHudAccountPanel + { + "xpos" "c-100" + "ypos" "c53" + "ypos_minmode" "c53" + "wide" "200" + "tall" "50" + } + + CHealthAccountPanel + { + "xpos" "c-193" + "xpos_minmode" "0" + "ypos" "rs1-60" + "ypos_minmode" "r25" + "wide" "f0" + "tall" "25" + } + + HudDamageIndicator + { + "fieldName" "HudDamageIndicator" + "visible" "1" + "enabled" "1" + "MinimumWidth" "15" + "MaximumWidth" "35" + "StartRadius" "80" + "EndRadius" "80" + "MinimumHeight" "30" + "MaximumHeight" "60" + "MinimumTime" "1" + } + + CDamageAccountPanel + { + "xpos" "-5" + "ypos" "-5" + } + + DisguiseStatus + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + CMainTargetID + { + "ypos" "c70" + "tall" "60" + "tall_minmode" "60" + } + + CSpectatorTargetID + { + "ypos" "c100" + "tall" "60" + "tall_minmode" "60" + } + + CSecondaryTargetID + { + "ypos" "c105" + "tall" "60" + "tall_minmode" "60" + } + + "BuildingAnchor" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingAnchor" + "xpos" "1" + "ypos" "139" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "alpha" "0" + } + + "BuildingStatus_Spy" + { + "xpos" "12" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "pin_to_sibling" "BuildingAnchor" + } + + "BuildingStatus_Engineer" + { + "xpos" "12" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "pin_to_sibling" "BuildingAnchor" + } + + "CurrencyStatusPanel" + { + "xpos" "c-204" + "xpos_minmode" "c-204" + "ypos" "rs1" + "ypos_minmode" "rs1" + "wide" "60" + "tall" "18" + } + + HudDeathNotice + { + "xpos" "r640" + "ypos" "21" + "wide" "628" + "tall" "468" + + "MaxDeathNotices" "12" + "IconScale" "0.35" + "LineHeight" "12" + "LineSpacing" "0" + "CornerRadius" "2" + "RightJustify" "1" + + "TextFont" "Shrekfont8" + + "TeamBlue" "Blue" + "TeamRed" "Red" + "IconColor" "255 255 255 255" + "LocalPlayerColor" "HUDBlack" + + "BaseBackgroundColor" "TransparentMediumBlack" + "LocalBackgroundColor" "220 220 220 255" + } + + HudCloseCaption + { + "xpos" "c-215" + "ypos" "r95" + "wide" "150" + "tall" "50" + + "BgAlpha" "0" + + "GrowTime" "0" + "ItemHiddenTime" "0" + "ItemFadeInTime" "0" + "ItemFadeOutTime" "0.2" + "topoffset" "0" + } + + HudSpellMenu + { + "xpos" "c155" + "ypos" "r61" + } + + HudControlPointIcons + { + "separator_width" "5" + "separator_height" "5" + "height_offset" "0" + } + + WinPanel + { + "xpos" "cs-0.5" + "ypos" "rs1-2" + "zpos" "10" + "wide" "250" + "tall" "90" + } + + ArenaWinPanel + { + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "10" + "wide" "450" + "tall" "85" + } + + "HudAlert" + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "HudTeamSwitch" + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "HudMenuEngyBuild" + { + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "f0" + } + + "HudMenuEngyDestroy" + { + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "f0" + } + + "HudEurekaEffectTeleportMenu" + { + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "f0" + } + + "HudMenuSpyDisguise" + { + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "f0" + } + + "HudMenuTauntSelection" + { + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "f0" + } + + HudDemomanPipes + { + "xpos" "0" + "xpos_minmode" "0" + "ypos" "0" + "ypos_minmode" "0" + "wide" "f0" + "tall" "480" + } + + "HudStalemate" + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudTournament + { + "xpos" "c-225" + "ypos" "5" + "wide" "450" + "tall" "280" + } + + HudTournamentSetup + { + "xpos" "cs-0.5" + "ypos" "0" + "wide" "80" + "tall" "90" + } + + HudStopWatch + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudArenaClassLayout + { + "xpos" "0" + "ypos" "r260" + "wide" "f0" + "tall" "320" + } + + ItemQuickSwitchPanel + { + "xpos" "c-123" + "ypos" "320" + "wide" "246" + "tall" "121" + } + + /////////////////////////////REMOVED STUFF///////////////////////////// + + "HudBowCharge" + { + "wide" "0" + } + "StatPanel" + { + "wide" "0" + } + "HudArenaNotification" + { + "wide" "0" + } + "HudTeamGoal" + { + "wide" "0" + } + "HudTeamGoalTournament" + { + "wide" "0" + } +} \ No newline at end of file diff --git a/scripts/layouts/layout_default.res b/scripts/layouts/layout_default.res new file mode 100644 index 0000000..0bce5a1 --- /dev/null +++ b/scripts/layouts/layout_default.res @@ -0,0 +1,1449 @@ +"Scripts/Layouts/Layout_Default.res" +{ + "HudPlayerStatus" + { + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "HudWeaponAmmo" + { + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" + "xpos" "r95" + "xpos_minmode" "r85" + "ypos" "r55" + "ypos_minmode" "r36" + "wide" "94" + "tall" "45" + } + + "HudObjectiveStatus" + { + "fieldName" "HudObjectiveStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "HudKothTimeStatus" + { + "fieldName" "HudKothTimeStatus" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "0" + "wide" "200" + "tall" "160" + + "blue_active_xpos" "16" + "blue_active_xpos_minmode" "55" + + "red_active_xpos" "106" + "red_active_xpos_minmode" "105" + } + + "HudItemEffectMeter" + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "r162" + "xpos_minmode" "r52" + "ypos" "r52" + "ypos_minmode" "r50" + "wide" "100" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "HudMedicCharge" + { + "fieldName" "HudMedicCharge" + "visible" "1" + "enabled" "1" + "xpos" "r138" + "xpos_minmode" "r100" + "ypos" "r69" + "ypos_minmode" "r34" + "wide" "200" + "tall" "100" + } + + "HudDemomanCharge" + { + "fieldName" "HudDemomanCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" + "xpos_minmode" "r52" + "ypos" "r21" + "ypos_minmode" "r40" + "zpos" "1" + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "HudBowCharge" + { + "fieldName" "HudBowCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" + "xpos_minmode" "r52" + "ypos" "r21" + "ypos_minmode" "r40" + "zpos" "1" + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "HudFlameRocketCharge" + { + "fieldName" "HudFlameRocketCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" + "xpos_minmode" "r52" + "ypos" "r21" + "ypos_minmode" "r40" + "zpos" "1" + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "HudBossHealth" + { + "fieldName" "HudBossHealth" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "42" + "zpos" "0" + "wide" "200" + "tall" "50" + "MeterFG" "Red" + "MeterBG" "Gray" + } + + "HudWeaponSelection" + { + "fieldName" "HudWeaponSelection" + "xpos" "0" + "wide" "f0" + "ypos" "0" + "tall" "480" + "RightMargin" "0" + "visible" "1" + "enabled" "1" + "SmallBoxWide" "72" + "SmallBoxTall" "54" + "PlusStyleBoxWide" "90" + "PlusStyleBoxTall" "63" + "PlusStyleExpandSelected" "0.3" + "LargeBoxWide" "110" + "LargeBoxTall" "77" + "BoxGap" "4" + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" + "IconXPos" "8" + "IconYPos" "0" + "TextYPos" "70" + "ErrorYPos" "48" + "TextColor" "SelectionTextFg" + "MaxSlots" "6" + "PlaySelectSounds" "1" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" + "SelectionNumberFg" "200 187 161 255" + "NumberFont" "HudSelectionText" + } + + "CHudAccountPanel" + { + "fieldName" "CHudAccountPanel" + "xpos" "r162" + "ypos" "r152" + "ypos_minmode" "r134" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + "CHealthAccountPanel" + { + "fieldName" "CHealthAccountPanel" + "xpos" "76" + "xpos_minmode" "61" + "ypos" "r152" + "ypos_minmode" "r134" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + "CDamageAccountPanel" + { + "fieldName" "CDamageAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + + "DisguiseStatus" + { + "fieldName" "DisguiseStatus" + "visible" "1" + "enabled" "1" + "xpos" "10" + "ypos" "r70" + "wide" "500" + "tall" "200" + } + + "CMainTargetID" + { + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "285" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "40" + } + + "CSpectatorTargetID" + { + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "250" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "40" + + "x_offset" "20" + "y_offset" "20" + } + + "CSecondaryTargetID" + { + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-126" + "ypos" "335" + "wide" "252" + "tall" "35" + "tall_minmode" "28" + "priority" "35" + } + + "BuildingStatus_Spy" + { + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + "BuildingStatus_Engineer" + { + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + + "PaintBackgroundType" "2" + } + + "HudMannVsMachineStatus" + { + "fieldName" "HudMannVsMachineStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + + "PaintBackgroundType" "2" + } + + "CurrencyStatusPanel" + { + "ControlName" "CCurrencyStatusPanel" + "fieldName" "CurrencyStatusPanel" + "xpos" "0" + "ypos" "r100" + "wide" "100" + "tall" "100" + "xpos_minmode" "65" + "ypos_minmode" "r88" + "visible" "0" + "enabled" "1" + + "PaintBackgroundType" "2" + } + + "HudProgressBar" + { + "fieldName" "HudProgressBar" + "xpos" "c-150" + "ypos" "300" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + + "BorderThickness" "1" + + "PaintBackgroundType" "2" + } + + "HudRoundTimer" + { + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "FlashColor" "HudIcon_Red" + + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" + } + + "HudScenarioIcon" + { + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + + "IconColor" "Hostage_Yellow" + } + + "HudFlashlight" + { + "fieldName" "HudFlashlight" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "370" + "wide" "102" + "tall" "20" + + "text_xpos" "8" + "text_ypos" "6" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + "HudDamageIndicator" + { + + } + + "HudCommentary" + { + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" + + "PaintBackgroundType" "2" + "BackgroundOverrideColor" "0 0 0 128" + + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "count_xpos_from_right" "10" + "count_ypos" "8" + + "icon_texture" "vgui/hud/icon_commentary" + "icon_xpos" "0" + "icon_ypos" "0" + "icon_width" "40" + "icon_height" "40" + + "use_script_bgcolor" "1" + } + + "HudZoom" + { + "fieldName" "HudZoom" + "visible" "1" + "enabled" "1" + "Circle1Radius" "66" + "Circle2Radius" "74" + "DashGap" "16" + "DashHeight" "4" + "BorderThickness" "88" + } + + "HudCrosshair" + { + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudDeathNotice" + { + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r640" + "ypos" "18" + "wide" "628" + "tall" "468" + + "MaxDeathNotices" "4" + "IconScale" "0.35" + "LineHeight" "16" + "LineSpacing" "4" + "CornerRadius" "3" + "RightJustify" "1" + + "TextFont" "Default" + + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" + "LocalPlayerColor" "HUDBlack" + + "BaseBackgroundColor" "46 43 42 220" + "LocalBackgroundColor" "245 229 196 200" + } + + "HudVehicle" + { + "fieldName" "HudVehicle" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "CVProfPanel" + { + "fieldName" "CVProfPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "ScorePanel" + { + "fieldName" "ScorePanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudTrain" + { + "fieldName" "HudTrain" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudMOTD" + { + "fieldName" "HudMOTD" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudMessage" + { + "fieldName" "HudMessage" + "visible" "1" + "enabled" "1" + "wide" "f0" + "tall" "480" + } + + "HudMenu" + { + "fieldName" "HudMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "1" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + "HudSpellMenu" + { + "fieldName" "HudSpellMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "2" + "xpos" "130" + "ypos" "r61" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + "HudCloseCaption" + { + "fieldName" "HudCloseCaption" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "276" + "wide" "500" + "tall" "136" + + "BgAlpha" "128" + + "GrowTime" "0.25" + "ItemHiddenTime" "0.2" + "ItemFadeInTime" "0.15" + "ItemFadeOutTime" "0.3" + "topoffset" "0" + } + + "HudHistoryResource" + { + "fieldName" "HudHistoryResource" + "visible" "0" + "enabled" "0" + "xpos" "r640" + "wide" "640" + "tall" "330" + "history_gap" "55" + } + + "HudGeiger" + { + "fieldName" "HudGeiger" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HUDQuickInfo" + { + "fieldName" "HUDQuickInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudWeapon" + { + "fieldName" "HudWeapon" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudAnimationInfo" + { + "fieldName" "HudAnimationInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "CBudgetPanel" + { + "fieldName" "CBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "CTextureBudgetPanel" + { + "fieldName" "CTextureBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudPredictionDump" + { + "fieldName" "HudPredictionDump" + "visible" "1" + "enabled" "1" + "wide" "1280" + "tall" "1024" + } + + + "HudLocation" + { + "fieldName" "HudLocation" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "112" + "wide" "96" + "tall" "16" + "textAlignment" "north" + } + + "HudScope" + { + "fieldName" "HudScope" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudScopeCharge" + { + "fieldName" "HudScopeCharge" + "visible" "1" + "enabled" "1" + "xpos" "c64" + "ypos" "c-64" + "wide" "64" + "tall" "128" + } + + "HudVoiceSelfStatus" + { + "fieldName" "HudVoiceSelfStatus" + "visible" "1" + "enabled" "1" + "xpos" "r42" + "ypos" "355" + "wide" "32" + "tall" "32" + } + + "HudVoiceStatus" + { + "fieldName" "HudVoiceStatus" + "visible" "1" + "enabled" "1" + "xpos" "r145" + "ypos" "0" + "wide" "145" + "tall" "400" + + "item_wide" "135" + + "show_avatar" "0" + + "show_dead_icon" "1" + "dead_xpos" "1" + "dead_ypos" "0" + "dead_wide" "16" + "dead_tall" "16" + + "show_voice_icon" "1" + "icon_ypos" "0" + "icon_xpos" "15" + "icon_tall" "16" + "icon_wide" "16" + + "text_xpos" "33" + } + + "HudHintDisplay" + { + "fieldName" "HudHintDisplay" + "visible" "0" + "enabled" "1" + "xpos" "c-240" + "ypos" "c60" + "wide" "480" + "tall" "100" + "HintSize" "1" + "text_xpos" "8" + "text_ypos" "8" + "center_x" "0" + "center_y" "-1" + } + + "HudHintKeyDisplay" + { + "fieldName" "HudHintKeyDisplay" + "visible" "0" + "enabled" "1" + "xpos" "r120" + "ypos" "r340" + "wide" "100" + "tall" "200" + "text_xpos" "8" + "text_ypos" "8" + "text_xgap" "8" + "text_ygap" "8" + "TextColor" "255 170 0 220" + + "PaintBackgroundType" "2" + } + + "overview" + { + "fieldname" "overview" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + } + + "VguiScreenCursor" + { + "fieldName" "VguiScreenCursor" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "HudControlPointIcons" + { + "fieldName" "HudControlPointIcons" + "xpos" "0" + "ypos" "410" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "separator_width" "9" + "separator_height" "7" + "height_offset" "0" + } + + "HudCapturePanel" + { + "fieldName" "HudCapturePanel" + "xpos" "c-75" + "ypos" "c80" + "wide" "150" + "tall" "90" + "visible" "1" + "enabled" "1" + "icon_space" "2" + } + + "HUDAutoAim" + { + + } + + "HudHDRDemo" + { + + } + + "WinPanel" + { + "fieldName" "WinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "215" + "wide" "300" + "tall" "300" + "zpos" "4" + "proportionaltoparent" "1" + } + + "ArenaWinPanel" + { + "fieldName" "ArenaWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "250" + "wide" "450" + "tall" "218" + } + + "PVEWinPanel" + { + "fieldName" "PVEWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "255" + "wide" "300" + "tall" "215" + } + + "StatPanel" + { + "fieldName" "StatPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-133" + "ypos" "270" + "wide" "266" + "tall" "120" + } + + "FreezePanel" + { + "fieldName" "FreezePanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "FreezePanelCallout" + { + "fieldName" "FreezePanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + "AnnotationsPanelCallout" + { + "fieldName" "AnnotationsPanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + "AnnotationsPanel" + { + + } + + "WaitingForPlayersPanel" + { + "fieldName" "WaitingForPlayersPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-146" + "ypos" "10" + "wide" "292" + "tall" "64" + } + + "HudUpgradePanel" + { + "fieldName" "HudUpgradePanel" + "visible" "0" + "enable" "1" + "xpos" "c-200" + "ypos" "260" + "wide" "400" + "tall" "160" + } + + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "10" + "ypos" "275" + "wide" "320" + "tall" "120" + "PaintBackgroundType" "2" + } + + "HudMenuEngyBuild" + { + "fieldName" "HudMenuEngyBuild" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-55" + "wide" "450" + "tall" "195" + "PaintBackgroundType" "0" + } + + "HudMenuEngyDestroy" + { + "fieldName" "HudMenuEngyDestroy" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c-59" + "wide" "450" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudEurekaEffectTeleportMenu" + { + "fieldName" "HudEurekaEffectTeleportMenu" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "c-55" + "wide" "250" + "tall" "195" + "PaintBackgroundType" "0" + } + + "HudMenuSpyDisguise" + { + "fieldName" "HudMenuSpyDisguise" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudDemomanPipes" + { + "fieldName" "HudDemomanPipes" + "visible" "1" + "enabled" "1" + "xpos" "r162" + "xpos_minmode" "r110" + "ypos" "r52" + "ypos_minmode" "r30" + "wide" "100" + "tall" "50" + } + + "HudTeamGoal" + { + "fieldName" "HudTeamGoal" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "wide" "320" + "tall" "100" + } + + "HudTeamGoalTournament" + { + "fieldName" "HudTeamGoalTournament" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "15" + "wide" "320" + "tall" "300" + } + + "HudTeamSwitch" + { + "fieldName" "HudTeamSwitch" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "wide" "320" + "tall" "100" + } + + "HudArenaNotification" + { + "fieldName" "HudArenaNotification" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "wide" "320" + "tall" "150" + } + + "HudArenaCapPointCountdown" + { + "fieldName" "HudArenaCapPointCountdown" + "visible" "1" + "enabled" "1" + "xpos" "c-15" + "ypos" "442" + "wide" "30" + "tall" "30" + "zpos" "99" + } + + "HudStalemate" + { + "fieldName" "HudStalemate" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "wide" "320" + "tall" "100" + } + + "HudTournament" + { + "fieldName" "HudTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "5" + "zpos" "2" + "wide" "250" + "tall" "80" + } + + "HudTournamentSetup" + { + "fieldName" "HudTournamentSetup" + "visible" "0" + "enabled" "1" + "xpos" "c-90" + "ypos" "-70" + "wide" "180" + "tall" "65" + } + + "HudStopWatch" + { + "fieldName" "HudStopWatch" + "visible" "1" + "enabled" "1" + "xpos" "c-160" + "ypos" "5" + "ypos_minmode" "15" + "wide" "125" + "tall" "70" + } + + "NotificationPanel" + { + "fieldName" "NotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-320" + "ypos" "300" + "wide" "640" + "tall" "100" + } + + "AchievementNotificationPanel" + { + "fieldName" "AchievementNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "180" + "wide" "f10" + "tall" "100" + } + + "CriticalPanel" + { + "fieldName" "CriticalPanel" + "visible" "1" + "enabled" "1" + "xpos" "r155" + "ypos" "r75" + "wide" "150" + "tall" "25" + } + + "HudArenaClassLayout" + { + "fieldName" "HudArenaClassLayout" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "r320" + "wide" "f0" + "tall" "320" + } + + "HudArenaVsPanel" + { + "fieldName" "HudArenaVsPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "240" + "wide" "f0" + "tall" "240" + } + + "HudArenaPlayerCount" + { + "fieldName" "HudArenaPlayerCount" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "50" + } + + "HudAchievementTracker" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTracker" + "xpos" "5" + "NormalY" "10" + "EngineerY" "170" + "zpos" "2" + "wide" "280" + "tall" "280" + "visible" "1" + "enabled" "1" + } + + "HudTrainingInfoMsg" + { + "fieldName" "HudTrainingInfoMsg" + "visible" "0" + "enabled" "1" + "xpos" "10" + "ypos" "50" + "wide" "200" + "tall" "300" + } + + "HudTrainingMsg" + { + + } + + "TrainingComplete" + { + + } + + "HudInspectPanel" + { + "fieldName" "HudInspectPanel" + "visible" "0" + "enabled" "1" + "xpos" "r200" + "ypos" "rs1" + "zpos" "10" + "wide" "190" + "tall" "f0" + } + + "HudTFCrosshair" + { + "fieldName" "HudTFCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + "ItemQuickSwitchPanel" + { + "fieldName" "ItemQuickSwitchPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "280" + "wide" "250" + "tall" "160" + } + + "ReplayReminder" + { + "fieldName" "ReplayReminder" + "visible" "0" + "enable" "1" + } + + "MainMenuAdditions" + { + "fieldName" "MainMenuAdditions" + "visible" "1" + "enabled" "1" + "xpos" "c0" + "ypos" "310" + "zpos" "0" + "wide" "300" + "tall" "100" + } + + "CoachedByPanel" + { + "fieldName" "CoachedByPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "250" + "tall" "44" + } + + "ItemTestHUDPanel" + { + "fieldName" "ItemTestHUDPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "150" + "tall" "44" + } + + "NotificationQueuePanel" + { + "fieldName" "NotificationQueuePanel" + "visible" "0" + "enable" "1" + "xpos" "r155" + "ypos" "r90" + "zpos" "100" + "wide" "200" + "tall" "0" + } + + "CHudVote" + { + "fieldName" "CHudVote" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "HudAlert" + { + "fieldName" "HudAlert" + "visible" "0" + "enable" "1" + "xpos" "c-160" + "ypos" "100" + "wide" "320" + "tall" "150" + } + + + "CTFStreakNotice" + { + "fieldName" "CTFStreakNotice" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "CTFFlagCalloutPanel" + { + "fieldName" "CTFFlagCalloutPanel" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "priority" "40" + } + + "HudMenuTauntSelection" + { + "fieldName" "HudMenuTauntSelection" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" + } + + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f5" + "tall" "f0" + "PaintBackgroundType" "0" + } + + "HudMiniGame" + { + "fieldName" "HudMiniGame" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "QuestNotificationPanel" + { + "fieldName" "QuestNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "MatchMakingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchMakingContainer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "HudSpectatorExtras" + { + "fieldName" "HudSpectatorExtras" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "MatchSummary" + { + "fieldName" "MatchSummary" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "HudMatchStatus" + { + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + } + + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "100" + } +} \ No newline at end of file diff --git a/scripts/surfaceproperties.txt b/scripts/surfaceproperties.txt new file mode 100644 index 0000000..7c7ae1c --- /dev/null +++ b/scripts/surfaceproperties.txt @@ -0,0 +1,1168 @@ +// "surface group" +// { +// "property" "value" +// ... +// } +// +// thickness: If this value is present, the material is not volumetrically solid +// it means that the volume should be computed as the surface area times this +// thickness (for automatic mass). The inside space beneath the thickness value is air. +// +// physics parameters are: +// density: this is the material density in kg / m^3 (water is 1000) +// elasticity: This is the collision elasticity (0 - 1.0, 0.01 is soft, 1.0 is hard) +// friction: this is the physical friction (0 - 1.0, 0.01 is slick, 1.0 is totally rough) +// dampening: this is the physical drag on an object when in contact with this surface (0 - x, 0 none to x a lot) +// +// !!! Do not edit the physics properties (especially density) without the proper references !!! +// +// Sounds +// +// stepleft: footstep sound for left foot +// stepright: footstep sound for right foot +// impactsoft: Physical impact sound when hitting soft surfaces +// impacthard: Physical impact sound when hitting hard surfaces +// scrapesmooth: Looping physics friction sound (when scraping smooth surfaces) +// scraperough: Looping physics friction sound (when scraping rough surfaces) +// bulletimpact: bullet impact sound +// gamematerial: game material index (can be a single letter or a number) +// + +// NOTE: The properties of "default" will get copied into EVERY material who does not +// override them!!! +// +// "base" means to use the parameters from that material as a base. +// "base" must appear as the first key in a material +// + +// ----------------------------- +// world materials +// ----------------------------- + +// NOTE: "default" properties are assigned to ALL other materials unless overriden!!! +"default" +{ + "density" "2000" + "elasticity" "0.25" + "friction" "0.8" + "dampening" "0.0" + + "stepleft" "Default.StepLeft" + "stepright" "Default.StepRight" + "bulletimpact" "Default.BulletImpact" + "scraperough" "Default.ScrapeRough" + "scrapesmooth" "Default.ScrapeSmooth" + "impacthard" "Default.ImpactHard" + "impactsoft" "Default.ImpactSoft" + + "audioreflectivity" "0.66" + "audiohardnessfactor" "1.0" + "audioroughnessfactor" "1.0" + + "scrapeRoughThreshold" "0.5" + "impactHardThreshold" "0.5" + + "gamematerial" "I" + "jumpfactor" "1.0" + "maxspeedfactor" "1.0" + "climbable" "0" +} + +// NOTE: Almost nothing is solid metal - so "metal" is sheet metal +"solidmetal" +{ + "density" "2700" + "elasticity" "0.1" + "audioreflectivity" "0.83" + "friction" "0.8" + "stepleft" "SolidMetal.StepLeft" + "stepright" "SolidMetal.StepRight" + "impacthard" "SolidMetal.ImpactHard" + "impactsoft" "SolidMetal.ImpactSoft" + "scraperough" "SolidMetal.ScrapeRough" + "scrapesmooth" "SolidMetal.ScrapeSmooth" + "bulletimpact" "SolidMetal.BulletImpact" + + // "strain" "SolidMetal.Strain" + + "gamematerial" "I" +} + +// metal box - smaller metal box (< 2' width/height/depth) + +"Metal_Box" +{ + "base" "solidmetal" + "thickness" "0.1" + + "stepleft" "Metal_Box.StepLeft" + "stepright" "Metal_Box.StepRight" + "bulletimpact" "Metal_Box.BulletImpact" + "scraperough" "Metal_Box.ScrapeRough" + "scrapesmooth" "Metal_Box.ScrapeSmooth" + "impacthard" "Metal_Box.ImpactHard" + "impactsoft" "Metal_Box.ImpactSoft" + + "break" "Metal_Box.Break" + // "strain" "Metal_Box.Strain" +} + +// Assume that everything we are building +// is large enough to be constructed out of a thin sheet of metal +// only flag a few things as "solidmetal" (I-Beams, anvils, etc) +"metal" +{ + "base" "solidmetal" + "elasticity" "0.25" + "thickness" "0.1" +} + +"metal_bouncy" +{ + "base" "solidmetal" + "elasticity" "1000" + "friction" "0" + "density" "10000" +} + +// Airboat pontoons have very low friction +// TODO: make the pontoon material separate from the rest of the airboat? +"slipperymetal" +{ + "base" "metal" + "friction" "0.1" + "elasticity" "0.15" + + "audioreflectivity" "0.83" + "audioroughnessfactor" "0.1" +} + +// metal grating, used for decking + +"metalgrate" +{ + "thickness" "0.5" + "density" "1600" + "elasticity" "0.25" + "friction" "0.8" + + "stepleft" "MetalGrate.StepLeft" + "stepright" "MetalGrate.StepRight" + "impacthard" "MetalGrate.ImpactHard" + "impactsoft" "MetalGrate.ImpactSoft" + "scraperough" "MetalGrate.ScrapeRough" + "scrapeSmooth" "MetalGrate.ScrapeSmooth" + "bulletimpact" "MetalGrate.BulletImpact" + + "audioreflectivity" "0.83" + + // "strain" "Metal_Box.Strain" + + "gamematerial" "I" +} + +// ~1mm thick metal + +"metalvent" +{ + "base" "metal_box" + "thickness" "0.04" + "density" "2700" + "elasticity" "0.1" + "friction" "0.8" + + "stepleft" "MetalVent.StepLeft" + "stepright" "MetalVent.StepRight" + "impacthard" "MetalVent.ImpactHard" + + "audioreflectivity" "0.33" + "audioroughnessfactor" "0.1" + + "gamematerial" "I" +} + +// thick solid steel panel - used for solid wall, floor, machine construction + +"metalpanel" +{ + "base" "metal" + "thickness" "0.1" + "density" "2700" + "elasticity" "0.2" + "friction" "0.8" + + "audioreflectivity" "0.33" + "audioroughnessfactor" "0.1" + + "gamematerial" "I" +} + +"dirt" +{ + "density" "1600" + "elasticity" "0.01" + "friction" "0.8" + + "stepleft" "Dirt.StepLeft" + "stepright" "Dirt.StepRight" + "impacthard" "Dirt.Impact" + "scraperough" "Dirt.Scrape" + "bulletimpact" "Dirt.BulletImpact" + + "audioreflectivity" "0.03" + "audiohardnessfactor" "0.25" + + "gamematerial" "I" +} + +"mud" +{ + "base" "dirt" + "friction" "0.6" + "dampening" "6.0" + + "stepleft" "Mud.StepLeft" + "stepright" "Mud.StepRight" + + "audiohardnessfactor" "0.0" + "audioroughnessfactor" "0.1" +} + +"slipperyslime" +{ + "base" "dirt" + "friction" "0.1" + "jumpfactor" "0.7" + + "stepleft" "SlipperySlime.StepLeft" + "stepright" "SlipperySlime.StepRight" + + "audiohardnessfactor" "0.0" + "audioroughnessfactor" "0.1" +} + +"grass" +{ + "base" "dirt" + "stepleft" "Grass.StepLeft" + "stepright" "Grass.StepRight" +} + +"tile" +{ + "thickness" "0.5" + "density" "2700" + "elasticity" "0.3" + "friction" "0.8" + + "stepleft" "Tile.StepLeft" + "stepright" "Tile.StepRight" + + "audioreflectivity" "0.99" + "audioroughnessfactor" "0.1" + + "bulletimpact" "Tile.BulletImpact" + "gamematerial" "I" +} + +// generic wood (NOTE: materials should use wood_box, wood_crate, wood_plank, wood_panel etc) + +"Wood" +{ + "density" "700" + "elasticity" "0.1" + "friction" "0.8" + + "stepleft" "Wood.StepLeft" + "stepright" "Wood.StepRight" + "bulletimpact" "Wood.BulletImpact" + "scraperough" "Wood.ScrapeRough" + "scrapesmooth" "Wood.ScrapeSmooth" + "impacthard" "Wood.ImpactHard" + "impactsoft" "Wood.ImpactSoft" + +// "strain" "Wood.Strain" + "break" "Wood.Break" + + "audioreflectivity" "0.33" + "audiohardnessfactor" "0.25" + + "gamematerial" "I" +} + +"Wood_lowdensity" +{ + "base" "wood" + "density" "300" +} + +// small crate + +"Wood_Box" +{ + "base" "Wood" + + "stepleft" "Wood_Box.StepLeft" + "stepright" "Wood_Box.StepRight" + "bulletimpact" "Wood_Box.BulletImpact" + "scraperough" "Wood_Box.ScrapeRough" + "scrapesmooth" "Wood_Box.ScrapeSmooth" + "impacthard" "Wood_Box.ImpactHard" + "impactsoft" "Wood_Box.ImpactSoft" + +// "strain" "Wood_Box.Strain" + "break" "Wood_Box.Break" + +} + +// large crate, large wood furniture (bookcases, tables) + +"Wood_Crate" +{ + "base" "Wood" + + "stepleft" "Wood_Crate.StepLeft" + "stepright" "Wood_Crate.StepRight" + "scraperough" "Wood_Crate.ScrapeRough" + "scrapesmooth" "Wood_Crate.ScrapeSmooth" + "impacthard" "Wood_Crate.ImpactHard" + "impactsoft" "Wood_Crate.ImpactSoft" + +// "strain" "Wood_Crate.Strain" + "break" "Wood_Crate.Break" + +} + +// wood board, floorboard, plank + +"Wood_Plank" +{ + "base" "Wood_Box" + + "bulletimpact" "Wood_Plank.BulletImpact" + "scraperough" "Wood_Plank.ScrapeRough" + "scrapesmooth" "Wood_Plank.ScrapeSmooth" + "impacthard" "Wood_Plank.ImpactHard" + "impactsoft" "Wood_Plank.ImpactSoft" + +// "strain" "Wood_Plank.Strain" + "break" "Wood_Plank.Break" + +} + +// solid 6x6 or greater block, post or tree + +"Wood_Solid" +{ + "base" "Wood" + + "bulletimpact" "Wood_Solid.BulletImpact" + "scraperough" "Wood_Solid.ScrapeRough" + "scrapesmooth" "Wood_Solid.ScrapeSmooth" + "impacthard" "Wood_Solid.ImpactHard" + "impactsoft" "Wood_Solid.ImpactSoft" + +// "strain" "Wood_Solid.Strain" + "break" "Wood_Solid.Break" + +} + +// small wood furniture - chairs, small tables + +"Wood_Furniture" +{ + "base" "Wood_Box" + + "impactsoft" "Wood_Furniture.ImpactSoft" + +// "strain" "Wood_Furniture.Strain" + "break" "Wood_Furniture.Break" + +} + +// wood panel - plywood panel, wood door panel + +"Wood_Panel" +{ + "base" "Wood_Crate" + "thickness" "1.0" + + "stepleft" "Wood_Panel.StepLeft" + "stepright" "Wood_Panel.StepRight" + "bulletimpact" "Wood_Panel.BulletImpact" + "scraperough" "Wood_Panel.ScrapeRough" + "scrapesmooth" "Wood_Panel.ScrapeSmooth" + "impacthard" "Wood_Panel.ImpactHard" + "impactsoft" "Wood_Panel.ImpactSoft" + +// "strain" "Wood_Panel.Strain" + "break" "Wood_Panel.Break" + +} + + +"water" +{ + "density" "1000" + "elasticity" "0.1" + "friction" "0.8" + + "stepleft" "Water.StepLeft" + "stepright" "Water.StepRight" + "bulletimpact" "Water.BulletImpact" + + "audioreflectivity" "0.33" + "audioroughnessfactor" "0.1" + "audiohardnessfactor" "0.0" + + "gamematerial" "I" +} + +"slime" +{ + "density" "2000" + "elasticity" "0.1" + "friction" "0.9" + "dampening" "200.0" + + "stepleft" "Mud.StepLeft" + "stepright" "Mud.StepRight" + "bulletimpact" "Water.BulletImpact" + + "gamematerial" "I" + + "audioreflectivity" "0.33" + "audiohardnessfactor" "0.0" + "audioroughnessfactor" "0.1" +} + +"quicksand" +{ + "density" "600" + "elasticity" "2.0" + + "audioreflectivity" "0.33" + "audiohardnessfactor" "0.0" + "audioroughnessfactor" "1.0" +} + +// wade is a water material for walking in/on water at knee height +"wade" +{ + "base" "water" + "stepleft" "Wade.StepLeft" + "stepright" "Wade.StepRight" + + "audioreflectivity" "0.33" + + "gamematerial" "X" +} + +// ladder is a fake material for walking on ladders +"ladder" +{ + "base" "metal" + "climbable" "1.0" + "stepleft" "Ladder.StepLeft" + "stepright" "Ladder.StepRight" + + "audioreflectivity" "0.33" + + "gamematerial" "X" +} + +"woodladder" +{ + "base" "wood" + "climbable" "1.0" + "stepleft" "Ladder.WoodStepLeft" + "stepright" "Ladder.WoodStepRight" + + "audioreflectivity" "0.33" + + "gamematerial" "X" +} + +// pane of glass, computer screen, window, glass door + +"glass" +{ + "thickness" "0.5" + "density" "2700" + "elasticity" "0.2" + "friction" "0.5" + + "stepleft" "Glass.StepLeft" + "stepright" "Glass.StepRight" + "scraperough" "Glass.ScrapeRough" + "scrapesmooth" "Glass.ScrapeSmooth" + "impacthard" "Glass.ImpactHard" + "impactsoft" "Glass.ImpactSoft" + + "bulletimpact" "Glass.BulletImpact" + + // "strain" "Glass.Strain" + "break" "Glass.Break" + + "audioreflectivity" "0.66" + "audiohardnessfactor" "1.0" + + "audioroughnessfactor" "0.0" + "gamematerial" "I" +} + +// computer case, tech equipment case + +"computer" +{ + "base" "metal_box" + + "bulletimpact" "Computer.BulletImpact" + "impacthard" "Computer.ImpactHard" + "impactsoft" "Computer.ImpactSoft" + + "gamematerial" "I" +} + +"concrete" +{ + "density" "2400" + "elasticity" "0.2" + "friction" "0.8" + + "stepleft" "Concrete.StepLeft" + "stepright" "Concrete.StepRight" + "scraperough" "Concrete.ScrapeRough" + "scrapesmooth" "Concrete.ScrapeSmooth" + "impacthard" "Concrete.ImpactHard" + "impactsoft" "Concrete.ImpactSoft" + "bulletimpact" "Concrete.BulletImpact" + + "audioreflectivity" "0.66" + + "gamematerial" "I" +} + +// Solid rock (small sounds) +"rock" +{ + "base" "concrete" + "impacthard" "Rock.ImpactHard" + "impactsoft" "Rock.ImpactSoft" + "scraperough" "Rock.ImpactHard" + "scrapesmooth" "Rock.ImpactSoft" + +} + +// tubs, urinals, sinks + +"porcelain" +{ + "base" "rock" +} + +// Large solid rock (large sounds) +"boulder" +{ + "base" "rock" + "scraperough" "Boulder.ScrapeRough" + "scrapesmooth" "Boulder.ScrapeSmooth" + "impacthard" "Boulder.ImpactHard" + "impactsoft" "Boulder.ImpactSoft" +} + +"gravel" +{ + "base" "rock" + "friction" "0.4" + "stepleft" "Gravel.StepLeft" + "stepright""Gravel.StepRight" +} + +"brick" +{ + "base" "rock" +} + +// 9x12 prefabricated concrete cinder blocks + +"concrete_block" +{ + + "base" "concrete" + "impacthard" "Concrete_Block.ImpactHard" +} + +// chainlink fencing material + +"chainlink" +{ + "thickness" "0.5" + "density" "1600" + "elasticity" "0.25" + "friction" "0.8" + "stepleft" "ChainLink.StepLeft" + "stepright" "ChainLink.StepRight" + "impacthard" "ChainLink.ImpactHard" + "impactsoft" "ChainLink.ImpactSoft" + "scraperough" "ChainLink.ScrapeRough" + "scrapesmooth" "ChainLink.ScrapeSmooth" + "bulletimpact" "ChainLink.BulletImpact" + "gamematerial" "I" +} + +// metal chain + +"chain" +{ + "base" "chainlink" + "impacthard" "ChainLink.ImpactHard" + "impactsoft" "ChainLink.ImpactSoft" + "scraperough" "ChainLink.ScrapeRough" + "scrapesmooth" "ChainLink.ScrapeSmooth" + "bulletimpact" "ChainLink.BulletImpact" + "gamematerial" "I" +} + +// medium sized body + +"flesh" +{ + "density" "900" + + "stepleft" "Flesh.StepLeft" + "stepright" "Flesh.StepRight" + "bulletimpact" "Flesh.BulletImpact" + "impacthard" "Flesh.ImpactHard" + "impactsoft" "Flesh.ImpactSoft" + "scraperough" "Flesh.ScrapeRough" + "scrapesmooth" "Flesh.ScrapeSmooth" + +// "strain" "Flesh.Strain" + "break" "Flesh.Break" + + "audiohardnessfactor" "0.25" + "audioHardMinVelocity" "500" + "audioroughnessfactor" "0.1" + + "gamematerial" "I" +} + +// gibs + +"bloodyflesh" +{ + "base" "flesh" + + "impacthard" "Flesh_Bloody.ImpactHard" + + "gamematerial" "I" +} + +"alienflesh" +{ + "base" "flesh" + + "gamematerial" "I" +} + + +// Flesh for physics, metal for bullet fx +"armorflesh" +{ + "base" "flesh" + "bulletimpact" "ArmorFlesh.BulletImpact" + + "audiohardnessfactor" "1.0" + "audioroughnessfactor" "0.1" + + "gamematerial" "I" +} + +"watermelon" +{ + "density" "900" + "bulletimpact" "Watermelon.BulletImpact" + "impacthard" "Watermelon.Impact" + "scraperough" "Watermelon.Scrape" + + "audiohardnessfactor" "0.25" + "audioroughnessfactor" "0.1" + + "gamematerial" "I" +} + +"snow" +{ + "base" "dirt" + "density" "800" + "friction" "0.35" + + "audiohardnessfactor" "0.25" +} + +"ice" +{ + "density" "917" + "friction" "0.1" + "elasticity" "0.1" + + "audioroughnessfactor" "0.1" +} + + +// UNDONE: Do proper values for these - I made them up so I would have good +// initial values for all VMTs +"carpet" +{ + "base" "dirt" + "density" "500" + "thickness" "0.1" + "elasticity" "0.01" + "friction" "0.8" + + "impacthard" "Carpet.Impact" + "bulletimpact" "Carpet.BulletImpact" + "scraperough" "Carpet.Scrape" + + "audioreflectivity" "0.03" + "audiohardnessfactor" "0.25" + "audioroughnessfactor" "0.1" +} + +// drywall, office wall material, sheetrock + +"plaster" +{ + "base" "dirt" + "audiohardnessfactor" "0.5" + "audioroughnessfactor" "0.1" + + "stepleft" "drywall.StepLeft" + "stepright" "drywall.StepRight" + "bulletimpact" "drywall.ImpactHard" + "scraperough" "ceiling_tile.ScrapeRough" + "scrapesmooth" "ceiling_tile.ScrapeSmooth" + "impacthard" "drywall.ImpactHard" + "impactsoft" "drywall.ImpactSoft" + +// "strain" "Cardboard.Strain" + "break" "Cardboard.Break" + +} + +// carboard box + +"cardboard" +{ + "base" "dirt" + "density" "500" + "thickness" "0.25" + + "audiohardnessfactor" "0.25" + "audioroughnessfactor" "0.25" + + "stepleft" "Cardboard.StepLeft" + "stepright" "Cardboard.StepRight" + "bulletimpact" "Cardboard.BulletImpact" + "scraperough" "Cardboard.ScrapeRough" + "scrapesmooth" "Cardboard.ScrapeSmooth" + "impacthard" "Cardboard.ImpactHard" + "impactsoft" "Cardboard.ImpactSoft" + +// "shake" "Cardboard.Shake" +// "strain" "Cardboard.Strain" + "break" "Cardboard.Break" + +} + +// larger plastic barrel, hollow, soft plastic + +"plastic_barrel" +{ + "density" "500" + "thickness" "0.25" + "elasticity" "0.01" + "friction" "0.8" + + "audiohardnessfactor" "0.25" + "audioroughnessfactor" "0.25" + + "stepleft" "Plastic_Barrel.StepLeft" + "stepright" "Plastic_Barrel.StepRight" + "bulletimpact" "Plastic_Barrel.BulletImpact" + "scraperough" "Plastic_Barrel.ScrapeRough" + "scrapesmooth" "Plastic_Barrel.ScrapeSmooth" + "impacthard" "Plastic_Barrel.ImpactHard" + "impactsoft" "Plastic_Barrel.ImpactSoft" + +// "shake" "Plastic_Barrel.Shake" +// "strain" "Plastic_Barrel.Strain" + "break" "Plastic_Barrel.Break" +// "roll" "Plastic_Barrel.Roll" + + "gamematerial" "I" +} + +// small - medium plastic box, hard plastic + +"Plastic_Box" +{ + "density" "500" + "elasticity" "0.01" + "friction" "0.8" + "thickness" "0.25" + + "audiohardnessfactor" "0.25" + "audioroughnessfactor" "0.25" + + "stepleft" "Plastic_Box.StepLeft" + "stepright" "Plastic_Box.StepRight" + "bulletimpact" "Plastic_Box.BulletImpact" + "scraperough" "Plastic_Box.ScrapeRough" + "scrapesmooth" "Plastic_Box.ScrapeSmooth" + "impacthard" "Plastic_Box.ImpactHard" + "impactsoft" "Plastic_Box.ImpactSoft" + +// "strain" "Plastic_Box.Strain" + "break" "Plastic_Box.Break" + + "gamematerial" "I" +} + +// smaller generic hard plastic + +"plastic" +{ + "base" "Plastic_Box" + "audioroughnessfactor" "0.1" + + "bulletimpact" "Plastic_Box.ImpactHard" +} + +// small med kit, smaller tech items, battery + +"item" +{ + "base" "Plastic_Box" + "density" "600" + + "bulletimpact" "Plastic_Box.ImpactHard" +} + + +// This one is used for puzzles where we want something that floats +// but the player can stand on without it sinking beneath the water +"floatingstandable" +{ + "base" "dirt" + "density" "800" +} + + +"sand" +{ + "base" "dirt" + "stepleft" "Sand.StepLeft" + "stepright" "Sand.StepRight" + "bulletimpact" "Sand.BulletImpact" + + "audioreflectivity" "0.03" +} + +// solid rubber floor mat, solid rubber tire + +"rubber" +{ + "base" "dirt" + "elasticity" "0.2" + "friction" "0.8" + + "stepleft" "Rubber.StepLeft" + "stepright" "Rubber.StepRight" + "impacthard" "Rubber.ImpactHard" + "impactsoft" "Rubber.ImpactSoft" + "bulletimpact" "Rubber.BulletImpact" + + "audioroughnessfactor" "0.1" + "audiohardnessfactor" "0.2" + +} + +// hollow rubber tire + +"rubbertire" +{ + "base" "rubber" + + "bulletimpact" "Rubber_Tire.BulletImpact" + "impacthard" "Rubber_Tire.ImpactHard" + "impactsoft" "Rubber_Tire.ImpactSoft" + +// "strain" "Rubber_Tire.Strain" + + "friction" "1.0" +} + +"jeeptire" +{ + "base" "rubber" + + "bulletimpact" "Rubber_Tire.BulletImpact" + "impacthard" "Rubber_Tire.ImpactHard" + "impactsoft" "Rubber_Tire.ImpactSoft" + +// "strain" "Rubber_Tire.Strain" + + "friction" "1.337" +} + +"slidingrubbertire" +{ + "base" "rubber" + "friction" "0.2" +} + +"brakingrubbertire" +{ + "base" "rubber" + "friction" "0.6" +} + +"slidingrubbertire_front" +{ + "base" "rubber" + "friction" "0.2" +} + +"slidingrubbertire_rear" +{ + "base" "rubber" + "friction" "0.2" +} + +// ----------------------------- +// objects +// ----------------------------- + + +// glass soda bottle, cup, plate, jar + +"glassbottle" +{ + "base" "glass" + "friction" "0.4" + "elasticity" "0.3" + + "stepleft" "GlassBottle.StepLeft" + "stepright" "GlassBottle.StepRight" + "impacthard" "GlassBottle.ImpactHard" + "impactsoft" "GlassBottle.ImpactSoft" + "scraperough" "GlassBottle.ScrapeRough" + "scrapesmooth" "GlassBottle.ScrapeSmooth" + "bulletimpact" "GlassBottle.BulletImpact" + + "break" "GlassBottle.Break" +} + +// ceramic jug, mug + +"pottery" +{ + "base" "glassbottle" + "friction" "0.4" + "elasticity" "0.3" + + "impacthard" "Pottery.ImpactHard" + "impactsoft" "Pottery.ImpactSoft" + "bulletimpact" "Pottery.BulletImpact" + + "break" "Pottery.Break" +} + +// solid hand grenade + +"grenade" +{ + "base" "metalpanel" + "friction" "0.9" + "elasticity" "0.01" + + + "audiohardnessfactor" "1.0" + "audioroughnessfactor" "0.4" + + "stepleft" "Grenade.StepLeft" + "stepright" "Grenade.StepRight" + "bulletimpact" "Grenade.ImpactHard" + "scraperough" "Grenade.ScrapeRough" + "scrapesmooth" "Grenade.ScrapeSmooth" + "impacthard" "Grenade.ImpactHard" + "impactsoft" "Grenade.ImpactSoft" + // "roll" "Grenade.Roll" +} + + +// large oxygen tank, propane tank, welding tank + +"canister" +{ + "base" "metalpanel" + "impacthard" "Canister.ImpactHard" + "impactsoft" "Canister.ImpactSoft" + "scraperough" "Canister.ScrapeRough" + "scrapesmooth" "Canister.ScrapeSmooth" + // "roll" "Canister.Roll" +} + +// larger metal barrel, metal oil drum + +"metal_barrel" +{ + "base" "metal_box" + "impacthard" "Metal_Barrel.ImpactHard" + "impactsoft" "Metal_Barrel.ImpactSoft" + "bulletimpact" "Metal_Barrel.BulletImpact" + // "roll" "Metal_Barrel.Roll" +} + +"floating_metal_barrel" +{ + "base" "metal_barrel" + "density" "500" +} + +"plastic_barrel_buoyant" +{ + "base" "plastic_barrel" + "density" "150" +} + +// ROLLER NPC + +"roller" +{ + "base" "metalpanel" + "friction" "0.7" + "elasticity" "0.3" + "impacthard" "Roller.Impact" +} + +// small aluminum can, full + +"popcan" +{ + "base" "metal_box" + "friction" "0.3" + "elasticity" "0.99" + "impacthard" "Popcan.ImpactHard" + "impactsoft" "Popcan.ImpactSoft" + "scraperough" "Popcan.ScrapeRough" + "scrapesmooth" "Popcan.ScrapeSmooth" + "bulletimpact" "Popcan.BulletImpact" + // strain // none + // break // none +} + +// paint can, smaller metal can + +"paintcan" +{ + "base" "popcan" + "friction" "0.3" + "elasticity" "0.99" + "impacthard" "Paintcan.ImpactHard" + "impactsoft" "Paintcan.ImpactSoft" + + //"roll" "Paintcan.Roll" + // strain // none + // break // none +} + +"paper" +{ + "base" "cardboard" +} + + +"papercup" +{ + "base" "paper" + "friction" "0.8" + "elasticity" "0.1" + "impacthard" "Papercup.Impact" + "scraperough" "Popcan.ScrapeRough" +} + +// accoustic ceiling tiles, sound baffles, crumbly plaster +"ceiling_tile" +{ + "base" "cardboard" + + "stepleft" "ceiling_tile.StepLeft" + "stepright" "ceiling_tile.StepRight" + "bulletimpact" "ceiling_tile.BulletImpact" + "scraperough" "ceiling_tile.ScrapeRough" + "scrapesmooth" "ceiling_tile.ScrapeSmooth" + "impacthard" "ceiling_tile.ImpactHard" + "impactsoft" "ceiling_tile.ImpactSoft" + + "break" "ceiling_tile.Break" +} + + +// weapon models - sounds for when weapons drop +// Maybe we'll want specific materials for each weapon? +"weapon" +{ + "base" "metal" + "stepleft" "weapon.StepLeft" + "stepright" "weapon.StepRight" + "bulletimpact" "weapon.BulletImpact" + "scraperough" "weapon.ScrapeRough" + "scrapesmooth" "weapon.ScrapeSmooth" + "impacthard" "weapon.ImpactHard" + "impactsoft" "weapon.ImpactSoft" +} + +// for invisible collision materials (like sky) +"default_silent" +{ + "gamematerial" "I" +} + +// special materials for player controller +"player" +{ + "density" "1000" + "friction" "0.5" + "elasticity" "0.001" + + // player is soft & smooth for sound selection + "audiohardnessfactor" "0.0" + "audioroughnessfactor" "0.0" +} + +"player_control_clip" +{ + "gamematerial" "I" +} + +"no_decal" +{ + "density" "900" + "gamematerial" "I" +} + +"foliage" +{ + "base" "Wood_Solid" + + "density" "700" + "elasticity" "0.1" + "friction" "0.8" + + "gamematerial" "I" +} + + \ No newline at end of file diff --git a/sound/ui/fart.wav b/sound/ui/fart.wav new file mode 100644 index 0000000..b70be68 Binary files /dev/null and b/sound/ui/fart.wav differ diff --git a/sound/ui/somebody.wav b/sound/ui/somebody.wav new file mode 100644 index 0000000..9e833c0 Binary files /dev/null and b/sound/ui/somebody.wav differ diff --git a/sound/vo/null.wav b/sound/vo/null.wav new file mode 100644 index 0000000..12cc3c6 Binary files /dev/null and b/sound/vo/null.wav differ