From 8f20bd305da53eab11501e2809eaf039dce23780 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 10 Sep 2021 03:25:31 -0400 Subject: initial commit of gethud --- #customizations/_enabled/hudplayerclass-left.res | 139 ++++ README.md | 61 +- materials/console/background_pinkerton.vtf | Bin 0 -> 1398264 bytes materials/console/background_upward.vmt | 18 +- materials/console/background_upward_widescreen.vmt | 18 +- resource/fonts/BebasNeue Bold.otf | Bin 0 -> 101772 bytes resource/fonts/BebasNeue.otf | Bin 0 -> 70364 bytes resource/fonts/Cerbetica-Bold.ttf | Bin 50844 -> 0 bytes resource/fonts/Piximisa.ttf | Bin 0 -> 11428 bytes resource/scheme/clientscheme_borders.res | 2 +- resource/scheme/clientscheme_colors.res | 2 +- resource/scheme/clientscheme_fonts.res | 382 +++++---- resource/ui/build_menu/base_active.res | 334 ++++---- .../ui/build_menu/base_active_teleport_target.res | 218 ++--- resource/ui/build_menu/base_already_built.res | 280 ++++--- resource/ui/build_menu/base_cant_afford.res | 376 ++++----- resource/ui/build_menu/base_unavailable.res | 376 ++++----- .../base_unavailable_teleport_target.res | 228 +++--- resource/ui/build_menu/hudmenuengybuild.res | 568 ++++++------- resource/ui/build_menu/hudmenueurekaeffect.res | 302 +++---- resource/ui/build_menu/pipboy/base_active.res | 134 +++- .../pipboy/base_active_teleport_target.res | 36 +- .../ui/build_menu/pipboy/base_already_built.res | 20 +- resource/ui/build_menu/pipboy/base_cant_afford.res | 10 +- resource/ui/build_menu/pipboy/base_unavailable.res | 10 +- .../pipboy/base_unavailable_teleport_target.res | 15 +- resource/ui/build_menu/pipboy/hudmenuengybuild.res | 87 +- .../ui/build_menu/pipboy/hudmenueurekaeffect.res | 70 +- resource/ui/build_menu_360/base_active.res | 10 +- .../build_menu_360/base_active_teleport_target.res | 10 +- resource/ui/build_menu_360/base_already_built.res | 10 +- resource/ui/build_menu_360/base_cant_afford.res | 10 +- resource/ui/build_menu_360/base_unavailable.res | 10 +- .../base_unavailable_teleport_target.res | 10 +- resource/ui/build_menu_360/hudmenuengybuild.res | 10 +- resource/ui/build_menu_360/hudmenueurekaeffect.res | 10 +- resource/ui/build_menu_360/pipboy/base_active.res | 10 +- .../pipboy/base_active_teleport_target.res | 10 +- .../build_menu_360/pipboy/base_already_built.res | 10 +- .../ui/build_menu_360/pipboy/base_cant_afford.res | 10 +- .../ui/build_menu_360/pipboy/base_unavailable.res | 10 +- .../pipboy/base_unavailable_teleport_target.res | 10 +- .../ui/build_menu_360/pipboy/hudmenuengybuild.res | 10 +- .../build_menu_360/pipboy/hudmenueurekaeffect.res | 10 +- resource/ui/destroy_menu/base_active.res | 212 ++--- resource/ui/destroy_menu/base_inactive.res | 229 +++--- resource/ui/destroy_menu/dispenser_active.res | 26 +- resource/ui/destroy_menu/dispenser_inactive.res | 16 +- resource/ui/destroy_menu/hudmenuengydestroy.res | 472 +++++------ .../ui/destroy_menu/pipboy/dispenser_active.res | 48 +- .../ui/destroy_menu/pipboy/dispenser_inactive.res | 16 +- .../ui/destroy_menu/pipboy/hudmenuengydestroy.res | 70 +- resource/ui/destroy_menu/pipboy/sentry_active.res | 48 +- .../ui/destroy_menu/pipboy/sentry_inactive.res | 16 +- .../destroy_menu/pipboy/tele_entrance_active.res | 48 +- .../destroy_menu/pipboy/tele_entrance_inactive.res | 16 +- .../ui/destroy_menu/pipboy/tele_exit_active.res | 48 +- .../ui/destroy_menu/pipboy/tele_exit_inactive.res | 16 +- resource/ui/destroy_menu/sentry_active.res | 26 +- resource/ui/destroy_menu/sentry_inactive.res | 16 +- resource/ui/destroy_menu/tele_entrance_active.res | 26 +- .../ui/destroy_menu/tele_entrance_inactive.res | 16 +- resource/ui/destroy_menu/tele_exit_active.res | 26 +- resource/ui/destroy_menu/tele_exit_inactive.res | 16 +- resource/ui/disguise_menu/demoman_blue.res | 42 +- resource/ui/disguise_menu/demoman_red.res | 36 +- resource/ui/disguise_menu/engineer_blue.res | 42 +- resource/ui/disguise_menu/engineer_red.res | 36 +- resource/ui/disguise_menu/heavy_blue.res | 42 +- resource/ui/disguise_menu/heavy_red.res | 190 ++--- resource/ui/disguise_menu/hudmenuspydisguise.res | 882 ++++++++++----------- resource/ui/disguise_menu/medic_blue.res | 42 +- resource/ui/disguise_menu/medic_red.res | 36 +- resource/ui/disguise_menu/pyro_blue.res | 42 +- resource/ui/disguise_menu/pyro_red.res | 36 +- resource/ui/disguise_menu/scout_blue.res | 42 +- resource/ui/disguise_menu/scout_red.res | 36 +- resource/ui/disguise_menu/sniper_blue.res | 42 +- resource/ui/disguise_menu/sniper_red.res | 36 +- resource/ui/disguise_menu/soldier_blue.res | 42 +- resource/ui/disguise_menu/soldier_red.res | 36 +- resource/ui/disguise_menu/spy_blue.res | 42 +- resource/ui/disguise_menu/spy_red.res | 36 +- resource/ui/disguise_menu_360/demoman_blue.res | 10 +- resource/ui/disguise_menu_360/demoman_red.res | 10 +- resource/ui/disguise_menu_360/engineer_blue.res | 10 +- resource/ui/disguise_menu_360/engineer_red.res | 10 +- resource/ui/disguise_menu_360/heavy_blue.res | 10 +- resource/ui/disguise_menu_360/heavy_red.res | 10 +- .../ui/disguise_menu_360/hudmenuspydisguise.res | 10 +- resource/ui/disguise_menu_360/medic_blue.res | 10 +- resource/ui/disguise_menu_360/medic_red.res | 10 +- resource/ui/disguise_menu_360/pyro_blue.res | 10 +- resource/ui/disguise_menu_360/pyro_red.res | 10 +- resource/ui/disguise_menu_360/scout_blue.res | 10 +- resource/ui/disguise_menu_360/scout_red.res | 10 +- resource/ui/disguise_menu_360/sniper_blue.res | 10 +- resource/ui/disguise_menu_360/sniper_red.res | 10 +- resource/ui/disguise_menu_360/soldier_blue.res | 10 +- resource/ui/disguise_menu_360/soldier_red.res | 10 +- resource/ui/disguise_menu_360/spy_blue.res | 10 +- resource/ui/disguise_menu_360/spy_red.res | 10 +- resource/ui/mainmenuoverride-base.res | 4 +- sound/ui/uh.wav | Bin 0 -> 93600 bytes sound/ui/wooo_tree.wav | Bin 460340 -> 0 bytes 105 files changed, 3754 insertions(+), 3431 deletions(-) create mode 100644 #customizations/_enabled/hudplayerclass-left.res create mode 100644 materials/console/background_pinkerton.vtf create mode 100644 resource/fonts/BebasNeue Bold.otf create mode 100644 resource/fonts/BebasNeue.otf delete mode 100644 resource/fonts/Cerbetica-Bold.ttf create mode 100644 resource/fonts/Piximisa.ttf create mode 100644 sound/ui/uh.wav delete mode 100644 sound/ui/wooo_tree.wav diff --git a/#customizations/_enabled/hudplayerclass-left.res b/#customizations/_enabled/hudplayerclass-left.res new file mode 100644 index 0000000..81571c8 --- /dev/null +++ b/#customizations/_enabled/hudplayerclass-left.res @@ -0,0 +1,139 @@ +"Resource/UI/HudPlayerClass.res" +{ + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "15" + "ypos" "r200" + "zpos" "2" + "wide" "100" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "render_texture" "0" + "fov" "12" + "allow_rot" "1" + + "model" + { + "force_pos" "1" + "angles_x" "0" + "angles_y" "172" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + + "customclassdata" + { + "undefined" + { + + } + "Scout" + { + "fov" "25" + "angles_x" "-17" + "angles_y" "203" + "angles_z" "-5" + "origin_x" "115" + "origin_y" "-1" + "origin_z" "-85" + } + "Sniper" + { + "fov" "25" + "angles_x" "-10" + "angles_y" "172" + "angles_z" "0" + "origin_x" "125" + "origin_y" "-3" + "origin_z" "-93" + } + "Soldier" + { + "fov" "25" + "angles_x" "-5" + "angles_y" "172" + "angles_z" "0" + "origin_x" "145" + "origin_y" "-5" + "origin_z" "-90" + } + "Demoman" + { + "fov" "25" + "angles_x" "-13" + "angles_y" "225" + "angles_z" "0" + "origin_x" "145" + "origin_y" "-7" + "origin_z" "-95" + } + "Medic" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "225" + "angles_z" "0" + "origin_x" "150" + "origin_y" "-5" + "origin_z" "-94" + } + "Heavy" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "203" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-102" + } + "Pyro" + { + "fov" "20" + "angles_x" "-10" + "angles_y" "172" + "angles_z" "0" + "origin_x" "175" + "origin_y" "-1" + "origin_z" "-90" + } + "Spy" + { + "fov" "20" + "angles_x" "-1" + "angles_y" "203" + "angles_z" "0" + "origin_x" "160" + "origin_y" "0" + "origin_z" "-95" + } + "Engineer" + { + "fov" "20" + "angles_x" "-10" + "angles_y" "203" + "angles_z" "0" + "origin_x" "140" + "origin_y" "-2" + "origin_z" "-82" + } + } + } + + "CarryingWeapon" + { + "xpos" "100" + } +} \ No newline at end of file diff --git a/README.md b/README.md index 47c1c93..5f6b8d0 100644 --- a/README.md +++ b/README.md @@ -1,60 +1,3 @@ - -![banner](https://user-images.githubusercontent.com/6818236/124364740-7dea6480-dc11-11eb-88e3-f75e21065dd7.png) -

-

- A simplistic yet bold hud for TF2 made to cut out a lot of clutter included that of the stock hud. Comes with a range of various vivid colors associated with both low health as well as ammo to make important information easily accessible and noticeable. -
- Download - · - Issue Tracker - · - Editor -

-

+# gethud -About -------- - -A simplistic yet bold HUD for Team Fortress 2, made to cut out a lot of clutter included with the stock hud. Includes minimal mode for competitive play and a range of vivid colors associated with both low health, ammo and other useful values. - -Installation --------- - -Be sure to back up your old hud folder first! You never know when something might break, and it's always best to be prepared. - -1. [Click here][download-link] to download the latest version. This will download `rayshud-master.zip` -2. Navigate to `C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom` -3. Extract .zip file contents into the `custom` folder. -4. Ensure that the final file structure should resembles the following: -``` -tf -└── custom - └── rayshud - ├── #customizations - ├── materials - ├── resource - ├── scripts - ├── sound - ├── README.md - └── info.vdf -``` - -Help/Support --------- -If you find a bug, need help or have a suggestion, [open a support ticket on GitHub][issues-link] or [join the support Discord server][discord-link]. - -Credits --------- - -* omp - For motivating me to start making my own hud, occasional reference, and inspiration. -* m0re - Inspiration, occasional reference. -* Whoever makes PVHUD - Inspiration, occasional reference. -* My team - For dealing with me and giving me constructive feedback all the time. -* Flame - If it weren't for your guide, I couldn't have made this at all. Thanks a million, man. -* clovervidia - For the updated closed captions. Check his Steam Guide [here][cc-link]. - - -[download-link]: https://github.com/raysfire/rayshud/archive/master.zip -[issues-link]: https://github.com/raysfire/rayshud/issues/new -[discord-link]: https://discord.gg/hTdtK9vBhE -[cc-link]: https://steamcommunity.com/sharedfiles/filedetails/?id=167785751 +this is a modified version of [`rayshud`](https://github.com/raysfire/rayshud), with features from [`flawhud`](https://github.com/criticalflaw/flawhud) and [`funkehud-reloaded`](https://github.com/Malgreen/funkehud-reloaded). diff --git a/materials/console/background_pinkerton.vtf b/materials/console/background_pinkerton.vtf new file mode 100644 index 0000000..adef6ce Binary files /dev/null and b/materials/console/background_pinkerton.vtf differ diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt index 9b76d34..c4243c3 100644 --- a/materials/console/background_upward.vmt +++ b/materials/console/background_upward.vmt @@ -1,10 +1,10 @@ -"UnlitGeneric" -{ - "$baseTexture" "console/background_classic" - "$vertexcolor" "1" - "$vertexalpha" "1" - "$ignorez" "1" - "$no_fullbright" "1" - "$nolod" "1" - "%keywords" "tf" +"UnlitGeneric" +{ + "$baseTexture" "console/background_pinkerton" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$nolod" "1" + "%keywords" "tf" } \ No newline at end of file diff --git a/materials/console/background_upward_widescreen.vmt b/materials/console/background_upward_widescreen.vmt index 9b76d34..c4243c3 100644 --- a/materials/console/background_upward_widescreen.vmt +++ b/materials/console/background_upward_widescreen.vmt @@ -1,10 +1,10 @@ -"UnlitGeneric" -{ - "$baseTexture" "console/background_classic" - "$vertexcolor" "1" - "$vertexalpha" "1" - "$ignorez" "1" - "$no_fullbright" "1" - "$nolod" "1" - "%keywords" "tf" +"UnlitGeneric" +{ + "$baseTexture" "console/background_pinkerton" + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" + "$no_fullbright" "1" + "$nolod" "1" + "%keywords" "tf" } \ No newline at end of file diff --git a/resource/fonts/BebasNeue Bold.otf b/resource/fonts/BebasNeue Bold.otf new file mode 100644 index 0000000..4653f84 Binary files /dev/null and b/resource/fonts/BebasNeue Bold.otf differ diff --git a/resource/fonts/BebasNeue.otf b/resource/fonts/BebasNeue.otf new file mode 100644 index 0000000..f1d440f Binary files /dev/null and b/resource/fonts/BebasNeue.otf differ diff --git a/resource/fonts/Cerbetica-Bold.ttf b/resource/fonts/Cerbetica-Bold.ttf deleted file mode 100644 index 6f9ac83..0000000 Binary files a/resource/fonts/Cerbetica-Bold.ttf and /dev/null differ diff --git a/resource/fonts/Piximisa.ttf b/resource/fonts/Piximisa.ttf new file mode 100644 index 0000000..441d825 Binary files /dev/null and b/resource/fonts/Piximisa.ttf differ diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index 02f7784..aff902f 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -2893,4 +2893,4 @@ Scheme } } } -} \ No newline at end of file +} diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index 2511b38..14ffc9a 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -269,4 +269,4 @@ "UpgradeDisabledFg" "64 59 52 255" "UpgradeDisabledBg" "79 77 68 255" } -} \ No newline at end of file +} diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index 789687f..afa280b 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -7,7 +7,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "56" "additive" "0" "antialias" "1" @@ -17,7 +17,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "40" "additive" "0" "antialias" "1" @@ -27,7 +27,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "32" "additive" "0" "antialias" "1" @@ -37,7 +37,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "28" "additive" "0" "antialias" "1" @@ -47,7 +47,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "24" "additive" "0" "antialias" "1" @@ -57,7 +57,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "24" "additive" "0" "antialias" "1" @@ -68,7 +68,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "20" "additive" "0" "antialias" "1" @@ -78,7 +78,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "18" "additive" "0" "antialias" "1" @@ -88,7 +88,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "16" "additive" "0" "antialias" "1" @@ -98,7 +98,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "14" "additive" "0" "antialias" "1" @@ -108,7 +108,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" "tall" "12" "additive" "0" "antialias" "1" @@ -118,7 +118,77 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "Piximisa" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue20" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue18" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue16" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "16" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue14" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue12" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue11" + { + "1" + { + "name" "BebasNeueRegular" + "tall" "11" + "additive" "0" + "antialias" "1" + } + } + "BebasNeue10" + { + "1" + { + "name" "BebasNeueRegular" "tall" "10" "additive" "0" "antialias" "1" @@ -130,14 +200,14 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "additive" "0" "antialias" "1" } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "range" "0x0000 0x00FF" "weight" "800" @@ -147,7 +217,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "900" "range" "0x0000 0x017F" @@ -158,7 +228,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "underline" "1" @@ -166,7 +236,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "11" "range" "0x0000 0x00FF" "weight" "800" @@ -176,7 +246,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "0" "range" "0x0000 0x017F" @@ -184,7 +254,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "13" "weight" "0" "range" "0x0000 0x017F" @@ -192,7 +262,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "0" "range" "0x0000 0x017F" @@ -201,7 +271,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "weight" "0" "range" "0x0000 0x017F" @@ -210,7 +280,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "22" "weight" "0" "range" "0x0000 0x017F" @@ -219,7 +289,7 @@ Scheme } "6" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "range" "0x0000 0x00FF" "weight" "0" @@ -229,7 +299,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "0" "range" "0x0000 0x017F" @@ -237,7 +307,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "0" "range" "0x0000 0x017F" @@ -245,7 +315,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "0" "range" "0x0000 0x017F" @@ -254,7 +324,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "0" "range" "0x0000 0x017F" @@ -263,7 +333,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "16" "weight" "0" "range" "0x0000 0x017F" @@ -275,7 +345,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "900" "range" "0x0000 0x017F" @@ -283,7 +353,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "21" "weight" "900" "range" "0x0000 0x017F" @@ -291,7 +361,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "22" "weight" "900" "range" "0x0000 0x017F" @@ -300,7 +370,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "28" "weight" "900" "range" "0x0000 0x017F" @@ -309,7 +379,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "30" "weight" "900" "range" "0x0000 0x017F" @@ -318,14 +388,14 @@ Scheme } "6" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "range" "0x0000 0x00FF" "weight" "900" } "7" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "range" "0x0000 0x00FF" "weight" "800" @@ -336,7 +406,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "name" "Helvetica" [$OSX] "tall" "18" "weight" "900" @@ -349,7 +419,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "6" "weight" "500" "additive" "0" @@ -361,7 +431,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "700" "yres" "480 599" @@ -400,7 +470,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "500" "additive" "0" @@ -409,7 +479,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "32" "weight" "500" "additive" "0" @@ -418,7 +488,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "44" "weight" "500" "additive" "0" @@ -427,7 +497,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "48" "weight" "500" "additive" "0" @@ -436,7 +506,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "52" "weight" "500" "additive" "0" @@ -448,7 +518,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "44" "weight" "500" "additive" "0" @@ -459,7 +529,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "35" "weight" "500" "additive" "0" @@ -470,7 +540,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "35" "weight" "500" "additive" "0" @@ -481,7 +551,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "30" "weight" "500" "additive" "0" @@ -492,7 +562,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "30" "weight" "500" "additive" "0" @@ -503,7 +573,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "500" "additive" "0" @@ -514,7 +584,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "weight" "500" "additive" "0" @@ -525,7 +595,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "500" "additive" "0" @@ -536,7 +606,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -547,7 +617,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -558,7 +628,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -569,7 +639,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -580,7 +650,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "16" "weight" "500" "additive" "0" @@ -591,7 +661,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -602,7 +672,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -614,7 +684,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -625,7 +695,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -637,7 +707,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -649,7 +719,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "6" "weight" "500" "additive" "0" @@ -661,7 +731,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "additive" "0" "antialias" "1" @@ -672,7 +742,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "16" //"weight" "500" "additive" "0" @@ -683,7 +753,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "0" "additive" "0" @@ -694,7 +764,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "9" "weight" "0" "additive" "0" @@ -705,7 +775,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "9" "weight" "0" "additive" "0" @@ -716,7 +786,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "400" "additive" "0" @@ -728,7 +798,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -800,7 +870,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -812,7 +882,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "16" "weight" "500" "additive" "0" @@ -870,7 +940,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "15" "weight" "700" "antialias" "1" @@ -880,7 +950,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "15" "weight" "700" "antialias" "1" @@ -890,7 +960,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "900" "antialias" "1" @@ -899,7 +969,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "21" "weight" "900" "antialias" "1" @@ -908,7 +978,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "1000" "antialias" "1" @@ -990,7 +1060,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "weight" "500" @@ -1001,7 +1071,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "weight" "500" @@ -1013,7 +1083,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "weight" "900" @@ -1024,7 +1094,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "weight" "900" @@ -1036,7 +1106,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "16" "antialias" "1" "weight" "900" @@ -1071,7 +1141,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "weight" "500" @@ -1081,7 +1151,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "antialias" "1" "weight" "500" @@ -1091,7 +1161,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "antialias" "1" "weight" "500" @@ -1114,7 +1184,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "28" "antialias" "1" "custom" "1" [$OSX] @@ -1125,7 +1195,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "40" "antialias" "1" "custom" "1" [$OSX] @@ -1136,7 +1206,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "antialias" "1" "custom" "1" [$OSX] @@ -1147,7 +1217,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" [!$OSX] "tall" "15" [$OSX] "antialias" "1" @@ -1171,7 +1241,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -1182,7 +1252,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -1193,7 +1263,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "range" "0x0000 0x007F" @@ -1205,7 +1275,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "weight" "500" "range" "0x0000 0x007F" @@ -1217,7 +1287,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "weight" "500" "range" "0x0000 0x007F" @@ -1229,7 +1299,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "range" "0x0000 0x007F" @@ -1241,7 +1311,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "range" "0x0000 0x007F" @@ -1253,7 +1323,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "34" "weight" "500" "range" "0x0000 0x007F" @@ -1276,7 +1346,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "52" "range" "0x0000 0x00FF" "weight" "400" @@ -1285,7 +1355,7 @@ Scheme } "2" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "72" "range" "0x0000 0x00FF" "weight" "400" @@ -1294,7 +1364,7 @@ Scheme } "3" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "100" "range" "0x0000 0x00FF" "weight" "400" @@ -1303,7 +1373,7 @@ Scheme } "4" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "140" "range" "0x0000 0x00FF" "weight" "400" @@ -1312,7 +1382,7 @@ Scheme } "5" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "180" "range" "0x0000 0x00FF" "weight" "400" @@ -1325,7 +1395,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "36" "weight" "500" "range" "0x0000 0x007F" @@ -1337,7 +1407,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "400" "additive" "0" @@ -1348,7 +1418,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "20" "weight" "400" "additive" "0" @@ -1360,7 +1430,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "400" "additive" "0" @@ -1372,7 +1442,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -1383,7 +1453,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "7" "weight" "400" "additive" "0" @@ -1395,7 +1465,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -1549,7 +1619,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "range" "0x0000 0x00FF" "weight" "300" @@ -1561,7 +1631,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "range" "0x0000 0x017F" @@ -1573,7 +1643,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "range" "0x0000 0x017F" @@ -1622,7 +1692,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "36" "weight" "500" } @@ -1631,7 +1701,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "30" "weight" "500" } @@ -1640,7 +1710,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "28" "weight" "500" } @@ -1649,7 +1719,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "22" "weight" "900" } @@ -1658,7 +1728,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "900" } @@ -1667,7 +1737,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "22" "weight" "500" } @@ -1676,7 +1746,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" } @@ -1714,7 +1784,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "36" "weight" "500" "additive" "0" @@ -1725,7 +1795,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "600" "additive" "0" @@ -1737,7 +1807,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "400" "additive" "0" @@ -1749,7 +1819,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "900" "antialias" "1" @@ -1783,7 +1853,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -1827,7 +1897,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "additive" "0" @@ -1838,7 +1908,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -1849,7 +1919,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -1860,7 +1930,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -1871,7 +1941,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "additive" "0" @@ -1882,7 +1952,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "antialias" "1" "weight" "500" @@ -1892,7 +1962,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "additive" "0" @@ -1903,7 +1973,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -1914,7 +1984,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -1926,7 +1996,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "additive" "0" @@ -1937,7 +2007,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "500" "blur" "3" @@ -1949,7 +2019,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "0" "additive" "1" @@ -2308,7 +2378,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -2372,7 +2442,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -2383,7 +2453,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -2394,7 +2464,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -2405,7 +2475,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "500" "additive" "0" @@ -2416,7 +2486,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "18" "weight" "500" "additive" "0" @@ -2429,7 +2499,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "14" "weight" "500" "additive" "0" @@ -2440,7 +2510,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "24" "weight" "500" "additive" "0" @@ -2452,7 +2522,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "15" "weight" "500" "range" "0x0000 0x007F" @@ -2465,7 +2535,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "10" "weight" "400" "additive" "0" @@ -2477,7 +2547,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "antialias" "1" @@ -2488,7 +2558,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "blur" "3" @@ -2501,7 +2571,7 @@ Scheme { "1" { - "name" "Cerbetica-Bold" + "name" "BebasNeueBold" "tall" "12" "weight" "500" "additive" "0" @@ -2703,8 +2773,18 @@ Scheme } "8" { - "font" "resource/fonts/Cerbetica-Bold.ttf" - "name" "Cerbetica-Bold" + "font" "resource/fonts/BebasNeueRegular.ttf" + "name" "BebasNeueRegular" + } + "9" + { + "font" "resource/fonts/BebasNeue Bold.otf" + "name" "BebasNeueBold" + } + "11" + { + "font" "resource/fonts/Piximisa.ttf" + "name" "Piximisa" } } -} \ No newline at end of file +} diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index ee30937..a668df1 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -1,168 +1,168 @@ -"Resource/UI/build_menu/base.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "Black" - } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "35" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" - } - - "MetalIcon" - { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "22" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "TanLight" - } - - "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "HudFontSmall" - "fgcolor" "TanLight" - "xpos" "50" - "ypos" "22" - "zpos" "4" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - } - - "CostLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "CostLabelShadow" - "font" "HudFontSmall" - "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" - "zpos" "3" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "%metal%" - "textAlignment" "Left" - - "pin_to_sibling" "CostLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "Black" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "19" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "White" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Cerbetica20" + "fgcolor" "White" + "xpos" "10" + "ypos" "20" + "zpos" "4" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + } + + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "Cerbetica20" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "3" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "11" + "ypos" "14" + "zpos" "10" + "wide" "55" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } } \ 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 index 89fe1b8..04e2355 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -1,110 +1,110 @@ -"Resource/UI/build_menu/base.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "Black" - } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "35" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "19" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "24" + "ypos" "58" + "zpos" "1" + "wide" "7" + "tall" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } } \ 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 index b614adb..06f1a41 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -1,132 +1,150 @@ -"Resource/UI/build_menu/base_already_built.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" - } - - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Already_Built" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "MetalIcon" - { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "20" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "ColorRed" - } - - "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "HudFontSmall" - "fgcolor" "ColorRed" - "xpos" "50" - "ypos" "20" - "zpos" "4" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "BebasNeue10" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "55" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Already_Built" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "White" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "13" + "ypos" "58" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "icon" "ico_metal" + "iconColor" "189 189 189 255" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Cerbetica20" + "fgcolor" "189 189 189 255" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%metal%" + "textAlignment" "center" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDark" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "189 189 189 255" + "xpos" "-40" + "ypos" "-2" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "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 index c8a3bb0..fb586e5 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -1,188 +1,190 @@ -"Resource/UI/build_menu/base_cant_afford.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "TransparentBlack" - } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "35" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "ColorRed" - } - - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "HudFontSmall" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cant_Afford" - "textAlignment" "center" - } - - "MetalIcon" - { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "20" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "ColorRed" - } - - "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "HudFontSmall" - "fgcolor" "ColorRed" - "xpos" "50" - "ypos" "20" - "zpos" "4" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - } - - "CostLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "CostLabelShadow" - "font" "HudFontSmall" - "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "0" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - - "pin_to_sibling" "CostLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDark" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "0 0 0 196" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "19" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "ColorRed" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "BebasNeue10" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "55" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cant_Afford" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "ColorRed" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "13" + "ypos" "58" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "icon" "ico_metal" + "iconColor" "ColorRed" + "textAlignment" "center" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Cerbetica20" + "fgcolor" "ColorRed" + "xpos" "10" + "ypos" "18" + "zpos" "4" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%metal%" + "textAlignment" "center" + } + + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "Cerbetica20" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%metal%" + "textAlignment" "center" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "ColorRed" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "ColorRed" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "ColorRed" + "xpos" "0" + "ypos" "52" + "zpos" "1" + "wide" "55" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "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 index fee2503..6989bd8 100644 --- a/resource/ui/build_menu/base_unavailable.res +++ b/resource/ui/build_menu/base_unavailable.res @@ -1,188 +1,190 @@ -"Resource/UI/build_menu/base_unavailable.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "TransparentBlack" - } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "35" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "ColorRed" - } - - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "HudFontSmall" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "center" - } - - "MetalIcon" - { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "20" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "ColorRed" - } - - "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "HudFontSmall" - "fgcolor" "ColorRed" - "xpos" "50" - "ypos" "20" - "zpos" "4" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - } - - "CostLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "CostLabelShadow" - "font" "HudFontSmall" - "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "0" - "wide" "50" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" - - "pin_to_sibling" "CostLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDark" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "0 0 0 196" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "19" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "ColorRed" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "BebasNeue10" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "55" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "ColorRed" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "13" + "ypos" "58" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "0" + "scaleImage" "0" + "icon" "ico_metal" + "iconColor" "ColorRed" + "textAlignment" "center" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "Cerbetica20" + "fgcolor" "ColorRed" + "xpos" "10" + "ypos" "18" + "zpos" "4" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + } + + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "Cerbetica20" + "fgcolor" "ShadowBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "ColorRed" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "ColorRed" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "ColorRed" + "xpos" "0" + "ypos" "52" + "zpos" "1" + "wide" "55" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "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 index e4f521c..89c2fec 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -1,116 +1,114 @@ -"Resource/UI/build_menu/base_unavailable.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" - } - - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "ColorRed" - } - - "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDark" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "BebasNeue8" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "55" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDark" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "25" + "ypos" "58" + "zpos" "1" + "wide" "7" + "tall" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } } \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenuengybuild.res b/resource/ui/build_menu/hudmenuengybuild.res index 6a33150..3a8392e 100644 --- a/resource/ui/build_menu/hudmenuengybuild.res +++ b/resource/ui/build_menu/hudmenuengybuild.res @@ -1,285 +1,285 @@ -"Resource/UI/build_menu/HudMenuEngyBuild.res" -{ - "MainBackground" - { - "ControlName" "EditablePanel" - "fieldName" "MainBackground" - "xpos" "9999" - } - - "BuildIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildIcon" - "xpos" "9999" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica28" - "xpos" "20" - "ypos" "0" - "zpos" "2" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_build_title" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - - "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "Cerbetica28" - "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" - "zpos" "1" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_build_title" - "textAlignment" "west" - "dulltext" "1" - "brighttext" "0" - "pin_to_sibling" "TitleLabel" - } - - "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "0" - "ypos" "8" - "zpos" "1" - "wide" "395" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - - "active_item_1" - { - "ControlName" "EditablePanel" - "fieldName" "active_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_2" - { - "ControlName" "EditablePanel" - "fieldName" "active_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_3" - { - "ControlName" "EditablePanel" - "fieldName" "active_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_4" - { - "ControlName" "EditablePanel" - "fieldName" "active_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "already_built_item_1" - { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "already_built_item_2" - { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "already_built_item_3" - { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "already_built_item_4" - { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "cant_afford_item_1" - { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "cant_afford_item_2" - { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "cant_afford_item_3" - { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "cant_afford_item_4" - { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "unavailable_item_1" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "unavailable_item_2" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "unavailable_item_3" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "unavailable_item_4" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "0" - } - - "MenuBG" - { - "ControlName" "EditablePanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "bgcolor_override" "TransparentBlack" - "PaintBackgroundType" "2" - } +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "xpos" "0" + "ypos" "1" + "zpos" "2" + "wide" "125" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "Cerbetica22" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "2" + "wide" "125" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + "pin_to_sibling" "TitleLabel" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "HudFontSmallest" + "xpos" "0" + "ypos" "130" + "zpos" "1" + "wide" "125" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "125" + "tall" "110" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } } \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index 9d6dc78..52fdda3 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -1,152 +1,152 @@ -"Resource/UI/build_menu/HudMenuEurekaEffect.res" -{ - "MainBackground" - { - "ControlName" "CIconPanel" - "fieldName" "MainBackground" - "xpos" "0" - "ypos" "10" - "zpos" "0" - "wide" "250" - "tall" "170" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "paintbackground" "0" - } - - "BuildIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildIcon" - "xpos" "9999" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica28" - "xpos" "10" - "ypos" "0" - "zpos" "2" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Teleport_Title" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - - "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "Cerbetica28" - "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" - "zpos" "1" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Teleport_Title" - "textAlignment" "west" - "dulltext" "1" - "brighttext" "0" - - "pin_to_sibling" "TitleLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "0" - "ypos" "8" - "zpos" "1" - "wide" "195" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - - "available_target_1" - { - "ControlName" "EditablePanel" - "fieldName" "available_target_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "available_target_2" - { - "ControlName" "EditablePanel" - "fieldName" "available_target_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_target_1" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_target_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_target_2" - { - "ControlName" "EditablePanel" - "fieldName" "unavailable_target_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "MenuBG" - { - "ControlName" "EditablePanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "200" - "tall" "120" - "visible" "1" - "enabled" "1" - "bgcolor_override" "TransparentBlack" - "PaintBackgroundType" "2" - } +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "0" + "ypos" "10" + "zpos" "0" + "wide" "250" + "tall" "170" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "paintbackground" "0" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "xpos" "0" + "ypos" "1" + "zpos" "2" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "Cerbetica22" + "fgcolor" "ShadowBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "1" + "wide" "150" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "18" + "ypos" "17" + "zpos" "10" + "wide" "100" + "tall" "124" + "visible" "1" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "78" + "ypos" "17" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "18" + "ypos" "17" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "78" + "ypos" "17" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "88" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } } \ 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 index 87451cf..c453312 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -1,29 +1,107 @@ -#base "../base_active.res" - -"Resource/UI/build_menu/base.res" -{ - "ItemNameLabel" - { - "fgcolor" "ColorGreen" - } - - "BuildingIcon" - { - "iconColor" "ColorGreen" - } - - "MetalIcon" - { - "iconColor" "ColorGreen" - } - - "CostLabel" - { - "fgcolor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor" "ColorGreen" - } +"Resource/UI/destroy_menu/base_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "16" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "10" + "ypos" "19" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 0 0 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "15" + "ypos" "12" + "zpos" "10" + "wide" "55" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } } \ 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 index 450fbc4..4d79e70 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -1,19 +1,19 @@ -#base "../base_active_teleport_target.res" - -"Resource/UI/build_menu/base.res" -{ - "ItemNameLabel" - { - "fgcolor" "ColorGreen" - } - - "BuildingIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor" "ColorGreen" - } +#base "../base_active_teleport_target.res" + +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "BuildingIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } } \ 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 index 66d0c3e..51ce6f4 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -1 +1,19 @@ -#base "../base_already_built.res" \ No newline at end of file +#base "../base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "MetalIcon" + { + "iconColor" "ColorGreen" + } + + "CantBuildReason" + { + "fgcolor" "ColorGreen" + } +} \ 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 index 9104f13..e53f23f 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -1 +1,9 @@ -#base "../base_cant_afford.res" \ No newline at end of file +#base "../base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } +} \ 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 index 6a6514e..70c6afc 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable.res +++ b/resource/ui/build_menu/pipboy/base_unavailable.res @@ -1 +1,9 @@ -#base "../base_unavailable.res" \ No newline at end of file +#base "../base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } +} \ 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 index be6e83f..335c143 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -1 +1,14 @@ -#base "../base_unavailable_teleport_target.res" \ No newline at end of file +#base "../base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "fgcolor" "ColorGreen" + } + + "CantBuildReason" + { + "fgcolor" "ColorGreen" + } +} \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenuengybuild.res b/resource/ui/build_menu/pipboy/hudmenuengybuild.res index b7bef78..c4aeb0a 100644 --- a/resource/ui/build_menu/pipboy/hudmenuengybuild.res +++ b/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -1,36 +1,53 @@ -#base "../HudMenuEngyBuild.res" - -"Resource/UI/build_menu/HudMenuEngyBuild.res" -{ - "ItemBackground" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" - } - - "BuildIcon" - { - "iconColor" "ColorGreen" - } - - "TitleLabel" - { - "fgcolor" "ColorGreen" - } - - "CancelLabel" - { - "fgcolor" "ColorGreen" - } +#base "../HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + "ItemBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "20" + "zpos" "0" + "wide" "125" + "tall" "110" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" + } + + "BackgroundEngineer" + { + "ControlName" "CTFImagePanel" + "fieldName" "BackgroundEngineer" + "xpos" "80" + "ypos" "145" + "zpos" "-1" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_engineer" + "tileImage" "0" + "tileVertically" "0" + } + + "BuildIcon" + { + "iconColor" "ColorGreen" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } + + "CancelLabel" + { + "fgcolor" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 0057ea2..f7159fb 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -1,36 +1,36 @@ -#base "../HudMenuEurekaEffect.res" - -"Resource/UI/build_menu/HudMenuEurekaEffect.res" -{ - "ItemBackground" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "200" - "tall" "120" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" - } - - "BuildIcon" - { - "iconColor" "ColorGreen" - } - - "TitleLabel" - { - "fgcolor" "ColorGreen" - } - - "CancelLabel" - { - "fgcolor" "ColorGreen" - } +#base "../HudMenuEurekaEffect.res" + +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + "ItemBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "150" + "tall" "88" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" + } + + "BuildIcon" + { + "iconColor" "ColorGreen" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } + + "CancelLabel" + { + "fgcolor" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_active.res b/resource/ui/build_menu_360/base_active.res index cc7ca7b..b604ef4 100644 --- a/resource/ui/build_menu_360/base_active.res +++ b/resource/ui/build_menu_360/base_active.res @@ -1,6 +1,6 @@ -#base "../build_menu/base_active.res" - -"Resource/UI/build_menu/base.res" -{ - +#base "../build_menu/base_active.res" + +"Resource/UI/build_menu/base.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_active_teleport_target.res b/resource/ui/build_menu_360/base_active_teleport_target.res index bc04d41..7ec6849 100644 --- a/resource/ui/build_menu_360/base_active_teleport_target.res +++ b/resource/ui/build_menu_360/base_active_teleport_target.res @@ -1,6 +1,6 @@ -#base "../build_menu/base.res" - -"Resource/UI/build_menu/base.res" -{ - +#base "../build_menu/base.res" + +"Resource/UI/build_menu/base.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_already_built.res b/resource/ui/build_menu_360/base_already_built.res index 685fd07..84a9fb1 100644 --- a/resource/ui/build_menu_360/base_already_built.res +++ b/resource/ui/build_menu_360/base_already_built.res @@ -1,6 +1,6 @@ -#base "../build_menu/base_already_built.res" - -"Resource/UI/build_menu/base_already_built.res" -{ - +#base "../build_menu/base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_cant_afford.res b/resource/ui/build_menu_360/base_cant_afford.res index 61adaf5..795b542 100644 --- a/resource/ui/build_menu_360/base_cant_afford.res +++ b/resource/ui/build_menu_360/base_cant_afford.res @@ -1,6 +1,6 @@ -#base "../build_menu/base_cant_afford.res" - -"Resource/UI/build_menu/base_cant_afford.res" -{ - +#base "../build_menu/base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_unavailable.res b/resource/ui/build_menu_360/base_unavailable.res index 218014e..09e5df4 100644 --- a/resource/ui/build_menu_360/base_unavailable.res +++ b/resource/ui/build_menu_360/base_unavailable.res @@ -1,6 +1,6 @@ -#base "../build_menu/base_unavailable.res" - -"Resource/UI/build_menu/base_unavailable.res" -{ - +#base "../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_unavailable_teleport_target.res b/resource/ui/build_menu_360/base_unavailable_teleport_target.res index 218014e..09e5df4 100644 --- a/resource/ui/build_menu_360/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu_360/base_unavailable_teleport_target.res @@ -1,6 +1,6 @@ -#base "../build_menu/base_unavailable.res" - -"Resource/UI/build_menu/base_unavailable.res" -{ - +#base "../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/hudmenuengybuild.res b/resource/ui/build_menu_360/hudmenuengybuild.res index 3386684..323dceb 100644 --- a/resource/ui/build_menu_360/hudmenuengybuild.res +++ b/resource/ui/build_menu_360/hudmenuengybuild.res @@ -1,6 +1,6 @@ -#base "../build_menu/HudMenuEngyBuild.res" - -"Resource/UI/build_menu/HudMenuEngyBuild.res" -{ - +#base "../build_menu/HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/hudmenueurekaeffect.res b/resource/ui/build_menu_360/hudmenueurekaeffect.res index ba4e72d..de287ab 100644 --- a/resource/ui/build_menu_360/hudmenueurekaeffect.res +++ b/resource/ui/build_menu_360/hudmenueurekaeffect.res @@ -1,6 +1,6 @@ -#base "../build_menu/HudMenuEurekaEffect.res" - -"Resource/UI/build_menu/HudMenuEurekaEffect.res" -{ - +#base "../build_menu/HudMenuEurekaEffect.res" + +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_active.res b/resource/ui/build_menu_360/pipboy/base_active.res index 3c4261f..5073113 100644 --- a/resource/ui/build_menu_360/pipboy/base_active.res +++ b/resource/ui/build_menu_360/pipboy/base_active.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_active.res" - -"Resource/UI/build_menu/base.res" -{ - +#base "../../build_menu/base_active.res" + +"Resource/UI/build_menu/base.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res b/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res index b66c710..b4cf0f9 100644 --- a/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_active_teleport_target.res" - -"Resource/UI/build_menu/base.res" -{ - +#base "../../build_menu/base_active_teleport_target.res" + +"Resource/UI/build_menu/base.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_already_built.res b/resource/ui/build_menu_360/pipboy/base_already_built.res index 24698aa..8659638 100644 --- a/resource/ui/build_menu_360/pipboy/base_already_built.res +++ b/resource/ui/build_menu_360/pipboy/base_already_built.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_already_built.res" - -"Resource/UI/build_menu/base_already_built.res" -{ - +#base "../../build_menu/base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_cant_afford.res b/resource/ui/build_menu_360/pipboy/base_cant_afford.res index 362fd71..563e89e 100644 --- a/resource/ui/build_menu_360/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu_360/pipboy/base_cant_afford.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_cant_afford.res" - -"Resource/UI/build_menu/base_cant_afford.res" -{ - +#base "../../build_menu/base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_unavailable.res b/resource/ui/build_menu_360/pipboy/base_unavailable.res index 7f45274..766a275 100644 --- a/resource/ui/build_menu_360/pipboy/base_unavailable.res +++ b/resource/ui/build_menu_360/pipboy/base_unavailable.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_unavailable.res" - -"Resource/UI/build_menu/base_unavailable.res" -{ - +#base "../../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res index 6528c86..4c458d9 100644 --- a/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res @@ -1,6 +1,6 @@ -#base "../../build_menu/base_unavailable_teleport_target.res" - -"Resource/UI/build_menu/base_unavailable.res" -{ - +#base "../../build_menu/base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res b/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res index e638fd1..146a2dd 100644 --- a/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res +++ b/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res @@ -1,6 +1,6 @@ -#base "../../build_menu/HudMenuEngyBuild.res" - -"Resource/UI/build_menu/HudMenuEngyBuild.res" -{ - +#base "../../build_menu/HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + } \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res index 4d94ee8..9296434 100644 --- a/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res @@ -1,6 +1,6 @@ -#base "../../build_menu/HudMenuEurekaEffect.res" - -"Resource/UI/build_menu/HudMenuEurekaEffect.res" -{ - +#base "../../build_menu/HudMenuEurekaEffect.res" + +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + } \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res index 2ace4fa..c453312 100644 --- a/resource/ui/destroy_menu/base_active.res +++ b/resource/ui/destroy_menu/base_active.res @@ -1,107 +1,107 @@ -"Resource/UI/destroy_menu/base_active.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" - } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "25" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" - } - - "DestroyIcon" - { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "22" - "ypos" "33" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "White" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/destroy_menu/base_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "16" + "zpos" "2" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "10" + "ypos" "19" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 0 0 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "15" + "ypos" "12" + "zpos" "10" + "wide" "55" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 119d671..d8bde00 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -1,116 +1,115 @@ -"Resource/UI/destroy_menu/base_inactive.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "4" - "zpos" "1" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor_override" "ColorRed" - } - - "ItemBackground" - { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "Black" - } - - "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_NotBuilt" - "textAlignment" "center" - "fgcolor_override" "ColorRed" - } - - "UnavailableLabel" - { - "ControlName" "CExLabel" - "fieldName" "UnavailableLabel" - "font" "HudFontSmall" - "xpos" "0" - "ypos" "60" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "fgcolor_override" "ColorRed" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontMediumSecondary" - "fgcolor" "ColorRed" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/destroy_menu/base_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "BebasNeue11" + "xpos" "0" + "ypos" "4" + "zpos" "1" + "wide" "55" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "Black" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "BebasNeue10" + "xpos" "0" + "ypos" "28" + "zpos" "2" + "wide" "55" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "center" + "fgcolor_override" "ColorRed" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "BebasNeue10" + "xpos" "-10" + "ypos" "30" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "ColorRed" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica10" + "fgcolor" "White" + "xpos" "-28" + "ypos" "-5" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "2" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "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 index e7cf04b..18af040 100644 --- a/resource/ui/destroy_menu/dispenser_active.res +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -1,14 +1,14 @@ -#base "base_active.res" - -"Resource/UI/destroy_menu/dispenser_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } - - "BuildingIcon" - { - "icon" "obj_status_dispenser" - } +#base "base_active.res" + +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } + + "BuildingIcon" + { + "icon" "obj_status_dispenser" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res index 13edc84..0632e3b 100644 --- a/resource/ui/destroy_menu/dispenser_inactive.res +++ b/resource/ui/destroy_menu/dispenser_inactive.res @@ -1,9 +1,9 @@ -#base "base_inactive.res" - -"Resource/UI/build_menu/dispenser_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } +#base "base_inactive.res" + +"Resource/UI/build_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index f72eb92..f8525d5 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -1,237 +1,237 @@ -"Resource/UI/build_menu/HudMenuEngyDestroy.res" -{ - "MainBackground" - { - "ControlName" "EditablePanel" - "fieldName" "MainBackground" - "xpos" "9999" - } - - "DestroyIcon" - { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "9999" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica28" - "xpos" "20" - "ypos" "0" - "zpos" "2" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_demolish_title" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - - "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "Cerbetica28" - "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" - "zpos" "1" - "wide" "380" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_demolish_title" - "textAlignment" "west" - "dulltext" "1" - "brighttext" "0" - "pin_to_sibling" "TitleLabel" - } - - "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "0" - "ypos" "8" - "zpos" "1" - "wide" "395" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - - "active_item_1" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_2" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_3" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "active_item_4" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "inactive_item_1" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "inactive_item_2" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "inactive_item_3" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "inactive_item_4" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_item_1" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "unavailable_item_1" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_item_2" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "unavailable_item_2" - "xpos" "100" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_item_3" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "unavailable_item_3" - "xpos" "200" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "unavailable_item_4" - { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "unavailable_item_4" - "xpos" "300" - "ypos" "20" - "zpos" "1" - "wide" "100" - "tall" "130" - "visible" "1" - } - - "MenuBG" - { - "ControlName" "EditablePanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "20" - "zpos" "1" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "bgcolor_override" "TransparentBlack" - "PaintBackgroundType" "2" - } +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "9999" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "9999" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "xpos" "0" + "ypos" "1" + "zpos" "2" + "wide" "125" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "Cerbetica22" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "2" + "wide" "125" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + "pin_to_sibling" "TitleLabel" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "HudFontSmallest" + "xpos" "0" + "ypos" "130" + "zpos" "1" + "wide" "125" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "inactive_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "inactive_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "inactive_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "inactive_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_1" + "xpos" "5" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_2" + "xpos" "65" + "ypos" "20" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_3" + "xpos" "5" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "unavailable_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_4" + "xpos" "65" + "ypos" "70" + "zpos" "1" + "wide" "60" + "tall" "55" + "visible" "1" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "125" + "tall" "110" + "visible" "1" + "enabled" "1" + "bgcolor_override" "HudBlack" + "PaintBackgroundType" "2" + } } \ 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 index bad4dcb..988f7d7 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_active.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/dispenser_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_dispenser" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_dispenser" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ 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 index 4a651a8..9b97221 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/dispenser_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res index 3cba041..107eec7 100644 --- a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -1,36 +1,36 @@ -#base "../HudMenuEngyDestroy.res" - -"Resource/UI/build_menu/HudMenuEngyDestroy.res" -{ - "ItemBackground" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "TitleLabel" - { - "fgcolor" "ColorGreen" - } - - "CancelLabel" - { - "fgcolor" "ColorGreen" - } +#base "../HudMenuEngyDestroy.res" + +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "ItemBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "20" + "zpos" "0" + "wide" "400" + "tall" "120" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "TitleLabel" + { + "fgcolor" "ColorGreen" + } + + "CancelLabel" + { + "fgcolor" "ColorGreen" + } } \ 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 index f18172b..67e7e58 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_active.res +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/sentry_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_sentrygun_1" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_sentrygun_1" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ 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 index 9c98ac0..870b929 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/destroy_menu/sentry_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - } +#base "../base_inactive.res" + +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + } } \ 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 index f5e3281..c8cfc0a 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/tele_entrance_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_entrance" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ 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 index be3e807..0fa09cf 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/tele_entrance_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } } \ 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 index 2c88af3..2bda8e4 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -1,25 +1,25 @@ -#base "../base_active.res" - -"Resource/UI/destroy_menu/tele_exit_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - "fgcolor_override" "ColorGreen" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_exit" - } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } +#base "../base_active.res" + +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + "fgcolor_override" "ColorGreen" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } + + "DestroyIcon" + { + "iconColor" "ColorGreen" + } + + "NumberLabel" + { + "fgcolor_override" "ColorGreen" + } } \ 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 index f236327..802ccd6 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -1,9 +1,9 @@ -#base "../base_inactive.res" - -"Resource/UI/build_menu/tele_exit_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - } +#base "../base_inactive.res" + +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res index 8c7ff2f..298ea14 100644 --- a/resource/ui/destroy_menu/sentry_active.res +++ b/resource/ui/destroy_menu/sentry_active.res @@ -1,14 +1,14 @@ -#base "base_active.res" - -"Resource/UI/destroy_menu/sentry_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - } - - "BuildingIcon" - { - "icon" "obj_status_sentrygun_1" - } +#base "base_active.res" + +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + } + + "BuildingIcon" + { + "icon" "obj_status_sentrygun_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 index 70bc79c..91c9c36 100644 --- a/resource/ui/destroy_menu/sentry_inactive.res +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -1,9 +1,9 @@ -#base "base_inactive.res" - -"Resource/UI/destroy_menu/sentry_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - } +#base "base_inactive.res" + +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + } } \ 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 index c2de6cc..d6389c2 100644 --- a/resource/ui/destroy_menu/tele_entrance_active.res +++ b/resource/ui/destroy_menu/tele_entrance_active.res @@ -1,14 +1,14 @@ -#base "base_active.res" - -"Resource/UI/destroy_menu/tele_entrance_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_entrance" - } +#base "base_active.res" + +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } } \ 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 index ac056b6..eb7bc53 100644 --- a/resource/ui/destroy_menu/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -1,9 +1,9 @@ -#base "base_inactive.res" - -"Resource/UI/build_menu/tele_entrance_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } +#base "base_inactive.res" + +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } } \ 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 index 1d78a15..ee7edc4 100644 --- a/resource/ui/destroy_menu/tele_exit_active.res +++ b/resource/ui/destroy_menu/tele_exit_active.res @@ -1,14 +1,14 @@ -#base "base_active.res" - -"Resource/UI/destroy_menu/tele_exit_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - } - - "BuildingIcon" - { - "icon" "obj_status_tele_exit" - } +#base "base_active.res" + +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } } \ 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 index 8784005..d66f928 100644 --- a/resource/ui/destroy_menu/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/tele_exit_inactive.res @@ -1,9 +1,9 @@ -#base "base_inactive.res" - -"Resource/UI/build_menu/tele_exit_inactive.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - } +#base "base_inactive.res" + +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_blue.res b/resource/ui/disguise_menu/demoman_blue.res index 1177abf..b445480 100644 --- a/resource/ui/disguise_menu/demoman_blue.res +++ b/resource/ui/disguise_menu/demoman_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/demoman_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Demoman" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "4" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/demoman_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Demoman" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 21675cc..4371562 100644 --- a/resource/ui/disguise_menu/demoman_red.res +++ b/resource/ui/disguise_menu/demoman_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/demoman_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Demoman" - } - - "NewNumberLabel" - { - "labelText" "1" - } - - "NumberLabel" - { - "labelText" "4" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/demoman_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Demoman" + } + + "NewNumberLabel" + { + "labelText" "1" + } + + "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 index 64449fa..c548d05 100644 --- a/resource/ui/disguise_menu/engineer_blue.res +++ b/resource/ui/disguise_menu/engineer_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/engineer_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Engineer" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "6" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/engineer_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Engineer" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 3242aca..7babe01 100644 --- a/resource/ui/disguise_menu/engineer_red.res +++ b/resource/ui/disguise_menu/engineer_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/engineer_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Engineer" - } - - "NewNumberLabel" - { - "labelText" "3" - } - - "NumberLabel" - { - "labelText" "6" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/engineer_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Engineer" + } + + "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 index d046714..8f9b87b 100644 --- a/resource/ui/disguise_menu/heavy_blue.res +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/heavy_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_HWGuy" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "5" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/heavy_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_HWGuy" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 8f164a7..d39ec64 100644 --- a/resource/ui/disguise_menu/heavy_red.res +++ b/resource/ui/disguise_menu/heavy_red.res @@ -1,96 +1,96 @@ -"Resource/UI/disguise_menu/heavy_red.res" -{ - "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemName" - "font" "HudFontSmallBold" - "xpos" "20" - "ypos" "0" - "zpos" "1" - "wide" "45" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Class_Name_HWGuy" - "fgcolor" "HUDRedTeamSolid" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - - "ClassIcon" - { - "ControlName" "CIconPanel" - "fieldName" "ClassIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "45" - "tall" "90" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_scout_red" - } - - "NumberBg" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "15" - "tall" "15" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NewNumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontSmallest" - "fgcolor" "HUDRedTeamSolid" - "xpos" "5" - "ypos" "3" - "zpos" "0" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - - "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "HudFontSmallest" - "fgcolor" "HUDRedTeamSolid" - "xpos" "5" - "ypos" "3" - "zpos" "0" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "5" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } +"Resource/UI/disguise_menu/heavy_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "HudFontSmallBold" + "xpos" "20" + "ypos" "0" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Class_Name_HWGuy" + "fgcolor" "HUDRedTeamSolid" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CIconPanel" + "fieldName" "ClassIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "45" + "tall" "90" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_scout_red" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "HudFontSmallest" + "fgcolor" "HUDRedTeamSolid" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "HudFontSmallest" + "fgcolor" "HUDRedTeamSolid" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/hudmenuspydisguise.res b/resource/ui/disguise_menu/hudmenuspydisguise.res index 39191fc..2648fc9 100644 --- a/resource/ui/disguise_menu/hudmenuspydisguise.res +++ b/resource/ui/disguise_menu/hudmenuspydisguise.res @@ -1,442 +1,442 @@ -"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" -{ - "MainBackground" - { - "ControlName" "CIconPanel" - "fieldName" "MainBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "100" - "tall" "170" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "iconColor" "White" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica28" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "100" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Disguise_Title" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "Cerbetica28" - "fgcolor" "TransparentBlack" - "xpos" "-2" - "ypos" "-2" - "zpos" "3" - "wide" "100" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Disguise_Title" - "textAlignment" "center" - "dulltext" "1" - "brighttext" "0" - "pin_to_sibling" "TitleLabel" - } - - "ToggleLabel" - { - "ControlName" "CExLabel" - "fieldName" "ToggleLabel" - "font" "SpectatorKeyHints" - "xpos" "0" - "ypos" "167" - "zpos" "2" - "wide" "100" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Spy_Minus_Toggle" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "300" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - - "class_item_red_1" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_1" - "xpos" "10" - "ypos" "25" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_1" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_1" - "xpos" "10" - "ypos" "25" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_2" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_2" - "xpos" "10" - "ypos" "40" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_2" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_2" - "xpos" "10" - "ypos" "40" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_3" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_3" - "xpos" "10" - "ypos" "55" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_3" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_3" - "xpos" "10" - "ypos" "55" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_4" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_4" - "xpos" "10" - "ypos" "70" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_4" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_4" - "xpos" "10" - "ypos" "70" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_5" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_5" - "xpos" "10" - "ypos" "85" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_5" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_5" - "xpos" "10" - "ypos" "85" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_6" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_6" - "xpos" "10" - "ypos" "100" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_6" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_6" - "xpos" "10" - "ypos" "100" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_7" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_7" - "xpos" "10" - "ypos" "115" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_7" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_7" - "xpos" "10" - "ypos" "115" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_8" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_8" - "xpos" "10" - "ypos" "130" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_8" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_8" - "xpos" "10" - "ypos" "130" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_red_9" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_9" - "xpos" "10" - "ypos" "145" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "class_item_blue_9" - { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_9" - "xpos" "10" - "ypos" "145" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } - - "NumberBg1" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "0" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel1" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "Cerbetica20" - "fgcolor" "TanLight" - "xpos" "10" - "ypos" "40" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - - "NumberBg2" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "15" - "tall" "15" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel2" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "Cerbetica20" - "fgcolor" "TanLight" - "xpos" "10" - "ypos" "85" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - - "NumberBg3" - { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "15" - "tall" "15" - "visible" "0" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" - } - - "NumberLabel3" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "Cerbetica20" - "fgcolor" "TanLight" - "xpos" "10" - "ypos" "130" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - - "MenuBG" - { - "ControlName" "EditablePanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "25" - "zpos" "1" - "wide" "100" - "tall" "145" - "visible" "1" - "enabled" "1" - "bgcolor_override" "TransparentBlack" - "PaintBackgroundType" "2" - } +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "100" + "tall" "170" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "iconColor" "White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica28" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "Cerbetica28" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "3" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + "pin_to_sibling" "TitleLabel" + } + + "ToggleLabel" + { + "ControlName" "CExLabel" + "fieldName" "ToggleLabel" + "font" "SpectatorKeyHints" + "xpos" "0" + "ypos" "167" + "zpos" "2" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Minus_Toggle" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "300" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + + "class_item_red_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "10" + "ypos" "25" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "10" + "ypos" "25" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "10" + "ypos" "40" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "10" + "ypos" "40" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "10" + "ypos" "55" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "10" + "ypos" "55" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "10" + "ypos" "70" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "10" + "ypos" "70" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "10" + "ypos" "85" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "10" + "ypos" "85" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "10" + "ypos" "100" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "10" + "ypos" "100" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "10" + "ypos" "115" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "10" + "ypos" "115" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "10" + "ypos" "130" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "10" + "ypos" "130" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_red_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "10" + "ypos" "145" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "class_item_blue_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "10" + "ypos" "145" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } + + "NumberBg1" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "0" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica20" + "fgcolor" "TanLight" + "xpos" "10" + "ypos" "40" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBg2" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica20" + "fgcolor" "TanLight" + "xpos" "10" + "ypos" "85" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBg3" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "Cerbetica20" + "fgcolor" "TanLight" + "xpos" "10" + "ypos" "130" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "100" + "tall" "145" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_blue.res b/resource/ui/disguise_menu/medic_blue.res index b0dc388..0ed2c5d 100644 --- a/resource/ui/disguise_menu/medic_blue.res +++ b/resource/ui/disguise_menu/medic_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/medic_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Medic" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "7" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/medic_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Medic" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index d4e7c02..8b53901 100644 --- a/resource/ui/disguise_menu/medic_red.res +++ b/resource/ui/disguise_menu/medic_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/medic_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Medic" - } - - "NewNumberLabel" - { - "labelText" "1" - } - - "NumberLabel" - { - "labelText" "7" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/medic_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Medic" + } + + "NewNumberLabel" + { + "labelText" "1" + } + + "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 index 826e81b..72db03f 100644 --- a/resource/ui/disguise_menu/pyro_blue.res +++ b/resource/ui/disguise_menu/pyro_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/pyro_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Pyro" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/pyro_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Pyro" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 7481389..559252d 100644 --- a/resource/ui/disguise_menu/pyro_red.res +++ b/resource/ui/disguise_menu/pyro_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/pyro_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Pyro" - } - - "NewNumberLabel" - { - "labelText" "3" - } - - "NumberLabel" - { - "labelText" "3" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/pyro_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Pyro" + } + + "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 index 0c3a0de..5f2e7fb 100644 --- a/resource/ui/disguise_menu/scout_blue.res +++ b/resource/ui/disguise_menu/scout_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/scout_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Scout" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/scout_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Scout" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_red.res b/resource/ui/disguise_menu/scout_red.res index 797bc60..c38f606 100644 --- a/resource/ui/disguise_menu/scout_red.res +++ b/resource/ui/disguise_menu/scout_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/scout_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Scout" - } - - "NewNumberLabel" - { - "labelText" "1" - } - - "NumberLabel" - { - "labelText" "1" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/scout_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Scout" + } + + "NewNumberLabel" + { + "labelText" "1" + } + + "NumberLabel" + { + "labelText" "1" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_blue.res b/resource/ui/disguise_menu/sniper_blue.res index dc0b2c2..016649c 100644 --- a/resource/ui/disguise_menu/sniper_blue.res +++ b/resource/ui/disguise_menu/sniper_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/sniper_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Sniper" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "8" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/sniper_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Sniper" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 39a7c47..d372fff 100644 --- a/resource/ui/disguise_menu/sniper_red.res +++ b/resource/ui/disguise_menu/sniper_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/sniper_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Sniper" - } - - "NewNumberLabel" - { - "labelText" "2" - } - - "NumberLabel" - { - "labelText" "8" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/sniper_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Sniper" + } + + "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 index 629134c..2ccc98b 100644 --- a/resource/ui/disguise_menu/soldier_blue.res +++ b/resource/ui/disguise_menu/soldier_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/soldier_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Soldier" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/soldier_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Soldier" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 691bd55..dd2b8ab 100644 --- a/resource/ui/disguise_menu/soldier_red.res +++ b/resource/ui/disguise_menu/soldier_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/soldier_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Soldier" - } - - "NewNumberLabel" - { - "labelText" "2" - } - - "NumberLabel" - { - "labelText" "2" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/soldier_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Soldier" + } + + "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 index d3892c1..83755e2 100644 --- a/resource/ui/disguise_menu/spy_blue.res +++ b/resource/ui/disguise_menu/spy_blue.res @@ -1,22 +1,22 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/spy_blue.res" -{ - "ItemNameLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Spy" - } - - "NewNumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" - } - - "NumberLabel" - { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "9" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/spy_blue.res" +{ + "ItemNameLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Spy" + } + + "NewNumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" + } + + "NumberLabel" + { + "fgcolor" "HUDBlueTeamSolid" + "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 index 9bfab74..26b624f 100644 --- a/resource/ui/disguise_menu/spy_red.res +++ b/resource/ui/disguise_menu/spy_red.res @@ -1,19 +1,19 @@ -#base "heavy_red.res" - -"Resource/UI/disguise_menu/spy_red.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Class_Name_Spy" - } - - "NewNumberLabel" - { - "labelText" "3" - } - - "NumberLabel" - { - "labelText" "9" - } +#base "heavy_red.res" + +"Resource/UI/disguise_menu/spy_red.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Class_Name_Spy" + } + + "NewNumberLabel" + { + "labelText" "3" + } + + "NumberLabel" + { + "labelText" "9" + } } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/demoman_blue.res b/resource/ui/disguise_menu_360/demoman_blue.res index d8b6243..e1f992b 100644 --- a/resource/ui/disguise_menu_360/demoman_blue.res +++ b/resource/ui/disguise_menu_360/demoman_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/demoman_blue.res" - -"Resource/UI/disguise_menu/demoman_blue.res" -{ - +#base "../disguise_menu/demoman_blue.res" + +"Resource/UI/disguise_menu/demoman_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/demoman_red.res b/resource/ui/disguise_menu_360/demoman_red.res index beec67f..8d0e749 100644 --- a/resource/ui/disguise_menu_360/demoman_red.res +++ b/resource/ui/disguise_menu_360/demoman_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/demoman_red.res" - -"Resource/UI/disguise_menu/demoman_red.res" -{ - +#base "../disguise_menu/demoman_red.res" + +"Resource/UI/disguise_menu/demoman_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/engineer_blue.res b/resource/ui/disguise_menu_360/engineer_blue.res index 1582aa5..f0f6557 100644 --- a/resource/ui/disguise_menu_360/engineer_blue.res +++ b/resource/ui/disguise_menu_360/engineer_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/engineer_blue.res" - -"Resource/UI/disguise_menu/engineer_blue.res" -{ - +#base "../disguise_menu/engineer_blue.res" + +"Resource/UI/disguise_menu/engineer_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/engineer_red.res b/resource/ui/disguise_menu_360/engineer_red.res index 5524490..09446fd 100644 --- a/resource/ui/disguise_menu_360/engineer_red.res +++ b/resource/ui/disguise_menu_360/engineer_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/engineer_red.res" - -"Resource/UI/disguise_menu/engineer_red.res" -{ - +#base "../disguise_menu/engineer_red.res" + +"Resource/UI/disguise_menu/engineer_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/heavy_blue.res b/resource/ui/disguise_menu_360/heavy_blue.res index 4a9c63f..85ffe1c 100644 --- a/resource/ui/disguise_menu_360/heavy_blue.res +++ b/resource/ui/disguise_menu_360/heavy_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/heavy_blue.res" - -"Resource/UI/disguise_menu/heavy_blue.res" -{ - +#base "../disguise_menu/heavy_blue.res" + +"Resource/UI/disguise_menu/heavy_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/heavy_red.res b/resource/ui/disguise_menu_360/heavy_red.res index b8e0cc1..3884e87 100644 --- a/resource/ui/disguise_menu_360/heavy_red.res +++ b/resource/ui/disguise_menu_360/heavy_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/heavy_red.res" - -"Resource/UI/disguise_menu/heavy_red.res" -{ - +#base "../disguise_menu/heavy_red.res" + +"Resource/UI/disguise_menu/heavy_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/hudmenuspydisguise.res b/resource/ui/disguise_menu_360/hudmenuspydisguise.res index 2679a2f..48a8558 100644 --- a/resource/ui/disguise_menu_360/hudmenuspydisguise.res +++ b/resource/ui/disguise_menu_360/hudmenuspydisguise.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/HudMenuSpyDisguise.res" - -"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" -{ - +#base "../disguise_menu/HudMenuSpyDisguise.res" + +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/medic_blue.res b/resource/ui/disguise_menu_360/medic_blue.res index dbe7e3d..72d2e09 100644 --- a/resource/ui/disguise_menu_360/medic_blue.res +++ b/resource/ui/disguise_menu_360/medic_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/medic_blue.res" - -"Resource/UI/disguise_menu/medic_blue.res" -{ - +#base "../disguise_menu/medic_blue.res" + +"Resource/UI/disguise_menu/medic_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/medic_red.res b/resource/ui/disguise_menu_360/medic_red.res index 71a4123..4cff284 100644 --- a/resource/ui/disguise_menu_360/medic_red.res +++ b/resource/ui/disguise_menu_360/medic_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/medic_red.res" - -"Resource/UI/disguise_menu/medic_red.res" -{ - +#base "../disguise_menu/medic_red.res" + +"Resource/UI/disguise_menu/medic_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/pyro_blue.res b/resource/ui/disguise_menu_360/pyro_blue.res index d1a0661..31b6d4c 100644 --- a/resource/ui/disguise_menu_360/pyro_blue.res +++ b/resource/ui/disguise_menu_360/pyro_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/pyro_blue.res" - -"Resource/UI/disguise_menu/pyro_blue.res" -{ - +#base "../disguise_menu/pyro_blue.res" + +"Resource/UI/disguise_menu/pyro_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/pyro_red.res b/resource/ui/disguise_menu_360/pyro_red.res index 2bafe20..582e718 100644 --- a/resource/ui/disguise_menu_360/pyro_red.res +++ b/resource/ui/disguise_menu_360/pyro_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/pyro_red.res" - -"Resource/UI/disguise_menu/pyro_red.res" -{ - +#base "../disguise_menu/pyro_red.res" + +"Resource/UI/disguise_menu/pyro_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/scout_blue.res b/resource/ui/disguise_menu_360/scout_blue.res index 6e4c6fd..174f2d3 100644 --- a/resource/ui/disguise_menu_360/scout_blue.res +++ b/resource/ui/disguise_menu_360/scout_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/scout_blue.res" - -"Resource/UI/disguise_menu/scout_blue.res" -{ - +#base "../disguise_menu/scout_blue.res" + +"Resource/UI/disguise_menu/scout_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/scout_red.res b/resource/ui/disguise_menu_360/scout_red.res index dbb1510..ae0609b 100644 --- a/resource/ui/disguise_menu_360/scout_red.res +++ b/resource/ui/disguise_menu_360/scout_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/scout_red.res" - -"Resource/UI/disguise_menu/scout_red.res" -{ - +#base "../disguise_menu/scout_red.res" + +"Resource/UI/disguise_menu/scout_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/sniper_blue.res b/resource/ui/disguise_menu_360/sniper_blue.res index 48b7184..20c4b8d 100644 --- a/resource/ui/disguise_menu_360/sniper_blue.res +++ b/resource/ui/disguise_menu_360/sniper_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/sniper_blue.res" - -"Resource/UI/disguise_menu/sniper_blue.res" -{ - +#base "../disguise_menu/sniper_blue.res" + +"Resource/UI/disguise_menu/sniper_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/sniper_red.res b/resource/ui/disguise_menu_360/sniper_red.res index bb77b35..cdec053 100644 --- a/resource/ui/disguise_menu_360/sniper_red.res +++ b/resource/ui/disguise_menu_360/sniper_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/sniper_red.res" - -"Resource/UI/disguise_menu/sniper_red.res" -{ - +#base "../disguise_menu/sniper_red.res" + +"Resource/UI/disguise_menu/sniper_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/soldier_blue.res b/resource/ui/disguise_menu_360/soldier_blue.res index c45e9ff..dcb9f50 100644 --- a/resource/ui/disguise_menu_360/soldier_blue.res +++ b/resource/ui/disguise_menu_360/soldier_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/soldier_blue.res" - -"Resource/UI/disguise_menu/soldier_blue.res" -{ - +#base "../disguise_menu/soldier_blue.res" + +"Resource/UI/disguise_menu/soldier_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/soldier_red.res b/resource/ui/disguise_menu_360/soldier_red.res index 9a9747e..27505a2 100644 --- a/resource/ui/disguise_menu_360/soldier_red.res +++ b/resource/ui/disguise_menu_360/soldier_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/soldier_red.res" - -"Resource/UI/disguise_menu/soldier_red.res" -{ - +#base "../disguise_menu/soldier_red.res" + +"Resource/UI/disguise_menu/soldier_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/spy_blue.res b/resource/ui/disguise_menu_360/spy_blue.res index db77198..0298a79 100644 --- a/resource/ui/disguise_menu_360/spy_blue.res +++ b/resource/ui/disguise_menu_360/spy_blue.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/spy_blue.res" - -"Resource/UI/disguise_menu/spy_blue.res" -{ - +#base "../disguise_menu/spy_blue.res" + +"Resource/UI/disguise_menu/spy_blue.res" +{ + } \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/spy_red.res b/resource/ui/disguise_menu_360/spy_red.res index fb438a8..e07157a 100644 --- a/resource/ui/disguise_menu_360/spy_red.res +++ b/resource/ui/disguise_menu_360/spy_red.res @@ -1,6 +1,6 @@ -#base "../disguise_menu/spy_red.res" - -"Resource/UI/disguise_menu/spy_red.res" -{ - +#base "../disguise_menu/spy_red.res" + +"Resource/UI/disguise_menu/spy_red.res" +{ + } \ No newline at end of file diff --git a/resource/ui/mainmenuoverride-base.res b/resource/ui/mainmenuoverride-base.res index 03ef132..dba8abc 100644 --- a/resource/ui/mainmenuoverride-base.res +++ b/resource/ui/mainmenuoverride-base.res @@ -232,7 +232,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "rayshud" + "labelText" "gethud" "font" "HudFontMediumSecondary" "textAlignment" "west" "textinsetx" "0" @@ -242,7 +242,7 @@ "default" "1" "paintbackground""0" "sound_depressed" "" - "sound_released" "UI/wooo_tree.wav" + "sound_released" "UI/uh.wav" "defaultFgColor_override" "TanLight" "armedFgColor_override" "ColorCyan" diff --git a/sound/ui/uh.wav b/sound/ui/uh.wav new file mode 100644 index 0000000..354f681 Binary files /dev/null and b/sound/ui/uh.wav differ diff --git a/sound/ui/wooo_tree.wav b/sound/ui/wooo_tree.wav deleted file mode 100644 index e94551b..0000000 Binary files a/sound/ui/wooo_tree.wav and /dev/null differ -- cgit v1.2.3